We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ef270 commit f6174b2Copy full SHA for f6174b2
server/src/test/java/org/opensearch/index/IndexSettingsTests.java
@@ -872,9 +872,7 @@ public void testEnablingRemoteStoreFailsWhenReplicationTypeIsDocument() {
872
}
873
874
public void testEnablingRemoteStoreFailsWhenReplicationTypeIsDefault() {
875
- Settings indexSettings = Settings.builder()
876
- .put("index.remote_store.enabled", true)
877
- .build();
+ Settings indexSettings = Settings.builder().put("index.remote_store.enabled", true).build();
878
IllegalArgumentException iae = expectThrows(
879
IllegalArgumentException.class,
880
() -> IndexMetadata.INDEX_REMOTE_STORE_ENABLED_SETTING.get(indexSettings)
0 commit comments