-
Notifications
You must be signed in to change notification settings - Fork 277
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
[BUG] OpenSearch-Dashboards integTest does not uninstall OpenSearch after completion #3524
Comments
|
We might able to retrieve the above service list and run the uninstall based on that. |
42 tasks
[Triage] We have enough information here. @Divyaasm Please help take a look here. Thanks. |
github-project-automation
bot
moved this to Backlog
in OpenSearch Engineering Effectiveness
Jul 31, 2023
bbarani
moved this from In Progress
to In review
in OpenSearch Engineering Effectiveness
Aug 14, 2023
github-project-automation
bot
moved this from In review
to Done
in OpenSearch Engineering Effectiveness
Sep 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
When running the OSD integTest through Python, both OS and OSD will be installed.
But when completing the test or failed the test, only OSD will be uninstalled.
The logic here should be finetuned, this is only for DEB/RPM, not for TAR due to how
uninstall
function is being written:https://github.com/opensearch-project/opensearch-build/blob/main/src/test_workflow/integ_test/distribution_rpm.py#L56
https://github.com/opensearch-project/opensearch-build/blob/main/src/test_workflow/integ_test/distribution_deb.py#L54
Thanks.
The text was updated successfully, but these errors were encountered: