Skip to content

Instantly share code, notes, and snippets.

Created March 26, 2016 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/b10c045218a9ffc94260 to your computer and use it in GitHub Desktop.
Save anonymous/b10c045218a9ffc94260 to your computer and use it in GitHub Desktop.
[info] *** Request 1408 (3.041/s) [13236] [Sat Mar 26 22:09:57 2016] ***
[debug] Path is "ws/1/collection"
[debug] "GET" request for "ws/1/collection" from "127.0.0.1"
[debug] Checking http bearer authentication.
[debug] Checking http digest authentication.
[debug] Response Code: 401; Content-Type: text/plain; charset=UTF-8; Content-Length: unknown
[info] Request took 0.017709s (56.468/s)
.------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------+-----------+
| /ws/1/collection/begin | 0.000165s |
| /ws/1/collection/auto | 0.000857s |
| /ws/1/collection/collection | 0.006703s |
| /ws/1/collection/end | 0.000219s |
'------------------------------------------------------------+-----------'
# Failed test at /Users/roman/workspace/musicbrainz-server/lib/MusicBrainz/Server/Test.pm line 348.
# 001 Authorization required.
# XML::Parser error:
# syntax error at line 1, column 0, byte 0 at /System/Library/Perl/Extras/5.18/darwin-thread-multi-2level/XML/Parser.pm line 187.
# Failed test 'validating (xml_ok)'
# at /Users/roman/workspace/musicbrainz-server/lib/MusicBrainz/Server/Test.pm line 306.
# Child (collection has 2 releases) exited without calling finalize()
# Failed test 'collection has 2 releases'
# at /System/Library/Perl/5.18/Test/Builder.pm line 239.
# Child (Add a release to a collection) exited without calling finalize()
# Failed test 'Add a release to a collection'
# at /System/Library/Perl/5.18/Test/Builder.pm line 239.
# Child (all) exited without calling finalize()
# Failed test 'all'
# at /System/Library/Perl/5.18/Test/Builder.pm line 239.
# Child (t::MusicBrainz::Server::Controller::WS::1::Collection) exited without calling finalize()
# Failed test 't::MusicBrainz::Server::Controller::WS::1::Collection'
# at /System/Library/Perl/Extras/5.18/Try/Tiny.pm line 72.
:1: parser error : Start tag expected, '<' not found
Authorization required.
^
# Looks like you planned 409 tests but ran 157.
# Looks like you failed 17 tests of 157 run.
# Looks like your test exited with 255 just after 157.
t/tests.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 269/409 subtests
Test Summary Report
-------------------
t/tests.t (Wstat: 65280 Tests: 157 Failed: 17)
Failed tests: 5, 25, 28, 34, 60, 64, 73-74, 77, 82, 89
91, 93, 95, 114, 146, 157
Non-zero exit status: 255
Parse errors: Bad plan. You planned 409 tests but ran 157.
Files=2, Tests=897, 475 wallclock secs ( 0.64 usr 0.28 sys + 185.62 cusr 48.52 csys = 235.06 CPU)
Result: FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment