Skip to content

Fix "not really failing" Windows stress tests#4653

Merged
SeanTAllen merged 1 commit intomainfrom
fix-windows-error-code-stress-test
Mar 6, 2025
Merged

Fix "not really failing" Windows stress tests#4653
SeanTAllen merged 1 commit intomainfrom
fix-windows-error-code-stress-test

Conversation

@SeanTAllen
Copy link
Copy Markdown
Member

Sometime with Windows stress tests, the process would finish fine but LLDB would return a non-zero exit code for itself thereby failing the process. This was not good.

We will now check the process under test code for success/failure rather than the debugger exit.

@ponylang-main ponylang-main added the discuss during sync Should be discussed during an upcoming sync label Mar 5, 2025
@SeanTAllen SeanTAllen force-pushed the fix-windows-error-code-stress-test branch from 6964d7e to a03c8f6 Compare March 5, 2025 19:56
Sometime with Windows stress tests, the process would finish fine
but LLDB would return a non-zero exit code for itself thereby failing
the process. This was not good.

We will now check the process under test code for success/failure
rather than the debugger exit.
@SeanTAllen SeanTAllen force-pushed the fix-windows-error-code-stress-test branch from a03c8f6 to 404fa2c Compare March 5, 2025 21:33
@SeanTAllen SeanTAllen merged commit 81e8872 into main Mar 6, 2025
26 checks passed
@SeanTAllen SeanTAllen deleted the fix-windows-error-code-stress-test branch March 6, 2025 01:18
@ponylang-main ponylang-main removed the discuss during sync Should be discussed during an upcoming sync label Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants