-
Notifications
You must be signed in to change notification settings - Fork 98
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
broken test_ipc_max_dgram_size
test needs to be reviewed
#234
Comments
|
Verified this is indeed intermittent, the above link now points to a restarted run, which passed (note that the offset of the respective line is |
One of the possibilities that are hard to rule out is that parallel |
Very odd. I'm not going to worry about it short-term, though it would be useful to know how the test systems are set up. Can we reproduce it with clang ourselves? |
No cycles to spend on trying to reproduce that though we are now aware about this inclination in Travis CI so we'll have at least some clues when/if this recidivate. |
Some archeology:
|
One more relevant hit: http://lists.corosync.org/pipermail/discuss/2013-May/002573.html
|
Regarding the relevance to Python implied with the cookbook references |
CI: make travis watch for the issue #234
(see also #238) |
Continue with investigation of intermittent failures in Travis CI (#234)
Diagnostic enhancement from #238 shed some more light here:
where errno of 90 means One of the possibities is that some assumption that used to hold so far |
Another hit:
From the diagnostics added so far, it seems that |
... PR #242 might help regarding this hypothesis. |
Just got a report with occurrence of this issue on virtualized s390x:
Mere 495M was allocated to /dev/shm. |
It's testing socket buffers rather than SHM arenas so it might be a ulimit issue. Odd that it failed there though because that's comparing the reported maximum with the actual allocated! |
https://travis-ci.org/ClusterLabs/libqb/jobs/178242766#L2722
...triggered intermittently only with clang (3.4), upon unrelated change.
The text was updated successfully, but these errors were encountered: