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
When running TestStacksCyclesErrors locally on my macbook, the test fails because we get the error that the filename is too long before we hit cycle detection.
Add a check that the full filepath doesn't exceed some limit. 1024 character might be a good floor based on some Googling, but there might be a better way to get OS specific limits so that we can use a higher limit on Linux than on MacOS, etc.
Steps To Reproduce
Run the test on a macOS device (I imagine Windows might show the same error).
Describe the bug
When running
TestStacksCyclesErrors
locally on my macbook, the test fails because we get the error that the filename is too long before we hit cycle detection.Add a check that the full filepath doesn't exceed some limit. 1024 character might be a good floor based on some Googling, but there might be a better way to get OS specific limits so that we can use a higher limit on Linux than on MacOS, etc.
Steps To Reproduce
Run the test on a macOS device (I imagine Windows might show the same error).
Expected behavior
The test passes.
Nice to haves
Versions
main
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: