File tree 1 file changed +4
-0
lines changed
bigtable/hbase/snippets/src/test/java/com/example/bigtable
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 21
21
22
22
import com .google .cloud .bigtable .admin .v2 .BigtableTableAdminClient ;
23
23
import com .google .cloud .bigtable .hbase .BigtableConfiguration ;
24
+ import com .google .cloud .testing .junit4 .MultipleAttemptsRule ;
24
25
import java .io .ByteArrayOutputStream ;
25
26
import java .io .IOException ;
26
27
import java .io .PrintStream ;
38
39
import org .junit .AfterClass ;
39
40
import org .junit .Before ;
40
41
import org .junit .BeforeClass ;
42
+ import org .junit .Rule ;
41
43
import org .junit .Test ;
42
44
43
45
public class FiltersTest {
44
46
47
+ @ Rule public final MultipleAttemptsRule multipleAttemptsRule = new MultipleAttemptsRule (5 );
48
+
45
49
private static final String INSTANCE_ENV = "BIGTABLE_TESTING_INSTANCE" ;
46
50
private static final String TABLE_ID =
47
51
"mobile-time-series-" + UUID .randomUUID ().toString ().substring (0 , 20 );
You can’t perform that action at this time.
0 commit comments