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

Commit bb06269

Browse files
chore: merge main into generate-libraries-main
2 parents 66497d2 + 6998e3b commit bb06269

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/test_helpers/env

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)