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

Error running rest FS_MONITOR #139

Closed
DanielKeogh opened this issue May 28, 2016 · 2 comments · Fixed by #167
Closed

Error running rest FS_MONITOR #139

DanielKeogh opened this issue May 28, 2016 · 2 comments · Fixed by #167

Comments

@DanielKeogh
Copy link

As per instruction here: http://orthecreedence.github.io/cl-async/tests
This is on sbcl running on arch linux.

Copy Pasta:

Running test FS-MONITOR ....X
Running test FS-WATCH-FAILURE .
Did 129 checks.
Pass: 128 (99%)
Skip: 0 ( 0%)
Fail: 1 ( 0%)

Failure Details:


FS-MONITOR []:
Unexpected Error: #<SIMPLE-ERROR "test timeout" {1009075893}>
test timeout..


@Chream
Copy link

Chream commented Aug 1, 2017

I have the same. Also fail in ssl tests.

Ran on:
ProductName: Mac OS X
ProductVersion: 10.11.6

Did 129 checks.
    Pass: 128 (99%)
    Skip: 0 ( 0%)
    Fail: 1 ( 0%)

 Failure Details:
 --------------------------------
 FS-MONITOR []: 
      Unexpected Error: #<SIMPLE-ERROR "test timeout" {1007B0A2C3}>
test timeout..
 --------------------------------


Running test suite CL-ASYNC-SSL-TEST
 Running test TCP-SSL-SIMPLE-CLIENT-SERVER X
 Did 1 check.
    Pass: 0 ( 0%)
    Skip: 0 ( 0%)
    Fail: 1 (100%)

 Failure Details:
 --------------------------------
 TCP-SSL-SIMPLE-CLIENT-SERVER [Test a simple client/server implementation over SSL]: 
      Unexpected Error: #<SB-INT:SIMPLE-PROGRAM-ERROR "odd number of &KEY arguments" {10081CEF53}>
odd number of &KEY arguments..
 --------------------------------


Running test suite CL-ASYNC-THREADING-TEST
 Running test THREADING-DELAY .
 Did 1 check.
    Pass: 1 (100%)
    Skip: 0 ( 0%)
    Fail: 0 ( 0%)

T
NIL

@Plisp
Copy link
Contributor

Plisp commented Nov 1, 2019

From my testing on void linux, fs event support seems to be broken at the libuv level. After the first event it fails to deliver any further notifications. Can you test if this is the case on arch linux?

edit: the hardcoded flag arg is not supported on linux according to docs.
Note Currently the only supported flag is UV_FS_EVENT_RECURSIVE and only on OSX and Windows

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

Successfully merging a pull request may close this issue.

3 participants