Created
February 5, 2020 10:03
-
-
Save marcusramberg/078fae6cadf5a04c8203457750158198 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ prove -l | |
t/00-basic.t ..................... ok | |
t/backend-file-basic.t ........... ok | |
t/backend-file-messages.t ........ ok | |
t/backend.t ...................... ok | |
t/config.t ....................... ok | |
t/connection.t ................... ok | |
t/connection_name.t .............. ok | |
t/irc-basic.t .................... ok | |
t/irc-commands.t ................. ok | |
t/irc-connect.t .................. ok | |
t/irc-events.t ................... ok | |
t/irc-message.t .................. ok | |
t/irc-real-servers.t ............. skipped: TEST_NETWORKS=all is not set | |
t/irc-steal-nick.t ............... ok | |
t/log.t .......................... ok | |
[2020-02-05 11:03:06.82357] [12613] [error] [6add84fa] Test 500 page at /Users/marcus/Source/convos/lib/Convos.pm line 45. | |
t/production-resources.t ......... ok | |
t/start.t ........................ ok | |
t/user.t ......................... ok | |
t/util.t ......................... ok | |
t/version.t ...................... skipped: TEST_ALL=1 | |
Use of uninitialized value in pattern match (m//) at /Users/marcus/Source/convos/lib/Convos/Controller/Admin.pm line 47. | |
t/web-admin.t .................... ok | |
t/web-base-url.t ................. ok | |
t/web-basic.t .................... ok | |
# Failed test 'exact match for JSON Pointer "/connections/1/url"' | |
# at t/web-connections.t line 28. | |
# got: 'irc://localhost:56130?nick=superman&tls=0' | |
# expected: 'irc://localhost:56130?nick=superman&tls=1' | |
# Premature connection close | |
# Failed test 'POST /api/connection/irc-localhost' | |
# at t/web-connections.t line 53. | |
# Failed test '200 OK' | |
# at t/web-connections.t line 53. | |
# got: undef | |
# expected: '200' | |
# Failed test 'exact match for JSON Pointer "/name"' | |
# at t/web-connections.t line 53. | |
# got: undef | |
# expected: 'localhost' | |
# Failed test 'similar match for JSON Pointer "/url"' | |
# at t/web-connections.t line 53. | |
# undef | |
# doesn't match '(?^:irc://example\.com:9999)' | |
# Failed test 'exact match for JSON Pointer "/url"' | |
# at t/web-connections.t line 58. | |
# got: 'irc://example.com:9999?nick=superman&tls=1' | |
# expected: 'irc://example.com:9999' | |
# Failed test 'exact match for JSON Pointer "/url"' | |
# at t/web-connections.t line 64. | |
# got: 'irc://example.com:9999?tls=1&nick=superman' | |
# expected: 'irc://example.com:9999' | |
# Looks like you failed 7 tests of 68. | |
t/web-connections.t .............. | |
Dubious, test returned 7 (wstat 1792, 0x700) | |
Failed 7/68 subtests | |
t/web-dialog.t ................... ok | |
[2020-02-05 11:03:26.68918] [12626] [error] [6d97a49f] SSL connect attempt failed error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol | |
[2020-02-05 11:03:26.68995] [12626] [error] [6d97a49f] SSL connect attempt failed error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol | |
# Failed test '200 OK' | |
# at t/web-embed.t line 18. | |
# got: '500' | |
# expected: '200' | |
# Failed test 'has value for JSON Pointer "/html"' | |
# at t/web-embed.t line 18. | |
[2020-02-05 11:03:26.70827] [12626] [error] [1b11d5fb] SSL connect attempt failed error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol | |
[2020-02-05 11:03:26.70887] [12626] [error] [1b11d5fb] SSL connect attempt failed error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol | |
# Failed test '200 OK' | |
# at t/web-embed.t line 21. | |
# got: '500' | |
# expected: '200' | |
# Failed test 'X-Cached: 1' | |
# at t/web-embed.t line 21. | |
# got: undef | |
# expected: '1' | |
# Failed test 'exact match for JSON Pointer "/title"' | |
# at t/web-embed.t line 21. | |
# got: undef | |
# expected: 'Convos - Better group chat' | |
# Failed test 'similar match for JSON Pointer "/html"' | |
# at t/web-embed.t line 21. | |
# undef | |
# doesn't match '(?^:Convos - Better group chat)' | |
# Looks like you failed 6 tests of 17. | |
t/web-embed.t .................... | |
Dubious, test returned 6 (wstat 1536, 0x600) | |
Failed 6/17 subtests | |
t/web-files.t .................... ok | |
t/web-forced-server.t ............ ok | |
t/web-irc-events.t ............... ok | |
t/web-ldap.t ..................... skipped: CONVOS_AUTH_LDAP_URL=... | |
t/web-login.t .................... ok | |
t/web-recover-password.t ......... ok | |
t/web-register-invite-only.t ..... ok | |
t/web-register-open-to-public.t .. ok | |
t/web-user.t ..................... ok | |
Test Summary Report | |
------------------- | |
t/web-connections.t (Wstat: 1792 Tests: 68 Failed: 7) | |
Failed tests: 25, 35-38, 43, 49 | |
Non-zero exit status: 7 | |
t/web-embed.t (Wstat: 1536 Tests: 17 Failed: 6) | |
Failed tests: 11-12, 14-17 | |
Non-zero exit status: 6 | |
Files=35, Tests=1099, 33 wallclock secs ( 0.15 usr 0.08 sys + 13.92 cusr 2.64 csys = 16.79 CPU) | |
Result: FAIL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment