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

CI test failures, and how to deal with them #50

Open
hannesm opened this issue Apr 29, 2024 · 1 comment
Open

CI test failures, and how to deal with them #50

hannesm opened this issue Apr 29, 2024 · 1 comment

Comments

@hannesm
Copy link
Member

hannesm commented Apr 29, 2024

The CI has several errors such as:

 test_gntshr alias test/runtest (exit 2)
(cd _build/default/test && ./test_gntshr.exe)
Failed to open grant share device: ENOENT
Does this system have Xen userspace grant share support?
On linux try:
  sudo modprobe xen-gntalloc
Fatal error: exception (Failure "Failed to open interface")

I'm not sure how we can deal with them? Should a ENOENT in the test considered to be ok? (at the price that we won't notice when all CI systems suddenly will return ENOENT, and we won't run the tests)?

@palainp
Copy link
Member

palainp commented May 3, 2024

Thank you @hannesm for the report. The message is displayed by #5. I have tried locally and it works (or at least it prints a lot of numbers from 0 to 10000). I don't know how to check if the xen package is installed on the test runners.

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

2 participants