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
test(e2e): replace process substitution with pipe in two-volume-rd
Process substitution `<(...)` failed in the satellite container with
'/dev/fd/63: No such file or directory' — the debian-slim image's
shell can't see /proc/self/fd in this exec context. Switch to a
plain pipe (dd ... | md5sum | awk).
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
0 commit comments