Skip to content

Commit

Permalink
Restore original test config
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis committed Jul 10, 2023
1 parent d802e1c commit ab9e5bf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

import com.google.common.collect.ImmutableMap;

@OpenSearchIntegTestCase.ClusterScope(scope = OpenSearchIntegTestCase.Scope.TEST, numDataNodes = 21)
@OpenSearchIntegTestCase.ClusterScope(scope = OpenSearchIntegTestCase.Scope.SUITE, numDataNodes = 2)
public class GetLockMultiNodeRestIT extends ODFERestTestCase {

private String initialJobId;
Expand Down Expand Up @@ -53,7 +53,7 @@ public void testGetLockRestAPI() throws Exception {
assertEquals(TestHelpers.generateExpectedLockId(initialJobIndexName, initialJobId), initialLockId);

// Submit 10 requests to generate new lock models for different job indexes
for (int i = 0; i < 10000; i++) {
for (int i = 0; i < 10; i++) {
String expectedLockId = TestHelpers.generateExpectedLockId(String.valueOf(i), String.valueOf(i));
Response getLockResponse = TestHelpers.makeRequest(
client(),
Expand Down

0 comments on commit ab9e5bf

Please sign in to comment.