You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This test is meant to reproduce https://github.com/googleapis/google-cloud-dotnet/issues/2542
310
+
addQueryListener();
311
+
312
+
awaitAddTarget();
313
+
314
+
send(addTarget());
315
+
send(current());
316
+
send(snapshot());
317
+
318
+
awaitQuerySnapshot();
319
+
320
+
close();
321
+
awaitClose();
322
+
awaitAddTarget();
323
+
324
+
send(addTarget());
325
+
send(current());
326
+
// This should not raise a snapshot, since nothing has changed since the last snapshot.
0 commit comments