-
Notifications
You must be signed in to change notification settings - Fork 135
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
S32-io/IO-Socket-INET-UNIX.t is busted #718
Comments
Was that the only one failing, or were there more like this? |
Thanks for replying quickly! This is the only one failing persistently and confusingly, I think, others are fine. There are also https://github.com/Raku/roast/blob/master/S17-procasync/kill.t and https://github.com/Raku/roast/blob/master/MISC/bug-coverage-stress-6.d.t that fail consistently under heavy load (they are flappers, really) which I would like to do something with, but I remember last time it was discussed people talking about impossibility to really fix it anyhow. |
Sorry for the late response. This is a huge oversight on my part, and should be a relative path of some sort; |
The test creates a relative file in the directory to work with and this has costed us some hours (and money for me) lost to release, which is LTA.
The failure looks this way:
># Socket path '/home/koto/Devel/perl6-dev/R/rakudo/tools/releasable/temp/rakudo-test/rakudo-2021.02/t/spec/S32-io/test.sock' is too long (max length supported by this platform is 107 characters)
Why not open a file in $*TMP instead to prevent ^?
The text was updated successfully, but these errors were encountered: