=== 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},
                            proto => tcp,ip_address => "0",
                            ip_tuple => {0,0,0,0},
                            ip_version => 4,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},
                            proto => tcp,ip_address => "0",
                            tls =>
                                #{password => [],
                                  certfile => "priv/ssl/fake_cert.pem",
                                  keyfile => "priv/ssl/fake_key.pem",
                                  verify_mode => none},
                            ip_tuple => {0,0,0,0},
                            ip_version => 4,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},
                            proto => tcp,ip_address => "127.0.0.1",
                            ip_tuple => {127,0,0,1},
                            ip_version => 4,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},
                            proto => tcp,ip_address => "0",
                            tls =>
                                #{password => [],
                                  certfile => "priv/ssl/fake_cert.pem",
                                  keyfile => "priv/ssl/fake_key.pem",
                                  verify_mode => none},
                            ip_tuple => {0,0,0,0},
                            ip_version => 4,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},
                            proto => tcp,ip_address => "127.0.0.1",
                            ip_tuple => {127,0,0,1},
                            ip_version => 4,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},
                            proto => tcp,ip_address => "0.0.0.0",
                            ip_tuple => {0,0,0,0},
                            ip_version => 4,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},
                            proto => tcp,ip_address => "0.0.0.0",
                            ip_tuple => {0,0,0,0},
                            ip_version => 4,connection_type => undefined}]},
     {watchdog,<0.85997.0>},
     {preset,"mysql_redis"},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/websockets_SUITE_data"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@8a480c91a890.2024-04-12_13.25.32/big_tests.tests.websockets_SUITE.logs/run.2024-04-12_13.39.49/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@8a480c91a890.2024-04-12_13.25.32/big_tests.tests.websockets_SUITE.logs/run.2024-04-12_13.39.49/log_private/"},
     {escalus_users,[{alice,[{username,<<"alicE">>},
                             {server,<<"domain.example.com">>},
                             {host,<<"localhost">>},
                             {password,<<"matygrysa">>}]},
                     {geralt,[{username,<<"geralt">>},
                              {server,<<"domain.example.com">>},
                              {host,<<"localhost">>},
                              {password,<<"witcher">>},
                              {transport,escalus_ws},
                              {port,5280},
                              {wspath,<<"/ws-xmpp">>}]},
                     {geralt_s,[{username,<<"geralt_s">>},
                                {server,<<"domain.example.com">>},
                                {host,<<"localhost">>},
                                {password,<<"witcher_s">>},
                                {transport,escalus_ws},
                                {ssl,true},
                                {port,5285},
                                {wspath,<<"/ws-xmpp">>},
                                {ssl_opts,[{verify,verify_none}]}]},
                     {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@8a480c91a890.2024-04-12_13.25.32"

=== Started at 2024-04-12 13:39:50


*** CT 2024-04-12 13:39:50.055 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_2887.html

*** User 2024-04-12 13:39:50.060 ***🔗
geralt@domain.example.com/res1 out
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' to='domain.example.com' version='1.0'/>



*** User 2024-04-12 13:39:50.060 ***🔗
geralt@domain.example.com/res1 in
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' id='bb388756fee39f3a' from='domain.example.com' version='1.0' xml:lang='en'/>



*** User 2024-04-12 13:39:50.060 ***🔗
geralt@domain.example.com/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-12 13:39:50.060 ***🔗
geralt@domain.example.com/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGdlcmFsdAB3aXRjaGVy</auth>



*** User 2024-04-12 13:39:50.061 ***🔗
geralt@domain.example.com/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2024-04-12 13:39:50.061 ***🔗
geralt@domain.example.com/res1 out
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' to='domain.example.com' version='1.0'/>



*** User 2024-04-12 13:39:50.062 ***🔗
geralt@domain.example.com/res1 in
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' id='0f53febdf187e0fd' from='domain.example.com' version='1.0' xml:lang='en' to='geralt@domain.example.com'/>



*** User 2024-04-12 13:39:50.062 ***🔗
geralt@domain.example.com/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-12 13:39:50.062 ***🔗
geralt@domain.example.com/res1 out
<iq type='set' id='2c3eb9dfef83560a1ed316489719622d'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2024-04-12 13:39:50.062 ***🔗
geralt@domain.example.com/res1 in
<iq id='2c3eb9dfef83560a1ed316489719622d' type='result' xmlns='jabber:client'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>geralt@domain.example.com/res1</jid>
	</bind>
</iq>



*** User 2024-04-12 13:39:50.062 ***🔗
geralt@domain.example.com/res1 out
<iq type='set' id='3e133a34c6309bd67f6584f17d54679c'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-12 13:39:50.063 ***🔗
geralt@domain.example.com/res1 in
<iq from='domain.example.com' to='geralt@domain.example.com/res1' id='3e133a34c6309bd67f6584f17d54679c' type='result' xmlns='jabber:client'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-12 13:39:50.063 ***🔗
geralt@domain.example.com/res1 out
<presence/>



*** User 2024-04-12 13:39:50.064 ***🔗
geralt@domain.example.com/res1 in
<presence from='geralt@domain.example.com/res1' to='geralt@domain.example.com/res1' xmlns='jabber:client'/>



*** User 2024-04-12 13:39:50.113 ***🔗
geralt_s@domain.example.com/res1 out
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' to='domain.example.com' version='1.0'/>



*** User 2024-04-12 13:39:50.114 ***🔗
geralt_s@domain.example.com/res1 in
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' id='af04187621cda902' from='domain.example.com' version='1.0' xml:lang='en'/>



*** User 2024-04-12 13:39:50.114 ***🔗
geralt_s@domain.example.com/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-12 13:39:50.114 ***🔗
geralt_s@domain.example.com/res1 out
<auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl' mechanism='PLAIN'>AGdlcmFsdF9zAHdpdGNoZXJfcw==</auth>



*** User 2024-04-12 13:39:50.115 ***🔗
geralt_s@domain.example.com/res1 in
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>



*** User 2024-04-12 13:39:50.115 ***🔗
geralt_s@domain.example.com/res1 out
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' to='domain.example.com' version='1.0'/>



*** User 2024-04-12 13:39:50.115 ***🔗
geralt_s@domain.example.com/res1 in
<open xmlns='urn:ietf:params:xml:ns:xmpp-framing' id='117f5e154946e63a' from='domain.example.com' version='1.0' xml:lang='en' to='geralt_s@domain.example.com'/>



*** User 2024-04-12 13:39:50.116 ***🔗
geralt_s@domain.example.com/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-12 13:39:50.116 ***🔗
geralt_s@domain.example.com/res1 out
<iq type='set' id='3dac860ae59ea84ec3008f9a1fee12b2'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<resource>res1</resource>
	</bind>
</iq>



*** User 2024-04-12 13:39:50.116 ***🔗
geralt_s@domain.example.com/res1 in
<iq id='3dac860ae59ea84ec3008f9a1fee12b2' type='result' xmlns='jabber:client'>
	<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
		<jid>geralt_s@domain.example.com/res1</jid>
	</bind>
</iq>



*** User 2024-04-12 13:39:50.116 ***🔗
geralt_s@domain.example.com/res1 out
<iq type='set' id='77026de2a4e1ab539a3c7d7b568f1a76'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-12 13:39:50.117 ***🔗
geralt_s@domain.example.com/res1 in
<iq from='domain.example.com' to='geralt_s@domain.example.com/res1' id='77026de2a4e1ab539a3c7d7b568f1a76' type='result' xmlns='jabber:client'>
	<session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
</iq>



*** User 2024-04-12 13:39:50.117 ***🔗
geralt_s@domain.example.com/res1 out
<presence/>



*** User 2024-04-12 13:39:50.119 ***🔗
geralt_s@domain.example.com/res1 in
<presence from='geralt_s@domain.example.com/res1' to='geralt_s@domain.example.com/res1' xmlns='jabber:client'/>



*** User 2024-04-12 13:39:50.119 ***🔗
geralt_s@domain.example.com/res1 out
<message type='chat' to='geralt@domain.example.com/res1'>
	<body>Hi!</body>
</message>



*** User 2024-04-12 13:39:50.120 ***🔗
geralt@domain.example.com/res1 in
<message from='geralt_s@domain.example.com/res1' to='geralt@domain.example.com/res1' type='chat' xmlns='jabber:client'>
	<body>Hi!</body>
</message>



*** User 2024-04-12 13:39:50.120 ***🔗
geralt@domain.example.com/res1 out
<message type='chat' to='geralt_s@domain.example.com/res1'>
	<body>Hello!</body>
</message>



*** User 2024-04-12 13:39:50.121 ***🔗
geralt_s@domain.example.com/res1 in
<message from='geralt@domain.example.com/res1' to='geralt_s@domain.example.com/res1' type='chat' xmlns='jabber:client'>
	<body>Hello!</body>
</message>



*** User 2024-04-12 13:39:50.122 ***🔗
geralt_s@domain.example.com/res1 out
<close xmlns='urn:ietf:params:xml:ns:xmpp-framing'/>



*** User 2024-04-12 13:39:50.122 ***🔗
geralt_s@domain.example.com/res1 in
<close xmlns='urn:ietf:params:xml:ns:xmpp-framing'/>



*** User 2024-04-12 13:39:50.123 ***🔗
geralt@domain.example.com/res1 out
<close xmlns='urn:ietf:params:xml:ns:xmpp-framing'/>



*** User 2024-04-12 13:39:50.165 ***🔗
geralt@domain.example.com/res1 in
<close xmlns='urn:ietf:params:xml:ns:xmpp-framing'/>


*** CT 2024-04-12 13:39:50.168 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_2888.html



=== Ended at 2024-04-12 13:39:50
=== successfully completed test case
=== === Returned value: ok


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