Skip to content

Commit 1c61a70

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 1330fb8 commit 1c61a70

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/TransformSurvivesUpgradeIT.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import org.apache.http.HttpHost;
1010
import org.apache.http.entity.ContentType;
1111
import org.apache.http.entity.StringEntity;
12-
import org.elasticsearch.Version;
1312
import org.elasticsearch.client.Request;
1413
import org.elasticsearch.client.Response;
1514
import org.elasticsearch.client.RestClient;
@@ -36,7 +35,6 @@
3635
import static org.elasticsearch.xpack.test.rest.XPackRestTestConstants.TRANSFORM_INTERNAL_INDEX_PREFIX;
3736
import static org.elasticsearch.xpack.test.rest.XPackRestTestConstants.TRANSFORM_INTERNAL_INDEX_PREFIX_DEPRECATED;
3837
import static org.elasticsearch.xpack.test.rest.XPackRestTestConstants.TRANSFORM_TASK_NAME;
39-
import static org.hamcrest.Matchers.containsString;
4038
import static org.hamcrest.Matchers.equalTo;
4139
import static org.hamcrest.Matchers.greaterThan;
4240
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
@@ -96,7 +94,7 @@ public void testTransformRollingUpgrade() throws Exception {
9694
if (Booleans.parseBoolean(System.getProperty("tests.first_round")) == false) {
9795
lastCheckpoint = 2;
9896
}
99-
verifyContinuousTransformHandlesData(lastCheckpoint);
97+
verifyContinuousTransformHandlesData(lastCheckpoint);
10098
}
10199
case UPGRADED -> {
102100
client().performRequest(waitForYellow);

0 commit comments

Comments
 (0)