Port all remaining xpack plugin projects away from deprecated rest-test plugin#86626
Merged
breskeby merged 2 commits intoelastic:masterfrom May 11, 2022
Merged
Port all remaining xpack plugin projects away from deprecated rest-test plugin#86626breskeby merged 2 commits intoelastic:masterfrom
breskeby merged 2 commits intoelastic:masterfrom
Conversation
Collaborator
|
Pinging @elastic/es-delivery (Team:Delivery) |
pugnascotia
reviewed
May 11, 2022
pugnascotia
approved these changes
May 11, 2022
…st plugin - Use internal java rest test or internal yaml rest test plugin instead This is part of elastic#85491
3a80bf4 to
0da84a8
Compare
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
astefan
added a commit
to astefan/elasticsearch
that referenced
this pull request
May 12, 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.
This is part of #85491