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

macos-13 runner fails interrupt test #125

Open
kevinkreiser opened this issue May 14, 2023 · 1 comment
Open

macos-13 runner fails interrupt test #125

kevinkreiser opened this issue May 14, 2023 · 1 comment

Comments

@kevinkreiser
Copy link
Owner

kevinkreiser commented May 14, 2023

if we use the macos-12, macos-13 or macos-latest runners the interrupt test fails with:

Running tests...
Test project /Users/runner/work/prime_server/prime_server
    Start 1: http
1/[5] Test #1: http .............................   Passed  134.98 sec
    Start 2: interrupt
2/5 Test #2: interrupt ........................***Exception: Illegal  1.1 sec
    Start 3: netstring
3/5 Test #3: netstring ........................   Passed  142.6 sec
    Start 4: shaping
4/5 Test #4: shaping ..........................   Passed   27.56 sec
    Start 5: zmq
5/5 Test #5: zmq ..............................   Passed    4.7 sec

80% tests passed, 1 tests failed out of 5

Total Test time (real) = 3

The following tests FAILED:
	  2 - interrupt (ILLEGAL)
Errors while running CTest
Output from these tests are in: /Users/runner/work/prime_server/prime_server/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely.
make: *** [test] Error 8
Error: Process completed with exit code 2.

its quite hard to google one's way out of this, but without a mac to debug on i cant guess what is going on. i guess we can hack ci to run that single test via lldb or something to see a stack trace?

@kevinkreiser
Copy link
Owner Author

now even more tests fail: #131 (comment)

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

1 participant