Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,10 @@ public void queryWatch() throws Exception {
// case there is a hang during the test the whole suite isn't taken with it)
// D. After all updates have been performed and the expected number of events have been
// received, assertions on the events will be performed.
//
// Note: There is a potential that this test fails if the Firestore backend chooses not to send
// us individual changes for every document update, but rather merges two or more changes into
// a single event. We have, however, not seen any failures during thousands of test runs.
ListenerRegistration registration = null;
final ExecutorService updatesExecutor = Executors.newCachedThreadPool();

Expand Down