The new poll plugin unit tests are failing non-deterministically. This is likely due to not ensuring the http test server is up before making requests. So far, re-running the tests generally will succeed but we should fix the underlying issue.
I suspect this issue is here, it is possible to make this request before the server is accepting incoming connections.
The new poll plugin unit tests are failing non-deterministically. This is likely due to not ensuring the http test server is up before making requests. So far, re-running the tests generally will succeed but we should fix the underlying issue.
I suspect this issue is here, it is possible to make this request before the server is accepting incoming connections.