-
Notifications
You must be signed in to change notification settings - Fork 283
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] Windows integTest stuck on executing integtest.sh commands #4563
Comments
As per subprocess documentation to ignore
|
Thanks Rishabh, The problem is:
We will take a look and sync up later. |
By switching the gradlew to gradlew.bat on windows, I finally able to consistently reach unicode error step, then I see this error pops up on observability, which also being confirmed that shows up in AD as well:
|
Added on top you apparently have to manually mount a volume on windows to keep the persistence of its Windows container storage. I am able to constantly reproduce the bug now. Thanks @rishabh6788 |
Note that Jenkins also mount the volume without using existing ones. |
|
https://docs.python.org/3/library/functions.html#open
|
We will add a |
Hi, We are currently seeing this issue in Windows Zip, for OS only.
UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xbb in position 523169: invalid start byte
2024-03-23 01:13:49 INFO Executing "bash C:\Users\ContainerAdministrator\opensearch-build\scripts\default\integtest.sh -b localhost -p 9200 -s true -v 2.13.0" in C:\Users\ContainerAdministrator\tmpwbgpq28i\<plugin name>
until timeoutmain
to2.12.0
opensearch-build code does not fix the issuesubprocess.run
does not receive a properexit/return
frombash integtest.sh
, thus keep waiting for the end of the subroutine until time outThanks.
The text was updated successfully, but these errors were encountered: