Skip to content

Instantly share code, notes, and snippets.

@finanalyst
Created June 2, 2016 12:04
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 finanalyst/202f079c2fa2a239342d3067709e4bad to your computer and use it in GitHub Desktop.
Save finanalyst/202f079c2fa2a239342d3067709e4bad to your computer and use it in GitHub Desktop.
panda install DBIish
==> Fetching DBIish
==> Building DBIish
==> Testing DBIish
t/01-Basic.t .............. ok
Use of uninitialized value $lib of type Any in string context
Any of .^name, .perl, .gist, or .say can stringify undefined things, if needed. in block <unit> at t/03-lib-util.t line 15
t/03-lib-util.t ........... ok
t/05-mock.t ............... ok
# Connect failed with error DBIish: DBDish::mysql needs 'mysqlclient', not found
# Looks like you planned 90 tests, but ran 87
t/10-mysql.t ..............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 3/90 subtests
(less 85 skipped subtests: 2 okay)
# DBIish: DBDish::mysql needs 'mysqlclient', not found
# Can't continue.
t/25-mysql-common.t ....... ok
t/26-mysql-blob.t ......... ok
t/27-mysql-datetime.t ..... ok
t/30-pg.t ................. ok
# DBIish: DBDish::Pg needs 'pq', not found
# Can't continue.
t/35-pg-common.t .......... ok
t/36-pg-array.t ........... ok
t/36-pg-blob.t ............ ok
t/36-pg-native.t .......... ok
t/37-pg-datetime.t ........ ok
t/40-sqlite-common.t ...... ok
# DBDish::SQLite: Error: UNIQUE constraint failed: with_unique.a, with_unique.b (19)
t/41-sqlite-exec-error.t .. ok
t/42-sqlite-blob.t ........ ok
# DBIish: DBDish::Oracle needs 'libclntsh.so.12.1', not found
# Can't continue.
t/45-oracle-common.t ...... ok
t/46-oracle-blob.t ........ ok
t/47-oracle-datetime.t .... ok
Test Summary Report
-------------------
t/03-lib-util.t (Wstat: 0 Tests: 6 Failed: 0)
TODO passed: 5
t/10-mysql.t (Wstat: 65280 Tests: 87 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 90 tests but ran 87.
Files=19, Tests=746, 51 wallclock secs ( 0.09 usr 0.02 sys + 49.04 cusr 1.73 csys = 50.88 CPU)
Result: FAIL
The spawned process exited unsuccessfully (exit code: 1)
in sub run-and-gather-output at sources/24811C576EF8F85E7672B26955C802BB2FC94675 (Panda::Common) line 85
in block at sources/48E2EB9144E069353B240AD2D147B48C65F70152 (Panda::Tester) line 22
in sub indir at sources/24811C576EF8F85E7672B26955C802BB2FC94675 (Panda::Common) line 20
in method test at sources/48E2EB9144E069353B240AD2D147B48C65F70152 (Panda::Tester) line 5
in method install at /home/richard/perl6/rakudo-star-2016.04/install/share/perl6/site/sources/582CB7486602954A4601BDCE5A0EAC54B05DA58A (Panda) line 156
in method resolve at /home/richard/perl6/rakudo-star-2016.04/install/share/perl6/site/sources/582CB7486602954A4601BDCE5A0EAC54B05DA58A (Panda) line 234
in sub MAIN at /home/richard/.bin/panda line 18
in block <unit> at /home/richard/.bin/panda line 152
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment