Skip to content

Commit e77fdaf

Browse files
authored
test: update reflect-config for StorageNativeCanary to allow directpath to work (#2733)
Add reflect-config for each of grpc's protobuf messages, builders and enums. Fixes #2716
1 parent d2ab5be commit e77fdaf

File tree

3 files changed

+1350
-13
lines changed

3 files changed

+1350
-13
lines changed

google-cloud-storage/src/test/java/com/google/cloud/storage/it/StorageNativeCanary.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,7 @@ public void canary_happyPath_http() throws Exception {
5757

5858
@Test
5959
public void canary_happyPath_grpc() throws Exception {
60-
assertBehaviorOfPrimaryStorageActions(
61-
StorageOptions.grpc()
62-
// TODO https://github.com/googleapis/java-storage/issues/2716
63-
.setAttemptDirectPath(false)
64-
.build()
65-
.getService());
60+
assertBehaviorOfPrimaryStorageActions(StorageOptions.grpc().build().getService());
6661
}
6762

6863
/**

0 commit comments

Comments
 (0)