Closed edsantiago closed 1 month ago
ENOENT possibly means the socat process was never started, exited before we tried to connect (also exits and deletes the socket on something like SIGTERM but if it got SIGKILL we should get ECONNREFUSED instead). We do have no error checking on the socat process so this is a possibility but if I read the setup correctly we should still see stderr from it!? And lastly something might be deleting the socket file but if there are no parallel things going on it seems really strange.
I would recommend to add a simple file check before the pull command to see if the socket is there
A friendly reminder that this issue had no activity for 30 days.
Failure in the USEC test:
Happening only in #23275, but this is NOT A PARALLEL TEST. The failure is happening in pass 1, the serial tests, which run before parallel tests.
This is almost certainly my problem to deal with. I'm just filing because all these flakes are getting hard to track.