This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Commit 9005b2b
committed
fix: Flaky system test test_batch_dml
Loosen assertion on ExecuteBatchDml RPC count to allow for retries.
Previously asserted exactly 3 calls, but transient errors can cause retries, leading to failure (e.g. 4 calls).
Changed assertion to >= 3.1 parent 7e81930 commit 9005b2b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
544 | | - | |
| 544 | + | |
545 | 545 | | |
546 | 546 | | |
547 | 547 | | |
| |||
0 commit comments