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

Disable part of the threadpool test for TSAN #2103

Merged
merged 1 commit into from Aug 29, 2023

Conversation

bernhardmgruber
Copy link
Member

@bernhardmgruber bernhardmgruber commented Aug 29, 2023

Fixes: #2101.

@@ -16,6 +22,10 @@ TEST_CASE("threadpool", "[core]")

CHECK_THROWS_AS(f1.get(), std::runtime_error);

#ifdef TSAN
# warning "Part of the threadpool test fails the TSAN CI and is therefore disabled."
// TODO(bgruber): Revisit this in the future on a new CI image. This problem does not happen locally.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting. So probably some Ubuntu 20.04 issue then?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no idea. It does not happen on my Ubuntu 23.04. Also interestingly, the CI reports a higher BOOST_LIB_STD_GNU than my local run :D In any case, all I can do is disable the test and add this note. Let's have a look again on newer Ubuntu images.

Release 1.0 automation moved this from In progress to Reviewer approved Aug 29, 2023
@SimeonEhrig SimeonEhrig merged commit fc995b2 into alpaka-group:develop Aug 29, 2023
25 checks passed
Release 1.0 automation moved this from Reviewer approved to Done Aug 29, 2023
@bernhardmgruber bernhardmgruber deleted the coretest branch August 29, 2023 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

coreTest fails with TSAN
3 participants