Skip to content
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

Enable connect_SUITE for dynamic domains #3272

Merged
merged 1 commit into from
Sep 15, 2021

Conversation

chrzaszcz
Copy link
Member

Enable connect_SUITE for dynamic domains

@mongoose-im
Copy link
Collaborator

mongoose-im commented Sep 15, 2021

small_tests_24 / small_tests / ce91be4
Reports root / small


internal_mnesia_24 / internal_mnesia / ce91be4
Reports root/ big
OK: 1589 / Failed: 0 / User-skipped: 290 / Auto-skipped: 0


small_tests_22 / small_tests / ce91be4
Reports root / small


small_tests_23 / small_tests / ce91be4
Reports root / small


dynamic_domains_24 / pgsql_mnesia / ce91be4
Reports root/ big
OK: 2384 / Failed: 0 / User-skipped: 131 / Auto-skipped: 0


dynamic_domains_23 / pgsql_mnesia / ce91be4
Reports root/ big
OK: 2384 / Failed: 0 / User-skipped: 131 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / ce91be4
Reports root/ big
OK: 1504 / Failed: 1 / User-skipped: 393 / Auto-skipped: 0

jingle_SUITE:all:resp_4xx_from_sip_proxy_results_in_session_terminate
{error,
  {{assertion_failed,assert,is_iq_result,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"error.480@localhost">>},
        {<<"to">>,
         <<"alice_resp_4xx_from_sip_proxy_results_in_session_terminate_49.791250@localhost/res1">>},
        {<<"id">>,<<"c3335b3a-53ad-45b8-8162-21f0003d2b8a">>},
        {<<"type">>,<<"set">>}],
       [{xmlel,<<"jingle">>,
          [{<<"xmlns">>,<<"urn:xmpp:jingle:1">>},
           {<<"action">>,<<"session-terminate">>},
           {<<"sid">>,<<"fb31783f-9549-4b3d-a521-cf5f02800be8">>}],
          [{xmlel,<<"reason">>,[],
             [{xmlel,<<"general-error">>,[],[]},
            {xmlel,<<"sip-error">>,
              [{<<"code">>,<<"480">>}],
              [{xmlcdata,<<"Temporarily Unavailable">>}]}]}]}]},
     "<iq from='error.480@localhost' to='alice_resp_4xx_from_sip_proxy_results_in_session_terminate_49.791250@localhost/res1' id='c3335b3a-53ad-45b8-8162-21f0003d2b8a' type='set'><jingle xmlns='urn:xmpp:jingle:1' action='session-terminate' sid='fb31783f-9549-4b3d-a521-cf5f02800be8'><reason><general-error/><sip-error code='480'>Temporarily Unavailable</sip-error></reason></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,393}]},
    {jingle_SUITE,
      '-res...

Report log


ldap_mnesia_22 / ldap_mnesia / ce91be4
Reports root/ big
OK: 1486 / Failed: 0 / User-skipped: 393 / Auto-skipped: 0


ldap_mnesia_23 / ldap_mnesia / ce91be4
Reports root/ big
OK: 1486 / Failed: 0 / User-skipped: 393 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / ce91be4
Reports root/ big
OK: 3061 / Failed: 0 / User-skipped: 214 / Auto-skipped: 0


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / ce91be4
Reports root/ big
OK: 1862 / Failed: 0 / User-skipped: 316 / Auto-skipped: 0


pgsql_mnesia_23 / pgsql_mnesia / ce91be4
Reports root/ big
OK: 3061 / Failed: 0 / User-skipped: 214 / Auto-skipped: 0


pgsql_mnesia_22 / pgsql_mnesia / ce91be4
Reports root/ big
OK: 3061 / Failed: 0 / User-skipped: 214 / Auto-skipped: 0


mysql_redis_24 / mysql_redis / ce91be4
Reports root/ big
OK: 3044 / Failed: 0 / User-skipped: 231 / Auto-skipped: 0


mssql_mnesia_24 / odbc_mssql_mnesia / ce91be4
Reports root/ big
OK: 3061 / Failed: 0 / User-skipped: 214 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / ce91be4
Reports root/ big
OK: 1709 / Failed: 0 / User-skipped: 319 / Auto-skipped: 0

@codecov
Copy link

codecov bot commented Sep 15, 2021

Codecov Report

Merging #3272 (ce91be4) into master (54b2031) will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3272      +/-   ##
==========================================
+ Coverage   80.12%   80.17%   +0.05%     
==========================================
  Files         398      398              
  Lines       32560    32560              
==========================================
+ Hits        26089    26106      +17     
+ Misses       6471     6454      -17     
Impacted Files Coverage Δ
src/mod_roster_riak.erl 81.53% <0.00%> (-15.39%) ⬇️
src/event_pusher/mod_event_pusher_sns.erl 84.21% <0.00%> (-5.27%) ⬇️
src/domain/mongoose_domain_sql.erl 82.85% <0.00%> (-2.86%) ⬇️
src/mod_muc_room.erl 77.12% <0.00%> (-0.06%) ⬇️
src/global_distrib/mod_global_distrib_receiver.erl 80.00% <0.00%> (ø)
src/pubsub/mod_pubsub_db_rdbms.erl 95.34% <0.00%> (+0.25%) ⬆️
src/ejabberd_c2s.erl 89.29% <0.00%> (+0.29%) ⬆️
src/auth/ejabberd_auth_rdbms.erl 56.96% <0.00%> (+0.63%) ⬆️
src/mam/mod_mam_rdbms_arch.erl 51.02% <0.00%> (+1.02%) ⬆️
src/metrics/mongoose_metrics.erl 96.10% <0.00%> (+1.29%) ⬆️
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 54b2031...ce91be4. Read the comment docs.

@vkatsuba vkatsuba merged commit 3141a15 into master Sep 15, 2021
@vkatsuba vkatsuba deleted the connect-suite-with-dynamic-domains branch September 15, 2021 07:14
@Premwoik Premwoik added this to the 5.0.0 milestone Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants