=== Test case: websockets_SUITE:metrics_test/1 (click for source code)

=== Config value:

    [{original_listeners,[#{module => ejabberd_cowboy,port => 5280,
                            protocol => #{compress => false},
                            handlers =>
                                [#{module => mod_bosh,path => "/http-bind",
                                   host => '_'},
                                 #{timeout => 60000,module => mod_websockets,
                                   path => "/ws-xmpp",host => '_',
                                   backwards_compatible_session => true,
                                   max_stanza_size => infinity,
                                   c2s_state_timeout => 5000}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            ip_address => "0",ip_version => 4,
                            ip_tuple => {0,0,0,0},
                            proto => tcp,connection_type => undefined},
                          #{module => ejabberd_cowboy,port => 5285,
                            protocol => #{compress => false},
                            handlers =>
                                [#{module => mod_bosh,path => "/http-bind",
                                   host => '_'},
                                 #{timeout => 60000,module => mod_websockets,
                                   path => "/ws-xmpp",host => '_',
                                   backwards_compatible_session => true,
                                   max_stanza_size => infinity,
                                   c2s_state_timeout => 5000}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            tls =>
                                #{password => [],
                                  certfile => "priv/ssl/fake_cert.pem",
                                  keyfile => "priv/ssl/fake_key.pem",
                                  verify_mode => none},
                            ip_address => "0",ip_version => 4,
                            ip_tuple => {0,0,0,0},
                            proto => tcp,connection_type => undefined},
                          #{module => ejabberd_cowboy,port => 8088,
                            protocol => #{compress => false},
                            handlers =>
                                [#{module => mongoose_admin_api,
                                   path => "/api",host => "localhost",
                                   handlers =>
                                       [contacts,users,sessions,messages,
                                        stanzas,muc_light,muc,inbox,domain,
                                        metrics]}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            ip_address => "127.0.0.1",ip_version => 4,
                            ip_tuple => {127,0,0,1},
                            proto => tcp,connection_type => undefined},
                          #{module => ejabberd_cowboy,port => 8089,
                            protocol => #{compress => true},
                            handlers =>
                                [#{module => mongoose_client_api,
                                   path => "/api",host => '_',
                                   handlers =>
                                       [sse,messages,contacts,rooms,
                                        rooms_config,rooms_users,
                                        rooms_messages],
                                   docs => true}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            tls =>
                                #{password => [],
                                  certfile => "priv/ssl/fake_cert.pem",
                                  keyfile => "priv/ssl/fake_key.pem",
                                  verify_mode => none},
                            ip_address => "0",ip_version => 4,
                            ip_tuple => {0,0,0,0},
                            proto => tcp,connection_type => undefined},
                          #{module => ejabberd_cowboy,port => 5551,
                            protocol => #{compress => false},
                            handlers =>
                                [#{module => mongoose_graphql_handler,
                                   path => "/api/graphql",host => "localhost",
                                   username => <<"admin">>,
                                   password => <<"secret">>,
                                   schema_endpoint => admin,
                                   sse_idle_timeout => 3600000}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            ip_address => "127.0.0.1",ip_version => 4,
                            ip_tuple => {127,0,0,1},
                            proto => tcp,connection_type => undefined},
                          #{module => ejabberd_cowboy,port => 5541,
                            protocol => #{compress => false},
                            handlers =>
                                [#{module => mongoose_graphql_handler,
                                   path => "/api/graphql",host => '_',
                                   schema_endpoint => domain_admin,
                                   sse_idle_timeout => 3600000}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            ip_address => "0.0.0.0",ip_version => 4,
                            ip_tuple => {0,0,0,0},
                            proto => tcp,connection_type => undefined},
                          #{module => ejabberd_cowboy,port => 5561,
                            protocol => #{compress => false},
                            handlers =>
                                [#{module => mongoose_graphql_handler,
                                   path => "/api/graphql",host => '_',
                                   schema_endpoint => user,
                                   sse_idle_timeout => 3600000}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            ip_address => "0.0.0.0",ip_version => 4,
                            ip_tuple => {0,0,0,0},
                            proto => tcp,connection_type => undefined}]},
     {watchdog,<0.97087.0>},
     {preset,"odbc_mssql_mnesia"},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/websockets_SUITE_data"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@be559609069e.2024-04-16_10.55.25/big_tests.tests.websockets_SUITE.logs/run.2024-04-16_11.15.09/websockets_suite.metrics_test.html"},
     {tc_group_properties,[]},
     {tc_group_path,[]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/websockets_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@be559609069e.2024-04-16_10.55.25/big_tests.tests.websockets_SUITE.logs/run.2024-04-16_11.15.09/log_private/"},
     {escalus_users,[{alice,[{username,<<"alicE">>},
                             {server,<<"localhost">>},
                             {password,<<"matygrysa">>}]},
                     {geralt,[{username,<<"geralt">>},
                              {server,<<"localhost">>},
                              {password,<<"witcher">>},
                              {transport,escalus_ws},
                              {port,5280},
                              {wspath,<<"/ws-xmpp">>}]},
                     {geralt_s,[{username,<<"geralt_s">>},
                                {server,<<"localhost">>},
                                {password,<<"witcher_s">>},
                                {transport,escalus_ws},
                                {ssl,true},
                                {port,5285},
                                {wspath,<<"/ws-xmpp">>},
                                {ssl_opts,[{verify,verify_none}]}]},
                     {carol,[{username,<<"carol">>},
                             {server,<<"localhost">>},
                             {password,<<"jinglebells">>},
                             {transport,escalus_bosh},
                             {path,<<"/http-bind">>},
                             {port,5280}]}]}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@be559609069e.2024-04-16_10.55.25"

=== Started at 2024-04-16 11:15:09


*** CT 2024-04-16 11:15:09.779 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_4731.html

*** User 2024-04-16 11:15:09.784 ***🔗
geralt@localhost/res1 out
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' to='localhost' version='1.0'/>



*** User 2024-04-16 11:15:09.785 ***🔗
geralt@localhost/res1 in
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' id='64f02513a8ae7e00' from='localhost' version='1.0' xml:lang='en'/>



*** User 2024-04-16 11:15:09.785 ***🔗
geralt@localhost/res1 in
<features xmlns='http://etherx.jabber.org/streams'>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>SCRAM-SHA-256</mechanism>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</features>



*** User 2024-04-16 11:15:09.786 ***🔗
geralt@localhost/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGdlcmFsdAB3aXRjaGVy</auth>



*** User 2024-04-16 11:15:09.787 ***🔗
geralt@localhost/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2024-04-16 11:15:09.787 ***🔗
geralt@localhost/res1 out
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' to='localhost' version='1.0'/>



*** User 2024-04-16 11:15:09.787 ***🔗
geralt@localhost/res1 in
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' id='2be823b84a1d2a41' from='localhost' version='1.0' xml:lang='en' to='geralt@localhost'/>



*** User 2024-04-16 11:15:09.788 ***🔗
geralt@localhost/res1 in
<features xmlns='http://etherx.jabber.org/streams'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</features>



*** User 2024-04-16 11:15:09.788 ***🔗
geralt@localhost/res1 out
<iq type='set' id='3cc02d8b7ab910abc762461ab9e0c42d'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2024-04-16 11:15:09.788 ***🔗
geralt@localhost/res1 in
<iq id='3cc02d8b7ab910abc762461ab9e0c42d' type='result' xmlns='jabber:client'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>geralt@localhost/res1</jid>
	</bind>
</iq>



*** User 2024-04-16 11:15:09.788 ***🔗
geralt@localhost/res1 out
<iq type='set' id='4bc3dd4e5d1724d9a49a2ce936cfa4a5'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-16 11:15:09.789 ***🔗
geralt@localhost/res1 in
<iq from='localhost' to='geralt@localhost/res1' id='4bc3dd4e5d1724d9a49a2ce936cfa4a5' type='result' xmlns='jabber:client'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-16 11:15:09.789 ***🔗
geralt@localhost/res1 out
<presence/>



*** User 2024-04-16 11:15:09.790 ***🔗
geralt@localhost/res1 in
<presence from='geralt@localhost/res1' to='geralt@localhost/res1' xmlns='jabber:client'/>



*** User 2024-04-16 11:15:09.839 ***🔗
geralt_s@localhost/res1 out
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' to='localhost' version='1.0'/>



*** User 2024-04-16 11:15:09.840 ***🔗
geralt_s@localhost/res1 in
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' id='94790c597f8cfeeb' from='localhost' version='1.0' xml:lang='en'/>



*** User 2024-04-16 11:15:09.840 ***🔗
geralt_s@localhost/res1 in
<features xmlns='http://etherx.jabber.org/streams'>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
		<mechanism>SCRAM-SHA-256</mechanism>
		<mechanism>PLAIN</mechanism>
	</mechanisms>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</features>



*** User 2024-04-16 11:15:09.840 ***🔗
geralt_s@localhost/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGdlcmFsdF9zAHdpdGNoZXJfcw==</auth>



*** User 2024-04-16 11:15:09.841 ***🔗
geralt_s@localhost/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2024-04-16 11:15:09.842 ***🔗
geralt_s@localhost/res1 out
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' to='localhost' version='1.0'/>



*** User 2024-04-16 11:15:09.842 ***🔗
geralt_s@localhost/res1 in
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' id='b21bfe748fc5da13' from='localhost' version='1.0' xml:lang='en' to='geralt_s@localhost'/>



*** User 2024-04-16 11:15:09.842 ***🔗
geralt_s@localhost/res1 in
<features xmlns='http://etherx.jabber.org/streams'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
	<register xmlns='http://jabber.org/features/iq-register'/>
	<amp xmlns='http://jabber.org/feature/amp'/>
	<sm xmlns='urn:xmpp:sm:3'/>
</features>



*** User 2024-04-16 11:15:09.842 ***🔗
geralt_s@localhost/res1 out
<iq type='set' id='9c7600289eef2cf6220b94ab592e64cf'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2024-04-16 11:15:09.843 ***🔗
geralt_s@localhost/res1 in
<iq id='9c7600289eef2cf6220b94ab592e64cf' type='result' xmlns='jabber:client'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>geralt_s@localhost/res1</jid>
	</bind>
</iq>



*** User 2024-04-16 11:15:09.843 ***🔗
geralt_s@localhost/res1 out
<iq type='set' id='749a8571868644feed84d362018c5375'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-16 11:15:09.844 ***🔗
geralt_s@localhost/res1 in
<iq from='localhost' to='geralt_s@localhost/res1' id='749a8571868644feed84d362018c5375' type='result' xmlns='jabber:client'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-16 11:15:09.844 ***🔗
geralt_s@localhost/res1 out
<presence/>



*** User 2024-04-16 11:15:09.846 ***🔗
geralt_s@localhost/res1 in
<presence from='geralt_s@localhost/res1' to='geralt_s@localhost/res1' xmlns='jabber:client'/>



*** User 2024-04-16 11:15:09.846 ***🔗
geralt_s@localhost/res1 out
<message type='chat' to='geralt@localhost/res1'>
	<body>Hi!</body>
</message>



*** User 2024-04-16 11:15:09.846 ***🔗
geralt@localhost/res1 in
<message from='geralt_s@localhost/res1' to='geralt@localhost/res1' type='chat' xmlns='jabber:client'>
	<body>Hi!</body>
</message>



*** User 2024-04-16 11:15:09.847 ***🔗
geralt@localhost/res1 out
<message type='chat' to='geralt_s@localhost/res1'>
	<body>Hello!</body>
</message>



*** User 2024-04-16 11:15:09.847 ***🔗
geralt_s@localhost/res1 in
<message from='geralt@localhost/res1' to='geralt_s@localhost/res1' type='chat' xmlns='jabber:client'>
	<body>Hello!</body>
</message>



*** User 2024-04-16 11:15:09.848 ***🔗
geralt_s@localhost/res1 out
<close xmlns='urn:ietf:params:xml:ns:xmpp-framing'/>



*** User 2024-04-16 11:15:09.848 ***🔗
geralt_s@localhost/res1 in
<close xmlns='urn:ietf:params:xml:ns:xmpp-framing'/>



*** User 2024-04-16 11:15:09.849 ***🔗
geralt@localhost/res1 out
<close xmlns='urn:ietf:params:xml:ns:xmpp-framing'/>



*** User 2024-04-16 11:15:09.890 ***🔗
geralt@localhost/res1 in
<close xmlns='urn:ietf:params:xml:ns:xmpp-framing'/>


*** CT 2024-04-16 11:15:09.893 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_4731.html



=== Ended at 2024-04-16 11:15:09
=== successfully completed test case
=== === Returned value: ok


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