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

2 tests fail #19

Open
K1D77A opened this issue May 10, 2021 · 2 comments
Open

2 tests fail #19

K1D77A opened this issue May 10, 2021 · 2 comments

Comments

@K1D77A
Copy link

K1D77A commented May 10, 2021

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.

@svetlyak40wt
Copy link
Member

Seems this is because https://github.com/svenvc/s-sysdeps was changed recently.

@svetlyak40wt
Copy link
Member

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.

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