neqo icon indicating copy to clipboard operation
neqo copied to clipboard

Mark `amplificationlimit` QNS test as unsupported

Open larseggert opened this issue 1 year ago • 2 comments

So the QNS results aren't full of failures. Until we fix #1183.

larseggert avatar Apr 19 '24 14:04 larseggert

...for our server, that is.

martinthomson avatar Apr 29 '24 06:04 martinthomson

I am afraid we can not "mark" the test as unsupported, i.e. exit(127). Both client and server do not know the concrete testcase, but instead are told by the Interop Runner that they should execute a transfer. See def testname below.

https://github.com/quic-interop/quic-interop-runner/blob/e15a1e523d915bed008cfc6359f79e1a1458ba6f/testcases.py#L735-L742

An alternative solution would be some heuristic in neqo-client and neqo-server, though at this point, I assume https://github.com/mozilla/neqo/issues/1183 is the easier solution.

mxinden avatar Apr 29 '24 09:04 mxinden