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-93678: Address stack exhaustion on WASI (GH-95296) #95296

Merged
merged 1 commit into from Jul 26, 2022

Conversation

tiran
Copy link
Member

@tiran tiran commented Jul 26, 2022

Commit 75c0c1b added function calls that increase stack consumption
slightly. This pushed recursion tests over the call stack limit of
wasmtime and broke three tests on wasm32-wasi.

Skip two tests and lower recursion limit of the third test.

Commit 75c0c1b added function calls that increase stack consumption
slightly. This pushed recursion tests over the call stack limit of
wasmtime and broke three tests on wasm32-wasi.

Skip two tests and lower recursion limit of the third test.
@bedevere-bot bedevere-bot added awaiting core review tests Tests in the Lib/test dir labels Jul 26, 2022
@tiran
Copy link
Member Author

tiran commented Jul 26, 2022

@iritkatriel
Copy link
Member

Are you sure you want to skip the tests? I’m hoping to get to the bottom of my change and reverse the impact.

@tiran
Copy link
Member Author

tiran commented Jul 26, 2022

Are you sure you want to skip the tests? I’m hoping to get to the bottom of my change and reverse the impact.

Temporarily until you have developed a fix. The WASI buildbot is a stable tier 3 bot. The failing tests are showing up in unrelated PRs.

@tiran tiran changed the title gh-93678: Address stack exhaustion on WASI gh-93678: Address stack exhaustion on WASI (GH-95296) Jul 26, 2022
@tiran tiran merged commit 51c56f8 into python:main Jul 26, 2022
@tiran tiran deleted the gh-93678-wasi branch July 26, 2022 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants