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
Tests have been failing recently with error messages like this. I'm thinking that as Dir.mkdtmpdir is completing (cleaning up the temporary directory), we're still somehow writing files to the location? Though I admit that's just a guess.
Errno::ENOTEMPTY: Directory not empty @ dir_s_rmdir - /tmp/d20230327-6404-5kno5p
test/system/project_manager_test.rb:379:in `block in <class:ProjectManagerTest>'
The text was updated successfully, but these errors were encountered:
Tests have been failing recently with error messages like this. I'm thinking that as
Dir.mkdtmpdir
is completing (cleaning up the temporary directory), we're still somehow writing files to the location? Though I admit that's just a guess.The text was updated successfully, but these errors were encountered: