File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 99import org .apache .http .HttpHost ;
1010import org .apache .http .entity .ContentType ;
1111import org .apache .http .entity .StringEntity ;
12- import org .elasticsearch .Version ;
1312import org .elasticsearch .client .Request ;
1413import org .elasticsearch .client .Response ;
1514import org .elasticsearch .client .RestClient ;
3635import static org .elasticsearch .xpack .test .rest .XPackRestTestConstants .TRANSFORM_INTERNAL_INDEX_PREFIX ;
3736import static org .elasticsearch .xpack .test .rest .XPackRestTestConstants .TRANSFORM_INTERNAL_INDEX_PREFIX_DEPRECATED ;
3837import static org .elasticsearch .xpack .test .rest .XPackRestTestConstants .TRANSFORM_TASK_NAME ;
39- import static org .hamcrest .Matchers .containsString ;
4038import static org .hamcrest .Matchers .equalTo ;
4139import static org .hamcrest .Matchers .greaterThan ;
4240import 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 );
You can’t perform that action at this time.
0 commit comments