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

Ensures our test for stack overflows correctly triggers a stack overflow on release build #80

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

aaronjeline
Copy link
Contributor

Issue #, if available:
#79
Description of changes:
We have an integration tests that ensures the correct behavior for stack overflows in the rust interpreter.
Because rust stack frames are much smaller in release mode, the test failed to trigger a stack overflow when run under release mode.
This just makes the test case larger so that we trigger a stack overflow on both build types.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Contributor

@khieta khieta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change looks fine to me. I see that the related issue (#79) is closed. Is this PR still supposed to be open?

@andrewmwells-amazon andrewmwells-amazon merged commit c66e448 into main Feb 13, 2024
1 check passed
@andrewmwells-amazon andrewmwells-amazon deleted the aaronjeline/issue79 branch February 13, 2024 19:38
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.

4 participants