Your message dated Thu, 24 Jan 2019 22:37:56 +0000
with message-id <[email protected]>
and subject line Bug#865510: fixed in node-websocket 1.0.28-1
has caused the Debian Bug report #865510,
regarding test fail with node-debug 2.6.6
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
865510: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865510
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: node-websocket
version: 1.0.23-3

While trying to update node-debug from 2.5.1 to 2.6.6, 2 out of 5 tests
failed for node-websocket, please investigate and fix the tests so we
can update node-debug to new upstream release. node-debug 2.6.6 is in
team git repo in alioth.

tap test/unit
TAP version 13
# Subtest: test/unit/dropBeforeAccept.js
    # Subtest: Drop TCP Connection Before server accepts the request
        1..5
        ok 1 - Request received
        ok 2 - Server should emit connect event
        ok 3 - Connection should emit close event
        ok 4 - Close reason code should be 1006
        ok 5 - Description should be correct
    ok 1 - Drop TCP Connection Before server accepts the request #
time=560.265ms

    1..1
    # time=656.537ms
ok 1 - test/unit/dropBeforeAccept.js # time=844.962ms

# Subtest: test/unit/regressions.js
    # Subtest: Issue 195 - passing number to connection.send() shouldn't
throw
    /<<PKGBUILDDIR>>/test/scripts/echo-server.js
        not ok 1 - Unable to start echo server: Error: Echo Server
exited unexpectedly with code 1
          ---
          at:
            line: 8
            column: 25
            file: test/unit/regressions.js
          stack: |
            test/unit/regressions.js:8:25
            ChildProcess.<anonymous> (test/shared/start-echo-server.js:46:7)
          source: |
            if (err) { return t.fail('Unable to start echo server: ' +
err); }
          ...
        not ok 2 - test unfinished: Issue 195 - passing number to
connection.send() shouldn't throw
          ---
          at:
            line: 6
            column: 1
            file: test/unit/regressions.js
          source: >
            test('Issue 195 - passing number to connection.send()
shouldn\'t throw',
            function(t) {
          ...
        1..2
        # failed 2 of 2 tests
    not ok 1 - Issue 195 - passing number to connection.send() shouldn't
throw # time=273.575ms
      ---
      at:
        line: 6
        column: 1
        file: test/unit/regressions.js
      results:
        plan:
          start: 1
          end: 2
        count: 2
        pass: 0
        ok: false
        fail: 2
        time: 273.575
      source: >
        test('Issue 195 - passing number to connection.send() shouldn\'t
throw',
        function(t) {
      ...

    1..1
    # failed 1 of 1 tests
    # time=367.278ms
not ok 2 - test/unit/regressions.js # time=604.591ms
  ---
  exitCode: 1
  results:
    count: 1
    plan:
      start: 1
      end: 1
    pass: 0
    ok: false
    fail: 1
  command: /usr/bin/nodejs
  file: test/unit/regressions.js
  timeout: 30000
  arguments:
    - test/unit/regressions.js
  ...

# Subtest: test/unit/request.js
    # Subtest: Request can only be rejected or accepted once.
        1..6
        ok 1 - First call to accept() should succeed.
        ok 2 - Second call to accept() should throw.
        ok 3 - Call to reject() after accept() should throw.
        ok 4 - First call to reject() should succeed.
        ok 5 - Second call to reject() should throw.
        ok 6 - Call to accept() after reject() should throw.
    ok 1 - Request can only be rejected or accepted once. # time=59.71ms

    # Subtest: Protocol mismatch should be handled gracefully
        1..2
        # Subtest: setup
            1..0
        ok 1 - setup # time=4.365ms

        # Subtest: mismatched protocol connection
            1..2
            ok 1 - request.accept() should throw
            ok 2 - connectFailed event should be emitted on client
        ok 2 - mismatched protocol connection # time=16.576ms
    ok 2 - Protocol mismatch should be handled gracefully # time=36.471ms

    1..2
    # time=165.415ms
ok 3 - test/unit/request.js # time=371.21ms

# Subtest: test/unit/w3cwebsocket.js
    # Subtest: W3CWebSockets adding event listeners with ws.onxxxxx
    /<<PKGBUILDDIR>>/test/scripts/echo-server.js
        not ok 1 - Unable to start echo server: Error: Echo Server
exited unexpectedly with code 1
          ---
          at:
            line: 12
            column: 25
            file: test/unit/w3cwebsocket.js
          stack: |
            test/unit/w3cwebsocket.js:12:25
            ChildProcess.<anonymous> (test/shared/start-echo-server.js:46:7)
          source: |
            if (err) { return t.fail('Unable to start echo server: ' +
err); }
          ...
        not ok 2 - test unfinished: W3CWebSockets adding event listeners
with ws.onxxxxx
          ---
          at:
            line: 7
            column: 1
            file: test/unit/w3cwebsocket.js
          source: |
            test('W3CWebSockets adding event listeners with ws.onxxxxx',
function(t) {
          ...
        1..2
        # failed 2 of 2 tests
    not ok 1 - W3CWebSockets adding event listeners with ws.onxxxxx #
time=164.098ms
      ---
      at:
        line: 7
        column: 1
        file: test/unit/w3cwebsocket.js
      results:
        plan:
          start: 1
          end: 2
        count: 2
        pass: 0
        ok: false
        fail: 2
        time: 164.098
      source: |
        test('W3CWebSockets adding event listeners with ws.onxxxxx',
function(t) {
      ...

    not ok 2 - child test left in queue: W3CWebSockets adding event
listeners with ws.addEventListener
      ---
      at:
        line: 41
        column: 1
        file: test/unit/w3cwebsocket.js
      source: >
        test('W3CWebSockets adding event listeners with
ws.addEventListener',
        function(t) {
      ...
    1..2
    # failed 2 of 2 tests
    # time=234.611ms
not ok 4 - test/unit/w3cwebsocket.js # time=398.583ms
  ---
  exitCode: 1
  results:
    count: 2
    plan:
      start: 1
      end: 2
    pass: 0
    ok: false
    fail: 2
  command: /usr/bin/nodejs
  file: test/unit/w3cwebsocket.js
  timeout: 30000
  arguments:
    - test/unit/w3cwebsocket.js
  ...

# Subtest: test/unit/websocketFrame.js
    # Subtest: Serializing a WebSocket Frame with no data
        1..2
        ok 1 - should not throw an error
        ok 2 - Generated bytes should be correct
    ok 1 - Serializing a WebSocket Frame with no data # time=18.948ms

    1..1
    # time=49.6ms
ok 5 - test/unit/websocketFrame.js # time=194.206ms

1..5
# failed 2 of 5 tests
# time=2460.176ms
debian/rules:17: recipe for target 'override_dh_auto_test-arch' failed
make[1]: *** [override_dh_auto_test-arch] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:14: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: node-websocket
Source-Version: 1.0.28-1

We believe that the bug you reported is fixed in the latest version of
node-websocket, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jérémy Lal <[email protected]> (supplier of updated node-websocket package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 24 Jan 2019 22:51:29 +0100
Source: node-websocket
Architecture: source
Version: 1.0.28-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<[email protected]>
Changed-By: Jérémy Lal <[email protected]>
Closes: 865510 918441
Changes:
 node-websocket (1.0.28-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream version 1.0.28
   * Section: javascript
   * Update Vcs-* fields
   * Use https in copyright format url
   * Build against libnode-dev, using dh 10, node-gyp >= 3.8.0-2
   * Build-Depends node-tape, drop node-tap patch
   * Check nocheck for tests
   * Drop useless get-orig-source
   * Standards-Version 4.3.0
   * Drop useless patches
   * Patch to use a less known port for tests
     (Closes: #918441,#865510)
Checksums-Sha1:
 f44a5976b244e3f52a1f8a79bcb59bd82ec52a42 2286 node-websocket_1.0.28-1.dsc
 68d307a48cf3581fb404dcaf00743536565b65f0 68926 
node-websocket_1.0.28.orig.tar.gz
 497802be32b51709625e122349aa104de53c42ed 4844 
node-websocket_1.0.28-1.debian.tar.xz
 29481868e0061aa29ccd868bb6b8d420b50cb88f 10893 
node-websocket_1.0.28-1_source.buildinfo
Checksums-Sha256:
 6a3099046682b6836ddfdf301edf3fb8bc9f5861eead345864298810eca93bcf 2286 
node-websocket_1.0.28-1.dsc
 09d1e1bd4455e900641fea580b0e1cbca0b3fc052589b497fb864f39f7a12322 68926 
node-websocket_1.0.28.orig.tar.gz
 11d47b5f7351ba9749b0c6b50a56739e3bf43074fd7ada4d4340b5c802541294 4844 
node-websocket_1.0.28-1.debian.tar.xz
 db305b9766f0f587e9470adbb390ab04fc0f65e261d2fe133c895a2fa11fea1e 10893 
node-websocket_1.0.28-1_source.buildinfo
Files:
 8108862e4c1ac0c54151c21c709317fe 2286 javascript optional 
node-websocket_1.0.28-1.dsc
 862ff153cfb7550e0fa3b808ddd450ed 68926 javascript optional 
node-websocket_1.0.28.orig.tar.gz
 e7b91c43324ecf969f92a011ffedc50c 4844 javascript optional 
node-websocket_1.0.28-1.debian.tar.xz
 af2e7059cf18403c7599c584deb44137 10893 javascript optional 
node-websocket_1.0.28-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEA8Tnq7iA9SQwbkgVZhHAXt0583QFAlxKOWsSHGthcG91ZXJA
bWVsaXgub3JnAAoJEGYRwF7dOfN0rHgP/1Ch687cgKumta3q/t8OcY2P14UGUSDo
ttazY8cNtt60CJDX2umvKQ7bMO4ZeflaPqpl9nYEA51Hkm3Tsj6fx3CZuWJFRLpy
aX/7Bp5i2RbX79l39ehPLMPdzQ6wdR8jjnODANl7rK4T/MgRtuFZQv826kx6DACV
BqKaUHuX77Ka5VHSur104gBN3LfHK64P2rQY8UM7WwwJkhiLT3VFMmb+mj0EYiW3
0MIm6lBuw/va5+6Yb0PBTV5KFSz6YaZuCQUwE60nscaWsvyM1gLUADnXlHeRZg1F
hS/qyWiZN6JfUpWx1cfc+6nSh7Je6zoL2fgfW1hGLsu/HaVpTkauv6o84j60VGej
fGmb/ubvnDKnp3Un+DXl6kd+fbpBVQTPEs4hViMZCmzEjwIYzkmBtLKo2HKQK6n6
My+eaZMg1i0YmBUG1tz0vKtwSjsfQtxcc9+OpiiUe5hOq5ddQ9gZtRnEe/XiiNOU
Se8lVxM++Ns3sHK/ax++Flid9HjamRcp3ftf52CzthF692YXHjIcxuRQqJiraHr6
lv1GHq4BgoO+vHvBOdv63paiZv2B2ZEFT4GgnCPwg3EAOsZO+QhjLduRdw2nnfec
+QXd3VCse3aJiHfECeX3LbSfvj0M09FsgWkwk464vkrAU7yOQZ10GwtgJ2nhMd2j
lztArAIuw8OQ
=37/X
-----END PGP SIGNATURE-----

--- End Message ---
-- 
Pkg-javascript-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to