Skip to content
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

Closed
MarcusDenker opened this issue Sep 18, 2024 · 3 comments
Closed

[CI] LibTTYTest.test2 fails sometimes on Linux #17127

MarcusDenker opened this issue Sep 18, 2024 · 3 comments

Comments

@MarcusDenker
Copy link
Member

We are seeing random failures of LibTTYTest.test2 on linux:

Error Message

Got 'Error in tty_spawn at execve(path, argv, envp): Aucun fichier ou dossier de ce type ' instead of 'Error in tty_spawn at execve(path, argv, envp): No such file or directory '.
Stacktrace

TestFailure
Got 'Error in tty_spawn at execve(path, argv, envp): Aucun fichier ou dossier de ce type
' instead of 'Error in tty_spawn at execve(path, argv, envp): No such file or directory
'.
LibTTYTest(TestAsserter)>>assert:description:resumable:
LibTTYTest(TestAsserter)>>assert:description:
LibTTYTest(TestAsserter)>>assert:equals:
LibTTYTest>>assertProcessSpawnedWithFileDescriptor:path:arguments:environment:input:writes:hasStatus:
LibTTYTest>>assertProcessSpawnedWithPseudoTerminalPath:arguments:environment:input:writes:hasStatus:
LibTTYTest>>test2
LibTTYTest(TestCase)>>performTest
LibTTYTest>>performTest

Example for a testrun with the failure: #17126

@Rinzwind
Copy link
Contributor

Rinzwind commented Sep 19, 2024

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 }) ] ] ] ]

@Rinzwind
Copy link
Contributor

@MarcusDenker: Can someone take a look at adding English to the locales on ‘gilda’ (see pull request #17138 for details) ?

@MarcusDenker
Copy link
Member Author

this is now fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants