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

gh-112536: Add TSAN builds on Github Actions #116872

Merged
merged 28 commits into from
Mar 16, 2024
Merged

Conversation

corona10
Copy link
Member

@corona10 corona10 commented Mar 15, 2024

.github/workflows/build.yml Outdated Show resolved Hide resolved
.github/workflows/build.yml Outdated Show resolved Hide resolved
@pitrou
Copy link
Member

pitrou commented Mar 15, 2024

Ah, yeah, "ThreadSanitizer: unexpected memory mapping" is due to a recent kernel update.
You need this workaround:
https://github.com/apache/arrow/blob/00a48217e93bea1e84f10dbfdf3c0c93dfe1ea3d/dev/tasks/docker-tests/github.linux.yml#L38-L39

@corona10 corona10 marked this pull request as ready for review March 15, 2024 18:50
@corona10 corona10 requested a review from colesbury March 15, 2024 18:50
@corona10
Copy link
Member Author

In another PR we should add more tests to --tsan, because there are currently very few of them.

Yeah, yeah, I agree; this is just the initial setup; we need to do more tests for better coverage.

@corona10 corona10 requested a review from vsajip as a code owner March 16, 2024 01:36
Copy link
Member

@pitrou pitrou left a comment

Choose a reason for hiding this comment

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

Great addition! Thank you @corona10 !

@pitrou pitrou changed the title gh-112536: Setting up TSAN test at Github Action gh-112536: Add TSAN builds on Github Actions Mar 16, 2024
@pitrou pitrou merged commit 20578a1 into python:main Mar 16, 2024
35 of 36 checks passed
@corona10 corona10 deleted the gh-112536-ci branch March 16, 2024 10:15
@itamaro
Copy link
Contributor

itamaro commented Mar 16, 2024

Are there buildbots for this configuration too?

@pitrou
Copy link
Member

pitrou commented Mar 16, 2024

No, just GHA AFAIK.

@bedevere-app
Copy link

bedevere-app bot commented Mar 18, 2024

GH-116953 is a backport of this pull request to the 3.12 branch.

pitrou pushed a commit to pitrou/cpython that referenced this pull request Mar 18, 2024
…16872)

(cherry picked from commit 20578a1)

Co-authored-by: Donghee Na <donghee.na@python.org>
@bedevere-app
Copy link

bedevere-app bot commented Mar 18, 2024

GH-116953 is a backport of this pull request to the 3.12 branch.

pitrou added a commit that referenced this pull request Mar 18, 2024
(cherry picked from commit 20578a1)

Co-authored-by: Donghee Na <donghee.na@python.org>
vstinner pushed a commit to vstinner/cpython that referenced this pull request Mar 20, 2024
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 25, 2024
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants