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
Hi, I am struggling to create a regression test that needs to test a very deep directory structure. If i try to use the AtPath struct with mkdir_all("a/".repeat(1000)) it will fail telling me the filename is too long.
I am not very experienced yet with the testing framework so any input how i could achieve the setup for my test is highly appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am struggling to create a regression test that needs to test a very deep directory structure. If i try to use the AtPath struct with mkdir_all("a/".repeat(1000)) it will fail telling me the filename is too long.
I am not very experienced yet with the testing framework so any input how i could achieve the setup for my test is highly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions