-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration test for extract subset failing in CI #1166
Comments
I saw that zio error again, this time in a unit test:
Full logs here: https://github.com/ontodev/robot/actions/runs/7033595317/attempts/1 Any ideas @balhoff? |
@jamesaoverton zio is a concurrency framework I use in relation-graph. But I'm not sure how to debug this; it seems to work fine locally. I don't see errors in the logs you linked. |
@balhoff I fixed my link to point to the first attempt of that run, which failed. I just re-ran it and then it worked. Yes this is hard to debug, but also really disruptive to development workflows. |
This issue is breaking CI for another (unrelated) PR: https://github.com/ontodev/robot/actions/runs/7107481969/job/19348979228#step:5:21700 I need a solution for this. The best I've got right now is to disable the test, which sucks. |
Hopefully closed by #1174 |
See #1104 and recent Action results. The integration test here docs/extract.md#subset always passes for me locally, but it's failing 90% of the time on my runs for #1104. I really don't get it. I saw a "zio-fiber" error (?) in relationgraph on one run, but I can't find that message now.
Any ideas?
The text was updated successfully, but these errors were encountered: