File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/it Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2929import com .google .cloud .bigtable .data .v2 .models .KeyOffset ;
3030import com .google .cloud .bigtable .data .v2 .models .RowMutation ;
3131import com .google .cloud .bigtable .test_helpers .env .EmulatorEnv ;
32+ import com .google .cloud .bigtable .test_helpers .env .PrefixGenerator ;
3233import com .google .cloud .bigtable .test_helpers .env .TestEnvRule ;
3334import com .google .common .collect .Lists ;
3435import com .google .protobuf .ByteString ;
@@ -106,7 +107,7 @@ public void testOnAuthorizedView()
106107 }
107108
108109 private static AuthorizedView createPreSplitTableAndAuthorizedView () {
109- String tableId = UUID . randomUUID (). toString ( );
110+ String tableId = PrefixGenerator . newPrefix ( "SampleRowsIT#AuthorizedView" );
110111 String authorizedViewId = UUID .randomUUID ().toString ();
111112
112113 testEnvRule
You can’t perform that action at this time.
0 commit comments