=== Config function: websockets_SUITE:end_per_suite/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 => '_',
                                   max_stanza_size => infinity,
                                   c2s_state_timeout => 5000,
                                   backwards_compatible_session => true}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            proto => tcp,ip_address => "0",ip_version => 4,
                            ip_tuple => {0,0,0,0},
                            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 => '_',
                                   max_stanza_size => infinity,
                                   c2s_state_timeout => 5000,
                                   backwards_compatible_session => true}],
                            tls =>
                                #{certfile => "priv/ssl/fake_cert.pem",
                                  keyfile => "priv/ssl/fake_key.pem",
                                  password => [],verify_mode => none},
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            proto => tcp,ip_address => "0",ip_version => 4,
                            ip_tuple => {0,0,0,0},
                            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_version => 4,
                            ip_tuple => {127,0,0,1},
                            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}],
                            tls =>
                                #{certfile => "priv/ssl/fake_cert.pem",
                                  keyfile => "priv/ssl/fake_key.pem",
                                  password => [],verify_mode => none},
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            proto => tcp,ip_address => "0",ip_version => 4,
                            ip_tuple => {0,0,0,0},
                            connection_type => undefined},
                          #{module => ejabberd_cowboy,port => 5551,
                            protocol => #{compress => false},
                            handlers =>
                                [#{module => mongoose_graphql_handler,
                                   path => "/api/graphql",host => "localhost",
                                   password => <<"secret">>,
                                   username => <<"admin">>,
                                   sse_idle_timeout => 3600000,
                                   schema_endpoint => admin}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            proto => tcp,ip_address => "127.0.0.1",
                            ip_version => 4,
                            ip_tuple => {127,0,0,1},
                            connection_type => undefined},
                          #{module => ejabberd_cowboy,port => 5541,
                            protocol => #{compress => false},
                            handlers =>
                                [#{module => mongoose_graphql_handler,
                                   path => "/api/graphql",host => '_',
                                   sse_idle_timeout => 3600000,
                                   schema_endpoint => domain_admin}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            proto => tcp,ip_address => "0.0.0.0",
                            ip_version => 4,
                            ip_tuple => {0,0,0,0},
                            connection_type => undefined},
                          #{module => ejabberd_cowboy,port => 5561,
                            protocol => #{compress => false},
                            handlers =>
                                [#{module => mongoose_graphql_handler,
                                   path => "/api/graphql",host => '_',
                                   sse_idle_timeout => 3600000,
                                   schema_endpoint => user}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            proto => tcp,ip_address => "0.0.0.0",
                            ip_version => 4,
                            ip_tuple => {0,0,0,0},
                            connection_type => undefined}]},
     {watchdog,<0.64377.0>},
     {preset,"internal_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@baea9fdafaad.2024-03-06_09.19.52/big_tests.tests.websockets_SUITE.logs/run.2024-03-06_09.35.27/websockets_suite.end_per_suite.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@baea9fdafaad.2024-03-06_09.19.52/big_tests.tests.websockets_SUITE.logs/run.2024-03-06_09.35.27/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@baea9fdafaad.2024-03-06_09.19.52"

=== Started at 2024-03-06 09:35:29


#{num_acceptors => 10,max_connections => 1024, socket_opts => [{port,5285}, {ip,{0,0,0,0}}, {fail_if_no_peer_cert,false}, {verify,verify_none}, {verify_fun,{#Fun<just_tls.3.86325445>,[]}}, {certfile,"priv/ssl/fake_cert.pem"}, {keyfile,"priv/ssl/fake_key.pem"}, {password,[]}]} #{num_acceptors => 10,max_connections => 1024, socket_opts => [{port,8089}, {ip,{0,0,0,0}}, {fail_if_no_peer_cert,false}, {verify,verify_none}, {verify_fun,{#Fun<just_tls.3.86325445>,[]}}, {certfile,"priv/ssl/fake_cert.pem"}, {keyfile,"priv/ssl/fake_key.pem"}, {password,[]}]}
*** System report during websockets_SUITE:end_per_suite/1 2024-03-06 09:35:29.078 ***🔗
=WARNING REPORT==== 6-Mar-2024::09:35:29.078199 ===
====== finishing websockets_SUITE suite


*** User 2024-03-06 09:35:29.081 ***🔗
Suite: websockets_SUITE finished dirty. Other suites may fail because of that. Details:
[{opened_sessions,[{session,{1709717598607984,<10712.94826.0>},
                            {<<"alice_msg_is_sent_and_delivered_over_sse_1815">>,
                             <<"localhost">>,
                             <<"sse-4524a77b-cf9b-4b32-a01d-ec721edcb682">>},
                            {<<"alice_msg_is_sent_and_delivered_over_sse_1815">>,
                             <<"localhost">>},
                            1,#{}},
                   {session,{1709717598983890,<10712.95381.0>},
                            {<<"bob_room_msg_is_sent_and_delivered_over_sse_1832">>,
                             <<"localhost">>,
                             <<"sse-ea649d0c-322f-480b-a9ad-22faa4545706">>},
                            {<<"bob_room_msg_is_sent_and_delivered_over_sse_1832">>,
                             <<"localhost">>},
                            1,#{}},
                   {session,{1709717598885094,<10712.95212.0>},
                            {<<"bob_aff_change_msg_is_delivered_over_sse_1833">>,
                             <<"localhost">>,
                             <<"sse-bfe83549-e160-438c-a946-1ef1514131eb">>},
                            {<<"bob_aff_change_msg_is_delivered_over_sse_1833">>,
                             <<"localhost">>},
                            1,#{}},
                   {session,{1709717600167882,<10712.95881.0>},
                            {<<"alice_sse_should_not_get_timeout_1859">>,
                             <<"localhost">>,
                             <<"sse-11cbc458-38a1-4fb8-bf60-c4c07ed8f599">>},
                            {<<"alice_sse_should_not_get_timeout_1859">>,
                             <<"localhost">>},
                            1,#{}}]}]



=== Ended at 2024-03-06 09:35:29
=== successfully completed test case
=== === Returned value: ok
=== 
=== Total execution time of group: 1.388s



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