Open
Description
I am running tests from replicaiton-luatest suite with test-run on MacOS Ventura 13.3
After one of the unsuccessful test runs I got the following output:
[001] # artifacts:
[001] # server1 -> /tmp/t/001_replication-luatest/artifacts/rs-9C-4ibyxEOJt/server1-8z8-iW2UGZoY
But the specified folder was nonexistent:
ls -ail /tmp/t/001_replication-luatest/artifacts/rs-9C-4ibyxEOJt/server1-8z8-iW2UGZoY
ls: /tmp/t/001_replication-luatest/artifacts/rs-9C-4ibyxEOJt/server1-8z8-iW2UGZoY: No such file or directory
At the same time, the specified files were present in another directory artifacts/001_replication-luatest instead of 001_replication-luatest/artifacts:
ls -ail /tmp/t/artifacts/001_replication-luatest/rs-9C-4ibyxEOJt/server1-8z8-iW2UGZoY
total 8
19176607 drwxr-xr-x 3 s.petrenko wheel 96B 17 апр 14:39 ./
19176606 drwxr-xr-x 3 s.petrenko wheel 96B 17 апр 14:39 ../
19176608 -rw-r----- 1 s.petrenko wheel 1,4K 17 апр 14:39 server1.log
This happens only sometimes. Sometimes the artifacts happen to be where luatest says they should be.