Commit 3612c3d
committed
test(bigtable): restore f.get() verification and suppress warnings
Restore assertThat(f.get()).isNull() assertions in EnhancedBigtableStubTest
based on PR review feedback to explicitly document asynchronous future completion.
Add @SuppressWarnings("NullArgumentForNonNullParameter") annotations to resolve
Error Prone warnings triggered by Truth.assertThat() receiving an ApiFuture<Void>
result.
BUG=b/481669998
TAG=agy
CONV=7b193e4d-38f8-450c-8475-0b9ae0d045071 parent e30aaf9 commit 3612c3d
1 file changed
Lines changed: 5 additions & 0 deletions
File tree
- java-bigtable/google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/stub
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| 374 | + | |
374 | 375 | | |
375 | 376 | | |
376 | 377 | | |
| |||
385 | 386 | | |
386 | 387 | | |
387 | 388 | | |
| 389 | + | |
388 | 390 | | |
389 | 391 | | |
390 | 392 | | |
| 393 | + | |
391 | 394 | | |
392 | 395 | | |
393 | 396 | | |
| |||
405 | 408 | | |
406 | 409 | | |
407 | 410 | | |
| 411 | + | |
| 412 | + | |
408 | 413 | | |
409 | 414 | | |
410 | 415 | | |
| |||
0 commit comments