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

Unify hook names, removing the (seldom used) '_hook' suffix #4287

Merged
merged 2 commits into from
May 24, 2024

Conversation

chrzaszcz
Copy link
Member

@chrzaszcz chrzaszcz commented May 23, 2024

Apart from improving naming consistency, this change will be useful for naming instrumentation events, removing the extra hook from the name.

@mongoose-im
Copy link
Collaborator

mongoose-im commented May 23, 2024

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / c741e4b
Reports root/ big
OK: 437 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / c741e4b
Reports root / small


small_tests_26 / small_tests / c741e4b
Reports root / small


small_tests_26_arm64 / small_tests / c741e4b
Reports root / small


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / c741e4b
Reports root/ big
OK: 4552 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / c741e4b
Reports root/ big
OK: 2289 / Failed: 0 / User-skipped: 905 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / c741e4b
Reports root/ big
OK: 2289 / Failed: 0 / User-skipped: 905 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / c741e4b
Reports root/ big
OK: 4519 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / c741e4b
Reports root/ big
OK: 4552 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / c741e4b
Reports root/ big
OK: 2429 / Failed: 0 / User-skipped: 765 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / c741e4b
Reports root/ big
OK: 4549 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / c741e4b
Reports root/ big
OK: 4469 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / c741e4b
Reports root/ big
OK: 4943 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / c741e4b
Reports root/ big
OK: 4943 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / c741e4b
Reports root/ big
OK: 4922 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / c741e4b
Reports root/ big
OK: 4940 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0

Copy link

codecov bot commented May 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.51%. Comparing base (e5daeaf) to head (f571a98).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4287      +/-   ##
==========================================
+ Coverage   84.50%   84.51%   +0.01%     
==========================================
  Files         553      553              
  Lines       33718    33718              
==========================================
+ Hits        28493    28498       +5     
+ Misses       5225     5220       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@chrzaszcz chrzaszcz marked this pull request as ready for review May 23, 2024 12:02
@mongoose-im
Copy link
Collaborator

mongoose-im commented May 23, 2024

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 8e48449
Reports root/ big
OK: 437 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 8e48449
Reports root / small


small_tests_26 / small_tests / 8e48449
Reports root / small


small_tests_26_arm64 / small_tests / 8e48449
Reports root / small


ldap_mnesia_25 / ldap_mnesia / 8e48449
Reports root/ big
OK: 2288 / Failed: 1 / User-skipped: 905 / Auto-skipped: 0

tr_util_SUITE:c2s_elements
{error,{{badmatch,[#{contents => <<"<body>Hello</body>">>,
           from_jid => <<"alice_c2s_elements_2003@localhost/res1">>,
           hooks => [user_send_packet],
           jid => <<"alice_c2s_elements_2003@localhost/res1">>,
           name => <<"message">>,
           ref => #Ref<9341.3254375461.3644325892.171190>,
           to_jid => <<"bob_c2s_elements_2003@localhost/res1">>,
           type => <<"chat">>},
           #{contents => <<"<body>Hello</body>">>,
           from_jid => <<"alice_c2s_elements_2003@localhost/res1">>,
           hooks => [user_receive_packet],
           jid => <<"bob_c2s_elements_2003@localhost/res1">>,
           name => <<"message">>,
           ref => #Ref<9341.3254375461.3644850177.209094>,
           to_jid => <<"bob_c2s_elements_2003@localhost/res1">>,
           type => <<"chat">>},
           #{contents => <<"<body>Hello</body>">>,
           from_jid => <<"alice_c2s_elements_2003@localhost/res1">>,
           hooks => [user_send_message],
           jid => <<"alice_c2s_elements_2003@localhost/res1">>,
           name => <<"message">>,
           ref => #Ref<9341.3254375461.3644325892.171190>,
           to_jid => <<"bob_c2s_elements_2003@localhost/res1">>,
           type => <<"chat">>},
           #{contents => <<"<body>Hello</body>">>,
           from_jid => <<"alice_c2s_elements_2003@localhost/res1">>,
           hooks => [user_receive_message,xmpp_presend_element],
           jid => <<"bob_c2s_elements_2003@localhost/res1">>,
 ...

Report log


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 8e48449
Reports root/ big
OK: 4552 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / 8e48449
Reports root/ big
OK: 4519 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / 8e48449
Reports root/ big
OK: 2289 / Failed: 0 / User-skipped: 905 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / 8e48449
Reports root/ big
OK: 2429 / Failed: 0 / User-skipped: 765 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 8e48449
Reports root/ big
OK: 4549 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 8e48449
Reports root/ big
OK: 4552 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / 8e48449
Reports root/ big
OK: 4469 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 8e48449
Reports root/ big
OK: 4943 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / 8e48449
Reports root/ big
OK: 4922 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 8e48449
Reports root/ big
OK: 4943 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / 8e48449
Reports root/ big
OK: 4940 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0

@mongoose-im
Copy link
Collaborator

mongoose-im commented May 23, 2024

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 3694328
Reports root/ big
OK: 437 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 3694328
Reports root / small


small_tests_26 / small_tests / 3694328
Reports root / small


small_tests_26_arm64 / small_tests / 3694328
Reports root / small


ldap_mnesia_25 / ldap_mnesia / 3694328
Reports root/ big
OK: 2289 / Failed: 0 / User-skipped: 905 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / 3694328
Reports root/ big
OK: 2289 / Failed: 0 / User-skipped: 905 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 3694328
Reports root/ big
OK: 4552 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 3694328
Reports root/ big
OK: 4552 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / 3694328
Reports root/ big
OK: 4518 / Failed: 1 / User-skipped: 144 / Auto-skipped: 0

carboncopy_SUITE:one2one:dropped_client_doesnt_create_duplicate_carbons
{error,
  {{badmatch,
     [{xmlel,<<"message">>,
        [{<<"from">>,
        <<"alice_dropped_client_doesnt_create_duplicate_carbons_592@domain.example.com">>},
         {<<"to">>,
        <<"alice_dropped_client_doesnt_create_duplicate_carbons_592@domain.example.com/res2">>},
         {<<"xmlns">>,<<"jabber:client">>},
         {<<"type">>,<<"chat">>}],
        [{xmlel,<<"sent">>,
           [{<<"xmlns">>,<<"urn:xmpp:carbons:2">>}],
           [{xmlel,<<"forwarded">>,
            [{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
            [{xmlel,<<"message">>,
               [{<<"from">>,
                 <<"alice_dropped_client_doesnt_create_duplicate_carbons_592@domain.example.com/res1">>},
                {<<"type">>,<<"chat">>},
                {<<"to">>,
                 <<"bob_dropped_client_doesnt_create_duplicate_carbons_592@domain.example.com/res1">>},
                {<<"xmlns">>,<<"jabber:client">>}],
               [{xmlel,<<"body">>,[],
                  [{xmlcdata,
                     <<"And pious action">>}]}]}]}]}]}]},
   [{carboncopy_SUITE,
      '-dropped_client_doesnt_create_duplicate_carbons/1-fun-0-',4,
      [{file,
         "/home/circleci/project/big_tests/tests/carboncopy_SUITE.erl"},
       {line,189}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
    {test_server,run_test_c...

Report log


pgsql_cets_26 / pgsql_cets / 3694328
Reports root/ big
OK: 4469 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 3694328
Reports root/ big
OK: 4549 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / 3694328
Reports root/ big
OK: 2429 / Failed: 0 / User-skipped: 765 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 3694328
Reports root/ big
OK: 4943 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / 3694328
Reports root/ big
OK: 4922 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 3694328
Reports root/ big
OK: 4943 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / 3694328
Reports root/ big
OK: 4940 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0

@mongoose-im
Copy link
Collaborator

mongoose-im commented May 23, 2024

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 4d7e090
Reports root/ big
OK: 437 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 4d7e090
Reports root / small


small_tests_26 / small_tests / 4d7e090
Reports root / small


small_tests_26_arm64 / small_tests / 4d7e090
Reports root / small


ldap_mnesia_25 / ldap_mnesia / 4d7e090
Reports root/ big
OK: 2289 / Failed: 0 / User-skipped: 905 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / 4d7e090
Reports root/ big
OK: 2289 / Failed: 0 / User-skipped: 905 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / 4d7e090
Reports root/ big
OK: 4519 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 4d7e090
Reports root/ big
OK: 4552 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 4d7e090
Reports root/ big
OK: 4552 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / 4d7e090
Reports root/ big
OK: 2429 / Failed: 0 / User-skipped: 765 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / 4d7e090
Reports root/ big
OK: 4469 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 4d7e090
Reports root/ big
OK: 4943 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / 4d7e090
Reports root/ big
OK: 4922 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 4d7e090
Reports root/ big
OK: 4549 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 4d7e090
Reports root/ big
OK: 4943 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / 4d7e090
Reports root/ big
OK: 4940 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0

@mongoose-im
Copy link
Collaborator

mongoose-im commented May 23, 2024

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / df91b12
Reports root/ big
OK: 437 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / df91b12
Reports root / small


small_tests_26 / small_tests / df91b12
Reports root / small


small_tests_26_arm64 / small_tests / df91b12
Reports root / small


ldap_mnesia_25 / ldap_mnesia / df91b12
Reports root/ big
OK: 2289 / Failed: 0 / User-skipped: 905 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / df91b12
Reports root/ big
OK: 2289 / Failed: 0 / User-skipped: 905 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / df91b12
Reports root/ big
OK: 4552 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / df91b12
Reports root/ big
OK: 4552 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / df91b12
Reports root/ big
OK: 4519 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / df91b12
Reports root/ big
OK: 2429 / Failed: 0 / User-skipped: 765 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / df91b12
Reports root/ big
OK: 4469 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / df91b12
Reports root/ big
OK: 4548 / Failed: 1 / User-skipped: 114 / Auto-skipped: 0

rdbms_SUITE:global_rdbms_queries:test_failed_wrapper_transaction
{error,
  {{assertEqual,
     [{module,rdbms_SUITE},
      {line,559},
      {expression,"rpc ( mim ( ) , meck , history , [ supervisor ] )"},
      {expected,[]},
      {value,
        [{<10231.229.0>,
        {supervisor,handle_info,
          [{'EXIT',<10231.112872.0>,normal},
           {state,
             {local,httpc_handler_sup},
             simple_one_for_one,
             {[undefined],
              #{undefined =>
                {child,undefined,undefined,
                  {httpc_handler,start_link,[]},
                  temporary,false,4000,worker,
                  [httpc_handler]}}},
             {mapsets,#{<10231.112872.0> => []}},
             0,3600,[],0,never,httpc_handler_sup,[]}]},
        {noreply,
          {state,
            {local,httpc_handler_sup},
            simple_one_for_one,
            {[undefined],
             #{undefined =>
                 {child,undefined,undefined,
                   {httpc_handler,start_link,[]},
                   temporary,false,4000,worker,
                   [httpc_handler]}}},
            {mapsets,#{}},
            0,3600,[],0,never,httpc_handler_sup,[]}}},
         {<10231.112874.0>,
        {supervisor,handle_info,
          [{'EXIT',<10231.112876.0>,{shutdown,normal}},
           {state,
             {<10231.112874.0>,tls_dyn_connection_sup},
             one_for_all,
             {[receiver,sender],
              #{sender =>
                {child,<10231.112875.0>,sender,
                  {tls_sender,start_l...

Report log


pgsql_mnesia_26 / pgsql_mnesia / df91b12
Reports root/ big
OK: 4943 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / df91b12
Reports root/ big
OK: 4922 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / df91b12
Reports root/ big
OK: 4943 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / df91b12
Reports root/ big
OK: 4940 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0

@chrzaszcz chrzaszcz marked this pull request as draft May 23, 2024 12:39
@mongoose-im
Copy link
Collaborator

mongoose-im commented May 23, 2024

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / cdcccc1
Reports root/ big
OK: 435 / Failed: 2 / User-skipped: 43 / Auto-skipped: 0

gdpr_SUITE:retrieve_personal_data:retrieve_offline
{error,{{timeout,3,[{times,50,0}],ok},
    [{mongoose_helper,do_wait_until,2,
              [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
               {line,359}]},
     {gdpr_SUITE,'-retrieve_offline/1-fun-3-',4,
           [{file,"/home/circleci/project/big_tests/tests/gdpr_SUITE.erl"},
            {line,950}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

gdpr_SUITE:remove_personal_data:remove_offline
{error,{{timeout,3,[{times,50,0}],ok},
    [{mongoose_helper,do_wait_until,2,
              [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
               {line,359}]},
     {gdpr_SUITE,'-remove_offline/1-fun-1-',4,
           [{file,"/home/circleci/project/big_tests/tests/gdpr_SUITE.erl"},
            {line,985}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log


small_tests_25 / small_tests / cdcccc1
Reports root / small


small_tests_26 / small_tests / cdcccc1
Reports root / small


small_tests_26_arm64 / small_tests / cdcccc1
Reports root / small


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / cdcccc1
Reports root/ big
OK: 4507 / Failed: 56 / User-skipped: 111 / Auto-skipped: 9

amp_big_SUITE:offline:offline_success:notify_deliver_to_offline_user_test
{error,{{assertion_failed,assert,is_chat_message,
              [<<"A message in a bottle...">>],
              {xmlel,<<"presence">>,
                 [{<<"from">>,
                   <<"[email protected]/new-session">>},
                  {<<"to">>,
                   <<"[email protected]/new-session">>}],
                 []},
              "<presence from='[email protected]/new-session' to='[email protected]/new-session'/>"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {amp_big_SUITE,user_has_incoming_offline_message,3,
            [{file,"/home/circleci/project/big_tests/tests/amp_big_SUITE.erl"},
             {line,750}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

amp_big_SUITE:offline:offline_success:notify_deliver_to_offline_user_test
{error,{{assertion_failed,assert,is_chat_message,
              [<<"A message in a bottle...">>],
              {xmlel,<<"presence">>,
                 [{<<"from">>,
                   <<"[email protected]/new-session">>},
                  {<<"to">>,
                   <<"[email protected]/new-session">>}],
                 []},
              "<presence from='[email protected]/new-session' to='[email protected]/new-session'/>"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {amp_big_SUITE,user_has_incoming_offline_message,3,
            [{file,"/home/circleci/project/big_tests/tests/amp_big_SUITE.erl"},
             {line,750}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

amp_big_SUITE:offline:offline_success:error_deliver_to_offline_user_test
{error,{{assertion_failed,assert,is_chat_message,
              [<<"A message in a bottle...">>],
              {xmlel,<<"presence">>,
                 [{<<"from">>,
                   <<"[email protected]/new-session">>},
                  {<<"to">>,
                   <<"[email protected]/new-session">>}],
                 []},
              "<presence from='[email protected]/new-session' to='[email protected]/new-session'/>"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {amp_big_SUITE,user_has_incoming_offline_message,3,
            [{file,"/home/circleci/project/big_tests/tests/amp_big_SUITE.erl"},
             {line,750}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

amp_big_SUITE:offline:offline_success:error_deliver_to_offline_user_test
{error,{{assertion_failed,assert,is_chat_message,
              [<<"A message in a bottle...">>],
              {xmlel,<<"presence">>,
                 [{<<"from">>,
                   <<"[email protected]/new-session">>},
                  {<<"to">>,
                   <<"[email protected]/new-session">>}],
                 []},
              "<presence from='[email protected]/new-session' to='[email protected]/new-session'/>"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {amp_big_SUITE,user_has_incoming_offline_message,3,
            [{file,"/home/circleci/project/big_tests/tests/amp_big_SUITE.erl"},
             {line,750}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

amp_big_SUITE:offline:offline_success:drop_deliver_to_offline_user_test
{error,{{assertion_failed,assert,is_chat_message,
              [<<"A message in a bottle...">>],
              {xmlel,<<"presence">>,
                 [{<<"from">>,
                   <<"[email protected]/new-session">>},
                  {<<"to">>,
                   <<"[email protected]/new-session">>}],
                 []},
              "<presence from='[email protected]/new-session' to='[email protected]/new-session'/>"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {amp_big_SUITE,user_has_incoming_offline_message,3,
            [{file,"/home/circleci/project/big_tests/tests/amp_big_SUITE.erl"},
             {line,750}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

amp_big_SUITE:offline:offline_success:drop_deliver_to_offline_user_test
{error,{{assertion_failed,assert,is_chat_message,
              [<<"A message in a bottle...">>],
              {xmlel,<<"presence">>,
                 [{<<"from">>,
                   <<"[email protected]/new-session">>},
                  {<<"to">>,
                   <<"[email protected]/new-session">>}],
                 []},
              "<presence from='[email protected]/new-session' to='[email protected]/new-session'/>"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {amp_big_SUITE,user_has_incoming_offline_message,3,
            [{file,"/home/circleci/project/big_tests/tests/amp_big_SUITE.erl"},
             {line,750}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

amp_big_SUITE:offline:offline_success:notify_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"[email protected]/res1">>,
          escalus_tcp,<0.5378.0>,
          [{event_manager,<0.5165.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_256">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.5165.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_notify_deliver_to_offline_user_test_256">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_notify_deliver_to_offline_user_test_256">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_256">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"9b48a9238142da3e">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_notification,3,
       [{file,
          "/home/circleci/project/big_tests/tests/...

Report log

amp_big_SUITE:offline:offline_success:notify_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"[email protected]/res1">>,
          escalus_tcp,<0.5428.0>,
          [{event_manager,<0.5196.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_260">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.5196.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_notify_deliver_to_offline_user_test_260">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_notify_deliver_to_offline_user_test_260">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_260">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"6509ab10c60fff7d">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_notification,3,
       [{file,
          "/home/circleci/project/big_tests/tests/...

Report log

amp_big_SUITE:offline:offline_failure:notify_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"[email protected]/res1">>,
          escalus_tcp,<0.6153.0>,
          [{event_manager,<0.5952.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_319">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.5952.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_notify_deliver_to_offline_user_test_319">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_notify_deliver_to_offline_user_test_319">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_319">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"437569c9fed7da40">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_generic_error,3,
       [{file,
          "/home/circleci/project/big_tests/tests...

Report log

amp_big_SUITE:offline:offline_failure:notify_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"[email protected]/res1">>,
          escalus_tcp,<0.6205.0>,
          [{event_manager,<0.5976.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_321">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.5976.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_notify_deliver_to_offline_user_test_321">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_notify_deliver_to_offline_user_test_321">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_321">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"fdc5cf77b382276f">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_generic_error,3,
       [{file,
          "/home/circleci/project/big_tests/tests...

Report log

amp_big_SUITE:offline:offline_failure:notify_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"[email protected]/res1">>,
          escalus_tcp,<0.6211.0>,
          [{event_manager,<0.5987.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_323">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.5987.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_notify_deliver_to_offline_user_test_323">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_notify_deliver_to_offline_user_test_323">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_323">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"71d242a52e095497">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_notification,3,
       [{file,
          "/home/circleci/project/big_tests/tests/...

Report log

amp_big_SUITE:offline:offline_failure:notify_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"[email protected]/res1">>,
          escalus_tcp,<0.6212.0>,
          [{event_manager,<0.5981.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_322">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.5981.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_notify_deliver_to_offline_user_test_322">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_notify_deliver_to_offline_user_test_322">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_322">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"4c0fa1632120c021">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_notification,3,
       [{file,
          "/home/circleci/project/big_tests/tests/...

Report log

amp_big_SUITE:offline:offline_failure:error_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"[email protected]/res1">>,
          escalus_tcp,<0.6236.0>,
          [{event_manager,<0.6098.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_error_deliver_to_offline_user_test_343">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.6098.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_error_deliver_to_offline_user_test_343">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_error_deliver_to_offline_user_test_343">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_error_deliver_to_offline_user_test_343">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"4b263b8b2eab37d9">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_generic_error,3,
       [{file,
          "/home/circleci/project/big_tests/tests/amp_...

Report log

amp_big_SUITE:offline:offline_failure:error_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"[email protected]/res1">>,
          escalus_tcp,<0.6239.0>,
          [{event_manager,<0.6116.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_error_deliver_to_offline_user_test_346">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.6116.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_error_deliver_to_offline_user_test_346">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_error_deliver_to_offline_user_test_346">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_error_deliver_to_offline_user_test_346">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"bace82e28e4b0b57">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_generic_error,3,
       [{file,
          "/home/circleci/project/big_tests/tests/amp_...

Report log

amp_big_SUITE:offline:offline_failure:drop_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"[email protected]/res1">>,
          escalus_tcp,<0.6256.0>,
          [{event_manager,<0.6166.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_drop_deliver_to_offline_user_test_355">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.6166.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_drop_deliver_to_offline_user_test_355">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_drop_deliver_to_offline_user_test_355">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_drop_deliver_to_offline_user_test_355">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"a3cf2c9623db9989">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_generic_error,3,
       [{file,
          "/home/circleci/project/big_tests/tests/amp_big_S...

Report log

amp_big_SUITE:offline:offline_failure:drop_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"[email protected]/res1">>,
          escalus_tcp,<0.6260.0>,
          [{event_manager,<0.6194.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_drop_deliver_to_offline_user_test_360">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.6194.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_drop_deliver_to_offline_user_test_360">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_drop_deliver_to_offline_user_test_360">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_drop_deliver_to_offline_user_test_360">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"48b5f804409510c7">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_generic_error,3,
       [{file,
          "/home/circleci/project/big_tests/tests/amp_big_S...

Report log

anonymous_SUITE:anonymous:connection_is_registered_with_sasl_anon
{error,{{badmatch,false},
    [{anonymous_SUITE,'-connection_is_registered_with_sasl_anon/1-fun-2-',
              2,
              [{file,"/home/circleci/project/big_tests/tests/anonymous_SUITE.erl"},
               {line,73}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

carboncopy_SUITE:one2one:unavailable_resources_dont_get_carbons
{error,
  {{assertion_failed,assert_many,true,
     [is_presence,is_presence],
     [{xmlel,<<"message">>,
        [{<<"from">>,
        <<"alice_unavailable_resources_dont_get_carbons_592@domain.example.com">>},
         {<<"to">>,
        <<"alice_unavailable_resources_dont_get_carbons_592@domain.example.com/res1">>},
         {<<"xmlns">>,<<"jabber:client">>},
         {<<"type">>,<<"chat">>}],
        [{xmlel,<<"received">>,
           [{<<"xmlns">>,<<"urn:xmpp:carbons:2">>}],
           [{xmlel,<<"forwarded">>,
            [{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
            [{xmlel,<<"message">>,
               [{<<"from">>,
                 <<"bob_unavailable_resources_dont_get_carbons_592@domain.example.com/res1">>},
                {<<"to">>,
                 <<"alice_unavailable_resources_dont_get_carbons_592@domain.example.com/res2">>},
                {<<"type">>,<<"chat">>},
                {<<"xmlns">>,<<"jabber:client">>}],
               [{xmlel,<<"body">>,[],
                  [{xmlcdata,<<"And pious action">>}]}]}]}]}]},
      {xmlel,<<"presence">>,
        [{<<"from">>,
        <<"alice_unavailable_resources_dont_get_carbons_592@domain.example.com/res1">>},
         {<<"to">>,
        <<"alice_unavailable_resources_dont_get_carbons_592@domain.example.com/res1">>}],
        []}],
     "   <message from='alice_unavailable_resources_dont_get_carbons_592@domain.example.com' to='alice_unavailable_resources_dont_get_carbons_592@domain.example.com/res1' xmlns='ja...

Report log

gdpr_SUITE:retrieve_personal_data:retrieve_offline
{error,{{timeout,3,[{times,50,0}],ok},
    [{mongoose_helper,do_wait_until,2,
              [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
               {line,359}]},
     {gdpr_SUITE,'-retrieve_offline/1-fun-3-',4,
           [{file,"/home/circleci/project/big_tests/tests/gdpr_SUITE.erl"},
            {line,950}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

gdpr_SUITE:remove_personal_data:remove_offline
{error,{{timeout,3,[{times,50,0}],ok},
    [{mongoose_helper,do_wait_until,2,
              [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
               {line,359}]},
     {gdpr_SUITE,'-remove_offline/1-fun-1-',4,
           [{file,"/home/circleci/project/big_tests/tests/gdpr_SUITE.erl"},
            {line,985}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

inbox_SUITE:regular:one_to_one:msg_sent_to_offline_user
{error,{{assertion_failed,assert_many,false,
              [is_presence,#Fun<inbox_SUITE.133.68926713>],
              [{xmlel,<<"presence">>,
                  [{<<"from">>,
                  <<"[email protected]/new-session">>},
                   {<<"to">>,
                  <<"[email protected]/new-session">>}],
                  []}],
              "   <presence from='[email protected]/new-session' to='[email protected]/new-session'/>"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {inbox_SUITE,'-msg_sent_to_offline_user/1-fun-3-',3,
            [{file,"/home/circleci/project/big_tests/tests/inbox_SUITE.erl"},
             {line,479}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

inbox_SUITE:async_pools:one_to_one:msg_sent_to_offline_user
{error,{{assertion_failed,assert_many,false,
              [is_presence,#Fun<inbox_SUITE.133.68926713>],
              [{xmlel,<<"presence">>,
                  [{<<"from">>,
                  <<"[email protected]/new-session">>},
                   {<<"to">>,
                  <<"[email protected]/new-session">>}],
                  []}],
              "   <presence from='[email protected]/new-session' to='[email protected]/new-session'/>"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {inbox_SUITE,'-msg_sent_to_offline_user/1-fun-3-',3,
            [{file,"/home/circleci/project/big_tests/tests/inbox_SUITE.erl"},
             {line,479}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

last_SUITE:valid_queries:last_offline_user
{error,
  {{assertion_failed,assert,is_last_result,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"[email protected]">>},
        {<<"to">>,<<"[email protected]/res1">>},
        {<<"id">>,<<"799946664dd6ecdc1ec0e3e02198d965">>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"query">>,[{<<"xmlns">>,<<"jabber:iq:last">>}],[]},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}],
          [{xmlel,<<"service-unavailable">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []}]}]},
     "<iq from='[email protected]' to='[email protected]/res1' id='799946664dd6ecdc1ec0e3e02198d965' type='error'><query xmlns='jabber:iq:last'/><error code='503' type='cancel'><service-unavailable xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {last_SUITE,'-last_offline_user/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/last_SUITE.erl"},
       {line,135}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file...

Report log

metrics_c2s_SUITE:drop:bounced
{error,
  {{xmppMessageBounced,
     {value,1},
     [{times,25,
        {error,
          {badmatch,{value,0}},
          [{metrics_helper,assert_counter,3,
             [{file,
              "/home/circleci/project/big_tests/tests/metrics_helper.erl"},
            {line,36}]},
           {mongoose_helper,do_wait_until,2,
             [{file,
              "/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
            {line,362}]},
           {escalus_story,story,4,
             [{file,
              "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
            {line,72}]},
           {test_server,ts_tc,3,
             [{file,"test_server.erl"},{line,1782}]},
           {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1291}]},
           {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1223}]}]}}],
     ok},
   [{mongoose_helper,do_wait_until,2,
      [{file,
         "/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
       {line,359}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1291}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1223}]}]}}

Report log

metrics_c2s_SUITE:errors:error_total
{error,
  {{xmppErrorTotal,
     {value,233},
     [{times,25,
        {error,
          {badmatch,{value,232}},
          [{metrics_helper,assert_counter,3,
             [{file,
              "/home/circleci/project/big_tests/tests/metrics_helper.erl"},
            {line,36}]},
           {mongoose_helper,do_wait_until,2,
             [{file,
              "/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
            {line,362}]},
           {escalus_story,story,4,
             [{file,
              "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
            {line,72}]},
           {test_server,ts_tc,3,
             [{file,"test_server.erl"},{line,1782}]},
           {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1291}]},
           {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1223}]}]}}],
     ok},
   [{mongoose_helper,do_wait_until,2,
      [{file,
         "/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
       {line,359}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1291}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1223}]}]}}

Report log

31 errors were truncated


dynamic_domains_mysql_redis_26 / mysql_redis / cdcccc1
Reports root/ big
OK: 4476 / Failed: 54 / User-skipped: 144 / Auto-skipped: 9

amp_big_SUITE:offline:offline_success:notify_deliver_to_offline_user_test
{error,{{assertion_failed,assert,is_chat_message,
              [<<"A message in a bottle...">>],
              {xmlel,<<"presence">>,
                 [{<<"from">>,
                   <<"[email protected]/new-session">>},
                  {<<"to">>,
                   <<"[email protected]/new-session">>}],
                 []},
              "<presence from='[email protected]/new-session' to='[email protected]/new-session'/>"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {amp_big_SUITE,user_has_incoming_offline_message,3,
            [{file,"/home/circleci/project/big_tests/tests/amp_big_SUITE.erl"},
             {line,750}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

amp_big_SUITE:offline:offline_success:error_deliver_to_offline_user_test
{error,{{assertion_failed,assert,is_chat_message,
              [<<"A message in a bottle...">>],
              {xmlel,<<"presence">>,
                 [{<<"from">>,
                   <<"[email protected]/new-session">>},
                  {<<"to">>,
                   <<"[email protected]/new-session">>}],
                 []},
              "<presence from='[email protected]/new-session' to='[email protected]/new-session'/>"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {amp_big_SUITE,user_has_incoming_offline_message,3,
            [{file,"/home/circleci/project/big_tests/tests/amp_big_SUITE.erl"},
             {line,750}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

amp_big_SUITE:offline:offline_success:drop_deliver_to_offline_user_test
{error,{{assertion_failed,assert,is_chat_message,
              [<<"A message in a bottle...">>],
              {xmlel,<<"presence">>,
                 [{<<"from">>,
                   <<"[email protected]/new-session">>},
                  {<<"to">>,
                   <<"[email protected]/new-session">>}],
                 []},
              "<presence from='[email protected]/new-session' to='[email protected]/new-session'/>"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {amp_big_SUITE,user_has_incoming_offline_message,3,
            [{file,"/home/circleci/project/big_tests/tests/amp_big_SUITE.erl"},
             {line,750}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

amp_big_SUITE:offline:offline_success:notify_deliver_to_offline_user_test
{error,{{assertion_failed,assert,is_chat_message,
              [<<"A message in a bottle...">>],
              {xmlel,<<"presence">>,
                 [{<<"from">>,
                   <<"[email protected]/new-session">>},
                  {<<"to">>,
                   <<"[email protected]/new-session">>}],
                 []},
              "<presence from='[email protected]/new-session' to='[email protected]/new-session'/>"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {amp_big_SUITE,user_has_incoming_offline_message,3,
            [{file,"/home/circleci/project/big_tests/tests/amp_big_SUITE.erl"},
             {line,750}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

amp_big_SUITE:offline:offline_success:error_deliver_to_offline_user_test
{error,{{assertion_failed,assert,is_chat_message,
              [<<"A message in a bottle...">>],
              {xmlel,<<"presence">>,
                 [{<<"from">>,
                   <<"[email protected]/new-session">>},
                  {<<"to">>,
                   <<"[email protected]/new-session">>}],
                 []},
              "<presence from='[email protected]/new-session' to='[email protected]/new-session'/>"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {amp_big_SUITE,user_has_incoming_offline_message,3,
            [{file,"/home/circleci/project/big_tests/tests/amp_big_SUITE.erl"},
             {line,750}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

amp_big_SUITE:offline:offline_success:drop_deliver_to_offline_user_test
{error,{{assertion_failed,assert,is_chat_message,
              [<<"A message in a bottle...">>],
              {xmlel,<<"presence">>,
                 [{<<"from">>,
                   <<"[email protected]/new-session">>},
                  {<<"to">>,
                   <<"[email protected]/new-session">>}],
                 []},
              "<presence from='[email protected]/new-session' to='[email protected]/new-session'/>"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {amp_big_SUITE,user_has_incoming_offline_message,3,
            [{file,"/home/circleci/project/big_tests/tests/amp_big_SUITE.erl"},
             {line,750}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

amp_big_SUITE:offline:offline_success:notify_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"[email protected]/res1">>,
          escalus_tcp,<0.5426.0>,
          [{event_manager,<0.5179.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_256">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.5179.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_notify_deliver_to_offline_user_test_256">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_notify_deliver_to_offline_user_test_256">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_256">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"9c28ddcf3dbad229">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_notification,3,
       [{file,
          "/home/circleci/project/big_tests/tests/...

Report log

amp_big_SUITE:offline:offline_success:notify_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"[email protected]/res1">>,
          escalus_tcp,<0.5435.0>,
          [{event_manager,<0.5191.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_258">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.5191.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_notify_deliver_to_offline_user_test_258">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_notify_deliver_to_offline_user_test_258">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_258">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"c96ad585e3db7880">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_notification,3,
       [{file,
          "/home/circleci/project/big_tests/tests/...

Report log

amp_big_SUITE:offline:offline_failure:notify_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"[email protected]/res1">>,
          escalus_tcp,<0.6209.0>,
          [{event_manager,<0.5971.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_319">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.5971.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_notify_deliver_to_offline_user_test_319">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_notify_deliver_to_offline_user_test_319">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_319">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"f9985f6ca73f56d9">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_generic_error,3,
       [{file,
          "/home/circleci/project/big_tests/tests...

Report log

amp_big_SUITE:offline:offline_failure:notify_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"[email protected]/res1">>,
          escalus_tcp,<0.6214.0>,
          [{event_manager,<0.5976.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_320">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.5976.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_notify_deliver_to_offline_user_test_320">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_notify_deliver_to_offline_user_test_320">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_320">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"b60e17185272c722">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_generic_error,3,
       [{file,
          "/home/circleci/project/big_tests/tests...

Report log

amp_big_SUITE:offline:offline_failure:notify_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"[email protected]/res1">>,
          escalus_tcp,<0.6224.0>,
          [{event_manager,<0.5986.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_322">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.5986.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_notify_deliver_to_offline_user_test_322">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_notify_deliver_to_offline_user_test_322">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_322">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"809cd377192165b5">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_notification,3,
       [{file,
          "/home/circleci/project/big_tests/tests/...

Report log

amp_big_SUITE:offline:offline_failure:notify_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"[email protected]/res1">>,
          escalus_tcp,<0.6223.0>,
          [{event_manager,<0.5981.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_321">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.5981.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_notify_deliver_to_offline_user_test_321">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_notify_deliver_to_offline_user_test_321">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_notify_deliver_to_offline_user_test_321">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"e993d633387d6645">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_notification,3,
       [{file,
          "/home/circleci/project/big_tests/tests/...

Report log

amp_big_SUITE:offline:offline_failure:drop_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"[email protected]/res1">>,
          escalus_tcp,<0.6240.0>,
          [{event_manager,<0.6150.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_drop_deliver_to_offline_user_test_356">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.6150.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_drop_deliver_to_offline_user_test_356">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_drop_deliver_to_offline_user_test_356">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_drop_deliver_to_offline_user_test_356">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"75a23ccba4bdf645">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_generic_error,3,
       [{file,
          "/home/circleci/project/big_tests/tests/amp_big_S...

Report log

amp_big_SUITE:offline:offline_failure:drop_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"[email protected]/res1">>,
          escalus_tcp,<0.6241.0>,
          [{event_manager,<0.6190.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_drop_deliver_to_offline_user_test_359">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.6190.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_drop_deliver_to_offline_user_test_359">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_drop_deliver_to_offline_user_test_359">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_drop_deliver_to_offline_user_test_359">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"be451f0815e841d9">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_generic_error,3,
       [{file,
          "/home/circleci/project/big_tests/tests/amp_big_S...

Report log

amp_big_SUITE:offline:offline_failure:error_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"[email protected]/res1">>,
          escalus_tcp,<0.6246.0>,
          [{event_manager,<0.6102.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_error_deliver_to_offline_user_test_343">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.6102.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_error_deliver_to_offline_user_test_343">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_error_deliver_to_offline_user_test_343">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_error_deliver_to_offline_user_test_343">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"b0019bfbe4ef745c">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_generic_error,3,
       [{file,
          "/home/circleci/project/big_tests/tests/amp_...

Report log

amp_big_SUITE:offline:offline_failure:error_deliver_to_offline_user_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"[email protected]/res1">>,
          escalus_tcp,<0.6254.0>,
          [{event_manager,<0.6114.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_error_deliver_to_offline_user_test_345">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.6114.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_error_deliver_to_offline_user_test_345">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_error_deliver_to_offline_user_test_345">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_error_deliver_to_offline_user_test_345">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"e579fc542b4d2c70">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {amp_big_SUITE,client_receives_generic_error,3,
       [{file,
          "/home/circleci/project/big_tests/tests/amp_...

Report log

anonymous_SUITE:anonymous:connection_is_registered_with_sasl_anon
{error,{{badmatch,false},
    [{anonymous_SUITE,'-connection_is_registered_with_sasl_anon/1-fun-2-',
              2,
              [{file,"/home/circleci/project/big_tests/tests/anonymous_SUITE.erl"},
               {line,73}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

carboncopy_SUITE:one2one:unavailable_resources_dont_get_carbons
{error,
  {{assertion_failed,assert_many,true,
     [is_presence,is_presence],
     [{xmlel,<<"message">>,
        [{<<"from">>,
        <<"alice_unavailable_resources_dont_get_carbons_579@domain.example.com">>},
         {<<"to">>,
        <<"alice_unavailable_resources_dont_get_carbons_579@domain.example.com/res1">>},
         {<<"xmlns">>,<<"jabber:client">>},
         {<<"type">>,<<"chat">>}],
        [{xmlel,<<"received">>,
           [{<<"xmlns">>,<<"urn:xmpp:carbons:2">>}],
           [{xmlel,<<"forwarded">>,
            [{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
            [{xmlel,<<"message">>,
               [{<<"from">>,
                 <<"bob_unavailable_resources_dont_get_carbons_579@domain.example.com/res1">>},
                {<<"to">>,
                 <<"alice_unavailable_resources_dont_get_carbons_579@domain.example.com/res2">>},
                {<<"type">>,<<"chat">>},
                {<<"xmlns">>,<<"jabber:client">>}],
               [{xmlel,<<"body">>,[],
                  [{xmlcdata,<<"And pious action">>}]}]}]}]}]},
      {xmlel,<<"presence">>,
        [{<<"from">>,
        <<"alice_unavailable_resources_dont_get_carbons_579@domain.example.com/res1">>},
         {<<"to">>,
        <<"alice_unavailable_resources_dont_get_carbons_579@domain.example.com/res1">>}],
        []}],
     "   <message from='alice_unavailable_resources_dont_get_carbons_579@domain.example.com' to='alice_unavailable_resources_dont_get_carbons_579@domain.example.com/res1' xmlns='ja...

Report log

gdpr_SUITE:retrieve_personal_data:retrieve_offline
{error,{{timeout,3,[{times,50,0}],ok},
    [{mongoose_helper,do_wait_until,2,
              [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
               {line,359}]},
     {gdpr_SUITE,'-retrieve_offline/1-fun-3-',4,
           [{file,"/home/circleci/project/big_tests/tests/gdpr_SUITE.erl"},
            {line,950}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

gdpr_SUITE:remove_personal_data:remove_offline
{error,{{timeout,3,[{times,50,0}],ok},
    [{mongoose_helper,do_wait_until,2,
              [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
               {line,359}]},
     {gdpr_SUITE,'-remove_offline/1-fun-1-',4,
           [{file,"/home/circleci/project/big_tests/tests/gdpr_SUITE.erl"},
            {line,985}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

last_SUITE:valid_queries:last_offline_user
{error,
  {{assertion_failed,assert,is_last_result,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"[email protected]">>},
        {<<"to">>,<<"[email protected]/res1">>},
        {<<"id">>,<<"f6ab7f29f316231e4c36ad25d1ad303e">>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"query">>,[{<<"xmlns">>,<<"jabber:iq:last">>}],[]},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}],
          [{xmlel,<<"service-unavailable">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []}]}]},
     "<iq from='[email protected]' to='[email protected]/res1' id='f6ab7f29f316231e4c36ad25d1ad303e' type='error'><query xmlns='jabber:iq:last'/><error code='503' type='cancel'><service-unavailable xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {last_SUITE,'-last_offline_user/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/last_SUITE.erl"},
       {line,135}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
    {test_server,run_test_case_eval1,6,
      [{file...

Report log

metrics_c2s_SUITE:drop:bounced
{error,
  {{xmppMessageBounced,
     {value,1},
     [{times,25,
        {error,
          {badmatch,{value,0}},
          [{metrics_helper,assert_counter,3,
             [{file,
              "/home/circleci/project/big_tests/tests/metrics_helper.erl"},
            {line,36}]},
           {mongoose_helper,do_wait_until,2,
             [{file,
              "/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
            {line,362}]},
           {escalus_story,story,4,
             [{file,
              "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
            {line,72}]},
           {test_server,ts_tc,3,
             [{file,"test_server.erl"},{line,1793}]},
           {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1302}]},
           {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1234}]}]}}],
     ok},
   [{mongoose_helper,do_wait_until,2,
      [{file,
         "/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
       {line,359}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1302}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1234}]}]}}

Report log

metrics_c2s_SUITE:errors:error_total
{error,
  {{xmppErrorTotal,
     {value,263},
     [{times,25,
        {error,
          {badmatch,{value,262}},
          [{metrics_helper,assert_counter,3,
             [{file,
              "/home/circleci/project/big_tests/tests/metrics_helper.erl"},
            {line,36}]},
           {mongoose_helper,do_wait_until,2,
             [{file,
              "/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
            {line,362}]},
           {escalus_story,story,4,
             [{file,
              "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
            {line,72}]},
           {test_server,ts_tc,3,
             [{file,"test_server.erl"},{line,1793}]},
           {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1302}]},
           {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1234}]}]}}],
     ok},
   [{mongoose_helper,do_wait_until,2,
      [{file,
         "/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
       {line,359}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1302}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1234}]}]}}

Report log

metrics_session_SUITE:session:login_one
{error,
  {{badmatch,{value,0}},
   [{metrics_helper,assert_counter,3,
      [{file,"/home/circleci/project/big_tests/tests/metrics_helper.erl"},
       {line,36}]},
    {metrics_session_SUITE,'-login_one/1-fun-0-',3,
      [{file,
         "/home/circleci/project/big_tests/tests/metrics_session_SUITE.erl"},
       {line,79}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1302}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1234}]}]}}

Report log

metrics_api_SUITE:metrics:one_client_just_logs_in
{error,{{unexpected_values,sessionSuccessfulLogins,[{1,0},{1,0},{1,0},{1,0}]},
    [{metrics_api_SUITE,assert_counter_inc,4,
              [{file,"/home/circleci/project/big_tests/tests/metrics_api_SUITE.erl"},
               {line,463}]},
     {metrics_api_SUITE,'-instrumented_story/4-lc$^0/1-0-',3,
              [{file,"/home/circleci/project/big_tests/tests/metrics_api_SUITE.erl"},
               {line,365}]},
     {metrics_api_SUITE,instrumented_story,4,
              [{file,"/home/circleci/project/big_tests/tests/metrics_api_SUITE.erl"},
               {line,366}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1302}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1234}]}]}}

Report log

29 errors were truncated

@mongoose-im
Copy link
Collaborator

mongoose-im commented May 23, 2024

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / f571a98
Reports root/ big
OK: 437 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / f571a98
Reports root / small


small_tests_26 / small_tests / f571a98
Reports root / small


small_tests_26_arm64 / small_tests / f571a98
Reports root / small


ldap_mnesia_25 / ldap_mnesia / f571a98
Reports root/ big
OK: 2289 / Failed: 0 / User-skipped: 905 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / f571a98
Reports root/ big
OK: 2289 / Failed: 0 / User-skipped: 905 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / f571a98
Reports root/ big
OK: 4552 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / f571a98
Reports root/ big
OK: 4519 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / f571a98
Reports root/ big
OK: 4552 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / f571a98
Reports root/ big
OK: 2429 / Failed: 0 / User-skipped: 765 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / f571a98
Reports root/ big
OK: 4469 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / f571a98
Reports root/ big
OK: 4549 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / f571a98
Reports root/ big
OK: 4943 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / f571a98
Reports root/ big
OK: 4922 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / f571a98
Reports root/ big
OK: 4943 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / f571a98
Reports root/ big
OK: 4940 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0

@chrzaszcz chrzaszcz marked this pull request as ready for review May 23, 2024 14:19
Copy link
Contributor

@gustawlippa gustawlippa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thanks for the changes 👍

@gustawlippa gustawlippa merged commit ae06015 into master May 24, 2024
4 checks passed
@gustawlippa gustawlippa deleted the unify-hook-names branch May 24, 2024 07:24
@jacekwegr jacekwegr added this to the 6.3.0 milestone Oct 3, 2024
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