metarhia / jstp

Fast RPC for browser and Node.js based on TCP, WebSocket, and MDSF
https://metarhia.github.io/jstp
Other
142 stars 10 forks source link

dist: remove bitHound configuration file #350

Closed belochub closed 6 years ago

belochub commented 6 years ago

Closes: https://github.com/metarhia/jstp/issues/333

aqrln commented 6 years ago

Unrelated failure in AppVeyor CI:

not ok 33 - test/node/session.js # time=30005.143ms
  ---
  timeout: 30000
  file: test/node/session.js
  command: 'C:\Program Files (x86)\nodejs\node.exe'
  args:
    - test/node/session.js
  stdio:
    - 0
    - pipe
    - 2
  cwd: 'C:\projects\jstp'
  failures:
    - tapError: no plan
  exitCode: null
  signal: SIGTERM
  ...
{
    # Subtest: must reconnect to existing session
        ok 1 - handshake must not return an error
        ok 2 - username must be null
        ok 3 - session must be an instance of jstp.Session
        ok 4 - must successfully reconnect to existing session
        ok 5 - must not return Session object
        1..5
    ok 1 - must reconnect to existing session # time=42.977ms

    # Subtest: must not resend messages received by other side
        1..7
        ok 1 - handshake must not return an error
        ok 2 - username must be null
        ok 3 - session must be an instance of jstp.Session
        ok 4 - method must only be called once
        ok 5 - must successfully reconnect to existing session
        ok 6 - must not return Session object
    # test count(1) != plan(null)
    # failed 1 test
        # test count(6) != plan(7)
        # failed 1 of 6 tests
}
belochub commented 6 years ago

I think we don't have to wait for 24h for this PR as well, so I'll go ahead and land it.

belochub commented 6 years ago

Landed in https://github.com/metarhia/jstp/commit/01563bb658b49788a45bf4b982cde6c009f137e5.