Skip to content

Instantly share code, notes, and snippets.

@bougyman
Created July 14, 2015 20:32
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 bougyman/1831a4fa9a7705486ce0 to your computer and use it in GitHub Desktop.
Save bougyman/1831a4fa9a7705486ce0 to your computer and use it in GitHub Desktop.
Compiling lib/DBDish/mysql.pm6 to mbc
==> Testing DBIish
Use of uninitialized value %ENV of type Any in string context in block <unit> at t/01-ConnectConfig-PG.t:26
# Using PGDATABASE:
t/01-ConnectConfig-PG.t ... ok
t/05-mock.t ............... ok
# Connect failed with error Cannot locate native library 'libmysqlclient.so': libmysqlclient.so: cannot open shared object file: No such file or directory
t/10-mysql.t .............. ok
Potential difficulties:
To pass an array, hash or sub to a function in Perl 6, just pass it as is.
For other uses of Perl 5's ref operator consider binding with ::= instead.
Parenthesize as \(...) if you intended a capture of a single variable.
at EVAL_0:105
------> .execute_array( { ArrayTupleStatus => \⏏@tuple_status } ); # test 14
# Connect failed with error Cannot locate native library 'libmysqlclient.so': libmysqlclient.so: cannot open shared object file: No such file or directory
t/25-mysql-common.t ....... ok
t/30-Pg.t ................. ok
Environment lacks PGDATABASE
in sub config_pg_connect at /Home/bougyman/.panda-work/1436904921_10/t/lib/Test/Config/Pg.pm:20
in block <unit> at t/35-Pg-common.t:12
t/30-Pg.t ................. ok
No subtests run
Potential difficulties:
To pass an array, hash or sub to a function in Perl 6, just pass it as is.
For other uses of Perl 5's ref operator consider binding with ::= instead.
Parenthesize as \(...) if you intended a capture of a single variable.
at EVAL_0:105
------> .execute_array( { ArrayTupleStatus => \⏏@tuple_status } ); # test 14
# Connect failed with error Cannot locate native library 'libsqlite3.so': libsqlite3.so: cannot open shared object file: No such file or directory
t/40-sqlite-common.t ...... ok
t/41-sqlite-exec-error.t .. ok
Test Summary Report
-------------------
t/35-Pg-common.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=8, Tests=204, 20 wallclock secs ( 0.05 usr 0.02 sys + 18.70 cusr 0.49 csys = 19.26 CPU)
Result: FAIL
test stage failed for DBIish: Tests failed
in method install at lib/Panda.pm:133
in block at lib/Panda.pm:210
in method resolve at lib/Panda.pm:204
in sub MAIN at /Home/bougyman/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/panda:20
in block <unit> at /Home/bougyman/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/panda:87
Failure Summary
----------------
Task::Star
*test stage failed for DBIish: Tests failed
@bougyman
Copy link
Author

Compiling lib/DBDish/mysql.pm6 to mbc
==> Testing DBIish
Use of uninitialized value %ENV of type Any in string context in block at t/01-ConnectConfig-PG.t:26

Using PGDATABASE:

t/01-ConnectConfig-PG.t ... ok
t/05-mock.t ............... ok

Connect failed with error DBD::mysql connection failed: Can't connect to local MySQL server through socket '/run/mysqld/mysqld.sock' (2)

t/10-mysql.t .............. ok
Potential difficulties:
To pass an array, hash or sub to a function in Perl 6, just pass it as is.
For other uses of Perl 5's ref operator consider binding with ::= instead.
Parenthesize as (...) if you intended a capture of a single variable.
at EVAL_0:105
------> .execute_array( { ArrayTupleStatus => \⏏@tuple_status } ); # test 14

Connect failed with error DBD::mysql connection failed: Can't connect to local MySQL server through socket '/run/mysqld/mysqld.sock' (2)

t/25-mysql-common.t ....... ok
t/30-Pg.t ................. ok
Environment lacks PGDATABASE
in sub config_pg_connect at /Home/bougyman/.panda-work/1436905196_1/t/lib/Test/Config/Pg.pm:20
in block at t/35-Pg-common.t:12

t/30-Pg.t ................. ok

Potential difficulties:
To pass an array, hash or sub to a function in Perl 6, just pass it as is.
For other uses of Perl 5's ref operator consider binding with ::= instead.
Parenthesize as (...) if you intended a capture of a single variable.
at EVAL_0:105
------> .execute_array( { ArrayTupleStatus => \⏏@tuple_status } ); # test 14
t/40-sqlite-common.t ...... ok
t/41-sqlite-exec-error.t .. ok

Test Summary Report

t/35-Pg-common.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=8, Tests=204, 20 wallclock secs ( 0.06 usr 0.02 sys + 18.80 cusr 0.39 csys = 19.27 CPU)
Result: FAIL
test stage failed for DBIish: Tests failed
in method install at lib/Panda.pm:133
in block at lib/Panda.pm:210
in method resolve at lib/Panda.pm:204
in sub MAIN at /Home/bougyman/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/panda:20
in block at /Home/bougyman/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/panda:87

Failure Summary

Task::Star
*test stage failed for DBIish: Tests failed

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