[TEST] make sure update task is actually executed
The update task that was submitted in this test never got executed if node_2 was not master.
This commit is contained in:
parent
6b95a05fc7
commit
764901a9cd
|
@ -151,6 +151,10 @@ public class IndicesStoreIntegrationTests extends ElasticsearchIntegrationTest {
|
|||
.build();
|
||||
}
|
||||
|
||||
public boolean runOnlyOnMaster() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onFailure(String source, Throwable t) {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue