Skip to content

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.
@tiran tiran requested review from iritkatriel and sweeneyde July 26, 2022 19:31
@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.

3 participants