Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

list: concurrency test sometimes fails #151

Open
tomhughes opened this issue Nov 10, 2015 · 0 comments
Open

list: concurrency test sometimes fails #151

tomhughes opened this issue Nov 10, 2015 · 0 comments

Comments

@tomhughes
Copy link
Contributor

It's not consistent, but the "list: concurrency" test in stream-list.test.js sometimes fails:

# list: concurrency
not ok 243 concurrency 10
  ---
    operator: deepEqual
    expected: |-
      { done: 30, ops: 40, skipped: 14, total: 77 }
    actual: |-
      { done: 20, ops: 30, skipped: 9, total: 77 }
    at: null._onTimeout (/builddir/build/BUILD/tilelive-5.11.0/test/stream-list.test.js:105:11)
  ...

I assume it's something to do with the precise timing, given the test seems to be looking at how much work is done, given rate limited streams, in a given amount of time.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant