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

Server manager make test always ends with an error #8

Open
edubart opened this issue Aug 16, 2023 · 0 comments
Open

Server manager make test always ends with an error #8

edubart opened this issue Aug 16, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@edubart
Copy link
Contributor

edubart commented Aug 16, 2023

Context

make test always ends with an error and non 0 status code, despite success:

➜  make test FAST_TEST=true

Running tests:

GetVersion: . OK
HealthCheck: ..... OK
Session Simulations: .. OK
8 of 8 tests passed
make[1]: Entering directory '/home/bart/projects/cartesi/machine-emulator-sdk/server-manager/src'
make[1]: *** [Makefile:255: clean-test-processes] Terminated
make[1]: Leaving directory '/home/bart/projects/cartesi/machine-emulator-sdk/server-manager/src'
make: *** [Makefile:260: test] Error 2
➜ echo $?
2

Expected behavior

Exit status should be 0.

@edubart edubart added the bug Something isn't working label Aug 16, 2023
@vfusco vfusco self-assigned this Aug 17, 2023
@vfusco vfusco added this to the v0.9.0 milestone Dec 20, 2023
@vfusco vfusco removed this from the v0.9.0 milestone Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

2 participants