Skip to content
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

Closed
jamesaoverton opened this issue Nov 28, 2023 · 5 comments
Closed

Integration test for extract subset failing in CI #1166

jamesaoverton opened this issue Nov 28, 2023 · 5 comments
Assignees

Comments

@jamesaoverton
Copy link
Member

jamesaoverton commented Nov 28, 2023

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?

@jamesaoverton
Copy link
Member Author

jamesaoverton commented Nov 29, 2023

I saw that zio error again, this time in a unit test:

testExtractSubset(org.obolibrary.robot.ExtractOperationTest)  Time elapsed: 0.598 sec  <<< ERROR!
Error: Exception in thread "zio-fiber-19" java.lang.InterruptedException: Interrupted by thread "zio-fiber-19"
	at org.renci.relationgraph.RelationGraph.processRestrictionAndExtendQueue(RelationGraph.scala:131)
	at org.renci.relationgraph.RelationGraph.computeRelations.streamZ(RelationGraph.scala:75)

Full logs here: https://github.com/ontodev/robot/actions/runs/7033595317/attempts/1

Any ideas @balhoff?

@balhoff
Copy link
Contributor

balhoff commented Nov 29, 2023

@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.

@jamesaoverton
Copy link
Member Author

@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.

@jamesaoverton
Copy link
Member Author

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.

@jamesaoverton
Copy link
Member Author

Hopefully closed by #1174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants