You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is being caused by the exception raising code incorrectly setting the exception's cause to itself if an exception is rethrown. The combination of debug and exception wrappers in the tests means exceptions are being rethrown, and their causes recursively traversed, and ends up with the stack overflow.
When I run the whole Rails 6 ActionPack tests I got
Error:
The whole output is in this zip (it has ~215 MB after unpacking)
output.txt.zip
The text was updated successfully, but these errors were encountered: