Commit fc29cd3
fix(test): fix flaky test (#1633)
* fix(test): fix flaky test
The expectation list needs to be thread safe as it could be accessed from multiple grpc server threads
Change-Id: I74be5cd433fc31963b1c22091216dffa1ef9c55e
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* missing import
Change-Id: Ide19ef7ba2f29b1bb9d3fc211d652567c53fdbfb
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>1 parent a101494 commit fc29cd3
File tree
1 file changed
+2
-2
lines changed- google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/stub/readrows
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
| 303 | + | |
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| |||
0 commit comments