=== Test case: mam_SUITE:querying_for_all_messages_with_jid/1 (click for source code)

=== Config value:

    [{props,[{mam_ns,<<"urn:xmpp:mam:2">>}]},
     {watchdog,<0.1680.1>},
     {basic_group,mam_all},
     {configuration,rdbms_async_cache},
     {wait_for_parallel_writer,[pm]},
     {mod_offline_loaded,false},
     {escalus_user_db,{module,escalus_ejabberd}},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/mam_SUITE_data"},
     {preset,"odbc_mssql_mnesia"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@88d84ff17c71.2022-03-04_11.16.52/big_tests.tests.mam_SUITE.logs/run.2022-03-04_11.20.29/mam_suite.querying_for_all_messages_with_jid.56323.html"},
     {tc_group_properties,[{name,mam06},parallel]},
     {tc_group_path,[[{name,rdbms_async_cache_mam_all},parallel]]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/mam_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@88d84ff17c71.2022-03-04_11.16.52/big_tests.tests.mam_SUITE.logs/run.2022-03-04_11.20.29/log_private/"},
     {config_backup,#{[shaper,fast] => {ok,#{max_rate => 50000}},
                      [shaper,mam_shaper] => {ok,#{max_rate => 1}},
                      [shaper,normal] => {ok,#{max_rate => 1000}},
                      [{access,<<"test type">>},max_user_sessions] =>
                          {ok,[#{acl => all,value => 10}]}}},
     {{saved_modules,mongooseim@localhost,<<"test type">>},
      #{mod_adhoc => [],mod_amp => [],mod_bosh => [],
        mod_cache_users => [{number_of_segments,5},{time_to_live,2}],
        mod_carboncopy => [],mod_commands => [],
        mod_disco => [{users_can_see_hidden_services,false}],
        mod_mam => [{archive_groupchats,false}],
        mod_mam_cache_user => [{pm,true}],
        mod_mam_rdbms_arch => [{no_writer,true}],
        mod_mam_rdbms_arch_async => [{pm,[{flush_interval,1}]}],
        mod_mam_rdbms_prefs => [{pm,true}],
        mod_mam_rdbms_user => [{pm,true}],
        mod_muc =>
            [{host,{prefix,<<"groupchats.">>}},
             {backend,rdbms},
             {hibernate_timeout,2000},
             {hibernated_room_check_interval,1000},
             {hibernated_room_timeout,2000},
             {access,muc},
             {access_create,muc_create}],
        mod_muc_commands => [],mod_muc_light_commands => [],
        mod_muc_log => [{outdir,"/tmp/muclogs"},{access_log,muc}],
        mod_register =>
            [{access,register},
             {ip_access,[{allow,"127.0.0.0/8"},{deny,"0.0.0.0/0"}]},
             {welcome_message,{[],[]}}],
        mod_roster => [{backend,rdbms}],
        mod_sic => [],mod_stream_management => [],
        mod_vcard => [{backend,rdbms},{host,{prefix,<<"vjud.">>}}]}},
     {escalus_users,[{alice,[{username,<<"alicE">>},
                             {server,<<"domain.example.com">>},
                             {host,<<"localhost">>},
                             {password,<<"matygrysa">>}]},
                     {bob,[{username,<<"bOb">>},
                           {server,<<"domain.example.com">>},
                           {host,<<"localhost">>},
                           {password,<<"makrolika">>}]},
                     {kate,[{username,<<"kate">>},
                            {server,<<"domain.example.com">>},
                            {host,<<"localhost">>},
                            {password,<<"makrowe;p">>}]},
                     {carol,[{username,<<"carol">>},
                             {server,<<"domain.example.com">>},
                             {host,<<"localhost">>},
                             {password,<<"jinglebells">>},
                             {transport,escalus_bosh},
                             {path,<<"/http-bind">>},
                             {port,5280}]}]}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@88d84ff17c71.2022-03-04_11.16.52"

=== Started at 2022-03-04 11:21:04


*** CT 2022-03-04 11:21:04.307 *** View log from node mongooseim@localhost when started mongooseim@localhost_1489.html
*** CT 2022-03-04 11:21:04.307 *** View log from node ejabberd2@localhost when started ejabberd2@localhost_529.html

*** User 2022-03-04 11:21:04.483 ***
alicE_unnamed_1229@domain.example.com/res1 out
<stream:stream to='domain.example.com' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-03-04 11:21:04.483 ***
alicE_unnamed_1229@domain.example.com/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='5c1000f953d3e8bd' from='domain.example.com' version='1.0' xml:lang='en'>

*** User 2022-03-04 11:21:04.485 ***
alicE_unnamed_1229@domain.example.com/res1 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-03-04 11:21:04.485 ***
alicE_unnamed_1229@domain.example.com/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGFsaWNFX3VubmFtZWRfMTIyOQBtYXR5Z3J5c2E=</auth>



*** User 2022-03-04 11:21:04.486 ***
alicE_unnamed_1229@domain.example.com/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2022-03-04 11:21:04.486 ***
alicE_unnamed_1229@domain.example.com/res1 out
<stream:stream to='domain.example.com' version='1.0' xml:lang='en' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'>

*** User 2022-03-04 11:21:04.487 ***
alicE_unnamed_1229@domain.example.com/res1 in
<stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' id='a59243c3f1cfbe80' from='domain.example.com' version='1.0' xml:lang='en'>

*** User 2022-03-04 11:21:04.487 ***
alicE_unnamed_1229@domain.example.com/res1 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-03-04 11:21:04.487 ***
alicE_unnamed_1229@domain.example.com/res1 out
<iq type='set' id='b6aeb0da5896e8529afbc6b9336721f1'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2022-03-04 11:21:04.489 ***
alicE_unnamed_1229@domain.example.com/res1 in
<iq id='b6aeb0da5896e8529afbc6b9336721f1' type='result'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>alicE_unnamed_1229@domain.example.com/res1</jid>
	</bind>
</iq>



*** User 2022-03-04 11:21:04.490 ***
alicE_unnamed_1229@domain.example.com/res1 out
<iq type='set' id='af200816b96e54cb6846b444ee1170c9'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-03-04 11:21:04.490 ***
alicE_unnamed_1229@domain.example.com/res1 in
<iq type='result' id='af200816b96e54cb6846b444ee1170c9'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2022-03-04 11:21:04.490 ***
alicE_unnamed_1229@domain.example.com/res1 out
<presence/>



*** User 2022-03-04 11:21:04.502 ***
alicE_unnamed_1229@domain.example.com/res1 in
<presence from='alicE_unnamed_1229@domain.example.com/res1' to='alice_unnamed_1229@domain.example.com/res1' xml:lang='en'/>



*** User 2022-03-04 11:21:04.502 ***
alicE_unnamed_1229@domain.example.com/res1 out
<iq type='set' id='95e50924031841cb6ab08c15e8ca92dc'>
	<query xmlns='urn:xmpp:mam:2'>
		<x xmlns='jabber:x:data'>
			<field var='with'>
				<value>bob_unnamed_1229@domain.example.com</value>
			</field>
		</x>
	</query>
</iq>



*** User 2022-03-04 11:21:04.541 ***
alicE_unnamed_1229@domain.example.com/res1 in
<message from='alicE_unnamed_1229@domain.example.com' to='alicE_unnamed_1229@domain.example.com/res1' id='13e5d343-5a49-4dcd-897d-b3ebaf4afae9'>
	<result xmlns='urn:xmpp:mam:2' id='BM11SJVI9G0E'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-16T12:36:11Z' from='alice_unnamed_1229@domain.example.com'/>
			<message from='alice_unnamed_1229@domain.example.com' xmlns='jabber:client' to='bOb_unnamed_1229@domain.example.com' type='chat'>
				<body>024d1f8e</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-04 11:21:04.541 ***
alicE_unnamed_1229@domain.example.com/res1 in
<message from='alicE_unnamed_1229@domain.example.com' to='alicE_unnamed_1229@domain.example.com/res1' id='e55ca64b-08de-4525-a1fb-09415b286f61'>
	<result xmlns='urn:xmpp:mam:2' id='BM1G3E0AJG07'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-17T05:33:35Z' from='alice_unnamed_1229@domain.example.com'/>
			<message from='alice_unnamed_1229@domain.example.com' xmlns='jabber:client' to='bOb_unnamed_1229@domain.example.com' type='chat'>
				<body>ecdb142f</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-04 11:21:04.542 ***
alicE_unnamed_1229@domain.example.com/res1 in
<message from='alicE_unnamed_1229@domain.example.com' to='alicE_unnamed_1229@domain.example.com/res1' id='38f02a4c-08f5-466e-ab8a-7410b10b9dee'>
	<result xmlns='urn:xmpp:mam:2' id='BM26JG6PEG02'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-18T08:24:21Z' from='alice_unnamed_1229@domain.example.com'/>
			<message from='alice_unnamed_1229@domain.example.com' xmlns='jabber:client' to='bOb_unnamed_1229@domain.example.com' type='chat'>
				<body>f3df8300</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-04 11:21:04.542 ***
alicE_unnamed_1229@domain.example.com/res1 in
<message from='alicE_unnamed_1229@domain.example.com' to='alicE_unnamed_1229@domain.example.com/res1' id='0dabe4db-5c45-4676-a85a-b68c93f2956a'>
	<result xmlns='urn:xmpp:mam:2' id='BM2P5970MG06'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-19T06:32:37Z' from='alice_unnamed_1229@domain.example.com'/>
			<message from='alice_unnamed_1229@domain.example.com' xmlns='jabber:client' to='bOb_unnamed_1229@domain.example.com' type='chat'>
				<body>f43cd61d</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-04 11:21:04.542 ***
alicE_unnamed_1229@domain.example.com/res1 in
<message from='alicE_unnamed_1229@domain.example.com' to='alicE_unnamed_1229@domain.example.com/res1' id='0eaf83c5-d30b-42a0-a457-09b93190af87'>
	<result xmlns='urn:xmpp:mam:2' id='BM3A8NNLHG06'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-20T02:57:15Z' from='alice_unnamed_1229@domain.example.com'/>
			<message from='alice_unnamed_1229@domain.example.com' xmlns='jabber:client' to='bOb_unnamed_1229@domain.example.com' type='chat'>
				<body>de5cda74</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-04 11:21:04.542 ***
alicE_unnamed_1229@domain.example.com/res1 in
<message from='alicE_unnamed_1229@domain.example.com' to='alicE_unnamed_1229@domain.example.com/res1' id='b7a42f64-2e6d-41ba-bea7-5489ab8c080e'>
	<result xmlns='urn:xmpp:mam:2' id='BM4CPBLMJG0G'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-21T20:08:15Z' from='alice_unnamed_1229@domain.example.com'/>
			<message from='alice_unnamed_1229@domain.example.com' xmlns='jabber:client' to='bOb_unnamed_1229@domain.example.com' type='chat'>
				<body>6de1204b</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-04 11:21:04.542 ***
alicE_unnamed_1229@domain.example.com/res1 in
<message from='alicE_unnamed_1229@domain.example.com' to='alicE_unnamed_1229@domain.example.com/res1' id='269230a8-2a05-4a27-8639-95db1e63791a'>
	<result xmlns='urn:xmpp:mam:2' id='BM4OS311SG0K'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-22T10:33:21Z' from='alice_unnamed_1229@domain.example.com'/>
			<message from='alice_unnamed_1229@domain.example.com' xmlns='jabber:client' to='bOb_unnamed_1229@domain.example.com' type='chat'>
				<body>52ff7528</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-04 11:21:04.542 ***
alicE_unnamed_1229@domain.example.com/res1 in
<message from='alicE_unnamed_1229@domain.example.com' to='alicE_unnamed_1229@domain.example.com/res1' id='341ef818-a1dc-4ead-9822-e2adb0d68ee1'>
	<result xmlns='urn:xmpp:mam:2' id='BM5AFFOJLG08'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-23T07:33:39Z' from='alice_unnamed_1229@domain.example.com'/>
			<message from='alice_unnamed_1229@domain.example.com' xmlns='jabber:client' to='bOb_unnamed_1229@domain.example.com' type='chat'>
				<body>dcf197b2</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-04 11:21:04.542 ***
alicE_unnamed_1229@domain.example.com/res1 in
<message from='alicE_unnamed_1229@domain.example.com' to='alicE_unnamed_1229@domain.example.com/res1' id='5072619b-a4f9-445c-8a7a-8fad5bdb0f54'>
	<result xmlns='urn:xmpp:mam:2' id='BM64PGS8HG0J'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-24T14:57:15Z' from='alice_unnamed_1229@domain.example.com'/>
			<message from='alice_unnamed_1229@domain.example.com' xmlns='jabber:client' to='bOb_unnamed_1229@domain.example.com' type='chat'>
				<body>e5365ae6</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-04 11:21:04.542 ***
alicE_unnamed_1229@domain.example.com/res1 in
<message from='alicE_unnamed_1229@domain.example.com' to='alicE_unnamed_1229@domain.example.com/res1' id='eb1282b2-b5c7-49b9-b729-d9634aebd02b'>
	<result xmlns='urn:xmpp:mam:2' id='BM709CLVGG07'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-25T23:45:29Z' from='alice_unnamed_1229@domain.example.com'/>
			<message from='alice_unnamed_1229@domain.example.com' xmlns='jabber:client' to='bOb_unnamed_1229@domain.example.com' type='chat'>
				<body>e6017efe</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-04 11:21:04.542 ***
alicE_unnamed_1229@domain.example.com/res1 in
<message from='alicE_unnamed_1229@domain.example.com' to='alicE_unnamed_1229@domain.example.com/res1' id='14f622d4-01af-40f0-aa14-176fc4155f6e'>
	<result xmlns='urn:xmpp:mam:2' id='BM7C02VRM008'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-26T13:43:40Z' from='alice_unnamed_1229@domain.example.com'/>
			<message from='alice_unnamed_1229@domain.example.com' xmlns='jabber:client' to='bOb_unnamed_1229@domain.example.com' type='chat'>
				<body>37ce9e4a</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-04 11:21:04.542 ***
alicE_unnamed_1229@domain.example.com/res1 in
<message from='alicE_unnamed_1229@domain.example.com' to='alicE_unnamed_1229@domain.example.com/res1' id='f3371423-e13c-4374-9e7a-ec460dd698c4'>
	<result xmlns='urn:xmpp:mam:2' id='BM85NH85MG0H'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-27T20:25:41Z' from='alice_unnamed_1229@domain.example.com'/>
			<message from='alice_unnamed_1229@domain.example.com' xmlns='jabber:client' to='bOb_unnamed_1229@domain.example.com' type='chat'>
				<body>313ac9c2</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-04 11:21:04.542 ***
alicE_unnamed_1229@domain.example.com/res1 in
<message from='alicE_unnamed_1229@domain.example.com' to='alicE_unnamed_1229@domain.example.com/res1' id='81f5d737-67b3-4499-8f32-597e756ec55e'>
	<result xmlns='urn:xmpp:mam:2' id='BM8Q3JSDB007'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-02-28T20:44:22Z' from='alice_unnamed_1229@domain.example.com'/>
			<message from='alice_unnamed_1229@domain.example.com' xmlns='jabber:client' to='bOb_unnamed_1229@domain.example.com' type='chat'>
				<body>95f0d553</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-04 11:21:04.543 ***
alicE_unnamed_1229@domain.example.com/res1 in
<message from='alicE_unnamed_1229@domain.example.com' to='alicE_unnamed_1229@domain.example.com/res1' id='13444e0b-1bf2-4840-a314-4173da553af5'>
	<result xmlns='urn:xmpp:mam:2' id='BM9GQG7ORG0J'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-01T23:50:23Z' from='alice_unnamed_1229@domain.example.com'/>
			<message from='alice_unnamed_1229@domain.example.com' xmlns='jabber:client' to='bOb_unnamed_1229@domain.example.com' type='chat'>
				<body>7c5f86ec</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-04 11:21:04.543 ***
alicE_unnamed_1229@domain.example.com/res1 in
<message from='alicE_unnamed_1229@domain.example.com' to='alicE_unnamed_1229@domain.example.com/res1' id='6dfa352a-a2bc-47f1-b6ab-242a5d5fea13'>
	<result xmlns='urn:xmpp:mam:2' id='BM9HUM03NG03'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-02T01:11:19Z' from='alice_unnamed_1229@domain.example.com'/>
			<message from='alice_unnamed_1229@domain.example.com' xmlns='jabber:client' to='bOb_unnamed_1229@domain.example.com' type='chat'>
				<body>441ba32f</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-04 11:21:04.543 ***
alicE_unnamed_1229@domain.example.com/res1 in
<message from='alicE_unnamed_1229@domain.example.com' to='alicE_unnamed_1229@domain.example.com/res1' id='1390d390-9beb-4121-b118-7e7ee1d2630d'>
	<result xmlns='urn:xmpp:mam:2' id='BMABT9C8SG02'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-03T08:09:21Z' from='alice_unnamed_1229@domain.example.com'/>
			<message from='alice_unnamed_1229@domain.example.com' xmlns='jabber:client' to='bOb_unnamed_1229@domain.example.com' type='chat'>
				<body>85c5d59f</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-04 11:21:04.543 ***
alicE_unnamed_1229@domain.example.com/res1 in
<message from='alicE_unnamed_1229@domain.example.com' to='alicE_unnamed_1229@domain.example.com/res1' id='eaada440-7f74-44e1-a113-f04dc63312d5'>
	<result xmlns='urn:xmpp:mam:2' id='BMB15611FG0J'>
		<forwarded xmlns='urn:xmpp:forward:0'>
			<delay xmlns='urn:xmpp:delay' stamp='2022-03-04T09:30:15Z' from='alice_unnamed_1229@domain.example.com'/>
			<message from='alice_unnamed_1229@domain.example.com' xmlns='jabber:client' to='bOb_unnamed_1229@domain.example.com' type='chat'>
				<body>5348ac24</body>
			</message>
		</forwarded>
	</result>
</message>



*** User 2022-03-04 11:21:04.543 ***
alicE_unnamed_1229@domain.example.com/res1 in
<iq from='alicE_unnamed_1229@domain.example.com' to='alicE_unnamed_1229@domain.example.com/res1' id='95e50924031841cb6ab08c15e8ca92dc' type='result'>
	<fin xmlns='urn:xmpp:mam:2' complete='true'>
		<set xmlns='http://jabber.org/protocol/rsm'>
			<first index='0'>BM11SJVI9G0E</first>
			<last>BMB15611FG0J</last>
			<count>17</count>
		</set>
	</fin>
</iq>



*** User 2022-03-04 11:21:04.543 ***
alicE_unnamed_1229@domain.example.com/res1 out
</stream:stream>

*** User 2022-03-04 11:21:04.544 ***
alicE_unnamed_1229@domain.example.com/res1 in
</stream:stream>
*** CT 2022-03-04 11:21:04.548 *** View log from node ejabberd2@localhost when finished ejabberd2@localhost_529.html
*** CT 2022-03-04 11:21:04.549 *** View log from node mongooseim@localhost when finished mongooseim@localhost_1489.html



=== Ended at 2022-03-04 11:21:04
=== successfully completed test case
=== === Returned value: ok