Skip to content

Commit

Permalink
Rename new IT to RemoteStoreClusterSettingsIT
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Singh <[email protected]>
  • Loading branch information
ashking94 committed Aug 31, 2023
1 parent 6f16d25 commit 5de80dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import static org.opensearch.indices.IndicesService.CLUSTER_REMOTE_TRANSLOG_BUFFER_INTERVAL_SETTING;

@OpenSearchIntegTestCase.ClusterScope(scope = OpenSearchIntegTestCase.Scope.TEST, numDataNodes = 0)
public class RemoteTranslogBufferIntervalIT extends RemoteStoreBaseIntegTestCase {
public class RemoteStoreClusterSettingsIT extends RemoteStoreBaseIntegTestCase {

private final String INDEX_NAME = "remote-store-test-idx-1";

Expand Down

0 comments on commit 5de80dc

Please sign in to comment.