-
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]: Fix OS integration tests for Windows platform #3196
Comments
I'm able to reproduce this issue on my Windows instance with git bash.
|
According to my research, the opensearch-build/src/system/process.py Line 29 in 2ade8b3
and we are opening the file again with open() to read the data.opensearch-build/src/system/process.py Lines 60 to 64 in 2ade8b3
However, checking the properties of this module Let me keeping testing how we could fix this issue. |
Closing this issue as its fixed now. |
Describe the bug
In the current scenario the OS integration tests have to be run manually for Windows platform as they don't run as expected. The major problem is of failure during clean-up process after the tests have run but the process fails as it is not able to delete the temp files generated during test run.
Sample Logs: WIP
To reproduce
On Windows 2019 machine checkout
opensearch-build
repo and run./test.sh integ-test manifests/1.3.8/opensearch-1.3.8-test.yml --component index-management
Expected behavior
The integ test should run without failing to delete the temp file generated and should display the final result of
PASS
orFAILURE
once the test has completed.Screenshots
If applicable, add screenshots to help explain your problem.
Host / Environment
No response
Additional context
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: