cedar-policy / cedar-java

Java bindings for the Cedar language
https://www.cedarpolicy.com
Apache License 2.0
42 stars 19 forks source link

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

Closed aaronjeline closed 8 months ago

aaronjeline commented 9 months ago

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.