Skip to content

Commit

Permalink
Fix downstream db in suites (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
w41ter committed Aug 28, 2024
1 parent 7f1eda4 commit ac94098
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ suite("test_db_sync_clean_restore") {
)
"""

target_sql "CREATE DATABASE IF NOT EXISTS TEST_${context.dbName}"
target_sql """
CREATE TABLE if NOT EXISTS ${tableName}_1
(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ suite("test_db_sync_signature_not_matched") {
)
"""

target_sql "CREATE DATABASE IF NOT EXISTS TEST_${context.dbName}"
target_sql """
CREATE TABLE if NOT EXISTS ${tableName}
(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ suite("test_restore_clean_partitions") {
)
"""

target_sql "CREATE DATABASE IF NOT EXISTS TEST_${context.dbName}"
target_sql """
CREATE TABLE if NOT EXISTS ${tableName}_1
(
Expand Down

0 comments on commit ac94098

Please sign in to comment.