Commit 7fb89f0
committed
Auto merge of #11976 - ehuss:fix-not_found_permutations, r=epage
Fix flaky not_found_permutations test.
This fixes the `registry::not_found_permutations` test which would randomly fail since the order of http requests was not deterministic. The resolver can issue queries in parallel which can process requests out-of-order.
Fixes #119751 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3183 | 3183 | | |
3184 | 3184 | | |
3185 | 3185 | | |
3186 | | - | |
| 3186 | + | |
| 3187 | + | |
3187 | 3188 | | |
3188 | 3189 | | |
3189 | 3190 | | |
3190 | 3191 | | |
3191 | | - | |
3192 | 3192 | | |
| 3193 | + | |
3193 | 3194 | | |
3194 | 3195 | | |
3195 | 3196 | | |
| |||
0 commit comments