Open acarbonetto opened 1 year ago
I think we also need to run all ITs with all plugins and with Security on all release branches (x.y
) on every push/PR.
I think we also need to run all ITs with all plugins and with Security on all release branches (
x.y
) on every push/PR.
related: https://github.com/opensearch-project/sql/issues/1713
This ticket is to clean up the cross cluster search test engine so that it works with security plugin turned on
What is the bug? CrossClusterSearchIT fails when the security plugin is enabled. We should update the cross cluster search IT tests so that they work when the security plugin is working on the cluster.
How can one reproduce the bug? Create a multicluster with the security plugin enabled. CrossClusterSearchIT will be unable to hit the client due to SSL
REPRODUCE WITH:
./gradlew ':integ-test:integTest' --tests "org.opensearch.sql.ppl.CrossClusterSearchIT" -Dtests.seed=2B9C4ECD5AA96CAA -Dtests.security.manager=false -Dtests.locale=en-IN -Dtests.timezone=America/El_Salvador -Druntime.java=17
Related:
Do you have any screenshots? N/A
Do you have any additional context?