[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:
Britta Weber 2015-03-04 15:45:14 +01:00
parent 6b95a05fc7
commit 764901a9cd
1 changed files with 4 additions and 0 deletions

View File

@ -151,6 +151,10 @@ public class IndicesStoreIntegrationTests extends ElasticsearchIntegrationTest {
.build();
}
public boolean runOnlyOnMaster() {
return false;
}
@Override
public void onFailure(String source, Throwable t) {
}