mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 14:26:27 +00:00
Disable IndexUpgradeIT.testIndexUpgradeInfoOnEmptyCluster too.
Relates elastic/x-pack-elasticsearch#3921 Original commit: elastic/x-pack-elasticsearch@88e66c5564
This commit is contained in:
parent
8dbd1fd2cd
commit
48847720e8
@ -128,6 +128,7 @@ public class IndexUpgradeIT extends IndexUpgradeIntegTestCase {
|
||||
assertTrue(postUpgradeIsCalled.get());
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl="https://github.com/elastic/x-pack-elasticsearch/issues/3921")
|
||||
public void testIndexUpgradeInfoOnEmptyCluster() {
|
||||
// On empty cluster asking for all indices shouldn't fail since no indices means nothing needs to be upgraded
|
||||
Response response = client().prepareExecute(IndexUpgradeInfoAction.INSTANCE).setIndices("_all").get();
|
||||
|
Loading…
x
Reference in New Issue
Block a user