Skip to content

gh-93678: Address stack exhaustion on WASI (GH-95296) - #95296

Merged
tiran merged 1 commit into
python:mainfrom
tiran:gh-93678-wasi
Jul 26, 2022
Merged

gh-93678: Address stack exhaustion on WASI (GH-95296)#95296
tiran merged 1 commit into
python:mainfrom
tiran:gh-93678-wasi

Conversation

@tiran

@tirantiran commented Jul 26, 2022

Copy link
Copy Markdown
Member

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

@iritkatriel

Copy link
Copy Markdown
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
Copy Markdown
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
@tiran
tiran merged commit 51c56f8 into python:mainJul 26, 2022
@tiran
tiran 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