Skip to content

Commit

Permalink
test: update reflect-config for StorageNativeCanary to allow directpa…
Browse files Browse the repository at this point in the history
…th to work (#2733)

Add reflect-config for each of grpc's protobuf messages, builders and
enums.

Fixes #2716
  • Loading branch information
BenWhitehead authored Sep 25, 2024
1 parent d2ab5be commit e77fdaf
Show file tree
Hide file tree
Showing 3 changed files with 1,350 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,7 @@ public void canary_happyPath_http() throws Exception {

@Test
public void canary_happyPath_grpc() throws Exception {
assertBehaviorOfPrimaryStorageActions(
StorageOptions.grpc()
// TODO https://github.com/googleapis/java-storage/issues/2716
.setAttemptDirectPath(false)
.build()
.getService());
assertBehaviorOfPrimaryStorageActions(StorageOptions.grpc().build().getService());
}

/**
Expand Down
Loading

0 comments on commit e77fdaf

Please sign in to comment.