Skip to content

Instantly share code, notes, and snippets.

@bullno1
Created February 19, 2014 10:19
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save bullno1/9089349 to your computer and use it in GitHub Desktop.
epgsql test
erl -pa ebin/ -pa test/ -noshell -s pgsql_tests run_tests -s init stop
pgsql_tests: all_test_ (connect_test(pgsql))...*failed*
in function pgsql_tests:connect_only/2 (test/pgsql_tests.erl, line 760)
**error:{badmatch,{error,invalid_authorization_specification}}
pgsql_tests: all_test_ (connect_with_ssl_test(pgsql))...*failed*
in function pgsql_tests:'-connect_with_ssl_test/1-fun-1-'/2 (test/pgsql_tests.erl, line 79)
in call from pgsql_tests:with_connection/4 (test/pgsql_tests.erl, line 774)
**error:{badmatch,{error,{error,error,<<"42883">>,
<<"function ssl_is_used() does not exist">>,
[{position,<<"8">>},
{hint,<<"No function matches the "...>>}]}}}
pgsql_tests: all_test_ (connect_with_client_cert_test(pgsql))...*failed*
in function pgsql_tests:with_connection/4 (test/pgsql_tests.erl, line 772)
**error:{badmatch,{error,invalid_authorization_specification}}
pgsql_tests: all_test_ (connect_timeout_test(pgsql))...*failed*
in function pgsql_tests:connect_timeout_test/1 (test/pgsql_tests.erl, line 597)
**error:{badmatch,{error,invalid_authorization_specification}}
pgsql_tests: all_test_ (query_timeout_test(pgsql))...*failed*
in function pgsql_tests:'-query_timeout_test/1-fun-0-'/2 (test/pgsql_tests.erl, line 603)
in call from pgsql_tests:with_connection/4 (test/pgsql_tests.erl, line 774)
**error:{badmatch,{ok,[{column,<<"pg_sleep">>,void,4,-1,0}],[{<<>>}]}}
pgsql_tests: all_test_ (execute_timeout_test(pgsql))...*failed*
in function pgsql_tests:'-execute_timeout_test/1-fun-0-'/2 (test/pgsql_tests.erl, line 615)
in call from pgsql_tests:with_connection/4 (test/pgsql_tests.erl, line 774)
**error:{badmatch,{ok,[{<<>>}]}}
pgsql_tests: all_test_ (connection_closed_test(pgsql))...
=ERROR REPORT==== 19-Feb-2014::18:14:47 ===
Error in process <0.180.0> with exit value: {{badmatch,{error,invalid_authorization_specification}},[{pgsql_tests,'-connection_closed_test/1-fun-0-',2,[{file,"test/pgsql_tests.erl"},{line,627}]}]}
*skipped*
undefined
*unexpected termination of test process*
::{{badmatch,{error,invalid_authorization_specification}},
[{pgsql_tests,'-connection_closed_test/1-fun-0-',2,
[{file,"test/pgsql_tests.erl"},{line,627}]}]}
=======================================================
Failed: 6. Skipped: 0. Passed: 50.
One or more tests were cancelled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment