Skip to content

Port all remaining xpack plugin projects away from deprecated rest-test plugin#86626

Merged
breskeby merged 2 commits intoelastic:masterfrom
breskeby:move-xpack-from-es-rest
May 11, 2022
Merged

Port all remaining xpack plugin projects away from deprecated rest-test plugin#86626
breskeby merged 2 commits intoelastic:masterfrom
breskeby:move-xpack-from-es-rest

Conversation

@breskeby
Copy link
Copy Markdown
Contributor

  • Use internal java rest test or internal yaml rest test plugin instead

This is part of #85491

@breskeby breskeby self-assigned this May 10, 2022
@breskeby breskeby added :Delivery/Build Build or test infrastructure >enhancement Team:Delivery Meta label for Delivery team v7.17.4 labels May 10, 2022
@breskeby breskeby marked this pull request as ready for review May 10, 2022 15:48
@elasticmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-delivery (Team:Delivery)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this line?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

…st plugin

- Use internal java rest test or internal yaml rest test plugin instead

This is part of elastic#85491
@breskeby breskeby force-pushed the move-xpack-from-es-rest branch from 3a80bf4 to 0da84a8 Compare May 11, 2022 13:28
@breskeby breskeby merged commit a10cc8d into elastic:master May 11, 2022
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
breskeby added a commit that referenced this pull request May 12, 2022
…st plugin (#86626) (#86695)

Backports the following commits to 7.17:
 - Port all remaining xpack plugin projects away from deprecated rest-test plugin (#86626)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Delivery/Build Build or test infrastructure >enhancement Team:Delivery Meta label for Delivery team v7.17.4 v8.3.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants