Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
albertzaharovits committed Jun 7, 2024
1 parent 8d49dfd commit 6f56b25
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,12 @@ public void testRemoteTaskCancellationOnFailedResponse() throws Exception {
Task parentTask = localService.getTaskManager().register("test_type", "test_action", searchShardsRequest);
TaskId parentTaskId = new TaskId("test-mock-node-id", parentTask.getId());
searchShardsRequest.setParentTask(parentTaskId);
var client = new RemoteClusterAwareClient(localService, "cluster1", threadPool.executor(TEST_THREAD_POOL_NAME), randomBoolean());
var client = new RemoteClusterAwareClient(
localService,
"cluster1",
threadPool.executor(TEST_THREAD_POOL_NAME),
randomBoolean()
);

AtomicBoolean cancelChildReceived = new AtomicBoolean(false);
remoteTransport.addRequestHandlingBehavior(
Expand Down

0 comments on commit 6f56b25

Please sign in to comment.