Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 3c642d4

Browse files
committed
fix tests
1 parent 9ad66b1 commit 3c642d4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/admin/v2/it/BigtableMaterializedViewIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ public static void createInstance() throws IOException {
8080
CreateInstanceRequest.of(new PrefixGenerator().newPrefix())
8181
.addCluster("my-cluster", "us-east1-c", 3, StorageType.SSD));
8282
instanceId = instance.getId();
83+
LOGGER.info("RONNNN env: " + testEnvRule.env().getInstanceId());
84+
LOGGER.info("RONNNN new: " + instanceId);
8385
tableAdminClient =
8486
BigtableTableAdminClient.create(testEnvRule.env().getProjectId(), instanceId);
8587
}

0 commit comments

Comments
 (0)