Skip to content

Instantly share code, notes, and snippets.

@stmuk
Created October 20, 2017 12:28
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 stmuk/50bd08160f9d555b2dd259aa65ae33ca to your computer and use it in GitHub Desktop.
Save stmuk/50bd08160f9d555b2dd259aa65ae33ca to your computer and use it in GitHub Desktop.
===> Testing: DBIish:ver<0.5.14>
Use of uninitialized value $lib of type Any in string context.
Methods .^name, .perl, .gist, or .say can be used to stringify i
t to something meaningful.
in block <unit> at t/03-lib-util.t line 16
# Connect failed with error DBIish: DBDish::mysql needs 'mysqlclient', not found
# Testing DBDish::mysql
# DBIish: DBDish::mysql needs 'mysqlclient', not found
# Can't continue.
# DBIish: DBDish::mysql needs 'mysqlclient', not found
# Can't continue.
# DBIish: DBDish::mysql needs 'mysqlclient', not found
# Can't continue.
# DBIish: DBDish::Pg needs 'pq', not found
# Can't continue.
# Testing DBDish::Pg
# DBIish: DBDish::Pg needs 'pq', not found
# Can't continue.
# DBIish: DBDish::Pg needs 'pq', not found
# Can't continue.
# DBIish: DBDish::Pg needs 'pq', not found
# Can't continue.
# DBIish: DBDish::Pg needs 'pq', not found
# Can't continue.
# DBIish: DBDish::Pg needs 'pq', not found
# Can't continue.
# DBIish: DBDish::Pg needs 'pq', not found
# Can't continue.
# Testing DBDish::SQLite
# Testing DBDish::Oracle
# DBIish: DBDish::Oracle needs 'libclntsh.so.12.1', not found
# Can't continue.
# DBIish: DBDish::Oracle needs 'libclntsh.so.12.1', not found
# Can't continue.
# DBIish: DBDish::Oracle needs 'libclntsh.so.12.1', not found
# Can't continue.
===> Testing [FAIL]: DBIish:ver<0.5.14>
Aborting due to test failure: DBIish:ver<0.5.14> (use --force-test to override)
in code at /home/steve/.rakudobrew/moar-blead-nom/install/share/perl6/site/sources/29769DA546CA5B55E3D2F7F8C9D20095C41CCF61 (Zef::Client) line 375
in method test at /home/steve/.rakudobrew/moar-blead-nom/install/share/perl6/site/sources/29769DA546CA5B55E3D2F7F8C9D20095C41CCF61 (Zef::Client) line 353
in code at /home/steve/.rakudobrew/moar-blead-nom/install/share/perl6/site/sources/29769DA546CA5B55E3D2F7F8C9D20095C41CCF61 (Zef::Client) line 530
in sub at /home/steve/.rakudobrew/moar-blead-nom/install/share/perl6/site/sources/29769DA546CA5B55E3D2F7F8C9D20095C41CCF61 (Zef::Client) line 527
in method install at /home/steve/.rakudobrew/moar-blead-nom/install/share/perl6/site/sources/29769DA546CA5B55E3D2F7F8C9D20095C41CCF61 (Zef::Client) line 633
in sub MAIN at /home/steve/.rakudobrew/moar-blead-nom/install/share/perl6/site/sources/3A2818F8A8CE2F1251F051B779AA0EC17DA2F72E (Zef::CLI) line 152
in block <unit> at /home/steve/.rakudobrew/moar-blead-nom/install/share/perl6/site/resources/91C74F08994E0006C3049614EF974F6E1A8EDF2D line 1
in sub MAIN at /home/steve/.rakudobrew/bin/../moar-blead-nom/install/share/perl6/site/bin/zef line 2
in block <unit> at /home/steve/.rakudobrew/bin/../moar-blead-nom/install/share/perl6/site/bin/zef line 2
@stmuk
Copy link
Author

stmuk commented Oct 20, 2017

...
t/40-sqlite-common.t ......
Failed 96/107 subtests
        (less 1 skipped subtest: 10 okay
) 
t/41-sqlite-exec-error.t ..
Failed 12/16 subtests
t/42-sqlite-blob.t ........
Failed 16/18 subtests
# Testing DBDish::Oracle
# DBIish: DBDish::Oracle needs 'libclntsh.so.12.1', not found
# Can't continue.
t/45-oracle-common.t ...... ok
# DBIish: DBDish::Oracle needs 'libclntsh.so.12.1', not found
# Can't continue.
t/46-oracle-blob.t ........ ok
# DBIish: DBDish::Oracle needs 'libclntsh.so.12.1', not found
# Can't continue.
t/47-oracle-datetime.t .... ok
  
Test Summary Report
-------------------
t/03-lib-util.t         (Wstat: 0 Tests: 5 Failed: 0)
  TODO passed:
 4
t/40-sqlite-common.t    (Wstat: 11 Tests: 11 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 107 tests but ran 11.
t/41-sqlite-exec-error.t (Wstat: 11 Tests: 4 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 16 te
sts but ran 4.
t/42-sqlite-blob.t      (Wstat: 11 Tests: 2 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 18 tests but ran 2.
Files=22, Tests=664, 13 wallclock secs ( 0.11 usr  0.02 sys + 18.17 cusr  1.09 csys = 19.39 CPU)
Result: FAIL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment