Skip to content

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

Merged
pitrou merged 28 commits into
python:mainfrom
corona10:gh-112536-ci
Mar 16, 2024
Merged

gh-112536: Add TSAN builds on Github Actions#116872
pitrou merged 28 commits into
python:mainfrom
corona10:gh-112536-ci

Conversation

@corona10

@corona10corona10 commented Mar 15, 2024

Copy link
Copy Markdown
Member

Comment thread.github/workflows/build.yml
Comment thread.github/workflows/build.yml Outdated
Comment thread.github/workflows/build.yml Outdated
@pitrou

Copy link
Copy Markdown
Member

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 colesburyMarch 15, 2024 18:50
@corona10

Copy link
Copy Markdown
MemberAuthor

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 ownerMarch 16, 2024 01:36

@pitroupitrou left a comment

Copy link
Copy Markdown
Member

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 !

@pitroupitrou changed the title gh-112536: Setting up TSAN test at Github Actiongh-112536: Add TSAN builds on Github ActionsMar 16, 2024
@pitrou
pitrou merged commit 20578a1 into python:mainMar 16, 2024
@corona10
corona10 deleted the gh-112536-ci branch March 16, 2024 10:15
@itamaro

Copy link
Copy Markdown
Contributor

Are there buildbots for this configuration too?

@pitrou

pitrou commented Mar 16, 2024

Copy link
Copy Markdown
Member

No, just GHA AFAIK.

@bedevere-app

Copy link
Copy Markdown

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
Copy Markdown

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 freeto 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

@corona10@pitrou@hugovk@itamaro@colesbury