Commit 998230d
committed
test: deflake request queue aliases e2e test
`test_rq_aliases` intermittently failed after reboot because the platform's best-effort batch-add can return a request as unprocessed and the singular `add_request` does not retry it. Use `add_requests`, which retries unprocessed requests, so the added requests survive the reboot.1 parent a4de527 commit 998230d
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
| |||
0 commit comments