resonatehq / resonate

a dead simple programming model for the cloud
https://www.resonatehq.io
Apache License 2.0
405 stars 33 forks source link

Non determinism in poll plugin tests #439

Closed dfarr closed 1 month ago

dfarr commented 1 month ago

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.