=== Config function: websockets_SUITE:init_per_group/2 (click for source code)

=== Group properties: [{name,wss_chat},sequence]

=== 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,
                                   backwards_compatible_session => true,
                                   c2s_state_timeout => 5000}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            ip_version => 4,
                            ip_tuple => {0,0,0,0},
                            proto => tcp,ip_address => "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,
                                   backwards_compatible_session => true,
                                   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_version => 4,
                            ip_tuple => {0,0,0,0},
                            proto => tcp,ip_address => "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},
                            ip_version => 4,
                            ip_tuple => {127,0,0,1},
                            proto => tcp,ip_address => "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}],
                            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_version => 4,
                            ip_tuple => {0,0,0,0},
                            proto => tcp,ip_address => "0",
                            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">>,
                                   sse_idle_timeout => 3600000,
                                   schema_endpoint => admin}],
                            transport =>
                                #{num_acceptors => 10,max_connections => 1024},
                            ip_version => 4,
                            ip_tuple => {127,0,0,1},
                            proto => tcp,ip_address => "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},
                            ip_version => 4,
                            ip_tuple => {0,0,0,0},
                            proto => tcp,ip_address => "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},
                            ip_version => 4,
                            ip_tuple => {0,0,0,0},
                            proto => tcp,ip_address => "0.0.0.0",
                            connection_type => undefined}]},
     {watchdog,<0.98121.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@f4c4c3a5d63b.2024-04-26_12.39.34/big_tests.tests.websockets_SUITE.logs/run.2024-04-26_12.57.57/websockets_suite.init_per_group.187907.html"},
     {tc_group_properties,[{name,wss_chat},sequence]},
     {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@f4c4c3a5d63b.2024-04-26_12.39.34/big_tests.tests.websockets_SUITE.logs/run.2024-04-26_12.57.57/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@f4c4c3a5d63b.2024-04-26_12.39.34"

=== Started at 2024-04-26 12:57:58


=== Ended at 2024-04-26 12:57:58 === successfully completed test case === === Returned value: [{user,geralt_s}, {watchdog,<0.98255.0>}, {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, backwards_compatible_session => true, c2s_state_timeout => 5000}], transport => #{num_acceptors => 10,max_connections => 1024}, ip_version => 4, ip_tuple => {0,0,0,0}, proto => tcp,ip_address => "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, backwards_compatible_session => true, 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_version => 4, ip_tuple => {0,0,0,0}, proto => tcp,ip_address => "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}, ip_version => 4, ip_tuple => {127,0,0,1}, proto => tcp,ip_address => "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}], 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_version => 4, ip_tuple => {0,0,0,0}, proto => tcp,ip_address => "0", 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">>, sse_idle_timeout => 3600000, schema_endpoint => admin}], transport => #{num_acceptors => 10,max_connections => 1024}, ip_version => 4, ip_tuple => {127,0,0,1}, proto => tcp,ip_address => "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}, ip_version => 4, ip_tuple => {0,0,0,0}, proto => tcp,ip_address => "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}, ip_version => 4, ip_tuple => {0,0,0,0}, proto => tcp,ip_address => "0.0.0.0", connection_type => undefined}]}, {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@f4c4c3a5d63b.2024-04-26_12.39.34/big_tests.tests.websockets_SUITE.logs/run.2024-04-26_12.57.57/websockets_suite.init_per_group.187907.html"}, {tc_group_properties,[{name,wss_chat},sequence]}, {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@f4c4c3a5d63b.2024-04-26_12.39.34/big_tests.tests.websockets_SUITE.logs/run.2024-04-26_12.57.57/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}]}]}]


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