-
-
Notifications
You must be signed in to change notification settings - Fork 275
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
Remove racey start condition for ping thread #4693
Conversation
Signed-off-by: Quincey Koziol <[email protected]>
@lrknox - I believe that this should address the intermittent failure for the semaphore test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So far this seems to fix the tests that intermittently fail.
@qkoziol this may have addressed the intermittent failure on the machines where it was first noticed, but there are still some on machines with newer compilers (gcc 10 & 12, clang 18 on ubuntu 24.04, oneapi 2023). It's too soon to say whether those are intermittent or fail consistently. |
OK, thanks for the update. Are those configurations in the CI action, so I could test against them? |
@qkoziol Autotools TestExpress Workflows / Autotools debug Express Test Workflows failed the ttsafe test in the action after I merged #4694. Can you try that one? These links show the ttsafe test failures reported to the 2 CDash instances for 8/6: Clang is the compiler most common in these failures, followed by Intel (oneAPI) and gcc 11,12,13. You can find the compiler and configure command for the failed tests in the links above by clicking on "Failed", then on the build name link, and then on the "0" for configure errors. |
No description provided.