Remove elasticsearch.rest-test gradle plugin#85491
Merged
breskeby merged 4 commits intoelastic:masterfrom May 17, 2022
Merged
Conversation
d477de3 to
47982e7
Compare
96b76a0 to
3e498ec
Compare
49556e8 to
804f91f
Compare
breskeby
added a commit
to breskeby/elasticsearch
that referenced
this pull request
May 3, 2022
As we are moving away from StandaloneRestTestPlugin (see elastic#85491) we want to reduce the surface of that plugin. If rest tests are used a rest test related plugin should be applied
5bbefc6 to
fb8e937
Compare
breskeby
added a commit
that referenced
this pull request
May 9, 2022
As we are moving away from StandaloneRestTestPlugin (see #85491) we want to reduce the surface of that plugin. If rest tests are used a rest test related plugin should be applied
breskeby
added a commit
to breskeby/elasticsearch
that referenced
this pull request
May 11, 2022
…st plugin - Use internal java rest test or internal yaml rest test plugin instead This is part of elastic#85491
breskeby
added a commit
to breskeby/elasticsearch
that referenced
this pull request
May 11, 2022
…st plugin (elastic#86626) - Use internal java rest test or internal yaml rest test plugin instead This is part of elastic#85491 # Conflicts: # qa/snapshot-based-recoveries/azure/src/test/java/org/elasticsearch/recovery/AzureSnapshotBasedRecoveryIT.java # qa/snapshot-based-recoveries/gcs/src/test/java/org/elasticsearch/recovery/GCSSnapshotBasedRecoveryIT.java # qa/snapshot-based-recoveries/s3/src/test/java/org/elasticsearch/recovery/S3SnapshotBasedRecoveryIT.java # x-pack/plugin/repositories-metering-api/qa/azure/build.gradle # x-pack/plugin/repositories-metering-api/qa/gcs/build.gradle # x-pack/plugin/repositories-metering-api/qa/s3/build.gradle # x-pack/plugin/searchable-snapshots/qa/azure/build.gradle # x-pack/plugin/searchable-snapshots/qa/gcs/build.gradle # x-pack/plugin/searchable-snapshots/qa/minio/build.gradle # x-pack/plugin/searchable-snapshots/qa/s3/build.gradle # x-pack/plugin/snapshot-based-recoveries/qa/azure/build.gradle # x-pack/plugin/snapshot-based-recoveries/qa/azure/src/javaRestTest/java/org/elasticsearch/xpack/snapshotbasedrecoveries/recovery/AzureSnapshotBasedRecoveryIT.java # x-pack/plugin/snapshot-based-recoveries/qa/azure/src/test/java/org/elasticsearch/xpack/snapshotbasedrecoveries/recovery/AzureSnapshotBasedRecoveryIT.java # x-pack/plugin/snapshot-based-recoveries/qa/fs/build.gradle # x-pack/plugin/snapshot-based-recoveries/qa/fs/src/javaRestTest/java/org/elasticsearch/xpack/snapshotbasedrecoveries/recovery/FsSnapshotBasedRecoveryIT.java # x-pack/plugin/snapshot-based-recoveries/qa/gcs/build.gradle # x-pack/plugin/snapshot-based-recoveries/qa/gcs/src/javaRestTest/java/org/elasticsearch/xpack/snapshotbasedrecoveries/recovery/GCSSnapshotBasedRecoveryIT.java # x-pack/plugin/snapshot-based-recoveries/qa/gcs/src/test/java/org/elasticsearch/xpack/snapshotbasedrecoveries/recovery/GCSSnapshotBasedRecoveryIT.java # x-pack/plugin/snapshot-based-recoveries/qa/license-enforcing/build.gradle # x-pack/plugin/snapshot-based-recoveries/qa/license-enforcing/src/javaRestTest/java/org/elasticsearch/xpack/snapshotbasedrecoveries/recovery/LicenseIsEnforcedDuringSnapshotBasedRecoveryIT.java # x-pack/plugin/snapshot-based-recoveries/qa/s3/build.gradle # x-pack/plugin/snapshot-based-recoveries/qa/s3/src/javaRestTest/java/org/elasticsearch/xpack/snapshotbasedrecoveries/recovery/S3SnapshotBasedRecoveryIT.java # x-pack/plugin/snapshot-based-recoveries/qa/s3/src/test/java/org/elasticsearch/xpack/snapshotbasedrecoveries/recovery/S3SnapshotBasedRecoveryIT.java # x-pack/plugin/snapshot-repo-test-kit/qa/azure/build.gradle # x-pack/plugin/snapshot-repo-test-kit/qa/gcs/build.gradle # x-pack/plugin/snapshot-repo-test-kit/qa/minio/build.gradle # x-pack/plugin/snapshot-repo-test-kit/qa/s3/build.gradle # x-pack/plugin/sql/qa/jdbc/build.gradle # x-pack/plugin/sql/qa/jdbc/single-node/src/javaRestTest/java/org/elasticsearch/xpack/sql/qa/jdbc/single_node/JdbcCloseCursorIT.java # x-pack/plugin/sql/qa/jdbc/single-node/src/javaRestTest/java/org/elasticsearch/xpack/sql/qa/jdbc/single_node/JdbcWarningsIT.java # x-pack/plugin/sql/qa/server/multi-node/src/javaRestTest/java/org/elasticsearch/xpack/sql/qa/multi_node/CliLenientIT.java # x-pack/plugin/sql/qa/server/security/build.gradle # x-pack/plugin/sql/qa/server/single-node/build.gradle # x-pack/plugin/sql/qa/server/single-node/src/javaRestTest/java/org/elasticsearch/xpack/sql/qa/single_node/CliLenientIT.java # x-pack/plugin/sql/qa/server/single-node/src/javaRestTest/java/org/elasticsearch/xpack/sql/qa/single_node/RestSqlDeprecationIT.java # x-pack/plugin/sql/qa/server/single-node/src/javaRestTest/java/org/elasticsearch/xpack/sql/qa/single_node/RestSqlPaginationIT.java # x-pack/plugin/sql/qa/server/src/main/java/org/elasticsearch/xpack/sql/qa/rest/RestSqlTestCase.java # x-pack/plugin/sql/qa/server/src/main/resources/command.csv-spec # x-pack/plugin/sql/qa/server/src/main/resources/single-node-only/command-sys.csv-spec # x-pack/plugin/sql/qa/server/src/main/resources/slow/frozen.csv-spec # x-pack/plugin/vector-tile/qa/multi-cluster/build.gradle
8f03698 to
cfc4226
Compare
d90c605 to
7c6b4fa
Compare
7c6b4fa to
6ea9525
Compare
Collaborator
|
Pinging @elastic/es-delivery (Team:Delivery) |
6ea9525 to
fd3fd84
Compare
018af00 to
6d052f2
Compare
pugnascotia
reviewed
May 16, 2022
| import static org.hamcrest.Matchers.notNullValue; | ||
| import static org.hamcrest.Matchers.nullValue; | ||
|
|
||
| public class UpdateDatabasesIT extends ESRestTestCase { |
Contributor
There was a problem hiding this comment.
Why is this file deleted?
Contributor
There was a problem hiding this comment.
Same with the database file itself. Perhaps we inteded to move these?
Contributor
Author
There was a problem hiding this comment.
they have been moved in an earlier pr 🤦 so this is basically a cleanup
mark-vieira
approved these changes
May 16, 2022
Contributor
mark-vieira
left a comment
There was a problem hiding this comment.
I think that geoip test got mistakenly removed, otherwise LGTM.
| import static org.hamcrest.Matchers.notNullValue; | ||
| import static org.hamcrest.Matchers.nullValue; | ||
|
|
||
| public class UpdateDatabasesIT extends ESRestTestCase { |
Contributor
There was a problem hiding this comment.
Same with the database file itself. Perhaps we inteded to move these?
Contributor
Author
|
I accidentally have moved the files in an earlier commit but didn't delete the old location. I'll fix this up |
breskeby
added a commit
to breskeby/elasticsearch
that referenced
this pull request
May 23, 2022
Removes and remaining usages of `elasticsearch.rest-test` and the plugin itself from the codebase Relates to elastic#63696 # Conflicts: # build-tools-internal/build.gradle # modules/ingest-geoip/qa/file-based-update/src/test/java/org/elasticsearch/ingest/geoip/UpdateDatabasesIT.java
breskeby
added a commit
that referenced
this pull request
May 23, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes and remaining usages of
elasticsearch.rest-testand the plugin itself from the codebaseRelates to #63696