-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Readable errors in mongoose_commands #3346
Conversation
small_tests_24 / small_tests / d0bbe71 |
Codecov Report
@@ Coverage Diff @@
## master #3346 +/- ##
==========================================
+ Coverage 80.69% 80.72% +0.03%
==========================================
Files 397 397
Lines 32434 32435 +1
==========================================
+ Hits 26171 26184 +13
+ Misses 6263 6251 -12
Continue to review full report at Codecov.
|
d0bbe71
to
5c4b0bd
Compare
small_tests_24 / small_tests / 5c4b0bd internal_mnesia_24 / internal_mnesia / 5c4b0bd small_tests_23 / small_tests / 5c4b0bd dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 5c4b0bd ldap_mnesia_24 / ldap_mnesia / 5c4b0bd dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 5c4b0bd dynamic_domains_mysql_redis_24 / mysql_redis / 5c4b0bd dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 5c4b0bd ldap_mnesia_23 / ldap_mnesia / 5c4b0bd pgsql_mnesia_24 / pgsql_mnesia / 5c4b0bd elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 5c4b0bd mysql_redis_24 / mysql_redis / 5c4b0bd mam_SUITE:rdbms_async_pool_prefs_cases:messages_filtered_when_prefs_default_policy_is_roster{error,{test_case_failed,"ASSERT EQUAL\n\tExpected []\n\tValue [ok]\n"}} pgsql_mnesia_23 / pgsql_mnesia / 5c4b0bd mssql_mnesia_24 / odbc_mssql_mnesia / 5c4b0bd riak_mnesia_24 / riak_mnesia / 5c4b0bd jingle_SUITE:all:jingle_session_is_established_with_a_conference_room{error,
{{assertion_failed,assert,is_iq_result,
{xmlel,<<"iq">>,
[{<<"from">>,<<"*[email protected]">>},
{<<"to">>,
<<"alice_jingle_session_is_established_with_a_conference_room_80.561135@localhost/res1">>},
{<<"id">>,<<"2099baa6-dc25-4cd7-a333-8a0c5b543283">>},
{<<"type">>,<<"set">>}],
[{xmlel,<<"jingle">>,
[{<<"xmlns">>,<<"urn:xmpp:jingle:1">>},
{<<"action">>,<<"session-info">>},
{<<"sid">>,<<"74acc75b-61ba-4675-a16e-79650cad851a">>}],
[{xmlel,<<"ringing">>,
[{<<"xmlns">>,<<"urn:xmpp:jingle:apps:rtp:info:1">>}],
[]}]}]},
"<iq from='*[email protected]' to='alice_jingle_session_is_established_with_a_conference_room_80.561135@localhost/res1' id='2099baa6-dc25-4cd7-a333-8a0c5b543283' type='set'><jingle xmlns='urn:xmpp:jingle:1' action='session-info' sid='74acc75b-61ba-4675-a16e-79650cad851a'><ringing xmlns='urn:xmpp:jingle:apps:rtp:info:1'/></jingle></iq>"},
[{escalus_new_assert,assert_true,2,
[{file,
"/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
{line,84}]},
{jingle_SUITE,send_initiate_and_wait_for_first_iq_set,2,
[{file,"/home/circleci/app/big_tests/tests/jingle_SUITE.erl"},
{line,395}]},
{jingle_SUITE,
'-jingle_session_is_established_with_a_conference_room/1-fun-0-',1,
[{file,"/home/circleci/app/big_tests/tests/jingle_SUITE.erl"},
{line,1... |
This PR addresses "term_to_binary does not what you think".
Proposed changes include: