Skip to content

Commit 6998e3b

Browse files
authored
test: add one more logging to test env rule (#2683)
1 parent 9cbfd50 commit 6998e3b

File tree

1 file changed

+1
-0
lines changed
  • google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/test_helpers/env

1 file changed

+1
-0
lines changed

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/test_helpers/env/TestEnvRule.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ void cleanUpStale() throws ExecutionException, InterruptedException, IOException
165165
* @param stalePrefix
166166
*/
167167
private void cleanupStaleTables(String stalePrefix) {
168+
LOGGER.info("Start cleaning up stale tables with stalePrefix=" + stalePrefix);
168169
for (String tableId : env().getTableAdminClient().listTables()) {
169170
if (!tableId.startsWith(PrefixGenerator.PREFIX)) {
170171
LOGGER.info("Skip cleaning up table: " + tableId);

0 commit comments

Comments
 (0)