Skip to content

Commit dc059cd

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 6f6b918 commit dc059cd

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;
@@ -95,7 +93,7 @@ public void testTransformRollingUpgrade() throws Exception {
9593
if (Booleans.parseBoolean(System.getProperty("tests.first_round")) == false) {
9694
lastCheckpoint = 2;
9795
}
98-
verifyContinuousTransformHandlesData(lastCheckpoint);
96+
verifyContinuousTransformHandlesData(lastCheckpoint);
9997
}
10098
case UPGRADED -> {
10199
client().performRequest(waitForYellow);

0 commit comments

Comments
 (0)