We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I ran the tests and two failed.
Did 448 checks. Pass: 446 (99%) Skip: 0 ( 0%) Fail: 2 ( 0%) Failure Details: -------------------------------- TEST-GET-SLAVE-USER in TEST-MASTER-SLAVE []: Unexpected Error: #<USOCKET:ADDRESS-IN-USE-ERROR {1024902D33}> Condition USOCKET:ADDRESS-IN-USE-ERROR was signalled.. -------------------------------- -------------------------------- TEST-GET-MASTER-USER in TEST-MASTER-SLAVE []: Unexpected Error: #<UNDEFINED-FUNCTION STOP-SERVER {1024767E73}> The function S-SYSDEPS::STOP-SERVER is undefined.. --------------------------------
I am using SBCL 2.1.2 on Linux. Thanks.
The text was updated successfully, but these errors were encountered:
Seems this is because https://github.com/svenvc/s-sysdeps was changed recently.
Sorry, something went wrong.
Tests work now, but only for SBCL.
On CCL some of them fail because tests has dependencies between them and should be executed in a particular order.
I'll try to make them independent.
No branches or pull requests
Hi, I ran the tests and two failed.
I am using SBCL 2.1.2 on Linux.
Thanks.
The text was updated successfully, but these errors were encountered: