Commit 485b2fd
authored
Avoid re-enqueueing merge tasks (elastic#132020) (elastic#132269)
Avoid mocking merge tasks as backlogged (which are then re-enqueued)
because it makes the merge task's queue available budget value unsteady,
which breaks the test when it later schedules merge tasks that are
under/over budget.
Closes elastic#130205
elastic#1319821 parent 5520641 commit 485b2fd
File tree
1 file changed
+2
-10
lines changed- server/src/test/java/org/elasticsearch/index/engine
1 file changed
+2
-10
lines changedLines changed: 2 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
773 | | - | |
774 | | - | |
775 | | - | |
776 | | - | |
777 | | - | |
778 | | - | |
779 | | - | |
780 | | - | |
781 | | - | |
782 | | - | |
| 773 | + | |
| 774 | + | |
783 | 775 | | |
784 | 776 | | |
785 | 777 | | |
| |||
0 commit comments