Commit fe7834d
authored
Fix sporadic test failure in service broker deletion during creation (#5045)
The test was flaky because both create and delete jobs could be enqueued
with the same timestamp, making pickup order non-deterministic. When the
delete job ran first, the create job failed with ServiceBrokerGone.
Fix by setting a higher priority number for the delete job so the create
job always runs first.1 parent 21e1605 commit fe7834d
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
154 | 158 | | |
155 | 159 | | |
156 | 160 | | |
| |||
0 commit comments