- Fixed flaky `SnowflakeDriverIT.testDBMetadata`: the SHOW-based `getTables` metadata lookup could transiently return no rows right after the test table was created (metadata cache lag on shared/loaded accounts), so the lookup is now retried until the table becomes visible, and on very slow CI runners where propagation exceeds the retry window the test is skipped rather than failed (the mapping is covered deterministically by `DatabaseMetadataWiremockLatestIT`). Test-only change with no driver behavior impact (snowflakedb/snowflake-jdbc#2673).
0 commit comments