chore: update DirectPath tests#347
Conversation
…ar; Change fallback tests to blackhole all ipv4 and ipv6 DP addresses
igorbernstein2
left a comment
There was a problem hiding this comment.
Looks great, but please address the comments
...-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/it/DirectPathFallbackIT.java
Outdated
Show resolved
Hide resolved
...table/src/main/java/com/google/cloud/bigtable/data/v2/stub/EnhancedBigtableStubSettings.java
Outdated
Show resolved
Hide resolved
...table/src/main/java/com/google/cloud/bigtable/data/v2/stub/EnhancedBigtableStubSettings.java
Show resolved
Hide resolved
...-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/it/DirectPathFallbackIT.java
Show resolved
Hide resolved
...-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/it/DirectPathFallbackIT.java
Outdated
Show resolved
Hide resolved
...-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/it/DirectPathFallbackIT.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #347 +/- ##
============================================
+ Coverage 80.69% 80.75% +0.06%
- Complexity 1049 1050 +1
============================================
Files 99 99
Lines 6541 6536 -5
Branches 344 341 -3
============================================
Hits 5278 5278
+ Misses 1082 1078 -4
+ Partials 181 180 -1
Continue to review full report at Codecov.
|
|
Hi Igor and Stephanie, I'm seeing failure in CI windows build: Any thoughts? Edit: it seems passed, NVM :) |
|
@igorbernstein2 : I have additionally updated the directpath test endpoint to be the JZ one: "testdirectpath-bigtable.sandbox.googleapis.com:443", as DirectPath ipv4 support will be initially enabled in JZ. PTAL, thanks! |
Q: This change depends on v0.8.0 google-cloud-shared-dependencies, so do I need to wait for #338 to be merged?