File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments