Skip to content
Snippets Groups Projects
Unverified Commit fb466de7 authored by Cal Herries's avatar Cal Herries Committed by GitHub
Browse files

Mitigate BE flakes caused by redshift-lbv-sync-error-test and redshift-types-test (#39045)

parent ad90ce10
No related branches found
No related tags found
No related merge requests found
......@@ -236,7 +236,7 @@
qual-tbl-nm
qual-view-nm)
;; sync the schema again to pick up the new view (and table, though we aren't checking that)
(sync/sync-database! database)
(sync/sync-database! database {:scan :schema})
(is (contains?
(t2/select-fn-set :name Table :db_id (u/the-id database)) ; the new view should have been synced
view-nm))
......@@ -270,7 +270,7 @@
"CASE WHEN shop_status = 'open' THEN 11387.133 END AS case_when_numeric_inc_nulls "
"FROM test_data) WITH NO SCHEMA BINDING;")
qual-view-nm)
(sync/sync-database! database)
(sync/sync-database! database {:scan :schema})
(is (contains?
(t2/select-fn-set :name Table :db_id (u/the-id database)) ; the new view should have been synced without errors
view-nm))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment