-
-
Notifications
You must be signed in to change notification settings - Fork 356
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
[CI] LibTTYTest.test2 fails sometimes on Linux #17127
Comments
…nment to avoid translation of the error message (issue pharo-project#17127).
It specifically seems to fail when the tests run on ‘gilda’, see the pages opened by the snippet given below (based on a similar one I gave in issue #15105). Presumably it runs the tests with the relevant internationalization environment variable set to French. I’ve opened a pull request to modify the test to take that into account: pull request #17138. { { 17135. 1 to: 2 }. { 17134. 1 to: 1 }. { 17133. 1 to: 1 }. { 17132. 1 to: 1 } }
do: [ :arguments |
arguments bind: [ :pullRequestNumber :buildNumbers |
buildNumbers do: [ :buildNumber |
{ 'testReport/Unix64.UnifiedFFI.Tests/LibTTYTest/unix_64___Tests_unix_64___test2/'.
'execution/node/49/log/' } do: [ :suffix |
WebBrowser openOn: ('https://ci.inria.fr/pharo-ci-jenkins2/job' ,
'/Test%20pending%20pull%20request%20and%20branch%20Pipeline' ,
'/view/change-requests/job/PR-{1}/{2}/{3}'
format: { pullRequestNumber. buildNumber. suffix }) ] ] ] ] |
@MarcusDenker: Can someone take a look at adding English to the locales on ‘gilda’ (see pull request #17138 for details) ? |
this is now fixed |
We are seeing random failures of LibTTYTest.test2 on linux:
Example for a testrun with the failure: #17126
The text was updated successfully, but these errors were encountered: