-
Notifications
You must be signed in to change notification settings - Fork 275
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]: Fix missing local test cluster logs for integration tests #3382
Comments
This issue is reproduced with command
I could only see
and
|
That's the missing piece @zelinh. See the tmp directory after using |
Basically the reason of these missing logs is that the workflow is forced to deleted everything when terminating the local cluster for tarball & zip. opensearch-build/src/test_workflow/integ_test/distribution_tar.py Lines 41 to 43 in c871a82
I would raise a PR to remove this part so the |
Do we have any anecdotes from plugin teams requiring any of the above mentioned logs apart from the OS log which is present in |
Closing this issue as this has been fixed. |
Describe the bug
Currently, the local test cluster only records stdout and stderr for local cluster that is deployed by the test workflow.
Missing logs files:
To reproduce
Run below command locally and see that test-results/../local-test-cluster folder only includes stdout and stderr files
Expected behavior
Should record all log files
Screenshots
If applicable, add screenshots to help explain your problem.
Host / Environment
No response
Additional context
Estimate: 3 points
Acceptance Criteria
The text was updated successfully, but these errors were encountered: