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

test writev before and after connect is flakey #11

Open
tuananh opened this issue Mar 20, 2018 · 0 comments
Open

test writev before and after connect is flakey #11

tuananh opened this issue Mar 20, 2018 · 0 comments

Comments

@tuananh
Copy link
Contributor

tuananh commented Mar 20, 2018

I'm not sure how to reliably re-produce this.

sometimes, i run yarn test and i got the below error

not ok 104 should be equivalent
  ---
    operator: deepEqual
    expected: |-
      <Buffer 68 65 6a 20 76 65 72 64 65 6e 20 6f 67 20 68 65 6c 6c 6f 20 77 6f 72 6c 64>
    actual: |-
      <Buffer 68 65 6c 6c 6f 20 77 6f 72 6c 64>
    at: <anonymous> (/Users/anh/code/turbo-net/test/write.js:55:9)
    stack: |-
      Error: should be equivalent
          at Test.assert [as _assert] (/Users/anh/code/turbo-net/node_modules/tape/lib/test.js:225:54)
          at Test.bound [as _assert] (/Users/anh/code/turbo-net/node_modules/tape/lib/test.js:77:32)
          at Test.deepEqual.Test.deepEquals.Test.isEquivalent.Test.same (/Users/anh/code/turbo-net/node_modules/tape/lib/test.js:421:10)
          at Test.bound [as same] (/Users/anh/code/turbo-net/node_modules/tape/lib/test.js:77:32)
          at /Users/anh/code/turbo-net/test/write.js:55:9
          at Request.done (/Users/anh/code/turbo-net/lib/queue.js:74:5)
          at Connection._onread (/Users/anh/code/turbo-net/lib/connection.js:138:13)
  ...
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