-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Convert CCR module tests to new testing framework #125894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert CCR module tests to new testing framework #125894
Conversation
|
Pinging @elastic/es-security (Team:Security) |
|
Pinging @elastic/es-delivery (Team:Delivery) |
| dependencies { | ||
| compileOnly project(":server") | ||
|
|
||
| tasks.register('internalClusterTestNoSecurityManager', Test) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Security manager isn't a thing anymore so we don't need this extra task.
💔 Backport failed
You can use sqren/backport to manually backport by running |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
(cherry picked from commit 66ba3c2) # Conflicts: # x-pack/plugin/ccr/qa/build.gradle # x-pack/plugin/ccr/qa/downgrade-to-basic-license/build.gradle # x-pack/plugin/ccr/qa/multi-cluster/build.gradle # x-pack/plugin/ccr/src/javaRestTest/java/org/elasticsearch/xpack/ccr/AutoFollowIT.java
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
(cherry picked from commit 66ba3c2) # Conflicts: # x-pack/plugin/ccr/qa/build.gradle # x-pack/plugin/ccr/qa/downgrade-to-basic-license/build.gradle # x-pack/plugin/ccr/qa/multi-cluster/build.gradle # x-pack/plugin/ccr/src/javaRestTest/java/org/elasticsearch/xpack/ccr/AutoFollowIT.java
(cherry picked from commit 66ba3c2) # Conflicts: # x-pack/plugin/ccr/qa/build.gradle # x-pack/plugin/ccr/qa/downgrade-to-basic-license/build.gradle # x-pack/plugin/ccr/qa/multi-cluster/build.gradle # x-pack/plugin/ccr/src/javaRestTest/java/org/elasticsearch/xpack/ccr/AutoFollowIT.java
(cherry picked from commit 66ba3c2) # Conflicts: # x-pack/plugin/ccr/qa/build.gradle # x-pack/plugin/ccr/qa/downgrade-to-basic-license/build.gradle # x-pack/plugin/ccr/qa/multi-cluster/build.gradle # x-pack/plugin/ccr/src/javaRestTest/java/org/elasticsearch/xpack/ccr/AutoFollowIT.java
This was a fun one 😄
I collapsed most of the CCR "qa" projects into the main module. I only kept the
XpackUsageITin it's only qa project because it relies on the default distribution. This way we isolate the other tests that can use the integ-test distribution.