=== Config function: muc_SUITE:end_per_group/2 (click for source code)

=== Group properties: [{name,register_over_s2s},{repeat_until_all_ok,3},parallel]

=== Config value:

    [{{s2s,mim},
      #{listener =>
            #{ip_address => "0",
              ip_tuple => {0,0,0,0},
              ip_version => 4,max_stanza_size => 131072,
              module => ejabberd_s2s_in,port => 5269,proto => tcp,
              shaper => s2s_shaper,
              tls => [{dhfile,"priv/ssl/fake_dh_server.pem"}]},
        opts =>
            #{address => #{<<"fed1">> => #{ip_address => "127.0.0.1"}},
              certfile => "priv/ssl/fake_server.pem",
              ciphers => "TLSv1.2:TLSv1.3",default_policy => allow,
              dns => #{retries => 2,timeout => 10},
              max_retry_delay => 300,
              outgoing =>
                  #{connection_timeout => 10000,
                    ip_versions => [4,6],
                    port => 5299},
              use_starttls => optional}}},
     {{s2s,fed},
      #{listener =>
            #{ip_address => "0",
              ip_tuple => {0,0,0,0},
              ip_version => 4,max_stanza_size => 131072,
              module => ejabberd_s2s_in,port => 5299,proto => tcp,
              shaper => s2s_shaper,
              tls => [{dhfile,"priv/ssl/fake_dh_server.pem"}]},
        opts =>
            #{address =>
                  #{<<"domain.example.com">> => #{ip_address => "127.0.0.1"},
                    <<"localhost">> => #{ip_address => "127.0.0.1"},
                    <<"localhost.bis">> => #{ip_address => "127.0.0.1"},
                    <<"muc.localhost">> => #{ip_address => "127.0.0.1"},
                    <<"pubsub.localhost">> => #{ip_address => "127.0.0.1"}},
              certfile => "priv/ssl/fake_server.pem",
              ciphers => "TLSv1.2:TLSv1.3",default_policy => allow,
              dns => #{retries => 2,timeout => 10},
              max_retry_delay => 300,
              outgoing =>
                  #{connection_timeout => 10000,
                    ip_versions => [4,6],
                    port => 5269},
              use_starttls => optional}}},
     {escalus_user_db,xmpp},
     {watchdog,<0.31025.1>},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/muc_SUITE_data"},
     {preset,"odbc_mssql_mnesia"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.muc_SUITE.logs/run.2022-04-04_15.11.21/muc_suite.end_per_group.61700.html"},
     {tc_group_properties,[{name,register_over_s2s},
                           {repeat_until_all_ok,3},
                           parallel]},
     {tc_group_path,[]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/muc_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36/big_tests.tests.muc_SUITE.logs/run.2022-04-04_15.11.21/log_private/"},
     {{saved_modules,mongooseim@localhost,<<"localhost">>},
      #{mod_adhoc => #{iqdisc => one_queue,report_commands_node => false},
        mod_amp => [],
        mod_bosh =>
            #{backend => mnesia,inactivity => 30,max_pause => 120,
              max_wait => infinity,server_acks => false},
        mod_cache_users =>
            #{number_of_segments => 5,strategy => fifo,time_to_live => 2},
        mod_carboncopy => [],mod_commands => [],
        mod_disco =>
            #{extra_domains => [],iqdisc => one_queue,server_info => [],
              users_can_see_hidden_services => false},
        mod_muc_commands => [],mod_muc_light_commands => [],
        mod_register =>
            [{access,register},
             {ip_access,[{allow,"127.0.0.0/8"},{deny,"0.0.0.0/0"}]},
             {welcome_message,{[],[]}}],
        mod_roster =>
            #{backend => rdbms,iqdisc => one_queue,store_current_id => false,
              versioning => false},
        mod_sic => #{iqdisc => one_queue},
        mod_stream_management =>
            #{ack => true,ack_freq => 1,backend => mnesia,buffer => true,
              buffer_max => 100,resume_timeout => 600,
              stale_h =>
                  #{enabled => false,geriatric => 3600,repeat_after => 1800}},
        mod_vcard =>
            #{backend => rdbms,
              host => {prefix,<<"vjud.">>},
              iqdisc => parallel,matches => 30,search => true}}},
     {escalus_users,[{alice,[{username,<<"alice">>},
                             {server,<<"fed1">>},
                             {host,<<"localhost">>},
                             {port,5242},
                             {password,<<"makota2">>}]},
                     {bob,[{username,<<"bOb">>},
                           {server,<<"localhost">>},
                           {password,<<"makrolika">>}]},
                     {kate,[{username,<<"kate">>},
                            {server,<<"localhost">>},
                            {password,<<"makrowe;p">>}]}]}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@cb94372a8ea7.2022-04-04_15.02.36"

=== Started at 2022-04-04 15:12:14


*** User 2022-04-04 15:12:14.887 ***
alice@fed1 out
<stream:stream to='fed1' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-04-04 15:12:14.888 ***
alice@fed1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='f1d778acd120fcf3' from='fed1' version='1.0' xml:lang='en'>

*** User 2022-04-04 15:12:14.888 ***
alice@fed1 in
<stream:features>
	<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>SCRAM-SHA-512</mechanism>
		<mechanism>SCRAM-SHA-384</mechanism>
		<mechanism>SCRAM-SHA-256</mechanism>
		<mechanism>SCRAM-SHA-224</mechanism>
		<mechanism>SCRAM-SHA-1</mechanism>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-04-04 15:12:14.888 ***
alice@fed1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGFsaWNlAG1ha290YTI=</auth>



*** User 2022-04-04 15:12:14.890 ***
alice@fed1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2022-04-04 15:12:14.890 ***
alice@fed1 out
<stream:stream to='fed1' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-04-04 15:12:14.891 ***
alice@fed1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='058597791cbf624b' from='fed1' version='1.0' xml:lang='en'>

*** User 2022-04-04 15:12:14.891 ***
alice@fed1 in
<stream:features>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-04-04 15:12:14.891 ***
alice@fed1 out
<iq type='set' id='3fc8754f9f1e6eacbb7cbae47c98497f'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>escalus-default-resource</resource>
	</bind>
</iq>



*** User 2022-04-04 15:12:14.891 ***
alice@fed1 in
<iq id='3fc8754f9f1e6eacbb7cbae47c98497f' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>alice@fed1/escalus-default-resource</jid>
	</bind>
</iq>



*** User 2022-04-04 15:12:14.891 ***
alice@fed1/escalus-default-resource out
<iq type='set' id='571f4a7de1bc7d662d2a3c7522cf15e1'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-04-04 15:12:14.892 ***
alice@fed1/escalus-default-resource in
<iq type='result' id='571f4a7de1bc7d662d2a3c7522cf15e1'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-04-04 15:12:14.892 ***
alice@fed1/escalus-default-resource out
<iq type='set' id='844382d61c2200a1229a87add5e7b481'>
	<query xmlns='jabber:iq:register'>
		<remove/>
	</query>
</iq>



*** User 2022-04-04 15:12:14.892 ***
alice@fed1/escalus-default-resource in
<iq from='' to='alice@fed1/escalus-default-resource' id='844382d61c2200a1229a87add5e7b481' type='result'/>



*** User 2022-04-04 15:12:14.892 ***
alice@fed1/escalus-default-resource out
</stream:stream>

*** User 2022-04-04 15:12:14.893 ***
alice@fed1/escalus-default-resource in
</stream:stream>

*** User 2022-04-04 15:12:14.893 ***
bOb@localhost out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-04-04 15:12:14.894 ***
bOb@localhost in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='b022efc979566ebf' from='localhost' version='1.0' xml:lang='en'>

*** User 2022-04-04 15:12:14.894 ***
bOb@localhost in
<stream:features>
	<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
	<compression xmlns='http://jabber.org/features/compress'>
		<method>zlib</method>
	</compression>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>SCRAM-SHA-256</mechanism>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-04-04 15:12:14.894 ***
bOb@localhost out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGJPYgBtYWtyb2xpa2E=</auth>



*** User 2022-04-04 15:12:14.896 ***
bOb@localhost in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2022-04-04 15:12:14.896 ***
bOb@localhost out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-04-04 15:12:14.896 ***
bOb@localhost in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='7b4c8b930cd957bd' from='localhost' version='1.0' xml:lang='en'>

*** User 2022-04-04 15:12:14.896 ***
bOb@localhost in
<stream:features>
	<compression xmlns='http://jabber.org/features/compress'>
		<method>zlib</method>
	</compression>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-04-04 15:12:14.896 ***
bOb@localhost out
<iq type='set' id='ec5b87ee45b6277f897e54a820658c7d'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>escalus-default-resource</resource>
	</bind>
</iq>



*** User 2022-04-04 15:12:14.896 ***
bOb@localhost in
<iq id='ec5b87ee45b6277f897e54a820658c7d' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>bOb@localhost/escalus-default-resource</jid>
	</bind>
</iq>



*** User 2022-04-04 15:12:14.897 ***
bOb@localhost/escalus-default-resource out
<iq type='set' id='d6727251101882100ee90ea5e4e741fc'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-04-04 15:12:14.897 ***
bOb@localhost/escalus-default-resource in
<iq type='result' id='d6727251101882100ee90ea5e4e741fc'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-04-04 15:12:14.897 ***
bOb@localhost/escalus-default-resource out
<iq type='set' id='b3c36f26543765ef78876e8f426975bf'>
	<query xmlns='jabber:iq:register'>
		<remove/>
	</query>
</iq>



*** User 2022-04-04 15:12:14.898 ***
bOb@localhost/escalus-default-resource in
<iq from='' to='bOb@localhost/escalus-default-resource' id='b3c36f26543765ef78876e8f426975bf' type='result'/>



*** User 2022-04-04 15:12:14.898 ***
bOb@localhost/escalus-default-resource out
</stream:stream>

*** User 2022-04-04 15:12:14.899 ***
bOb@localhost/escalus-default-resource in
</stream:stream>

*** User 2022-04-04 15:12:14.899 ***
kate@localhost out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-04-04 15:12:14.900 ***
kate@localhost in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='394eaf81f410b9ae' from='localhost' version='1.0' xml:lang='en'>

*** User 2022-04-04 15:12:14.900 ***
kate@localhost in
<stream:features>
	<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>
	<compression xmlns='http://jabber.org/features/compress'>
		<method>zlib</method>
	</compression>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>SCRAM-SHA-256</mechanism>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-04-04 15:12:14.900 ***
kate@localhost out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGthdGUAbWFrcm93ZTtw</auth>



*** User 2022-04-04 15:12:14.901 ***
kate@localhost in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2022-04-04 15:12:14.901 ***
kate@localhost out
<stream:stream to='localhost' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-04-04 15:12:14.902 ***
kate@localhost in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='cee129b5c4dce74f' from='localhost' version='1.0' xml:lang='en'>

*** User 2022-04-04 15:12:14.902 ***
kate@localhost in
<stream:features>
	<compression xmlns='http://jabber.org/features/compress'>
		<method>zlib</method>
	</compression>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</stream:features>



*** User 2022-04-04 15:12:14.902 ***
kate@localhost out
<iq type='set' id='aa5d80e07bd17cf0fe8073d7fb17d312'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>escalus-default-resource</resource>
	</bind>
</iq>



*** User 2022-04-04 15:12:14.902 ***
kate@localhost in
<iq id='aa5d80e07bd17cf0fe8073d7fb17d312' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>kate@localhost/escalus-default-resource</jid>
	</bind>
</iq>



*** User 2022-04-04 15:12:14.902 ***
kate@localhost/escalus-default-resource out
<iq type='set' id='c8b849e8adbf5d895c67520dd23c28dd'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-04-04 15:12:14.903 ***
kate@localhost/escalus-default-resource in
<iq type='result' id='c8b849e8adbf5d895c67520dd23c28dd'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-04-04 15:12:14.903 ***
kate@localhost/escalus-default-resource out
<iq type='set' id='379ad6c25214ca5e7278b0b799f59611'>
	<query xmlns='jabber:iq:register'>
		<remove/>
	</query>
</iq>



*** User 2022-04-04 15:12:14.903 ***
kate@localhost/escalus-default-resource in
<iq from='' to='kate@localhost/escalus-default-resource' id='379ad6c25214ca5e7278b0b799f59611' type='result'/>



*** User 2022-04-04 15:12:14.904 ***
kate@localhost/escalus-default-resource out
</stream:stream>

*** User 2022-04-04 15:12:14.904 ***
kate@localhost/escalus-default-resource in
</stream:stream>

*** User 2022-04-04 15:12:14.905 ***
NewState: #{total_ok => 39,current_suite => muc_SUITE,anonymous_SUITE => #{},
            mod_aws_sns_SUITE =>
                #{[message_publish] => {ok,{n_failed,0}},
                  [presence_status_publish] => {ok,{n_failed,0}}},
            mam_proper_SUITE => #{},total_failed => 0,
            graphql_muc_SUITE => #{},metrics_register_SUITE => #{},
            graphql_account_SUITE => #{},
            mod_ping_SUITE =>
                #{[client_ping] => {ok,{n_failed,0}},
                  [server_ping] => {ok,{n_failed,0}},
                  [server_ping_kill] => {ok,{n_failed,0}}},
            mongoose_sanity_checks_SUITE => #{},
            acc_e2e_SUITE =>
                #{[cache_and_strip] => {ok,{n_failed,0}},
                  [message] => {ok,{n_failed,0}}},
            metrics_roster_SUITE => #{},inbox_SUITE => #{},
            total_eventually_ok_tests => 0,
            mod_event_pusher_rabbit_SUITE => #{},mod_time_SUITE => #{},
            jingle_SUITE => #{[all] => {ok,{n_failed,0}}},
            metrics_c2s_SUITE => #{},mongooseimctl_SUITE => #{},
            login_SUITE => #{},accounts_SUITE => #{},metrics_api_SUITE => #{},
            component_SUITE =>
                #{[distributed] => {ok,{n_failed,0}},
                  [hidden_components] => {ok,{n_failed,0}},
                  [subdomain] => {ok,{n_failed,0}},
                  [xep0114_tcp] => {ok,{n_failed,0}},
                  [xep0114_ws] => {ok,{n_failed,0}}},
            connect_SUITE =>
                #{[fast_tls] => {ok,{n_failed,0}},
                  [fast_tls,c2s_noproc] => {ok,{n_failed,0}},
                  [fast_tls,feature_order] => {ok,{n_failed,0}},
                  [fast_tls,starttls] => {ok,{n_failed,0}},
                  [fast_tls,tls] => {ok,{n_failed,0}},
                  [incorrect_behaviors] => {ok,{n_failed,0}},
                  [just_tls] => {ok,{n_failed,0}},
                  [just_tls,c2s_noproc] => {ok,{n_failed,0}},
                  [just_tls,feature_order] => {ok,{n_failed,0}},
                  [just_tls,starttls] => {ok,{n_failed,0}},
                  [just_tls,tls] => {ok,{n_failed,0}},
                  [proxy_protocol] => {ok,{n_failed,0}},
                  [security] => {ok,{n_failed,0}},
                  [session_replacement] => {ok,{n_failed,0}}},
            mod_version_SUITE => #{},
            mod_event_pusher_http_SUITE =>
                #{[no_prefix] => {ok,{n_failed,0}},
                  [with_prefix] => {ok,{n_failed,0}}},
            mod_blocking_SUITE =>
                #{[effect] => {ok,{n_failed,0}},
                  [errors] => {ok,{n_failed,0}},
                  [manage] => {ok,{n_failed,0}},
                  [offline] => {ok,{n_failed,0}},
                  [pushes] => {ok,{n_failed,0}}},
            graphql_session_SUITE => #{},extdisco_SUITE => #{},
            metrics_session_SUITE => #{},mod_global_distrib_SUITE => #{},
            graphql_stanza_SUITE => #{},mam_SUITE => #{},adhoc_SUITE => #{},
            bosh_SUITE => #{},
            disco_and_caps_SUITE =>
                #{[disco_with_caps] => {ok,{n_failed,0}},
                  [disco_with_extra_features] => {ok,{n_failed,0}}},
            graphql_roster_SUITE => #{},
            carboncopy_SUITE => #{[all] => {ok,{n_failed,0}}},
            muc_SUITE =>
                #{[admin] => {ok,{n_failed,0}},
                  [admin_membersonly] => {ok,{n_failed,0}},
                  [disco] => {ok,{n_failed,0}},
                  [disco_rsm] => {ok,{n_failed,0}},
                  [disco_rsm_with_offline] => {ok,{n_failed,0}},
                  [disco_with_mam] => {ok,{n_failed,0}},
                  [hibernation] => {ok,{n_failed,0}},
                  [http_auth] => {ok,{n_failed,0}},
                  [http_auth_no_server] => {ok,{n_failed,0}},
                  [moderator] => {ok,{n_failed,0}},
                  [occupant] => {ok,{n_failed,0}},
                  [owner] => {ok,{n_failed,0}},
                  [owner_no_parallel] => {ok,{n_failed,0}},
                  [register] => {ok,{n_failed,0}},
                  [register_over_s2s] => {ok,{n_failed,0}},
                  [room_management] => {ok,{n_failed,0}},
                  [room_registration_race_condition] => {ok,{n_failed,0}}},
            mongoose_cassandra_SUITE => #{},gdpr_SUITE => #{},
            graphql_muc_light_SUITE => #{},graphql_domain_SUITE => #{},
            inbox_extensions_SUITE => #{},cluster_commands_SUITE => #{},
            last_SUITE =>
                #{[invalid_queries] => {ok,{n_failed,0}},
                  [valid_queries] => {ok,{n_failed,0}}},
            graphql_SUITE => #{},amp_big_SUITE => #{},
            mod_http_upload_SUITE => #{},mongoose_elasticsearch_SUITE => #{}}



=== Ended at 2022-04-04 15:12:14
=== successfully completed test case
=== === Returned value: [{ok,result,
                         {xmlel,<<"iq">>,
                                [{<<"from">>,<<>>},
                                 {<<"to">>,
                                  <<"alice@fed1/escalus-default-resource">>},
                                 {<<"id">>,
                                  <<"844382d61c2200a1229a87add5e7b481">>},
                                 {<<"type">>,<<"result">>}],
                                []}},
                     {ok,result,
                         {xmlel,<<"iq">>,
                                [{<<"from">>,<<>>},
                                 {<<"to">>,
                                  <<"bOb@localhost/escalus-default-resource">>},
                                 {<<"id">>,
                                  <<"b3c36f26543765ef78876e8f426975bf">>},
                                 {<<"type">>,<<"result">>}],
                                []}},
                     {ok,result,
                         {xmlel,<<"iq">>,
                                [{<<"from">>,<<>>},
                                 {<<"to">>,
                                  <<"kate@localhost/escalus-default-resource">>},
                                 {<<"id">>,
                                  <<"379ad6c25214ca5e7278b0b799f59611">>},
                                 {<<"type">>,<<"result">>}],
                                []}}]
=== 
=== Total execution time of group: 0.368s

=== 
*** Stopping repeat operation {repeat_until_all_ok,3}


Test run history | Top level test index | Latest test result