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
When I run a QNS test locally on my ARM macBook that involves an image that isn't available as linux/arm64/v8 but only as linux/amd64, the test runs (output.txt has content) but then no pcaps are copied over from the simulator. And that then often causes the test to fail.
FWIW, i'm seeing a similar problem. Trying to run interop locally with an openssl container and any number of servers, and randomly it appears that one or both of the trace files is empty. Going to try with quic-interop/quic-network-simulator#133
When I run a QNS test locally on my ARM macBook that involves an image that isn't available as
linux/arm64/v8
but only aslinux/amd64
, the test runs (output.txt
has content) but then no pcaps are copied over from the simulator. And that then often causes the test to fail.Example:
python -u run.py -c neqo -s nginx -t handshake
The text was updated successfully, but these errors were encountered: