mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 22:36:20 +00:00
Remove dead field in o.e.c.a.s.ShardStateActionTests
This commit is contained in:
parent
d55c5f6c4d
commit
5a5d7881ed
@ -58,7 +58,6 @@ import static org.hamcrest.CoreMatchers.equalTo;
|
||||
public class ShardStateActionTests extends ESTestCase {
|
||||
private static ThreadPool THREAD_POOL;
|
||||
|
||||
private AtomicBoolean timeout;
|
||||
private TestShardStateAction shardStateAction;
|
||||
private CapturingTransport transport;
|
||||
private TransportService transportService;
|
||||
@ -102,7 +101,6 @@ public class ShardStateActionTests extends ESTestCase {
|
||||
clusterService = new TestClusterService(THREAD_POOL);
|
||||
transportService = new TransportService(transport, THREAD_POOL);
|
||||
transportService.start();
|
||||
this.timeout = new AtomicBoolean();
|
||||
shardStateAction = new TestShardStateAction(Settings.EMPTY, clusterService, transportService, null, null);
|
||||
shardStateAction.setOnBeforeWaitForNewMasterAndRetry(() -> {});
|
||||
shardStateAction.setOnAfterWaitForNewMasterAndRetry(() -> {});
|
||||
|
Loading…
x
Reference in New Issue
Block a user