Skip to content

Conversation

@tiran
Copy link
Member

@tirantiran 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-botbedevere-bot added awaiting core review tests Tests in the Lib/test dir labels Jul 26, 2022
@tiran
Copy link
MemberAuthor

@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
MemberAuthor

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.

@tirantiran changed the title gh-93678: Address stack exhaustion on WASIgh-93678: Address stack exhaustion on WASI (GH-95296)Jul 26, 2022
@tirantiran merged commit 51c56f8 into python:mainJul 26, 2022
@tirantiran deleted the gh-93678-wasi branch July 26, 2022 20:14
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@tiran@iritkatriel@bedevere-bot