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

Replace config with local_config #3338

Merged
merged 5 commits into from
Oct 15, 2021
Merged

Conversation

chrzaszcz
Copy link
Member

@chrzaszcz chrzaszcz commented Oct 14, 2021

This is the next step towards storing the config in persistent terms. It moves the options using config to local_config and removes the config table.

Motivation: The options using config were chosen arbitrarily and there were only 8 of them: hosts, host_types, default_server_domain, language, sm_backend, acl, access, shaper, while many other options should be kept consistent across the cluster as well. Moreover, sometimes it was a problem that these options could not be changed for one node - I am aware of an installation that suffered from this. During rolling upgrade the first updated node would change the values of the special 8 options on other nodes instantly, while other options would be unchanged, leaving the config in an inconsistent state. It is better to keep the config consistent and always equivalent to the loaded TOML file.

@mongoose-im
Copy link
Collaborator

mongoose-im commented Oct 14, 2021

small_tests_24 / small_tests / 65849dc
Reports root


internal_mnesia_24 / internal_mnesia / 65849dc
Reports root/ big
OK: 1610 / Failed: 67 / User-skipped: 297 / Auto-skipped: 0

muc_SUITE:owner_no_parallel:room_creation_not_allowed
{error,
  {{badrpc,
     {'EXIT',{undef,[{ejabberd_config,get_global_option,[hosts],[]}]}}},
   [{escalus_rpc,call_with_cookie_match,
      [mongooseim@localhost,ejabberd_config,get_global_option,
       [hosts],
       3000,ejabberd],
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"},
       {line,34}]},
    {escalus_ejabberd,with_local_option,3,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"},
       {line,92}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

muc_SUITE:owner_no_parallel:room_creation_not_allowed
{error,
  {{badrpc,
     {'EXIT',{undef,[{ejabberd_config,get_global_option,[hosts],[]}]}}},
   [{escalus_rpc,call_with_cookie_match,
      [mongooseim@localhost,ejabberd_config,get_global_option,
       [hosts],
       3000,ejabberd],
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"},
       {line,34}]},
    {escalus_ejabberd,with_local_option,3,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"},
       {line,92}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

muc_SUITE:owner_no_parallel:room_creation_not_allowed
{error,
  {{badrpc,
     {'EXIT',{undef,[{ejabberd_config,get_global_option,[hosts],[]}]}}},
   [{escalus_rpc,call_with_cookie_match,
      [mongooseim@localhost,ejabberd_config,get_global_option,
       [hosts],
       3000,ejabberd],
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"},
       {line,34}]},
    {escalus_ejabberd,with_local_option,3,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"},
       {line,92}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

sm_SUITE:parallel:session_established
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,session_established,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,799}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

sm_SUITE:parallel:resume_dead_session_results_in_item_not_found
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,session_resumption_expects_item_not_found,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,984}]}]}}

Report log

sm_SUITE:parallel:resume_session_kills_old_C2S_gracefully
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_session_pid,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1475}]},
    {sm_SUITE,resume_session_kills_old_C2S_gracefully,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,993}]}]}}

Report log

sm_SUITE:parallel:resume_session_with_wrong_namespace_is_a_noop
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,resume_session_with_wrong_namespace_is_a_noop,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,968}]}]}}

Report log

sm_SUITE:parallel:resume_session_with_wrong_sid_returns_item_not_found
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,session_resumption_expects_item_not_found,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,984}]}]}}

Report log

sm_SUITE:parallel:wait_for_resumption
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,wait_for_resumption,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,811}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]}]}}

Report log

sm_SUITE:parallel:resend_unacked_on_reconnection
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {vcard_update,has_mod_vcard_xupdate,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,41}]},
    {vcard_update,discard_vcard_update,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,18}]},
    {sm_SUITE,resend_unacked_on_reconnection,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,517}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:h_ok_after_a_chat
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {vcard_update,has_mod_vcard_xupdate,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,41}]},
    {vcard_update,discard_vcard_update,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,18}]},
    {sm_SUITE,'-h_ok_after_a_chat/1-fun-0-',2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,367}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]}]}}

Report log

sm_SUITE:parallel:resume_session
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,'-resume_session/1-fun-2-',3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,923}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:aggressively_pipelined_resume
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,'-aggressively_pipelined_resume/1-fun-1-',3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1091}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:resume_session_with_wrong_h_does_not_leak_sessions
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,
      '-resume_session_with_wrong_h_does_not_leak_sessions/1-fun-0-',3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,945}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:messages_are_properly_flushed_during_resumption_p1_fsm_old
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,
      '-messages_are_properly_flushed_during_resumption_p1_fsm_old/1-fun-1-',
      3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1269}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]}]}}

Report log

sm_SUITE:parallel:messages_are_properly_flushed_during_resumption
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,'-messages_are_properly_flushed_during_resumption/1-fun-1-',
      3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1223}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]}]}}

Report log

sm_SUITE:parallel:session_established
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,session_established,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,799}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

sm_SUITE:parallel:resume_dead_session_results_in_item_not_found
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,session_resumption_expects_item_not_found,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,984}]}]}}

Report log

sm_SUITE:parallel:resend_unacked_on_reconnection
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {vcard_update,has_mod_vcard_xupdate,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,41}]},
    {vcard_update,discard_vcard_update,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,18}]},
    {sm_SUITE,resend_unacked_on_reconnection,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,517}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:h_ok_after_a_chat
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {vcard_update,has_mod_vcard_xupdate,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,41}]},
    {vcard_update,discard_vcard_update,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,18}]},
    {sm_SUITE,'-h_ok_after_a_chat/1-fun-0-',2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,367}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]}]}}

Report log

sm_SUITE:parallel:resume_session_with_wrong_namespace_is_a_noop
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,resume_session_with_wrong_namespace_is_a_noop,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,968}]}]}}

Report log

sm_SUITE:parallel:resume_session
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,'-resume_session/1-fun-2-',3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,923}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:resume_session_kills_old_C2S_gracefully
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_session_pid,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1475}]},
    {sm_SUITE,resume_session_kills_old_C2S_gracefully,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,993}]}]}}

Report log

sm_SUITE:parallel:resume_session_with_wrong_sid_returns_item_not_found
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,session_resumption_expects_item_not_found,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,984}]}]}}

Report log

sm_SUITE:parallel:wait_for_resumption
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,wait_for_resumption,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,811}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]}]}}

Report log

42 errors were truncated

@mongoose-im
Copy link
Collaborator

mongoose-im commented Oct 14, 2021

small_tests_24 / small_tests / 74fa1f9
Reports root


small_tests_23 / small_tests / 74fa1f9
Reports root


internal_mnesia_24 / internal_mnesia / 74fa1f9
Reports root/ big
OK: 1610 / Failed: 67 / User-skipped: 297 / Auto-skipped: 0

muc_SUITE:owner_no_parallel:room_creation_not_allowed
{error,
  {{badrpc,
     {'EXIT',{undef,[{ejabberd_config,get_global_option,[hosts],[]}]}}},
   [{escalus_rpc,call_with_cookie_match,
      [mongooseim@localhost,ejabberd_config,get_global_option,
       [hosts],
       3000,ejabberd],
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"},
       {line,34}]},
    {escalus_ejabberd,with_local_option,3,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"},
       {line,92}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

muc_SUITE:owner_no_parallel:room_creation_not_allowed
{error,
  {{badrpc,
     {'EXIT',{undef,[{ejabberd_config,get_global_option,[hosts],[]}]}}},
   [{escalus_rpc,call_with_cookie_match,
      [mongooseim@localhost,ejabberd_config,get_global_option,
       [hosts],
       3000,ejabberd],
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"},
       {line,34}]},
    {escalus_ejabberd,with_local_option,3,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"},
       {line,92}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

muc_SUITE:owner_no_parallel:room_creation_not_allowed
{error,
  {{badrpc,
     {'EXIT',{undef,[{ejabberd_config,get_global_option,[hosts],[]}]}}},
   [{escalus_rpc,call_with_cookie_match,
      [mongooseim@localhost,ejabberd_config,get_global_option,
       [hosts],
       3000,ejabberd],
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"},
       {line,34}]},
    {escalus_ejabberd,with_local_option,3,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"},
       {line,92}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

sm_SUITE:parallel:resume_session_with_wrong_sid_returns_item_not_found
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,session_resumption_expects_item_not_found,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,984}]}]}}

Report log

sm_SUITE:parallel:session_established
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,session_established,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,799}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

sm_SUITE:parallel:resume_session_with_wrong_namespace_is_a_noop
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,resume_session_with_wrong_namespace_is_a_noop,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,968}]}]}}

Report log

sm_SUITE:parallel:resume_dead_session_results_in_item_not_found
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,session_resumption_expects_item_not_found,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,984}]}]}}

Report log

sm_SUITE:parallel:resume_session_kills_old_C2S_gracefully
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_session_pid,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1475}]},
    {sm_SUITE,resume_session_kills_old_C2S_gracefully,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,993}]}]}}

Report log

sm_SUITE:parallel:resend_unacked_on_reconnection
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {vcard_update,has_mod_vcard_xupdate,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,41}]},
    {vcard_update,discard_vcard_update,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,18}]},
    {sm_SUITE,resend_unacked_on_reconnection,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,517}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:wait_for_resumption
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,wait_for_resumption,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,811}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]}]}}

Report log

sm_SUITE:parallel:h_ok_after_a_chat
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {vcard_update,has_mod_vcard_xupdate,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,41}]},
    {vcard_update,discard_vcard_update,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,18}]},
    {sm_SUITE,'-h_ok_after_a_chat/1-fun-0-',2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,367}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]}]}}

Report log

sm_SUITE:parallel:resume_session
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,'-resume_session/1-fun-2-',3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,923}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:aggressively_pipelined_resume
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,'-aggressively_pipelined_resume/1-fun-1-',3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1091}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:resume_session_with_wrong_h_does_not_leak_sessions
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,
      '-resume_session_with_wrong_h_does_not_leak_sessions/1-fun-0-',3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,945}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:messages_are_properly_flushed_during_resumption
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,'-messages_are_properly_flushed_during_resumption/1-fun-1-',
      3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1223}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]}]}}

Report log

sm_SUITE:parallel:messages_are_properly_flushed_during_resumption_p1_fsm_old
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,
      '-messages_are_properly_flushed_during_resumption_p1_fsm_old/1-fun-1-',
      3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1269}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]}]}}

Report log

sm_SUITE:parallel:resume_session_with_wrong_namespace_is_a_noop
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,resume_session_with_wrong_namespace_is_a_noop,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,968}]}]}}

Report log

sm_SUITE:parallel:session_established
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,session_established,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,799}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

sm_SUITE:parallel:resume_session_with_wrong_sid_returns_item_not_found
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,session_resumption_expects_item_not_found,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,984}]}]}}

Report log

sm_SUITE:parallel:resume_dead_session_results_in_item_not_found
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,session_resumption_expects_item_not_found,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,984}]}]}}

Report log

sm_SUITE:parallel:resume_session_kills_old_C2S_gracefully
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_session_pid,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1475}]},
    {sm_SUITE,resume_session_kills_old_C2S_gracefully,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,993}]}]}}

Report log

sm_SUITE:parallel:resend_unacked_on_reconnection
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {vcard_update,has_mod_vcard_xupdate,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,41}]},
    {vcard_update,discard_vcard_update,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,18}]},
    {sm_SUITE,resend_unacked_on_reconnection,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,517}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:wait_for_resumption
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,wait_for_resumption,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,811}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]}]}}

Report log

sm_SUITE:parallel:resume_session_with_wrong_h_does_not_leak_sessions
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,
      '-resume_session_with_wrong_h_does_not_leak_sessions/1-fun-0-',3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,945}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:resume_session
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,'-resume_session/1-fun-2-',3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,923}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

42 errors were truncated


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 74fa1f9
Reports root/ big
OK: 2723 / Failed: 67 / User-skipped: 184 / Auto-skipped: 0

muc_SUITE:owner_no_parallel:room_creation_not_allowed
{error,
  {{badrpc,
     {'EXIT',{undef,[{ejabberd_config,get_global_option,[hosts],[]}]}}},
   [{escalus_rpc,call_with_cookie_match,
      [mongooseim@localhost,ejabberd_config,get_global_option,
       [hosts],
       3000,ejabberd],
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"},
       {line,34}]},
    {escalus_ejabberd,with_local_option,3,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"},
       {line,92}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

muc_SUITE:owner_no_parallel:room_creation_not_allowed
{error,
  {{badrpc,
     {'EXIT',{undef,[{ejabberd_config,get_global_option,[hosts],[]}]}}},
   [{escalus_rpc,call_with_cookie_match,
      [mongooseim@localhost,ejabberd_config,get_global_option,
       [hosts],
       3000,ejabberd],
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"},
       {line,34}]},
    {escalus_ejabberd,with_local_option,3,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"},
       {line,92}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

muc_SUITE:owner_no_parallel:room_creation_not_allowed
{error,
  {{badrpc,
     {'EXIT',{undef,[{ejabberd_config,get_global_option,[hosts],[]}]}}},
   [{escalus_rpc,call_with_cookie_match,
      [mongooseim@localhost,ejabberd_config,get_global_option,
       [hosts],
       3000,ejabberd],
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"},
       {line,34}]},
    {escalus_ejabberd,with_local_option,3,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"},
       {line,92}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

sm_SUITE:parallel:resume_session_with_wrong_sid_returns_item_not_found
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,session_resumption_expects_item_not_found,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,984}]}]}}

Report log

sm_SUITE:parallel:resume_session_with_wrong_namespace_is_a_noop
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,resume_session_with_wrong_namespace_is_a_noop,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,968}]}]}}

Report log

sm_SUITE:parallel:resume_dead_session_results_in_item_not_found
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,session_resumption_expects_item_not_found,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,984}]}]}}

Report log

sm_SUITE:parallel:resume_session_kills_old_C2S_gracefully
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_session_pid,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1475}]},
    {sm_SUITE,resume_session_kills_old_C2S_gracefully,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,993}]}]}}

Report log

sm_SUITE:parallel:session_established
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,session_established,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,799}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

sm_SUITE:parallel:wait_for_resumption
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,wait_for_resumption,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,811}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]}]}}

Report log

sm_SUITE:parallel:resend_unacked_on_reconnection
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {vcard_update,has_mod_vcard_xupdate,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,41}]},
    {vcard_update,discard_vcard_update,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,18}]},
    {sm_SUITE,resend_unacked_on_reconnection,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,517}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:resume_session_with_wrong_h_does_not_leak_sessions
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,
      '-resume_session_with_wrong_h_does_not_leak_sessions/1-fun-0-',3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,945}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:messages_are_properly_flushed_during_resumption
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,'-messages_are_properly_flushed_during_resumption/1-fun-1-',
      3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1223}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]}]}}

Report log

sm_SUITE:parallel:aggressively_pipelined_resume
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,'-aggressively_pipelined_resume/1-fun-1-',3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1091}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:resume_session
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,'-resume_session/1-fun-2-',3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,923}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:h_ok_after_a_chat
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {vcard_update,has_mod_vcard_xupdate,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,41}]},
    {vcard_update,discard_vcard_update,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,18}]},
    {sm_SUITE,'-h_ok_after_a_chat/1-fun-0-',2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,367}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]}]}}

Report log

sm_SUITE:parallel:messages_are_properly_flushed_during_resumption_p1_fsm_old
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,
      '-messages_are_properly_flushed_during_resumption_p1_fsm_old/1-fun-1-',
      3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1269}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]}]}}

Report log

sm_SUITE:parallel:resume_session_kills_old_C2S_gracefully
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_session_pid,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1475}]},
    {sm_SUITE,resume_session_kills_old_C2S_gracefully,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,993}]}]}}

Report log

sm_SUITE:parallel:session_established
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,session_established,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,799}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

sm_SUITE:parallel:resume_dead_session_results_in_item_not_found
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,session_resumption_expects_item_not_found,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,984}]}]}}

Report log

sm_SUITE:parallel:resume_session_with_wrong_namespace_is_a_noop
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,resume_session_with_wrong_namespace_is_a_noop,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,968}]}]}}

Report log

sm_SUITE:parallel:resume_session_with_wrong_sid_returns_item_not_found
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,session_resumption_expects_item_not_found,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,984}]}]}}

Report log

sm_SUITE:parallel:wait_for_resumption
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,wait_for_resumption,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,811}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]}]}}

Report log

sm_SUITE:parallel:h_ok_after_a_chat
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {vcard_update,has_mod_vcard_xupdate,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,41}]},
    {vcard_update,discard_vcard_update,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,18}]},
    {sm_SUITE,'-h_ok_after_a_chat/1-fun-0-',2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,367}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]}]}}

Report log

sm_SUITE:parallel:resend_unacked_on_reconnection
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {vcard_update,has_mod_vcard_xupdate,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,41}]},
    {vcard_update,discard_vcard_update,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,18}]},
    {sm_SUITE,resend_unacked_on_reconnection,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,517}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:messages_are_properly_flushed_during_resumption
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,'-messages_are_properly_flushed_during_resumption/1-fun-1-',
      3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1223}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]}]}}

Report log

42 errors were truncated


ldap_mnesia_24 / ldap_mnesia / 74fa1f9
Reports root/ big
OK: 1507 / Failed: 67 / User-skipped: 400 / Auto-skipped: 0

muc_SUITE:owner_no_parallel:room_creation_not_allowed
{error,
  {{badrpc,
     {'EXIT',{undef,[{ejabberd_config,get_global_option,[hosts],[]}]}}},
   [{escalus_rpc,call_with_cookie_match,
      [mongooseim@localhost,ejabberd_config,get_global_option,
       [hosts],
       3000,ejabberd],
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"},
       {line,34}]},
    {escalus_ejabberd,with_local_option,3,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"},
       {line,92}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

muc_SUITE:owner_no_parallel:room_creation_not_allowed
{error,
  {{badrpc,
     {'EXIT',{undef,[{ejabberd_config,get_global_option,[hosts],[]}]}}},
   [{escalus_rpc,call_with_cookie_match,
      [mongooseim@localhost,ejabberd_config,get_global_option,
       [hosts],
       3000,ejabberd],
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"},
       {line,34}]},
    {escalus_ejabberd,with_local_option,3,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"},
       {line,92}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

muc_SUITE:owner_no_parallel:room_creation_not_allowed
{error,
  {{badrpc,
     {'EXIT',{undef,[{ejabberd_config,get_global_option,[hosts],[]}]}}},
   [{escalus_rpc,call_with_cookie_match,
      [mongooseim@localhost,ejabberd_config,get_global_option,
       [hosts],
       3000,ejabberd],
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"},
       {line,34}]},
    {escalus_ejabberd,with_local_option,3,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"},
       {line,92}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

sm_SUITE:parallel:resume_dead_session_results_in_item_not_found
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,session_resumption_expects_item_not_found,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,984}]}]}}

Report log

sm_SUITE:parallel:resume_session_with_wrong_sid_returns_item_not_found
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,session_resumption_expects_item_not_found,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,984}]}]}}

Report log

sm_SUITE:parallel:session_established
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,session_established,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,799}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

sm_SUITE:parallel:resume_session_with_wrong_namespace_is_a_noop
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,resume_session_with_wrong_namespace_is_a_noop,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,968}]}]}}

Report log

sm_SUITE:parallel:resume_session_kills_old_C2S_gracefully
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_session_pid,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1475}]},
    {sm_SUITE,resume_session_kills_old_C2S_gracefully,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,993}]}]}}

Report log

sm_SUITE:parallel:messages_are_properly_flushed_during_resumption_p1_fsm_old
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,
      '-messages_are_properly_flushed_during_resumption_p1_fsm_old/1-fun-1-',
      3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1269}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]}]}}

Report log

sm_SUITE:parallel:resume_session_with_wrong_h_does_not_leak_sessions
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,
      '-resume_session_with_wrong_h_does_not_leak_sessions/1-fun-0-',3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,945}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:h_ok_after_a_chat
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {vcard_update,has_mod_vcard_xupdate,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,41}]},
    {vcard_update,discard_vcard_update,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,18}]},
    {sm_SUITE,'-h_ok_after_a_chat/1-fun-0-',2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,367}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]}]}}

Report log

sm_SUITE:parallel:wait_for_resumption
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,wait_for_resumption,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,811}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]}]}}

Report log

sm_SUITE:parallel:resume_session
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,'-resume_session/1-fun-2-',3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,923}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:messages_are_properly_flushed_during_resumption
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,'-messages_are_properly_flushed_during_resumption/1-fun-1-',
      3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1223}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]}]}}

Report log

sm_SUITE:parallel:resend_unacked_on_reconnection
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {vcard_update,has_mod_vcard_xupdate,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,41}]},
    {vcard_update,discard_vcard_update,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,18}]},
    {sm_SUITE,resend_unacked_on_reconnection,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,517}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:aggressively_pipelined_resume
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,'-aggressively_pipelined_resume/1-fun-1-',3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1091}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:resume_session_with_wrong_sid_returns_item_not_found
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,session_resumption_expects_item_not_found,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,984}]}]}}

Report log

sm_SUITE:parallel:session_established
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,session_established,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,799}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

sm_SUITE:parallel:resume_session_with_wrong_namespace_is_a_noop
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,resume_session_with_wrong_namespace_is_a_noop,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,968}]}]}}

Report log

sm_SUITE:parallel:resume_dead_session_results_in_item_not_found
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_user_present_resources,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1490}]},
    {sm_SUITE,session_resumption_expects_item_not_found,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,984}]}]}}

Report log

sm_SUITE:parallel:resume_session_kills_old_C2S_gracefully
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {sm_SUITE,'-get_us_from_spec/1-lc$^0/1-0-',1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_us_from_spec,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1500}]},
    {sm_SUITE,get_session_pid,2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1475}]},
    {sm_SUITE,resume_session_kills_old_C2S_gracefully,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,993}]}]}}

Report log

sm_SUITE:parallel:h_ok_after_a_chat
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {vcard_update,has_mod_vcard_xupdate,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,41}]},
    {vcard_update,discard_vcard_update,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,18}]},
    {sm_SUITE,'-h_ok_after_a_chat/1-fun-0-',2,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,367}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]}]}}

Report log

sm_SUITE:parallel:resend_unacked_on_reconnection
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,44}]},
    {vcard_update,has_mod_vcard_xupdate,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,41}]},
    {vcard_update,discard_vcard_update,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,18}]},
    {sm_SUITE,resend_unacked_on_reconnection,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,517}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:aggressively_pipelined_resume
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,'-aggressively_pipelined_resume/1-fun-1-',3,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1091}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}]}}

Report log

sm_SUITE:parallel:wait_for_resumption
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [config,hosts],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]}]}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},ets,lookup,[config,hosts]],
      [{file,"/home/circleci/app/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {vcard_update,try_ejabberd_v2,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,88}]},
    {vcard_update,server_string_type,0,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,59}]},
    {vcard_update,server_string,1,
      [{file,"/home/circleci/app/big_tests/tests/vcard_update.erl"},
       {line,49}]},
    {sm_SUITE,buffer_unacked_messages_and_die,4,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,1069}]},
    {sm_SUITE,wait_for_resumption,1,
      [{file,"/home/circleci/app/big_tests/tests/sm_SUITE.erl"},
       {line,811}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]}]}}

Report log

42 errors were truncated

@mongoose-im
Copy link
Collaborator

mongoose-im commented Oct 15, 2021

small_tests_24 / small_tests / fc9bab3
Reports root / small


internal_mnesia_24 / internal_mnesia / fc9bab3
Reports root/ big
OK: 1589 / Failed: 0 / User-skipped: 297 / Auto-skipped: 0


small_tests_23 / small_tests / fc9bab3
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / fc9bab3
Reports root/ big
OK: 2702 / Failed: 0 / User-skipped: 184 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / fc9bab3
Reports root/ big
OK: 1486 / Failed: 0 / User-skipped: 400 / Auto-skipped: 0


dynamic_domains_mysql_redis_24 / mysql_redis / fc9bab3
Reports root/ big
OK: 2691 / Failed: 1 / User-skipped: 201 / Auto-skipped: 0

mam_SUITE:rdbms_simple_prefs_cases:messages_filtered_when_prefs_default_policy_is_never
{error,{test_case_failed,"ASSERT EQUAL\n\tExpected []\n\tValue [ok]\n"}}

Report log


ldap_mnesia_23 / ldap_mnesia / fc9bab3
Reports root/ big
OK: 1486 / Failed: 0 / User-skipped: 400 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / fc9bab3
Reports root/ big
OK: 3071 / Failed: 0 / User-skipped: 211 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / fc9bab3
Reports root/ big
OK: 2701 / Failed: 1 / User-skipped: 184 / Auto-skipped: 0

service_domain_db_SUITE:db:db_keeps_syncing_after_cluster_join
{error,{test_case_failed,{[<<"example1.com">>,<<"example2.com">>,
               <<"example3.com">>],
              [<<"example1.com">>,<<"example2.com">>,
               <<"example3.com">>,<<"example4.com">>]}}}

Report log


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / fc9bab3
Reports root/ big
OK: 2702 / Failed: 0 / User-skipped: 184 / Auto-skipped: 0


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / fc9bab3
Reports root/ big
OK: 1862 / Failed: 0 / User-skipped: 323 / Auto-skipped: 0


mssql_mnesia_24 / odbc_mssql_mnesia / fc9bab3
Reports root/ big
OK: 3114 / Failed: 2 / User-skipped: 211 / 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_7.602166@localhost/res1">>},
        {<<"id">>,<<"e6fa71e6-dc6f-4c4e-af58-6554b01ae790">>},
        {<<"type">>,<<"set">>}],
       [{xmlel,<<"jingle">>,
          [{<<"xmlns">>,<<"urn:xmpp:jingle:1">>},
           {<<"action">>,<<"session-terminate">>},
           {<<"sid">>,<<"da7dd8f2-935e-4524-975d-364fdfcbcc65">>}],
          [{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_7.602166@localhost/res1' id='e6fa71e6-dc6f-4c4e-af58-6554b01ae790' type='set'><jingle xmlns='urn:xmpp:jingle:1' action='session-terminate' sid='da7dd8f2-935e-4524-975d-364fdfcbcc65'><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,395}]},
    {jingle_SUITE,
      '-resp_...

Report log

rest_client_SUITE:muc:messages_can_be_paginated_in_room
{error,
  {{assertion_failed,assert,is_chat_message,
     [<<"7a0a91b4">>],
     {xmlel,<<"message">>,
       [{<<"to">>,<<"1634-280295-619405@muclight.localhost">>},
        {<<"type">>,<<"chat">>}],
       [{xmlel,<<"body">>,[],[{xmlcdata,<<"67084af6">>}]}]},
     "<message to='1634-280295-619405@muclight.localhost' type='chat'><body>67084af6</body></message>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {rest_client_SUITE,assert_room_messages,2,
      [{file,"/home/circleci/app/big_tests/tests/rest_client_SUITE.erl"},
       {line,772}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log


pgsql_mnesia_23 / pgsql_mnesia / fc9bab3
Reports root/ big
OK: 3071 / Failed: 0 / User-skipped: 211 / Auto-skipped: 0


mysql_redis_24 / mysql_redis / fc9bab3
Reports root/ big
OK: 3060 / Failed: 1 / User-skipped: 228 / Auto-skipped: 0

mam_SUITE:rdbms_cache_prefs_cases:messages_filtered_when_prefs_default_policy_is_roster
{error,{test_case_failed,"ASSERT EQUAL\n\tExpected []\n\tValue [ok]\n"}}

Report log


riak_mnesia_24 / riak_mnesia / fc9bab3
Reports root/ big
OK: 1709 / Failed: 0 / User-skipped: 326 / Auto-skipped: 0

@codecov
Copy link

codecov bot commented Oct 15, 2021

Codecov Report

❗ No coverage uploaded for pull request base (persistent-term-config@269d24a). Click here to learn what that means.
The diff coverage is n/a.

❗ Current head fc9bab3 differs from pull request most recent head a3e0576. Consider uploading reports for the commit a3e0576 to get more accurate results
Impacted file tree graph

@@                    Coverage Diff                    @@
##             persistent-term-config    #3338   +/-   ##
=========================================================
  Coverage                          ?   76.88%           
=========================================================
  Files                             ?      397           
  Lines                             ?    32355           
  Branches                          ?        0           
=========================================================
  Hits                              ?    24876           
  Misses                            ?     7479           
  Partials                          ?        0           

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 269d24a...a3e0576. Read the comment docs.

@mongoose-im
Copy link
Collaborator

mongoose-im commented Oct 15, 2021

small_tests_24 / small_tests / cd17c05
Reports root / small


internal_mnesia_24 / internal_mnesia / cd17c05
Reports root/ big
OK: 1589 / Failed: 0 / User-skipped: 297 / Auto-skipped: 0


small_tests_23 / small_tests / cd17c05
Reports root / small


ldap_mnesia_24 / ldap_mnesia / cd17c05
Reports root/ big
OK: 1486 / Failed: 0 / User-skipped: 400 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / cd17c05
Reports root/ big
OK: 2702 / Failed: 0 / User-skipped: 184 / Auto-skipped: 0


dynamic_domains_mysql_redis_24 / mysql_redis / cd17c05
Reports root/ big
OK: 2685 / Failed: 0 / User-skipped: 201 / Auto-skipped: 0


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / cd17c05
Reports root/ big
OK: 1862 / Failed: 0 / User-skipped: 323 / Auto-skipped: 0


ldap_mnesia_23 / ldap_mnesia / cd17c05
Reports root/ big
OK: 1486 / Failed: 0 / User-skipped: 400 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / cd17c05
Reports root/ big
OK: 2702 / Failed: 0 / User-skipped: 184 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / cd17c05
Reports root/ big
OK: 3089 / Failed: 1 / User-skipped: 211 / 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_85.480363@localhost/res1">>},
        {<<"id">>,<<"49fc7413-f978-4d09-8e88-be6f8c5291f9">>},
        {<<"type">>,<<"set">>}],
       [{xmlel,<<"jingle">>,
          [{<<"xmlns">>,<<"urn:xmpp:jingle:1">>},
           {<<"action">>,<<"session-terminate">>},
           {<<"sid">>,<<"bc29dc8a-b0a5-4ace-8fd7-48acda65e158">>}],
          [{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_85.480363@localhost/res1' id='49fc7413-f978-4d09-8e88-be6f8c5291f9' type='set'><jingle xmlns='urn:xmpp:jingle:1' action='session-terminate' sid='bc29dc8a-b0a5-4ace-8fd7-48acda65e158'><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,395}]},
    {jingle_SUITE,
      '-res...

Report log


mysql_redis_24 / mysql_redis / cd17c05
Reports root/ big
OK: 3063 / Failed: 2 / User-skipped: 228 / Auto-skipped: 0

mam_SUITE:rdbms_async_pool_prefs_cases:messages_filtered_when_prefs_default_policy_is_never
{error,{test_case_failed,"ASSERT EQUAL\n\tExpected []\n\tValue [ok]\n"}}

Report log

mod_event_pusher_rabbit_SUITE:group_chat_message_publish:group_chat_message_received_event_properly_formatted
{error,
  {{assertMatch,
     [{module,mod_event_pusher_rabbit_SUITE},
      {line,435},
      {expression,
        "get_decoded_message_from_rabbit ( AliceGroupChatMsgRecvRK )"},
      {pattern,
        "# { << \"from_user_id\" >> := BobRoomJID , << \"to_user_id\" >> := AliceFullJID , << \"message\" >> := Message }"},
      {value,
        #{<<"from_user_id">> =>
          <<"muc_publish@muc.localhost/bOb_unnamed_71.199346">>,
        <<"message">> => <<"Hi there!">>,
        <<"to_user_id">> =>
          <<"alice_unnamed_71.366883@localhost/res1">>}}]},
   [{mod_event_pusher_rabbit_SUITE,
      '-group_chat_message_received_event_properly_formatted/1-fun-1-',3,
      [{file,
         "/home/circleci/app/big_tests/tests/mod_event_pusher_rabbit_SUITE.erl"},
       {line,435}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log


mssql_mnesia_24 / odbc_mssql_mnesia / cd17c05
Reports root/ big
OK: 3069 / Failed: 1 / User-skipped: 211 / Auto-skipped: 1

carboncopy_SUITE:end_per_suite
{error,
 {{unregistering_failed,
   {amount,10},
   {unregistered_items,
  [{{<<"_prop_forward_sent_chat_messages_76.699193">>,
     [{escalus_event_mgr,<0.11310.0>},
    {tc_name,prop_forward_sent_chat_messages},
    {escalus_cleaner,<0.11309.0>},
    {watchdog,<0.11308.0>},
    {mim_data_dir,
     "/home/circleci/app/big_tests/tests/carboncopy_SUITE_data"},
    {preset,"odbc_mssql_mnesia"},
    {tc_logfile,
     "https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3338/79917/odbc_mssql_mnesia.24.0-1/big/ct_run.test%40default-71a16650-a1a0-48fe-a388-cbcc81f436bb.2021-10-15_06.58.28/big_tests.tests.carboncopy_SUITE.logs/run.2021-10-15_06.59.35/carboncopy_suite.prop_forward_sent_chat_messages.3539.html"},
    {tc_group_properties,
     [{suite,carboncopy_SUITE},
      {name,all},
      {repeat_until_all_ok,3},
      parallel]},
    {tc_group_path,[]},
    {data_dir,
     "/home/circleci/app/big_tests/_build/default/lib/mongoose_tests/ebin/carboncopy_SUITE_data/"},
    {priv_dir,
     "https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3338/79917/odbc_mssql_mnesia.24.0-1/big/ct_run.test%40default-71a16650-a1a0-48fe-a388-cbcc81f436bb.2021-10-15_06.58.28/big_tests.tests.carboncopy_SUITE.logs/run.2021-10-15_06.59.35/log_private/"},
    {escalus_users,
     [{alice,
       [{username,<<"alicE_prop_forward_sent_chat_messages_76.699193">>},
      {server,<<"localhost">>},
      {password,<<"matygrysa">>}]},
      {bob,
       [{username,<<"bOb_prop_forward_sent_chat_messages_76.699193">>},
      {server,<<"localhost">>},
      {password,<<"makrolika">>}]}]}]},
    {error,
     {badrpc,
    ...

Report log

mongooseimctl_SUITE:stats:stats_global
{error,{{badmatch,{"22\n",0}},
    [{mongooseimctl_SUITE,'-stats_global/1-fun-0-',3,
                [{file,"/home/circleci/app/big_tests/tests/mongooseimctl_SUITE.erl"},
                 {line,1056}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log


pgsql_mnesia_23 / pgsql_mnesia / cd17c05
Reports root/ big
OK: 3071 / Failed: 0 / User-skipped: 211 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / cd17c05
Reports root/ big
OK: 1709 / Failed: 1 / User-skipped: 326 / Auto-skipped: 0

s2s_SUITE:both_tls_required:simple_message
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,<<"alice_simple_message_38.505696@fed1/res1">>,
          escalus_tcp,<0.12209.1>,
          [{event_manager,<0.12205.1>},
           {server,<<"fed1">>},
           {username,<<"alice_simple_message_38.505696">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.12205.1>},
            {server,<<"fed1">>},
            {username,<<"alice_simple_message_38.505696">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"alice_simple_message_38.505696">>},
           {server,<<"fed1">>},
           {host,<<"localhost">>},
           {port,5242},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"alice_simple_message_38.505696">>},
           {server,<<"fed1">>},
           {host,<<"localhost">>},
           {port,5242},
           {password,<<"makota2">>},
           {stream_id,<<"09e58e8d224d8d1d">>}]},
        10000],
       [{file,
          "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {s2s_SUITE,'-simple_message/1-fun-0-',2,
       [{file,"/home/circleci/app/big_tests/tests/s2s_SUITE.erl"},
        {line,124}]},
     {escalus_story,story,4,
       [{file,
          "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
        {line,72}]},
     {test_serve...

Report log

Also: fix small bugs discovered after making the mocked functions
      accept only the correct host type.
@mongoose-im
Copy link
Collaborator

mongoose-im commented Oct 15, 2021

small_tests_24 / small_tests / a3e0576
Reports root / small


internal_mnesia_24 / internal_mnesia / a3e0576
Reports root/ big
OK: 1589 / Failed: 0 / User-skipped: 297 / Auto-skipped: 0


small_tests_23 / small_tests / a3e0576
Reports root / small


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / a3e0576
Reports root/ big
OK: 2702 / Failed: 0 / User-skipped: 184 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / a3e0576
Reports root/ big
OK: 2702 / Failed: 0 / User-skipped: 184 / Auto-skipped: 0


ldap_mnesia_23 / ldap_mnesia / a3e0576
Reports root/ big
OK: 1486 / Failed: 0 / User-skipped: 400 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / a3e0576
Reports root/ big
OK: 1486 / Failed: 0 / User-skipped: 400 / Auto-skipped: 0


dynamic_domains_mysql_redis_24 / mysql_redis / a3e0576
Reports root/ big
OK: 2685 / Failed: 0 / User-skipped: 201 / Auto-skipped: 0


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / a3e0576
Reports root/ big
OK: 1862 / Failed: 0 / User-skipped: 323 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / a3e0576
Reports root/ big
OK: 2695 / Failed: 7 / User-skipped: 184 / Auto-skipped: 0

inbox_SUITE:muclight:non_reset_marker_should_not_affect_muclight_inbox
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alicE_non_reset_marker_should_not_affect_muclight_inbox_5.113957@domain.example.com/res1">>,
          escalus_tcp,<0.16534.0>,
          [{event_manager,<0.16479.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_non_reset_marker_should_not_affect_muclight_inbox_5.113957">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.16479.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_non_reset_marker_should_not_affect_muclight_inbox_5.113957">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alicE_non_reset_marker_should_not_affect_muclight_inbox_5.113957">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_non_reset_marker_should_not_affect_muclight_inbox_5.113957">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"0e211dab5c1f54f2">>}]},
        5000],
       [{file,
          "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {muc_light_helper,...

Report log

inbox_SUITE:muclight:leave_and_remove_conversation
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alicE_leave_and_remove_conversation_5.115651@domain.example.com/res1">>,
          escalus_tcp,<0.16538.0>,
          [{event_manager,<0.16486.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_leave_and_remove_conversation_5.115651">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.16486.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_leave_and_remove_conversation_5.115651">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alicE_leave_and_remove_conversation_5.115651">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_leave_and_remove_conversation_5.115651">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"7d97c383edc7fac6">>}]},
        5000],
       [{file,
          "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {muc_light_helper,given_muc_light_room,3,
       [{file,"/home/circleci/app/big_tests/tests/muc_light_helper.erl"},
  ...

Report log

inbox_SUITE:muclight:advanced_groupchat_stored_in_all_inbox
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alicE_advanced_groupchat_stored_in_all_inbox_5.117196@domain.example.com/res1">>,
          escalus_tcp,<0.16536.0>,
          [{event_manager,<0.16498.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_advanced_groupchat_stored_in_all_inbox_5.117196">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.16498.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_advanced_groupchat_stored_in_all_inbox_5.117196">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alicE_advanced_groupchat_stored_in_all_inbox_5.117196">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_advanced_groupchat_stored_in_all_inbox_5.117196">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"072c6fca9b2e2202">>}]},
        5000],
       [{file,
          "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {muc_light_helper,given_muc_light_room,3,
       [{file,"/home/circleci/a...

Report log

inbox_SUITE:muclight:groupchat_markers_one_reset_room_created
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alicE_groupchat_markers_one_reset_room_created_5.117887@domain.example.com/res1">>,
          escalus_tcp,<0.16541.0>,
          [{event_manager,<0.16507.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_groupchat_markers_one_reset_room_created_5.117887">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.16507.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_groupchat_markers_one_reset_room_created_5.117887">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alicE_groupchat_markers_one_reset_room_created_5.117887">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_groupchat_markers_one_reset_room_created_5.117887">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"67ee42f503b98ae7">>}]},
        5000],
       [{file,
          "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {muc_helper,'-foreach_recipient/2-fun-0-',2,
       [{file,"/ho...

Report log

inbox_SUITE:muclight:groupchat_reset_stanza_resets_inbox
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alicE_groupchat_reset_stanza_resets_inbox_5.120397@domain.example.com/res1">>,
          escalus_tcp,<0.16539.0>,
          [{event_manager,<0.16512.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_groupchat_reset_stanza_resets_inbox_5.120397">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.16512.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_groupchat_reset_stanza_resets_inbox_5.120397">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alicE_groupchat_reset_stanza_resets_inbox_5.120397">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_groupchat_reset_stanza_resets_inbox_5.120397">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"91693325e6b28aa8">>}]},
        5000],
       [{file,
          "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {muc_light_helper,given_muc_light_room,3,
       [{file,"/home/circleci/app/big_tests/te...

Report log

inbox_SUITE:muclight:groupchat_markers_all_reset_room_created
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alicE_groupchat_markers_all_reset_room_created_5.125453@domain.example.com/res1">>,
          escalus_tcp,<0.16540.0>,
          [{event_manager,<0.16526.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_groupchat_markers_all_reset_room_created_5.125453">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.16526.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_groupchat_markers_all_reset_room_created_5.125453">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alicE_groupchat_markers_all_reset_room_created_5.125453">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_groupchat_markers_all_reset_room_created_5.125453">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"46f544fd12a1a94c">>}]},
        5000],
       [{file,
          "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {muc_helper,'-foreach_recipient/2-fun-0-',2,
       [{file,"/ho...

Report log

inbox_SUITE:muclight:create_groupchat
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bOb_create_groupchat_5.122947@domain.example.com/res1">>,
          escalus_tcp,<0.16544.0>,
          [{event_manager,<0.16519.0>},
           {server,<<"domain.example.com">>},
           {username,<<"bOb_create_groupchat_5.122947">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.16519.0>},
            {server,<<"domain.example.com">>},
            {username,<<"bOb_create_groupchat_5.122947">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"bOb_create_groupchat_5.122947">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"bOb_create_groupchat_5.122947">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"8ebf53b89ce0e26a">>}]},
        5000],
       [{file,
          "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {muc_helper,'-foreach_recipient/2-fun-0-',2,
       [{file,"/home/circleci/app/big_tests/tests/muc_helper.erl"},
        {line,45}]},
     {lists,foreach,2,[{file,"lists.erl"},{line,1342}]},
     {inbox_helper,'-create_room_and_check_inbox/3-lc$^5/1-...

Report log


pgsql_mnesia_24 / pgsql_mnesia / a3e0576
Reports root/ big
OK: 3071 / Failed: 0 / User-skipped: 211 / Auto-skipped: 0


pgsql_mnesia_23 / pgsql_mnesia / a3e0576
Reports root/ big
OK: 3071 / Failed: 0 / User-skipped: 211 / Auto-skipped: 0


mssql_mnesia_24 / odbc_mssql_mnesia / a3e0576
Reports root/ big
OK: 3071 / Failed: 0 / User-skipped: 211 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / a3e0576
Reports root/ big
OK: 1709 / Failed: 0 / User-skipped: 326 / Auto-skipped: 0


mysql_redis_24 / mysql_redis / a3e0576
Reports root/ big
OK: 3101 / Failed: 40 / User-skipped: 228 / Auto-skipped: 103

mam_SUITE:rdbms_prefs_cases:prefs_set_request
{error,{test_case_failed,"ASSERT EQUAL\n\tExpected {prefs_result_iq,<<\"roster\">>,\n                  [<<\"romeo@montague.net\">>],\n                  [<<\"montague@montague.net\">>]}\n\tValue {prefs_result_iq,<<\"always\">>,\n                 [<<\"romeo@montague.net\">>],\n                 [<<\"montague@montague.net\">>]}\n"}}

Report log

mam_SUITE:rdbms_async_pool_prefs_cases:messages_filtered_when_prefs_default_policy_is_roster
{error,{test_case_failed,"ASSERT EQUAL\n\tExpected []\n\tValue [ok]\n"}}

Report log

mod_event_pusher_rabbit_SUITE:group_chat_message_publish:group_chat_message_sent_event
{error,
  {{assertReceivedMatch_failed,
     [{module,mod_event_pusher_rabbit_SUITE},
      {line,354},
      {expected,
        "{ # 'basic.deliver' { routing_key = BobGroupChatMsgSentRK } , # amqp_msg { } }"},
      {value,timeout}]},
   [{mod_event_pusher_rabbit_SUITE,
      '-group_chat_message_sent_event/1-fun-1-',2,
      [{file,
         "/home/circleci/app/big_tests/tests/mod_event_pusher_rabbit_SUITE.erl"},
       {line,354}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_event_pusher_rabbit_SUITE:group_chat_message_publish:group_chat_message_sent_event_properly_formatted
{error,{test_case_failed,[84,105,109,101,111,117,116,32,119,104,101,110,32,
              100,101,99,111,100,105,110,103,32,109,101,115,115,
              97,103,101,44,32,114,107,61,
              [60,60,
               "\"bob_unnamed_6.101790@localhost.custom_group_chat_msg_sent_topic\"",
               62,62]]}}

Report log

mod_event_pusher_rabbit_SUITE:group_chat_message_publish:group_chat_message_received_event
{error,
  {{assertReceivedMatch_failed,
     [{module,mod_event_pusher_rabbit_SUITE},
      {line,380},
      {expected,
        "{ # 'basic.deliver' { routing_key = AliceGroupChatMsgRecvRK } , # amqp_msg { } }"},
      {value,timeout}]},
   [{mod_event_pusher_rabbit_SUITE,
      '-group_chat_message_received_event/1-fun-1-',3,
      [{file,
         "/home/circleci/app/big_tests/tests/mod_event_pusher_rabbit_SUITE.erl"},
       {line,380}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_event_pusher_http_SUITE:no_prefix:simple_message_no_listener
{error,{thrown,{timeout,stream_end}}}

Report log

mod_event_pusher_http_SUITE:no_prefix:simple_message_no_listener
{error,{thrown,{timeout,stream_end}}}

Report log

mod_ping_SUITE:server_ping_kill:server_ping_pang
{error,{{badmatch,true},
    [{mod_ping_SUITE,check_connection,2,
             [{file,"/home/circleci/app/big_tests/tests/mod_ping_SUITE.erl"},
              {line,262}]},
     {mod_ping_SUITE,'-server_ping_pang/1-fun-0-',2,
             [{file,"/home/circleci/app/big_tests/tests/mod_ping_SUITE.erl"},
              {line,253}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_ping_SUITE:server_ping_kill:server_ping_pang
{error,{{badmatch,true},
    [{mod_ping_SUITE,check_connection,2,
             [{file,"/home/circleci/app/big_tests/tests/mod_ping_SUITE.erl"},
              {line,262}]},
     {mod_ping_SUITE,'-server_ping_pang/1-fun-0-',2,
             [{file,"/home/circleci/app/big_tests/tests/mod_ping_SUITE.erl"},
              {line,253}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mod_ping_SUITE:server_ping_kill:server_ping_pong
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,<<"alicE_server_ping_pong_3.829078@localhost/res1">>,
          escalus_tcp,<0.15169.1>,
          [{event_manager,<0.15168.1>},
           {server,<<"localhost">>},
           {username,<<"alicE_server_ping_pong_3.829078">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.15168.1>},
            {server,<<"localhost">>},
            {username,<<"alicE_server_ping_pong_3.829078">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"alicE_server_ping_pong_3.829078">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"alicE_server_ping_pong_3.829078">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"2d570ded91953ec8">>}]},
        10000],
       [{file,
          "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {mod_ping_SUITE,wait_for_ping_req,1,
       [{file,"/home/circleci/app/big_tests/tests/mod_ping_SUITE.erl"},
        {line,267}]},
     {mod_ping_SUITE,'-server_ping_pong/1-fun-0-',1,
       [{file,"/home/circleci/app/big_tests/tests/mod_ping_SUITE.erl"},
        {line,232}]},
     {lists,foreach,2,[{file,"lists.erl"},{line,1342...

Report log

mod_ping_SUITE:server_ping_kill:server_ping_pang
{error,{{badmatch,true},
    [{mod_ping_SUITE,check_connection,2,
             [{file,"/home/circleci/app/big_tests/tests/mod_ping_SUITE.erl"},
              {line,262}]},
     {mod_ping_SUITE,'-server_ping_pang/1-fun-0-',2,
             [{file,"/home/circleci/app/big_tests/tests/mod_ping_SUITE.erl"},
              {line,253}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

pubsub_SUITE:dag+basic:subscribe_options_test
{error,{thrown,{timeout,stream_end}}}

Report log

pubsub_SUITE:dag+basic:subscribe_options_separate_request_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alicE_subscribe_options_separate_request_test_63.490343@localhost/res1">>,
          escalus_tcp,<0.26571.1>,
          [{event_manager,<0.26570.1>},
           {server,<<"localhost">>},
           {username,
             <<"alicE_subscribe_options_separate_request_test_63.490343">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.26570.1>},
            {server,<<"localhost">>},
            {username,
              <<"alicE_subscribe_options_separate_request_test_63.490343">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alicE_subscribe_options_separate_request_test_63.490343">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_subscribe_options_separate_request_test_63.490343">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"8c4dfb0f3d489903">>}]},
        5000],
       [{file,
          "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {pubsub_tools,receive_response,3,
       [{file,"/home/circleci/app/big_tests/tests/pubsub_tools.erl"},
        {line,479}]},
     {pubsub_tool...

Report log

pubsub_SUITE:dag+basic:subscribe_options_separate_request_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alicE_subscribe_options_separate_request_test_78.490279@localhost/res1">>,
          escalus_tcp,<0.26733.1>,
          [{event_manager,<0.26732.1>},
           {server,<<"localhost">>},
           {username,
             <<"alicE_subscribe_options_separate_request_test_78.490279">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.26732.1>},
            {server,<<"localhost">>},
            {username,
              <<"alicE_subscribe_options_separate_request_test_78.490279">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alicE_subscribe_options_separate_request_test_78.490279">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_subscribe_options_separate_request_test_78.490279">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"73bcb74e1ebfc43c">>}]},
        5000],
       [{file,
          "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {pubsub_tools,receive_response,3,
       [{file,"/home/circleci/app/big_tests/tests/pubsub_tools.erl"},
        {line,479}]},
     {pubsub_tool...

Report log

pubsub_SUITE:dag+node_affiliations:deny_no_owner_test
{error,{thrown,{timeout,stream_end}}}

Report log

pubsub_SUITE:dag+node_affiliations:add_publisher_and_member_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alicE_add_publisher_and_member_test_87.998869@localhost/res1">>,
          escalus_tcp,<0.26989.1>,
          [{event_manager,<0.26985.1>},
           {server,<<"localhost">>},
           {username,
             <<"alicE_add_publisher_and_member_test_87.998869">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.26985.1>},
            {server,<<"localhost">>},
            {username,
              <<"alicE_add_publisher_and_member_test_87.998869">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alicE_add_publisher_and_member_test_87.998869">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_add_publisher_and_member_test_87.998869">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"82b9d7ebe62078ab">>}]},
        5000],
       [{file,
          "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {pubsub_tools,receive_response,3,
       [{file,"/home/circleci/app/big_tests/tests/pubsub_tools.erl"},
        {line,479}]},
     {pubsub_tools,receive_and_check_response,4,
       [{file,"/ho...

Report log

pubsub_SUITE:dag+collection:notify_collection_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alicE_notify_collection_test_2.860817@localhost/res1">>,
          escalus_tcp,<0.27276.1>,
          [{event_manager,<0.27275.1>},
           {server,<<"localhost">>},
           {username,<<"alicE_notify_collection_test_2.860817">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.27275.1>},
            {server,<<"localhost">>},
            {username,<<"alicE_notify_collection_test_2.860817">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"alicE_notify_collection_test_2.860817">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"alicE_notify_collection_test_2.860817">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"ff8283f5f4ee544d">>}]},
        5000],
       [{file,
          "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {pubsub_tools,receive_response,3,
       [{file,"/home/circleci/app/big_tests/tests/pubsub_tools.erl"},
        {line,479}]},
     {pubsub_tools,receive_and_check_response,4,
       [{file,"/home/circleci/app/big_tests/tests/pubsub_tools.erl"},
        {line,470}]},
     {pubsub_SUITE,'-no...

Report log

pubsub_SUITE:dag+collection:notify_collection_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alicE_notify_collection_test_9.364230@localhost/res1">>,
          escalus_tcp,<0.27352.1>,
          [{event_manager,<0.27351.1>},
           {server,<<"localhost">>},
           {username,<<"alicE_notify_collection_test_9.364230">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.27351.1>},
            {server,<<"localhost">>},
            {username,<<"alicE_notify_collection_test_9.364230">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"alicE_notify_collection_test_9.364230">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"alicE_notify_collection_test_9.364230">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"76461745eda126e3">>}]},
        5000],
       [{file,
          "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {pubsub_tools,receive_response,3,
       [{file,"/home/circleci/app/big_tests/tests/pubsub_tools.erl"},
        {line,479}]},
     {pubsub_tools,receive_and_check_response,4,
       [{file,"/home/circleci/app/big_tests/tests/pubsub_tools.erl"},
        {line,470}]},
     {pubsub_SUITE,'-no...

Report log

pubsub_SUITE:dag+collection:notify_collection_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alicE_notify_collection_test_17.837011@localhost/res1">>,
          escalus_tcp,<0.27428.1>,
          [{event_manager,<0.27427.1>},
           {server,<<"localhost">>},
           {username,<<"alicE_notify_collection_test_17.837011">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.27427.1>},
            {server,<<"localhost">>},
            {username,
              <<"alicE_notify_collection_test_17.837011">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"alicE_notify_collection_test_17.837011">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"alicE_notify_collection_test_17.837011">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"d60ae78593cb369d">>}]},
        5000],
       [{file,
          "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {pubsub_tools,receive_response,3,
       [{file,"/home/circleci/app/big_tests/tests/pubsub_tools.erl"},
        {line,479}]},
     {pubsub_tools,receive_and_check_response,4,
       [{file,"/home/circleci/app/big_tests/tests/pubsub_tools.erl"},
        {line,470}]},
   ...

Report log

pubsub_SUITE:dag+pubsub_item_publisher_option:receive_item_notification_with_publisher_option_test
{error,{thrown,{timeout,stream_end}}}

Report log

pubsub_SUITE:dag+pubsub_item_publisher_option:get_item_with_publisher_option_test
{error,{thrown,{timeout,stream_end}}}

Report log

pubsub_SUITE:dag+pubsub_item_publisher_option:get_item_with_publisher_option_test
{error,{thrown,{timeout,stream_end}}}

Report log

pubsub_SUITE:tree+basic:subscribe_options_test
{error,{thrown,{timeout,stream_end}}}

Report log

pubsub_SUITE:tree+basic:publish_with_max_items_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alicE_publish_with_max_items_test_62.991041@localhost/res1">>,
          escalus_tcp,<0.28055.1>,
          [{event_manager,<0.28054.1>},
           {server,<<"localhost">>},
           {username,
             <<"alicE_publish_with_max_items_test_62.991041">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.28054.1>},
            {server,<<"localhost">>},
            {username,
              <<"alicE_publish_with_max_items_test_62.991041">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alicE_publish_with_max_items_test_62.991041">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_publish_with_max_items_test_62.991041">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"aa714caa4eea520c">>}]},
        5000],
       [{file,
          "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {pubsub_tools,receive_response,3,
       [{file,"/home/circleci/app/big_tests/tests/pubsub_tools.erl"},
        {line,479}]},
     {pubsub_tools,receive_and_check_response,4,
       [{file,"/home/circlec...

Report log

pubsub_SUITE:tree+basic:subscribe_unsubscribe_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bOb_subscribe_unsubscribe_test_69.2976@localhost/res1">>,
          escalus_tcp,<0.28163.1>,
          [{event_manager,<0.28161.1>},
           {server,<<"localhost">>},
           {username,<<"bOb_subscribe_unsubscribe_test_69.2976">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.28161.1>},
            {server,<<"localhost">>},
            {username,
              <<"bOb_subscribe_unsubscribe_test_69.2976">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"bOb_subscribe_unsubscribe_test_69.2976">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"bOb_subscribe_unsubscribe_test_69.2976">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"774a3cf99e3a06f5">>}]},
        5000],
       [{file,
          "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {pubsub_tools,receive_response,3,
       [{file,"/home/circleci/app/big_tests/tests/pubsub_tools.erl"},
        {line,479}]},
     {pubsub_tools,receive_and_check_response,4,
       [{file,"/home/circleci/app/big_tests/tests/pubsub_tools.erl"},
        {line,470}]},
   ...

Report log

15 errors were truncated


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / a3e0576
Reports root/ big
OK: 2727 / Failed: 1 / User-skipped: 184 / Auto-skipped: 0

rest_client_SUITE:muc:messages_can_be_paginated_in_room
{error,
  {{assertion_failed,assert,is_chat_message,
     [<<"f3e9de5d">>],
     {xmlel,<<"message">>,
       [{<<"to">>,<<"1634-286970-675990@muclight2.domain.example.com">>},
        {<<"type">>,<<"chat">>}],
       [{xmlel,<<"body">>,[],[{xmlcdata,<<"7743e300">>}]}]},
     "<message to='1634-286970-675990@muclight2.domain.example.com' type='chat'><body>7743e300</body></message>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {rest_client_SUITE,assert_room_messages,2,
      [{file,"/home/circleci/app/big_tests/tests/rest_client_SUITE.erl"},
       {line,772}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/app/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log


mysql_redis_24 / mysql_redis / a3e0576
Reports root/ big
OK: 3054 / Failed: 0 / User-skipped: 228 / Auto-skipped: 0

@chrzaszcz chrzaszcz marked this pull request as ready for review October 15, 2021 08:19
Copy link
Contributor

@Premwoik Premwoik 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 to me :)

fun({auth_method, ?HOST_TYPE}) ->
dummy;
({auth_opts, ?HOST_TYPE}) ->
[{dummy_base_timeout, 5}, {dummy_variance, 10}]
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe this indent is too big?

Copy link
Member Author

Choose a reason for hiding this comment

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

Let me fix this in the next PR.

@Premwoik Premwoik merged commit bed6476 into persistent-term-config Oct 15, 2021
@Premwoik Premwoik deleted the only-local-config branch October 15, 2021 12:14
@Premwoik Premwoik added this to the 5.1.0 milestone May 25, 2022
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.

None yet

3 participants