-
Notifications
You must be signed in to change notification settings - Fork 1
Nightly statechannels build is failing (8th Feb). #35
Comments
The CI passed on c5103c4, and first failed on 5134ffd. The commits in |
Note: The e2e tests pass locally for me. In fact, if you look at the e2e test artifacts, you'll see: 1. Things generally seem to work (test logs)If you compare these logs to working logs, you see that the tests run through their natural course. They just time out after 60 seconds, I think. 2. The servers are still running
See the e2e-stats artifact. Just before the CI step finished, you can see that eg. the payment server is running with PID 2143:
This is a child of PID
What's interesting is, it complained about PID Previous to that, it complained about PID Notice that HypothesisThe
Why do I believe this hypothesis?Note that I killed the e2e test after 3 minutes. I had to do this because without it, the jest test would not exit*. * Normally, a jest test times out after 10 minutes with out output. But, I am logging open handles every 5 seconds, so there was output every 5 seconds. Circle eventually gave up after 5 hours. I wonder how much this cost... |
Resolved: 06c31f0 |
The e2e-test job failed twice in a row, suggesting this is a genuine issue and not a flicker.
Originally posted by @geoknee in #31 (comment)
The text was updated successfully, but these errors were encountered: