Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 5ce38d8

Browse files
colin-rogers-dbtd-coleMichelleArkjtcohen6
authored
skip flaky seed test (#1315)
* Add query cancellation. * clean up merge + linting * Add back mp_context * generating a fresh job_id for every _query_and_results call * add cancellation test * add cancellation test * add seed cancellation * remove type ignore * add changie * use defaultdict to simplify code * skip test_cancel.py on windows * use dynamic schema in test_grant_access_to.py * use dynamic schema in test_grant_access_to.py * revert setup * skip seed test --------- Co-authored-by: Daniel Cole <[email protected]> Co-authored-by: Michelle Ark <[email protected]> Co-authored-by: Michelle Ark <[email protected]> Co-authored-by: Jeremy Cohen <[email protected]>
1 parent 71dd575 commit 5ce38d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/functional/test_cancel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def test_bigquery_cancels_queries_for_model_on_keyboard_interrupt(self, project)
125125
assert "CANCEL query model.test.model" in std_out_log
126126
assert len(_get_job_id(project, "model")) == 1
127127

128+
@pytest.mark.skip(reason="cannot reliably cancel seed queries in time")
128129
def test_bigquery_cancels_queries_for_seed_on_keyboard_interrupt(self, project):
129130
std_out_log = _run_dbt_in_subprocess(project, "seed")
130131

0 commit comments

Comments
 (0)