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 29
29
import com .google .cloud .bigtable .data .v2 .models .KeyOffset ;
30
30
import com .google .cloud .bigtable .data .v2 .models .RowMutation ;
31
31
import com .google .cloud .bigtable .test_helpers .env .EmulatorEnv ;
32
+ import com .google .cloud .bigtable .test_helpers .env .PrefixGenerator ;
32
33
import com .google .cloud .bigtable .test_helpers .env .TestEnvRule ;
33
34
import com .google .common .collect .Lists ;
34
35
import com .google .protobuf .ByteString ;
@@ -106,7 +107,7 @@ public void testOnAuthorizedView()
106
107
}
107
108
108
109
private static AuthorizedView createPreSplitTableAndAuthorizedView () {
109
- String tableId = UUID . randomUUID (). toString ( );
110
+ String tableId = PrefixGenerator . newPrefix ( "SampleRowsIT#AuthorizedView" );
110
111
String authorizedViewId = UUID .randomUUID ().toString ();
111
112
112
113
testEnvRule
You can’t perform that action at this time.
0 commit comments