Skip to content

Commit 6ab27e6

Browse files
SNOW-1894342 Fix flaky test (#2272)
1 parent feb566e commit 6ab27e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/net/snowflake/client/jdbc/DatabaseMetaDataLatestIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2690,7 +2690,7 @@ void setUp() throws Exception {
26902690
procedureWithUnderscore = "MY_PROCEDURE_" + suffix;
26912691
functionWithUnderscore = "MY_FUNCTION_" + suffix;
26922692

2693-
alternativeSchema = schemaWithUnderscore.replace("_", "X");
2693+
alternativeSchema = GENERATED_SCHEMA_PREFIX + "MYXSCHEMAX" + suffix;
26942694
alternativeTable = tableWithUnderscore.replace("_", "X");
26952695
alternativeColumn = columnWithUnderscore.replace("_", "X");
26962696
alternativeProcedure = procedureWithUnderscore.replace("_", "X");

0 commit comments

Comments
 (0)