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
Per discussion on the merged PR this test is also quite slow (15s * 8 = 120s) and it is not at all CPU bound; just sitting waiting for events on all threads.
I've likely misused the api for making requests, checking it now and will send a pull request once understand what's wrong. Test itself is supposed to be fairly simple (just make single request & check what headers are observed by upstream), so shouldn't take any noticeable time by itself.
@euroelessar I think this a flake from a recent test you added. Could you run the tests in a
--runs_per_test
loop and PTAL?The text was updated successfully, but these errors were encountered: