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
cargonauts has some integration tests that run the examples in the examples directory and make requests of them, to make sure the whole system is working at least kind of correctly.
These have proven to be pretty flakey on CI, failing requests with ConnectionRefused a litle too often. I don't know why this is but would be great for this to get fixed somehow. Ideas:
Figure out why this happens on CI (doesnt happen on my machine) and maybe there's a config on travis that could be changed to fix it.
Maybe there's a small change to the tests that could fix the problem.
If not, figure out another way to get the same end-to-end testing without actually performing a TCP connection.
The text was updated successfully, but these errors were encountered:
cargonauts has some integration tests that run the examples in the
examples
directory and make requests of them, to make sure the whole system is working at least kind of correctly.These have proven to be pretty flakey on CI, failing requests with
ConnectionRefused
a litle too often. I don't know why this is but would be great for this to get fixed somehow. Ideas:The text was updated successfully, but these errors were encountered: