Skip to content

Commit 07a1e65

Browse files
authored
Merge branch 'main' into sqla2
2 parents b4010e1 + b11a110 commit 07a1e65

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

noxfile.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,11 @@ def compliance(session):
394394
f"--junitxml=compliance_{session.python}_sponge_log.xml",
395395
"--reruns=3",
396396
"--reruns-delay=60",
397-
"--only-rerun=403 Exceeded rate limits",
398-
"--only-rerun=409 Already Exists",
399-
"--only-rerun=404 Not found",
400-
"--only-rerun=400 Cannot execute DML over a non-existent table",
397+
"--only-rerun=Exceeded rate limits",
398+
"--only-rerun=Already Exists",
399+
"--only-rerun=Not found",
400+
"--only-rerun=Cannot execute DML over a non-existent table",
401+
"--only-rerun=Job exceeded rate limits",
401402
system_test_folder_path,
402403
*session.posargs,
403404
# To suppress the "Deprecated API features detected!" warning when

owlbot.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,11 @@ def compliance(session):
192192
f"--junitxml=compliance_{session.python}_sponge_log.xml",
193193
"--reruns=3",
194194
"--reruns-delay=60",
195-
"--only-rerun=403 Exceeded rate limits",
196-
"--only-rerun=409 Already Exists",
197-
"--only-rerun=404 Not found",
198-
"--only-rerun=400 Cannot execute DML over a non-existent table",
195+
"--only-rerun=Exceeded rate limits",
196+
"--only-rerun=Already Exists",
197+
"--only-rerun=Not found",
198+
"--only-rerun=Cannot execute DML over a non-existent table",
199+
"--only-rerun=Job exceeded rate limits",
199200
system_test_folder_path,
200201
*session.posargs,
201202
# To suppress the "Deprecated API features detected!" warning when

0 commit comments

Comments
 (0)