esl / MongooseIM

MongooseIM is Erlang Solutions' robust, scalable and efficient XMPP server, aimed at large installations. Specifically designed for enterprise purposes, it is fault-tolerant and can utilise the resources of multiple clustered machines.
Other
1.64k stars 422 forks source link

Use maps in outgoing pools config #3541

Closed gustawlippa closed 2 years ago

gustawlippa commented 2 years ago

Parsed pools config is now a list of maps. Internal opts and conn_opts are maps also. In some places it is not really leveraged, and they are quickly changed to KV lists. One such place that is a bit awkward are the wpool opts, and start_configured_pools changes the options from a map. There are probably some improvements left on the table with the maps, but I didn't want to make this PR too big.

Now with default values!

Also, some code simplifications and improvements, some better specs and so on.

mongoose-im commented 2 years ago

small_tests_24 / small_tests / 052cd953373869211ec0023eb60136dcf1201725 Reports root / small


small_tests_23 / small_tests / 052cd953373869211ec0023eb60136dcf1201725 Reports root / small


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 052cd953373869211ec0023eb60136dcf1201725 Reports root/ big OK: 2708 / Failed: 1 / User-skipped: 239 / Auto-skipped: 8

muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], []}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE,init_per_group,2, [{file,"/home/ci... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105425/pgsql_mnesia.23.1/big/ct_run.test%4012b7032f830d.2022-02-11_12.02.22/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.07.47/muc_suite.init_per_group.132226.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], []}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE,init_per_group,2, [{file,"/home/ci... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105425/pgsql_mnesia.23.1/big/ct_run.test%4012b7032f830d.2022-02-11_12.02.22/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.07.47/muc_suite.init_per_group.132354.html)
service_mongoose_system_metrics_SUITE:outgoing_pools_are_reported ```erlang {error,{{timeout,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105425/pgsql_mnesia.23.1/big/ct_run.test%4012b7032f830d.2022-02-11_12.02.22/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_12.10.49/service_mongoose_system_metrics_suite.outgoing_pools_are_reported.html)

dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 052cd953373869211ec0023eb60136dcf1201725 Reports root/ big OK: 2708 / Failed: 1 / User-skipped: 239 / Auto-skipped: 8

muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105430/pgsql_mnesia.24.0.5/big/ct_run.test%405ea67f5b7692.2022-02-11_12.02.44/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.08.15/muc_suite.init_per_group.111106.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105430/pgsql_mnesia.24.0.5/big/ct_run.test%405ea67f5b7692.2022-02-11_12.02.44/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.08.15/muc_suite.init_per_group.111234.html)
service_mongoose_system_metrics_SUITE:outgoing_pools_are_reported ```erlang {error,{{timeout,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105430/pgsql_mnesia.24.0.5/big/ct_run.test%405ea67f5b7692.2022-02-11_12.02.44/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_12.11.12/service_mongoose_system_metrics_suite.outgoing_pools_are_reported.html)

dynamic_domains_mysql_redis_24 / mysql_redis / 052cd953373869211ec0023eb60136dcf1201725 Reports root/ big OK: 2691 / Failed: 1 / User-skipped: 256 / Auto-skipped: 8

muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105439/mysql_redis.24.0.5/big/ct_run.test%400f32af5e103e.2022-02-11_12.03.04/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.08.28/muc_suite.init_per_group.64132.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105439/mysql_redis.24.0.5/big/ct_run.test%400f32af5e103e.2022-02-11_12.03.04/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.08.28/muc_suite.init_per_group.64260.html)
service_mongoose_system_metrics_SUITE:outgoing_pools_are_reported ```erlang {error,{{timeout,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105439/mysql_redis.24.0.5/big/ct_run.test%400f32af5e103e.2022-02-11_12.03.04/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_12.11.42/service_mongoose_system_metrics_suite.outgoing_pools_are_reported.html)

dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 052cd953373869211ec0023eb60136dcf1201725 Reports root/ big OK: 2708 / Failed: 1 / User-skipped: 239 / Auto-skipped: 8

muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105433/odbc_mssql_mnesia.24.0.5/big/ct_run.test%40e53ba27afb14.2022-02-11_12.02.58/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.09.06/muc_suite.init_per_group.91779.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105433/odbc_mssql_mnesia.24.0.5/big/ct_run.test%40e53ba27afb14.2022-02-11_12.02.58/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.09.06/muc_suite.init_per_group.91907.html)
service_mongoose_system_metrics_SUITE:outgoing_pools_are_reported ```erlang {error,{{timeout,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105433/odbc_mssql_mnesia.24.0.5/big/ct_run.test%40e53ba27afb14.2022-02-11_12.02.58/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_12.12.19/service_mongoose_system_metrics_suite.outgoing_pools_are_reported.html)

ldap_mnesia_23 / ldap_mnesia / 052cd953373869211ec0023eb60136dcf1201725 Reports root/ big OK: 1414 / Failed: 0 / User-skipped: 358 / Auto-skipped: 124

mod_event_pusher_rabbit_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}}, [{erlang,map_get, [type, {rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}], []}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}], [<<"localhost">>]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {mod_event_push... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105424/ldap_mnesia.23.1/big/ct_run.test%4043066fb6be82.2022-02-11_12.02.22/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-11_12.05.24/mod_event_pusher_rabbit_suite.init_per_suite.html)
muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], []}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE,init_per_group,2, [{file,"/home/ci... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105424/ldap_mnesia.23.1/big/ct_run.test%4043066fb6be82.2022-02-11_12.02.22/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.08.20/muc_suite.init_per_group.27779.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], []}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE,init_per_group,2, [{file,"/home/ci... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105424/ldap_mnesia.23.1/big/ct_run.test%4043066fb6be82.2022-02-11_12.02.22/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.08.20/muc_suite.init_per_group.45058.html)
push_integration_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:39295"}]}}, [{erlang,map_get, [type, {http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:39295"}]}], []}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:39295"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {push_integration_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/push_integration_SUITE.erl"}, {line,134}]}, {t... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105424/ldap_mnesia.23.1/big/ct_run.test%4043066fb6be82.2022-02-11_12.02.22/big_tests.tests.push_integration_SUITE.logs/run.2022-02-11_12.11.08/push_integration_suite.init_per_suite.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.8650.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105424/ldap_mnesia.23.1/big/ct_run.test%4043066fb6be82.2022-02-11_12.02.22/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_12.12.35/service_mongoose_system_metrics_suite.init_per_suite.html)

internal_mnesia_24 / internal_mnesia / 052cd953373869211ec0023eb60136dcf1201725 Reports root/ big OK: 1443 / Failed: 0 / User-skipped: 329 / Auto-skipped: 124

mod_event_pusher_rabbit_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}}, [{erlang,map_get, [type, {rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}], [<<"localhost">>]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"},... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105428/internal_mnesia.24.0.5/big/ct_run.test%409b79d7e86f70.2022-02-11_12.03.02/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-11_12.06.17/mod_event_pusher_rabbit_suite.init_per_suite.html)
muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105428/internal_mnesia.24.0.5/big/ct_run.test%409b79d7e86f70.2022-02-11_12.03.02/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.09.55/muc_suite.init_per_group.29571.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105428/internal_mnesia.24.0.5/big/ct_run.test%409b79d7e86f70.2022-02-11_12.03.02/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.09.55/muc_suite.init_per_group.29699.html)
push_integration_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:44565"}]}}, [{erlang,map_get, [type, {http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:44565"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:44565"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {push_integration_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/push_integration... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105428/internal_mnesia.24.0.5/big/ct_run.test%409b79d7e86f70.2022-02-11_12.03.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-11_12.12.47/push_integration_suite.init_per_suite.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.9167.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105428/internal_mnesia.24.0.5/big/ct_run.test%409b79d7e86f70.2022-02-11_12.03.02/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_12.14.09/service_mongoose_system_metrics_suite.init_per_suite.html)

pgsql_mnesia_23 / pgsql_mnesia / 052cd953373869211ec0023eb60136dcf1201725 Reports root/ big OK: 2979 / Failed: 0 / User-skipped: 236 / Auto-skipped: 124

mod_event_pusher_rabbit_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}}, [{erlang,map_get, [type, {rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}], []}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}], [<<"localhost">>]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {mod_event_push... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105427/pgsql_mnesia.23.1/big/ct_run.test%4071257083ccff.2022-02-11_12.02.24/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-11_12.07.14/mod_event_pusher_rabbit_suite.init_per_suite.html)
muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], []}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE,init_per_group,2, [{file,"/home/ci... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105427/pgsql_mnesia.23.1/big/ct_run.test%4071257083ccff.2022-02-11_12.02.24/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.09.35/muc_suite.init_per_group.148738.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], []}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE,init_per_group,2, [{file,"/home/ci... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105427/pgsql_mnesia.23.1/big/ct_run.test%4071257083ccff.2022-02-11_12.02.24/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.09.35/muc_suite.init_per_group.148866.html)
push_integration_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:34619"}]}}, [{erlang,map_get, [type, {http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:34619"}]}], []}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:34619"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {push_integration_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/push_integration_SUITE.erl"}, {line,134}]}, {t... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105427/pgsql_mnesia.23.1/big/ct_run.test%4071257083ccff.2022-02-11_12.02.24/big_tests.tests.push_integration_SUITE.logs/run.2022-02-11_12.12.39/push_integration_suite.init_per_suite.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.2825.2>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105427/pgsql_mnesia.23.1/big/ct_run.test%4071257083ccff.2022-02-11_12.02.24/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_12.14.10/service_mongoose_system_metrics_suite.init_per_suite.html)

elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 052cd953373869211ec0023eb60136dcf1201725 Reports root/ big OK: 1589 / Failed: 0 / User-skipped: 337 / Auto-skipped: 124

mod_event_pusher_rabbit_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}}, [{erlang,map_get, [type, {rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}], [<<"localhost">>]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"},... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105436/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40d2d4374fdd08.2022-02-11_12.03.19/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-11_12.07.37/mod_event_pusher_rabbit_suite.init_per_suite.html)
muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105436/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40d2d4374fdd08.2022-02-11_12.03.19/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.10.42/muc_suite.init_per_group.59138.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105436/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40d2d4374fdd08.2022-02-11_12.03.19/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.10.42/muc_suite.init_per_group.59266.html)
push_integration_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:46739"}]}}, [{erlang,map_get, [type, {http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:46739"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:46739"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {push_integration_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/push_integration... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105436/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40d2d4374fdd08.2022-02-11_12.03.19/big_tests.tests.push_integration_SUITE.logs/run.2022-02-11_12.13.28/push_integration_suite.init_per_suite.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.12028.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105436/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40d2d4374fdd08.2022-02-11_12.03.19/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_12.14.54/service_mongoose_system_metrics_suite.init_per_suite.html)

pgsql_mnesia_24 / pgsql_mnesia / 052cd953373869211ec0023eb60136dcf1201725 Reports root/ big OK: 2979 / Failed: 0 / User-skipped: 236 / Auto-skipped: 124

mod_event_pusher_rabbit_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}}, [{erlang,map_get, [type, {rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}], [<<"localhost">>]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"},... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105438/pgsql_mnesia.24.0.5/big/ct_run.test%40581cfc7a4607.2022-02-11_12.02.45/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-11_12.07.31/mod_event_pusher_rabbit_suite.init_per_suite.html)
muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105438/pgsql_mnesia.24.0.5/big/ct_run.test%40581cfc7a4607.2022-02-11_12.02.45/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.09.57/muc_suite.init_per_group.91523.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105438/pgsql_mnesia.24.0.5/big/ct_run.test%40581cfc7a4607.2022-02-11_12.02.45/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.09.57/muc_suite.init_per_group.134402.html)
push_integration_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:40671"}]}}, [{erlang,map_get, [type, {http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:40671"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:40671"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {push_integration_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/push_integration... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105438/pgsql_mnesia.24.0.5/big/ct_run.test%40581cfc7a4607.2022-02-11_12.02.45/big_tests.tests.push_integration_SUITE.logs/run.2022-02-11_12.13.02/push_integration_suite.init_per_suite.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.2708.2>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105438/pgsql_mnesia.24.0.5/big/ct_run.test%40581cfc7a4607.2022-02-11_12.02.45/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_12.14.31/service_mongoose_system_metrics_suite.init_per_suite.html)

ldap_mnesia_24 / ldap_mnesia / 052cd953373869211ec0023eb60136dcf1201725 Reports root/ big OK: 1414 / Failed: 0 / User-skipped: 358 / Auto-skipped: 124

mod_event_pusher_rabbit_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}}, [{erlang,map_get, [type, {rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}], [<<"localhost">>]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"},... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105437/ldap_mnesia.24.0.5/big/ct_run.test%40d2f1bc408780.2022-02-11_12.04.28/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-11_12.07.35/mod_event_pusher_rabbit_suite.init_per_suite.html)
muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105437/ldap_mnesia.24.0.5/big/ct_run.test%40d2f1bc408780.2022-02-11_12.04.28/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.10.40/muc_suite.init_per_group.44930.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105437/ldap_mnesia.24.0.5/big/ct_run.test%40d2f1bc408780.2022-02-11_12.04.28/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.10.40/muc_suite.init_per_group.45058.html)
push_integration_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:41243"}]}}, [{erlang,map_get, [type, {http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:41243"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:41243"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {push_integration_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/push_integration... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105437/ldap_mnesia.24.0.5/big/ct_run.test%40d2f1bc408780.2022-02-11_12.04.28/big_tests.tests.push_integration_SUITE.logs/run.2022-02-11_12.13.34/push_integration_suite.init_per_suite.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.8622.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105437/ldap_mnesia.24.0.5/big/ct_run.test%40d2f1bc408780.2022-02-11_12.04.28/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_12.15.04/service_mongoose_system_metrics_suite.init_per_suite.html)

mysql_redis_24 / mysql_redis / 052cd953373869211ec0023eb60136dcf1201725 Reports root/ big OK: 2962 / Failed: 0 / User-skipped: 253 / Auto-skipped: 124

mod_event_pusher_rabbit_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}}, [{erlang,map_get, [type, {rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}], [<<"localhost">>]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"},... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105435/mysql_redis.24.0.5/big/ct_run.test%40970edf3e1552.2022-02-11_12.02.53/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-11_12.08.11/mod_event_pusher_rabbit_suite.init_per_suite.html)
muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105435/mysql_redis.24.0.5/big/ct_run.test%40970edf3e1552.2022-02-11_12.02.53/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.10.37/muc_suite.init_per_group.56324.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105435/mysql_redis.24.0.5/big/ct_run.test%40970edf3e1552.2022-02-11_12.02.53/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.10.37/muc_suite.init_per_group.140802.html)
push_integration_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:44391"}]}}, [{erlang,map_get, [type, {http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:44391"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:44391"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {push_integration_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/push_integration... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105435/mysql_redis.24.0.5/big/ct_run.test%40970edf3e1552.2022-02-11_12.02.53/big_tests.tests.push_integration_SUITE.logs/run.2022-02-11_12.13.41/push_integration_suite.init_per_suite.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.2158.2>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105435/mysql_redis.24.0.5/big/ct_run.test%40970edf3e1552.2022-02-11_12.02.53/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_12.15.13/service_mongoose_system_metrics_suite.init_per_suite.html)

mssql_mnesia_24 / odbc_mssql_mnesia / 052cd953373869211ec0023eb60136dcf1201725 Reports root/ big OK: 2979 / Failed: 0 / User-skipped: 236 / Auto-skipped: 124

mod_event_pusher_rabbit_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}}, [{erlang,map_get, [type, {rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}], [<<"localhost">>]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"},... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105441/odbc_mssql_mnesia.24.0.5/big/ct_run.test%408960e38f7ec2.2022-02-11_12.03.10/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-11_12.08.22/mod_event_pusher_rabbit_suite.init_per_suite.html)
muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105441/odbc_mssql_mnesia.24.0.5/big/ct_run.test%408960e38f7ec2.2022-02-11_12.03.10/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.10.51/muc_suite.init_per_group.125314.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105441/odbc_mssql_mnesia.24.0.5/big/ct_run.test%408960e38f7ec2.2022-02-11_12.03.10/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.10.51/muc_suite.init_per_group.125442.html)
push_integration_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:39757"}]}}, [{erlang,map_get, [type, {http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:39757"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:39757"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {push_integration_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/push_integration... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105441/odbc_mssql_mnesia.24.0.5/big/ct_run.test%408960e38f7ec2.2022-02-11_12.03.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-11_12.14.05/push_integration_suite.init_per_suite.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.2568.2>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105441/odbc_mssql_mnesia.24.0.5/big/ct_run.test%408960e38f7ec2.2022-02-11_12.03.10/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_12.15.43/service_mongoose_system_metrics_suite.init_per_suite.html)

riak_mnesia_24 / riak_mnesia / 052cd953373869211ec0023eb60136dcf1201725 Reports root/ big OK: 1594 / Failed: 0 / User-skipped: 332 / Auto-skipped: 124

mod_event_pusher_rabbit_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}}, [{erlang,map_get, [type, {rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{rabbit,host,event_pusher, [{workers,20}], [{amqp_host,"localhost"}, {amqp_port,5672}, {amqp_username,"guest"}, {amqp_password,"guest"}]}], [<<"localhost">>]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"},... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105429/riak_mnesia.24.0.5/big/ct_run.test%40e91db4f238dd.2022-02-11_12.03.36/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-11_12.10.04/mod_event_pusher_rabbit_suite.init_per_suite.html)
muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105429/riak_mnesia.24.0.5/big/ct_run.test%40e91db4f238dd.2022-02-11_12.03.36/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.12.35/muc_suite.init_per_group.50946.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}}, [{erlang,map_get, [type, {http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,muc_http_auth_test, [{strategy,available_worker},{workers,5}], [{server,"http://localhost:8080"}, {path_prefix,"/muc/auth/"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {muc_SUITE... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105429/riak_mnesia.24.0.5/big/ct_run.test%40e91db4f238dd.2022-02-11_12.03.36/big_tests.tests.muc_SUITE.logs/run.2022-02-11_12.12.35/muc_suite.init_per_group.51074.html)
push_integration_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmap, {http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:42181"}]}}, [{erlang,map_get, [type, {http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:42181"}]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{http,global,mongoose_push_http, [{strategy,available_worker},{workers,20}], [{server,"https://localhost:42181"}]}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {push_integration_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/push_integration... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105429/riak_mnesia.24.0.5/big/ct_run.test%40e91db4f238dd.2022-02-11_12.03.36/big_tests.tests.push_integration_SUITE.logs/run.2022-02-11_12.15.37/push_integration_suite.init_per_suite.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.11979.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105429/riak_mnesia.24.0.5/big/ct_run.test%40e91db4f238dd.2022-02-11_12.03.36/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_12.18.02/service_mongoose_system_metrics_suite.init_per_suite.html)
mongoose-im commented 2 years ago

small_tests_24 / small_tests / 223558fde18ede638188a304d9b0b8694a2d8d59 Reports root / small


small_tests_23 / small_tests / 223558fde18ede638188a304d9b0b8694a2d8d59 Reports root / small


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 223558fde18ede638188a304d9b0b8694a2d8d59 Reports root/ big OK: 2716 / Failed: 1 / User-skipped: 239 / Auto-skipped: 0

service_mongoose_system_metrics_SUITE:outgoing_pools_are_reported ```erlang {error,{{timeout,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105472/pgsql_mnesia.23.1/big/ct_run.test%40530f01456e4a.2022-02-11_13.05.39/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_13.13.55/service_mongoose_system_metrics_suite.outgoing_pools_are_reported.html)

dynamic_domains_mysql_redis_24 / mysql_redis / 223558fde18ede638188a304d9b0b8694a2d8d59 Reports root/ big OK: 2699 / Failed: 1 / User-skipped: 256 / Auto-skipped: 0

service_mongoose_system_metrics_SUITE:outgoing_pools_are_reported ```erlang {error,{{timeout,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105485/mysql_redis.24.0.5/big/ct_run.test%40807c1f4163f2.2022-02-11_13.06.08/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_13.14.29/service_mongoose_system_metrics_suite.outgoing_pools_are_reported.html)

dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 223558fde18ede638188a304d9b0b8694a2d8d59 Reports root/ big OK: 2716 / Failed: 1 / User-skipped: 239 / Auto-skipped: 0

service_mongoose_system_metrics_SUITE:outgoing_pools_are_reported ```erlang {error,{{timeout,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105483/pgsql_mnesia.24.0.5/big/ct_run.test%402886b7d18c82.2022-02-11_13.06.08/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_13.14.42/service_mongoose_system_metrics_suite.outgoing_pools_are_reported.html)

dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 223558fde18ede638188a304d9b0b8694a2d8d59 Reports root/ big OK: 2716 / Failed: 1 / User-skipped: 239 / Auto-skipped: 0

service_mongoose_system_metrics_SUITE:outgoing_pools_are_reported ```erlang {error,{{timeout,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105478/odbc_mssql_mnesia.24.0.5/big/ct_run.test%40e549473d9950.2022-02-11_13.06.12/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_13.16.00/service_mongoose_system_metrics_suite.outgoing_pools_are_reported.html)

ldap_mnesia_23 / ldap_mnesia / 223558fde18ede638188a304d9b0b8694a2d8d59 Reports root/ big OK: 1422 / Failed: 0 / User-skipped: 370 / Auto-skipped: 104

push_integration_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {function_clause, [{mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-', [#{conn_opts => #{server => "https://localhost:42961"}, opts => #{strategy => available_worker,workers => 20}, scope => global,tag => mongoose_push_http, type => http}], [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [#{conn_opts => #{server => "https://localhost:42961"}, opts => #{strategy => available_worker,workers => 20}, scope => global,tag => mongoose_push_http,type => http}]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {push_integration_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/push_integration_SUITE.erl"}, {line,134}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, ... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105474/ldap_mnesia.23.1/big/ct_run.test%40d98c1bbd5cf3.2022-02-11_13.05.47/big_tests.tests.push_integration_SUITE.logs/run.2022-02-11_13.14.41/push_integration_suite.init_per_suite.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.8597.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105474/ldap_mnesia.23.1/big/ct_run.test%40d98c1bbd5cf3.2022-02-11_13.05.47/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_13.16.06/service_mongoose_system_metrics_suite.init_per_suite.html)

ldap_mnesia_24 / ldap_mnesia / 223558fde18ede638188a304d9b0b8694a2d8d59 Reports root/ big OK: 1422 / Failed: 0 / User-skipped: 370 / Auto-skipped: 104

push_integration_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{bad_generator, #{conn_opts => #{server => "https://localhost:40705"}, opts => #{strategy => available_worker,workers => 20}, scope => global,tag => mongoose_push_http,type => http}}, [{mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [#{conn_opts => #{server => "https://localhost:40705"}, opts => #{strategy => available_worker,workers => 20}, scope => global,tag => mongoose_push_http,type => http}]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {push_integration_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/push_integration_SUITE.erl"}, {line,134}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{fi... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105482/ldap_mnesia.24.0.5/big/ct_run.test%402ebd5830e7bf.2022-02-11_13.06.05/big_tests.tests.push_integration_SUITE.logs/run.2022-02-11_13.14.54/push_integration_suite.init_per_suite.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.8483.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105482/ldap_mnesia.24.0.5/big/ct_run.test%402ebd5830e7bf.2022-02-11_13.06.05/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_13.16.21/service_mongoose_system_metrics_suite.init_per_suite.html)

pgsql_mnesia_23 / pgsql_mnesia / 223558fde18ede638188a304d9b0b8694a2d8d59 Reports root/ big OK: 2987 / Failed: 0 / User-skipped: 248 / Auto-skipped: 104

push_integration_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {function_clause, [{mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-', [#{conn_opts => #{server => "https://localhost:39371"}, opts => #{strategy => available_worker,workers => 20}, scope => global,tag => mongoose_push_http, type => http}], [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [#{conn_opts => #{server => "https://localhost:39371"}, opts => #{strategy => available_worker,workers => 20}, scope => global,tag => mongoose_push_http,type => http}]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {push_integration_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/push_integration_SUITE.erl"}, {line,134}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, ... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105473/pgsql_mnesia.23.1/big/ct_run.test%4033ba2ac79642.2022-02-11_13.05.36/big_tests.tests.push_integration_SUITE.logs/run.2022-02-11_13.15.38/push_integration_suite.init_per_suite.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.2493.2>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105473/pgsql_mnesia.23.1/big/ct_run.test%4033ba2ac79642.2022-02-11_13.05.36/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_13.17.07/service_mongoose_system_metrics_suite.init_per_suite.html)

internal_mnesia_24 / internal_mnesia / 223558fde18ede638188a304d9b0b8694a2d8d59 Reports root/ big OK: 1464 / Failed: 3 / User-skipped: 329 / Auto-skipped: 104

mod_event_pusher_rabbit_SUITE:initialization_on_startup:rabbit_pool_starts_with_default_config ```erlang {error, {{badrpc, {'EXIT', {{badmap,{rabbit,host,rabbit_event_pusher_default,[],[]}}, [{erlang,map_get, [type,{rabbit,host,rabbit_event_pusher_default,[],[]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{rabbit,host,rabbit_event_pusher_default,[],[]}], [<<"localhost">>]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {mod_event_pusher_rabbit_SUITE,rabbit_pool_starts_with_default_config, 1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_rabbit_SUITE.erl"}, {line,193}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105484/internal_mnesia.24.0.5/big/ct_run.test%40383f230e08cb.2022-02-11_13.06.28/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-11_13.09.34/mod_event_pusher_rabbit_suite.rabbit_pool_starts_with_default_config.html)
mod_event_pusher_rabbit_SUITE:initialization_on_startup:rabbit_pool_starts_with_default_config ```erlang {error, {{badrpc, {'EXIT', {{badmap,{rabbit,host,rabbit_event_pusher_default,[],[]}}, [{erlang,map_get, [type,{rabbit,host,rabbit_event_pusher_default,[],[]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{rabbit,host,rabbit_event_pusher_default,[],[]}], [<<"localhost">>]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {mod_event_pusher_rabbit_SUITE,rabbit_pool_starts_with_default_config, 1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_rabbit_SUITE.erl"}, {line,193}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105484/internal_mnesia.24.0.5/big/ct_run.test%40383f230e08cb.2022-02-11_13.06.28/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-11_13.09.34/mod_event_pusher_rabbit_suite.rabbit_pool_starts_with_default_config.18307.html)
mod_event_pusher_rabbit_SUITE:initialization_on_startup:rabbit_pool_starts_with_default_config ```erlang {error, {{badrpc, {'EXIT', {{badmap,{rabbit,host,rabbit_event_pusher_default,[],[]}}, [{erlang,map_get, [type,{rabbit,host,rabbit_event_pusher_default,[],[]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{rabbit,host,rabbit_event_pusher_default,[],[]}], [<<"localhost">>]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {mod_event_pusher_rabbit_SUITE,rabbit_pool_starts_with_default_config, 1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_rabbit_SUITE.erl"}, {line,193}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105484/internal_mnesia.24.0.5/big/ct_run.test%40383f230e08cb.2022-02-11_13.06.28/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-11_13.09.34/mod_event_pusher_rabbit_suite.rabbit_pool_starts_with_default_config.18819.html)
push_integration_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{bad_generator, #{conn_opts => #{server => "https://localhost:39225"}, opts => #{strategy => available_worker,workers => 20}, scope => global,tag => mongoose_push_http,type => http}}, [{mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [#{conn_opts => #{server => "https://localhost:39225"}, opts => #{strategy => available_worker,workers => 20}, scope => global,tag => mongoose_push_http,type => http}]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {push_integration_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/push_integration_SUITE.erl"}, {line,134}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{fi... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105484/internal_mnesia.24.0.5/big/ct_run.test%40383f230e08cb.2022-02-11_13.06.28/big_tests.tests.push_integration_SUITE.logs/run.2022-02-11_13.16.24/push_integration_suite.init_per_suite.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.9660.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105484/internal_mnesia.24.0.5/big/ct_run.test%40383f230e08cb.2022-02-11_13.06.28/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_13.17.52/service_mongoose_system_metrics_suite.init_per_suite.html)

elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 223558fde18ede638188a304d9b0b8694a2d8d59 Reports root/ big OK: 1597 / Failed: 0 / User-skipped: 349 / Auto-skipped: 104

push_integration_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{bad_generator, #{conn_opts => #{server => "https://localhost:43481"}, opts => #{strategy => available_worker,workers => 20}, scope => global,tag => mongoose_push_http,type => http}}, [{mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [#{conn_opts => #{server => "https://localhost:43481"}, opts => #{strategy => available_worker,workers => 20}, scope => global,tag => mongoose_push_http,type => http}]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {push_integration_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/push_integration_SUITE.erl"}, {line,134}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{fi... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105489/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%404011c1b3e777.2022-02-11_13.06.40/big_tests.tests.push_integration_SUITE.logs/run.2022-02-11_13.16.47/push_integration_suite.init_per_suite.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.11848.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105489/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%404011c1b3e777.2022-02-11_13.06.40/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_13.18.10/service_mongoose_system_metrics_suite.init_per_suite.html)

pgsql_mnesia_24 / pgsql_mnesia / 223558fde18ede638188a304d9b0b8694a2d8d59 Reports root/ big OK: 2987 / Failed: 0 / User-skipped: 248 / Auto-skipped: 104

push_integration_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{bad_generator, #{conn_opts => #{server => "https://localhost:45551"}, opts => #{strategy => available_worker,workers => 20}, scope => global,tag => mongoose_push_http,type => http}}, [{mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [#{conn_opts => #{server => "https://localhost:45551"}, opts => #{strategy => available_worker,workers => 20}, scope => global,tag => mongoose_push_http,type => http}]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {push_integration_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/push_integration_SUITE.erl"}, {line,134}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{fi... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105481/pgsql_mnesia.24.0.5/big/ct_run.test%40e5e7c0f57c59.2022-02-11_13.06.06/big_tests.tests.push_integration_SUITE.logs/run.2022-02-11_13.16.45/push_integration_suite.init_per_suite.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.2465.2>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105481/pgsql_mnesia.24.0.5/big/ct_run.test%40e5e7c0f57c59.2022-02-11_13.06.06/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_13.18.15/service_mongoose_system_metrics_suite.init_per_suite.html)

mssql_mnesia_24 / odbc_mssql_mnesia / 223558fde18ede638188a304d9b0b8694a2d8d59 Reports root/ big OK: 2987 / Failed: 0 / User-skipped: 248 / Auto-skipped: 104

push_integration_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{bad_generator, #{conn_opts => #{server => "https://localhost:34909"}, opts => #{strategy => available_worker,workers => 20}, scope => global,tag => mongoose_push_http,type => http}}, [{mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [#{conn_opts => #{server => "https://localhost:34909"}, opts => #{strategy => available_worker,workers => 20}, scope => global,tag => mongoose_push_http,type => http}]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {push_integration_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/push_integration_SUITE.erl"}, {line,134}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{fi... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105487/odbc_mssql_mnesia.24.0.5/big/ct_run.test%40acae646929fd.2022-02-11_13.06.19/big_tests.tests.push_integration_SUITE.logs/run.2022-02-11_13.17.08/push_integration_suite.init_per_suite.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.2333.2>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105487/odbc_mssql_mnesia.24.0.5/big/ct_run.test%40acae646929fd.2022-02-11_13.06.19/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_13.18.37/service_mongoose_system_metrics_suite.init_per_suite.html)

mysql_redis_24 / mysql_redis / 223558fde18ede638188a304d9b0b8694a2d8d59 Reports root/ big OK: 2983 / Failed: 3 / User-skipped: 253 / Auto-skipped: 104

mod_event_pusher_rabbit_SUITE:initialization_on_startup:rabbit_pool_starts_with_default_config ```erlang {error, {{badrpc, {'EXIT', {{badmap,{rabbit,host,rabbit_event_pusher_default,[],[]}}, [{erlang,map_get, [type,{rabbit,host,rabbit_event_pusher_default,[],[]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{rabbit,host,rabbit_event_pusher_default,[],[]}], [<<"localhost">>]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {mod_event_pusher_rabbit_SUITE,rabbit_pool_starts_with_default_config, 1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_rabbit_SUITE.erl"}, {line,193}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105479/mysql_redis.24.0.5/big/ct_run.test%40fb406a852f5f.2022-02-11_13.06.20/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-11_13.11.06/mod_event_pusher_rabbit_suite.rabbit_pool_starts_with_default_config.html)
mod_event_pusher_rabbit_SUITE:initialization_on_startup:rabbit_pool_starts_with_default_config ```erlang {error, {{badrpc, {'EXIT', {{badmap,{rabbit,host,rabbit_event_pusher_default,[],[]}}, [{erlang,map_get, [type,{rabbit,host,rabbit_event_pusher_default,[],[]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{rabbit,host,rabbit_event_pusher_default,[],[]}], [<<"localhost">>]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {mod_event_pusher_rabbit_SUITE,rabbit_pool_starts_with_default_config, 1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_rabbit_SUITE.erl"}, {line,193}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105479/mysql_redis.24.0.5/big/ct_run.test%40fb406a852f5f.2022-02-11_13.06.20/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-11_13.11.06/mod_event_pusher_rabbit_suite.rabbit_pool_starts_with_default_config.117634.html)
mod_event_pusher_rabbit_SUITE:initialization_on_startup:rabbit_pool_starts_with_default_config ```erlang {error, {{badrpc, {'EXIT', {{badmap,{rabbit,host,rabbit_event_pusher_default,[],[]}}, [{erlang,map_get, [type,{rabbit,host,rabbit_event_pusher_default,[],[]}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [[{rabbit,host,rabbit_event_pusher_default,[],[]}], [<<"localhost">>]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {mod_event_pusher_rabbit_SUITE,rabbit_pool_starts_with_default_config, 1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_rabbit_SUITE.erl"}, {line,193}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105479/mysql_redis.24.0.5/big/ct_run.test%40fb406a852f5f.2022-02-11_13.06.20/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-11_13.11.06/mod_event_pusher_rabbit_suite.rabbit_pool_starts_with_default_config.118146.html)
push_integration_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{bad_generator, #{conn_opts => #{server => "https://localhost:44045"}, opts => #{strategy => available_worker,workers => 20}, scope => global,tag => mongoose_push_http,type => http}}, [{mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [#{conn_opts => #{server => "https://localhost:44045"}, opts => #{strategy => available_worker,workers => 20}, scope => global,tag => mongoose_push_http,type => http}]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {push_integration_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/push_integration_SUITE.erl"}, {line,134}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{fi... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105479/mysql_redis.24.0.5/big/ct_run.test%40fb406a852f5f.2022-02-11_13.06.20/big_tests.tests.push_integration_SUITE.logs/run.2022-02-11_13.17.14/push_integration_suite.init_per_suite.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.2735.2>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105479/mysql_redis.24.0.5/big/ct_run.test%40fb406a852f5f.2022-02-11_13.06.20/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_13.18.52/service_mongoose_system_metrics_suite.init_per_suite.html)

riak_mnesia_24 / riak_mnesia / 223558fde18ede638188a304d9b0b8694a2d8d59 Reports root/ big OK: 1602 / Failed: 0 / User-skipped: 344 / Auto-skipped: 104

push_integration_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{bad_generator, #{conn_opts => #{server => "https://localhost:44239"}, opts => #{strategy => available_worker,workers => 20}, scope => global,tag => mongoose_push_http,type => http}}, [{mongoose_wpool,'-get_unique_types/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,get_unique_types,1, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,379}]}, {mongoose_wpool,start_configured_pools,2, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,129}]}, {mongoose_wpool,start_configured_pools,1,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_wpool,start_configured_pools, [#{conn_opts => #{server => "https://localhost:44239"}, opts => #{strategy => available_worker,workers => 20}, scope => global,tag => mongoose_push_http,type => http}]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {push_integration_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/push_integration_SUITE.erl"}, {line,134}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{fi... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105477/riak_mnesia.24.0.5/big/ct_run.test%403d384fecb603.2022-02-11_13.06.27/big_tests.tests.push_integration_SUITE.logs/run.2022-02-11_13.18.28/push_integration_suite.init_per_suite.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.11867.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105477/riak_mnesia.24.0.5/big/ct_run.test%403d384fecb603.2022-02-11_13.06.27/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_13.20.54/service_mongoose_system_metrics_suite.init_per_suite.html)
mongoose-im commented 2 years ago

small_tests_24 / small_tests / 28f84c088cd31e1fd92611608881510e4158331c Reports root / small


small_tests_23 / small_tests / 28f84c088cd31e1fd92611608881510e4158331c Reports root / small


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 28f84c088cd31e1fd92611608881510e4158331c Reports root/ big OK: 2716 / Failed: 1 / User-skipped: 239 / Auto-skipped: 0

service_mongoose_system_metrics_SUITE:outgoing_pools_are_reported ```erlang {error,{{timeout,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105496/pgsql_mnesia.23.1/big/ct_run.test%409d309028a4b6.2022-02-11_14.07.25/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_14.16.14/service_mongoose_system_metrics_suite.outgoing_pools_are_reported.html)

dynamic_domains_mysql_redis_24 / mysql_redis / 28f84c088cd31e1fd92611608881510e4158331c Reports root/ big OK: 2699 / Failed: 1 / User-skipped: 256 / Auto-skipped: 0

service_mongoose_system_metrics_SUITE:outgoing_pools_are_reported ```erlang {error,{{timeout,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105504/mysql_redis.24.0.5/big/ct_run.test%407481a89eae6b.2022-02-11_14.07.39/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_14.16.13/service_mongoose_system_metrics_suite.outgoing_pools_are_reported.html)

dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 28f84c088cd31e1fd92611608881510e4158331c Reports root/ big OK: 2716 / Failed: 1 / User-skipped: 239 / Auto-skipped: 0

service_mongoose_system_metrics_SUITE:outgoing_pools_are_reported ```erlang {error,{{timeout,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105510/pgsql_mnesia.24.0.5/big/ct_run.test%4086a5b204c0db.2022-02-11_14.07.28/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_14.16.11/service_mongoose_system_metrics_suite.outgoing_pools_are_reported.html)

dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 28f84c088cd31e1fd92611608881510e4158331c Reports root/ big OK: 2716 / Failed: 1 / User-skipped: 239 / Auto-skipped: 0

service_mongoose_system_metrics_SUITE:outgoing_pools_are_reported ```erlang {error,{{timeout,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105505/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4021e971e86505.2022-02-11_14.07.43/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_14.17.04/service_mongoose_system_metrics_suite.outgoing_pools_are_reported.html)

ldap_mnesia_24 / ldap_mnesia / 28f84c088cd31e1fd92611608881510e4158331c Reports root/ big OK: 1478 / Failed: 0 / User-skipped: 390 / Auto-skipped: 28

service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.9825.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105506/ldap_mnesia.24.0.5/big/ct_run.test%40e3cddaab7e6e.2022-02-11_14.07.28/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_14.18.01/service_mongoose_system_metrics_suite.init_per_suite.html)

ldap_mnesia_23 / ldap_mnesia / 28f84c088cd31e1fd92611608881510e4158331c Reports root/ big OK: 1478 / Failed: 0 / User-skipped: 390 / Auto-skipped: 28

service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.9884.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105499/ldap_mnesia.23.1/big/ct_run.test%40ad344f811149.2022-02-11_14.07.45/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_14.18.38/service_mongoose_system_metrics_suite.init_per_suite.html)

pgsql_mnesia_24 / pgsql_mnesia / 28f84c088cd31e1fd92611608881510e4158331c Reports root/ big OK: 3063 / Failed: 0 / User-skipped: 248 / Auto-skipped: 28

service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.4417.2>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105511/pgsql_mnesia.24.0.5/big/ct_run.test%40d793de0edb57.2022-02-11_14.07.24/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_14.19.17/service_mongoose_system_metrics_suite.init_per_suite.html)

elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 28f84c088cd31e1fd92611608881510e4158331c Reports root/ big OK: 1653 / Failed: 0 / User-skipped: 369 / Auto-skipped: 28

service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.13297.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105502/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4020b43d4bc73e.2022-02-11_14.08.03/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_14.20.05/service_mongoose_system_metrics_suite.init_per_suite.html)

internal_mnesia_24 / internal_mnesia / 28f84c088cd31e1fd92611608881510e4158331c Reports root/ big OK: 1519 / Failed: 0 / User-skipped: 349 / Auto-skipped: 28

service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.11080.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105508/internal_mnesia.24.0.5/big/ct_run.test%40b225f4ec1305.2022-02-11_14.07.48/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_14.20.55/service_mongoose_system_metrics_suite.init_per_suite.html)

pgsql_mnesia_23 / pgsql_mnesia / 28f84c088cd31e1fd92611608881510e4158331c Reports root/ big OK: 3063 / Failed: 0 / User-skipped: 248 / Auto-skipped: 28

service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.4435.2>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105497/pgsql_mnesia.23.1/big/ct_run.test%4052ecf70f5abb.2022-02-11_14.07.44/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_14.20.05/service_mongoose_system_metrics_suite.init_per_suite.html)

mssql_mnesia_24 / odbc_mssql_mnesia / 28f84c088cd31e1fd92611608881510e4158331c Reports root/ big OK: 3063 / Failed: 0 / User-skipped: 248 / Auto-skipped: 28

service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.4315.2>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105507/odbc_mssql_mnesia.24.0.5/big/ct_run.test%40defdec8c9078.2022-02-11_14.07.50/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_14.20.59/service_mongoose_system_metrics_suite.init_per_suite.html)

mysql_redis_24 / mysql_redis / 28f84c088cd31e1fd92611608881510e4158331c Reports root/ big OK: 3058 / Failed: 0 / User-skipped: 253 / Auto-skipped: 28

service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.4384.2>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105513/mysql_redis.24.0.5/big/ct_run.test%40dae17a9d1158.2022-02-11_14.07.58/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_14.21.01/service_mongoose_system_metrics_suite.init_per_suite.html)

riak_mnesia_24 / riak_mnesia / 28f84c088cd31e1fd92611608881510e4158331c Reports root/ big OK: 1658 / Failed: 0 / User-skipped: 364 / Auto-skipped: 28

service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.13097.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105509/riak_mnesia.24.0.5/big/ct_run.test%4094a1713f5639.2022-02-11_14.07.53/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_14.22.47/service_mongoose_system_metrics_suite.init_per_suite.html)
mongoose-im commented 2 years ago

small_tests_23 / small_tests / 50e9206b3790869961102971e4b9a65689b01569 Reports root / small


small_tests_24 / small_tests / 50e9206b3790869961102971e4b9a65689b01569 Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 50e9206b3790869961102971e4b9a65689b01569 Reports root/ big OK: 2717 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 50e9206b3790869961102971e4b9a65689b01569 Reports root/ big OK: 2717 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_mysql_redis_24 / mysql_redis / 50e9206b3790869961102971e4b9a65689b01569 Reports root/ big OK: 2700 / Failed: 0 / User-skipped: 256 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 50e9206b3790869961102971e4b9a65689b01569 Reports root/ big OK: 2717 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


ldap_mnesia_23 / ldap_mnesia / 50e9206b3790869961102971e4b9a65689b01569 Reports root/ big OK: 1478 / Failed: 0 / User-skipped: 390 / Auto-skipped: 28

service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.9890.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105523/ldap_mnesia.23.1/big/ct_run.test%400149f66b1f11.2022-02-11_15.00.49/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_15.11.32/service_mongoose_system_metrics_suite.init_per_suite.html)

ldap_mnesia_24 / ldap_mnesia / 50e9206b3790869961102971e4b9a65689b01569 Reports root/ big OK: 1478 / Failed: 0 / User-skipped: 390 / Auto-skipped: 28

service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.9883.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105529/ldap_mnesia.24.0.5/big/ct_run.test%4006669a085078.2022-02-11_15.00.53/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_15.11.29/service_mongoose_system_metrics_suite.init_per_suite.html)

internal_mnesia_24 / internal_mnesia / 50e9206b3790869961102971e4b9a65689b01569 Reports root/ big OK: 1519 / Failed: 0 / User-skipped: 349 / Auto-skipped: 28

service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.11143.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105534/internal_mnesia.24.0.5/big/ct_run.test%40dbba0c893fa5.2022-02-11_15.01.03/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_15.12.24/service_mongoose_system_metrics_suite.init_per_suite.html)

elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 50e9206b3790869961102971e4b9a65689b01569 Reports root/ big OK: 1653 / Failed: 0 / User-skipped: 369 / Auto-skipped: 28

service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.13329.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105528/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40a813b756d7b8.2022-02-11_15.01.20/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_15.13.19/service_mongoose_system_metrics_suite.init_per_suite.html)

pgsql_mnesia_24 / pgsql_mnesia / 50e9206b3790869961102971e4b9a65689b01569 Reports root/ big OK: 3063 / Failed: 0 / User-skipped: 248 / Auto-skipped: 28

service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.4566.2>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105537/pgsql_mnesia.24.0.5/big/ct_run.test%4025926161bb19.2022-02-11_15.00.53/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_15.12.58/service_mongoose_system_metrics_suite.init_per_suite.html)

pgsql_mnesia_23 / pgsql_mnesia / 50e9206b3790869961102971e4b9a65689b01569 Reports root/ big OK: 3063 / Failed: 0 / User-skipped: 248 / Auto-skipped: 28

service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.4459.2>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105522/pgsql_mnesia.23.1/big/ct_run.test%40af0afc916997.2022-02-11_15.00.41/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_15.13.14/service_mongoose_system_metrics_suite.init_per_suite.html)

mysql_redis_24 / mysql_redis / 50e9206b3790869961102971e4b9a65689b01569 Reports root/ big OK: 3058 / Failed: 0 / User-skipped: 253 / Auto-skipped: 28

service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.4609.2>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105533/mysql_redis.24.0.5/big/ct_run.test%40433e22bd4e12.2022-02-11_15.01.12/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_15.13.32/service_mongoose_system_metrics_suite.init_per_suite.html)

mssql_mnesia_24 / odbc_mssql_mnesia / 50e9206b3790869961102971e4b9a65689b01569 Reports root/ big OK: 3063 / Failed: 0 / User-skipped: 248 / Auto-skipped: 28

service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.4340.2>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105532/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4032d15b237913.2022-02-11_15.01.08/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_15.13.58/service_mongoose_system_metrics_suite.init_per_suite.html)

riak_mnesia_24 / riak_mnesia / 50e9206b3790869961102971e4b9a65689b01569 Reports root/ big OK: 1658 / Failed: 0 / User-skipped: 364 / Auto-skipped: 28

service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.13204.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105526/riak_mnesia.24.0.5/big/ct_run.test%40d178a16ca7be.2022-02-11_15.01.24/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-11_15.15.34/service_mongoose_system_metrics_suite.init_per_suite.html)
codecov[bot] commented 2 years ago

Codecov Report

Merging #3541 (65e89be) into master (182e047) will decrease coverage by 1.87%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3541      +/-   ##
==========================================
- Coverage   81.11%   79.23%   -1.88%     
==========================================
  Files         420      420              
  Lines       32288    32266      -22     
==========================================
- Hits        26189    25566     -623     
- Misses       6099     6700     +601     
Impacted Files Coverage Δ
src/rdbms/mongoose_rdbms.erl 63.29% <ø> (ø)
src/rdbms/mongoose_rdbms_backend.erl 100.00% <ø> (ø)
src/wpool/mongoose_wpool_redis.erl 100.00% <ø> (ø)
src/config/mongoose_config_spec.erl 99.21% <100.00%> (+<0.01%) :arrow_up:
...stem_metrics/mongoose_system_metrics_collector.erl 93.81% <100.00%> (ø)
src/wpool/mongoose_wpool.erl 81.63% <100.00%> (-4.91%) :arrow_down:
src/wpool/mongoose_wpool_cassandra.erl 95.45% <100.00%> (-0.20%) :arrow_down:
src/wpool/mongoose_wpool_elastic.erl 100.00% <100.00%> (+9.09%) :arrow_up:
src/wpool/mongoose_wpool_http.erl 92.00% <100.00%> (ø)
src/wpool/mongoose_wpool_ldap.erl 100.00% <100.00%> (ø)
... and 18 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 182e047...65e89be. Read the comment docs.

mongoose-im commented 2 years ago

small_tests_24 / small_tests / b89ae090621389e5fa9596ac20d05b4858026ff3 Reports root / small


small_tests_23 / small_tests / b89ae090621389e5fa9596ac20d05b4858026ff3 Reports root / small


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / b89ae090621389e5fa9596ac20d05b4858026ff3 Reports root/ big OK: 2717 / Failed: 12 / User-skipped: 239 / Auto-skipped: 0

muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-8c1e6159f5@groupchats.domain.example.com/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_1498@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105626/pgsql_mnesia.23.1/big/ct_run.test%4069f4c6ad6f7b.2022-02-14_15.21.41/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.27.08/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.87427.html)
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105626/pgsql_mnesia.23.1/big/ct_run.test%4069f4c6ad6f7b.2022-02-14_15.21.41/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.27.08/muc_suite.enter_http_password_protected_room.131714.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1495@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1495">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1495@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1500@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1500">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1500@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassbadpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105626/pgsql_mnesia.23.1/big/ct_run.test%4069f4c6ad6f7b.2022-02-14_15.21.41/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.27.08/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.88451.html)
muc_SUITE:http_auth:create_instant_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,was_room_created,1, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5091}]}, {muc_SUITE,'-create_instant_http_password_protected_room/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4035}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105626/pgsql_mnesia.23.1/big/ct_run.test%4069f4c6ad6f7b.2022-02-14_15.21.41/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.27.08/muc_suite.create_instant_http_password_protected_room.88195.html)
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105626/pgsql_mnesia.23.1/big/ct_run.test%4069f4c6ad6f7b.2022-02-14_15.21.41/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.27.08/muc_suite.enter_http_password_protected_room.88835.html)
muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-64621ab9e7@groupchats.domain.example.com/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_1509@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105626/pgsql_mnesia.23.1/big/ct_run.test%4069f4c6ad6f7b.2022-02-14_15.21.41/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.27.08/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.89475.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1510@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1510">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1510@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass

dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / b89ae090621389e5fa9596ac20d05b4858026ff3 Reports root/ big OK: 2717 / Failed: 12 / User-skipped: 239 / Auto-skipped: 0

muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1594@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1594">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1594@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassbadpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105634/pgsql_mnesia.24.0.5/big/ct_run.test%401800fccb127f.2022-02-14_15.21.53/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.27.08/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.57860.html)
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105634/pgsql_mnesia.24.0.5/big/ct_run.test%401800fccb127f.2022-02-14_15.21.53/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.27.08/muc_suite.enter_http_password_protected_room.129154.html)
muc_SUITE:http_auth:create_instant_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,was_room_created,1, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5091}]}, {muc_SUITE,'-create_instant_http_password_protected_room/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4035}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105634/pgsql_mnesia.24.0.5/big/ct_run.test%401800fccb127f.2022-02-14_15.21.53/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.27.08/muc_suite.create_instant_http_password_protected_room.57604.html)
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105634/pgsql_mnesia.24.0.5/big/ct_run.test%401800fccb127f.2022-02-14_15.21.53/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.27.08/muc_suite.enter_http_password_protected_room.58244.html)
muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-8e84110b58@groupchats.domain.example.com/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_1604@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105634/pgsql_mnesia.24.0.5/big/ct_run.test%401800fccb127f.2022-02-14_15.21.53/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.27.08/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.41861.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1603@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1603">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1603@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105634/pgsql_mnesia.24.0.5/big/ct_run.test%401800fccb127f.2022-02-14_15.21.53/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.27.08/muc_suite.enter_http_password_protected_room.93571.html)
muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-bec024a07b@groupchats.domain.example.com/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_1610@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105634/pgsql_mnesia.24.0.5/big/ct_run.test%401800fccb127f.2022-02-14_15.21.53/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.27.08/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.93955.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1608@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1608">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1608@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass

dynamic_domains_mysql_redis_24 / mysql_redis / b89ae090621389e5fa9596ac20d05b4858026ff3 Reports root/ big OK: 2700 / Failed: 12 / User-skipped: 256 / Auto-skipped: 0

muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-0507271bd3@groupchats.domain.example.com/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_1580@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105629/mysql_redis.24.0.5/big/ct_run.test%404283fcd1fdf2.2022-02-14_15.22.12/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.27.47/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.96515.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1578@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1578">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1578@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105629/mysql_redis.24.0.5/big/ct_run.test%404283fcd1fdf2.2022-02-14_15.22.12/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.27.47/muc_suite.enter_http_password_protected_room.96899.html)
muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-c89e40903a@groupchats.domain.example.com/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_1586@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105629/mysql_redis.24.0.5/big/ct_run.test%404283fcd1fdf2.2022-02-14_15.22.12/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.27.47/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.127746.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1587@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1587">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1587@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105629/mysql_redis.24.0.5/big/ct_run.test%404283fcd1fdf2.2022-02-14_15.22.12/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.27.47/muc_suite.enter_http_password_protected_room.36485.html)
muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-892dad4b8b@groupchats.domain.example.com/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_1593@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105629/mysql_redis.24.0.5/big/ct_run.test%404283fcd1fdf2.2022-02-14_15.22.12/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.27.47/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.36741.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1591@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1591">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1591@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass

dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / b89ae090621389e5fa9596ac20d05b4858026ff3 Reports root/ big OK: 2717 / Failed: 12 / User-skipped: 239 / Auto-skipped: 0

muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-6efbf1da58@groupchats.domain.example.com/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_1722@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105628/odbc_mssql_mnesia.24.0.5/big/ct_run.test%403ceec4f817fd.2022-02-14_15.22.12/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.28.30/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.94723.html)
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105628/odbc_mssql_mnesia.24.0.5/big/ct_run.test%403ceec4f817fd.2022-02-14_15.22.12/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.28.30/muc_suite.enter_http_password_protected_room.111746.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1721@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1721">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1721@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass
muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-ca26469274@groupchats.domain.example.com/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_1728@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105628/odbc_mssql_mnesia.24.0.5/big/ct_run.test%403ceec4f817fd.2022-02-14_15.22.12/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.28.30/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.41733.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1727@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1727">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1727@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass
muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-57ec185496@groupchats.domain.example.com/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_1732@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105628/odbc_mssql_mnesia.24.0.5/big/ct_run.test%403ceec4f817fd.2022-02-14_15.22.12/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.28.30/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.42757.html)
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105628/odbc_mssql_mnesia.24.0.5/big/ct_run.test%403ceec4f817fd.2022-02-14_15.22.12/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.28.30/muc_suite.enter_http_password_protected_room.42117.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1731@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1731">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1731@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass

ldap_mnesia_23 / ldap_mnesia / b89ae090621389e5fa9596ac20d05b4858026ff3 Reports root/ big OK: 1414 / Failed: 74 / User-skipped: 390 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105624/ldap_mnesia.23.1/big/ct_run.test%401e2718c235f9.2022-02-14_15.21.50/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_15.24.57/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105624/ldap_mnesia.23.1/big/ct_run.test%401e2718c235f9.2022-02-14_15.21.50/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_15.24.57/mod_event_pusher_http_suite.simple_message.18691.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105624/ldap_mnesia.23.1/big/ct_run.test%401e2718c235f9.2022-02-14_15.21.50/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_15.24.57/mod_event_pusher_http_suite.simple_message.33666.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105624/ldap_mnesia.23.1/big/ct_run.test%401e2718c235f9.2022-02-14_15.21.50/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_15.24.57/mod_event_pusher_http_suite.simple_message.34050.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105624/ldap_mnesia.23.1/big/ct_run.test%401e2718c235f9.2022-02-14_15.21.50/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_15.24.57/mod_event_pusher_http_suite.simple_message.34434.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105624/ldap_mnesia.23.1/big/ct_run.test%401e2718c235f9.2022-02-14_15.21.50/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_15.24.57/mod_event_pusher_http_suite.simple_message.34818.html)
muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>,<<"room-4ef30d42a4@muc.localhost/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_755@localhost/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,assert_true,2, [{file, "/home/circleci/project/big_... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105624/ldap_mnesia.23.1/big/ct_run.test%401e2718c235f9.2022-02-14_15.21.50/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.28.27/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.46850.html)
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105624/ldap_mnesia.23.1/big/ct_run.test%401e2718c235f9.2022-02-14_15.21.50/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.28.27/muc_suite.enter_http_password_protected_room.27907.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_753@muc.localhost/bOb_deny_access_to_http_password_protected_room_wrong_password_753">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_753@localhost/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105624/ldap_mnesia.23.1/big/ct_run.test%401e2718c235f9.2022-02-14_15.21.50/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.28.27/muc_suite.enter_http_password_protected_room.28675.html)
muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>,<<"room-17c7708a52@muc.localhost/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_763@localhost/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,assert_true,2, [{file, "/home/circleci/project/big_... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105624/ldap_mnesia.23.1/big/ct_run.test%401e2718c235f9.2022-02-14_15.21.50/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.28.27/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.29315.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_762@muc.localhost/bOb_deny_access_to_http_password_protected_room_wrong_password_762">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_762@localhost/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105624/ldap_mnesia.23.1/big/ct_run.test%401e2718c235f9.2022-02-14_15.21.50/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.28.27/muc_suite.enter_http_password_protected_room.29699.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_765@muc.localhost/bOb_deny_access_to_http_password_protected_room_wrong_password_765">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_765@localhost/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassbadpassInternal server error"}, [{escalus_new_assert,assert_true,2, [{file, "/home/circleci/project/big_... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105624/ldap_mnesia.23.1/big/ct_run.test%401e2718c235f9.2022-02-14_15.21.50/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.28.27/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.47490.html)
muc_SUITE:http_auth:create_instant_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,was_room_created,1, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5091}]}, {muc_SUITE,'-create_instant_http_password_protected_room/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4035}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105624/ldap_mnesia.23.1/big/ct_run.test%401e2718c235f9.2022-02-14_15.21.50/big_tests.tests.muc_SUITE.logs/run.2022-02-14_15.28.27/muc_suite.create_instant_http_password_protected_room.47234.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105624/ldap_mnesia.23.1/big/ct_run.test%401e2718c235f9.2022-02-14_15.21.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_15.31.21/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.40835.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105624/ldap_mnesia.23.1/big/ct_run.test%401e2718c235f9.2022-02-14_15.21.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_15.31.21/push_integration_suite.pm_msg_notify_on_apns_w_topic.18180.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105624/ldap_mnesia.23.1/big/ct_run.test%401e2718c235f9.2022-02-14_15.21.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_15.31.21/push_integration_suite.pm_msg_notify_on_apns_silent.72066.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105624/ldap_mnesia.23.1/big/ct_run.test%401e2718c235f9.2022-02-14_15.21.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_15.31.21/push_integration_suite.pm_msg_notify_on_fcm_silent.72194.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105624/ldap_mnesia.23.1/big/ct_run.test%401e2718c235f9.2022-02-14_15.21.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_15.31.21/push_integration_suite.pm_msg_notify_on_apns_no_click_action.40707.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105624/ldap_mnesia.23.1/big/ct_run.test%401e2718c235f9.2022-02-14_15.21.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_15.31.21/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.71810.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105624/ldap_mnesia.23.1/big/ct_run.test%401e2718c235f9.2022-02-14_15.21.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_15.31.21/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.71938.html)

50 errors were truncated

mongoose-im commented 2 years ago

small_tests_24 / small_tests / 23d6a4c80aa466fe3cf25115150d6c42fc5d9f87 Reports root / small


small_tests_23 / small_tests / 23d6a4c80aa466fe3cf25115150d6c42fc5d9f87 Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 23d6a4c80aa466fe3cf25115150d6c42fc5d9f87 Reports root/ big OK: 2717 / Failed: 12 / User-skipped: 239 / Auto-skipped: 0

muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-2815fc9064@groupchats.domain.example.com/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_1647@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105654/pgsql_mnesia.24.0.5/big/ct_run.test%40a71551073805.2022-02-14_16.15.42/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.20.54/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.86531.html)
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105654/pgsql_mnesia.24.0.5/big/ct_run.test%40a71551073805.2022-02-14_16.15.42/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.20.54/muc_suite.enter_http_password_protected_room.72708.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1646@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1646">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1646@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass
muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-947fade53c@groupchats.domain.example.com/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_1653@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105654/pgsql_mnesia.24.0.5/big/ct_run.test%40a71551073805.2022-02-14_16.15.42/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.20.54/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.126722.html)
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105654/pgsql_mnesia.24.0.5/big/ct_run.test%40a71551073805.2022-02-14_16.15.42/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.20.54/muc_suite.enter_http_password_protected_room.126082.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1652@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1652">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1652@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass
muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-e645468315@groupchats.domain.example.com/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_1655@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105654/pgsql_mnesia.24.0.5/big/ct_run.test%40a71551073805.2022-02-14_16.15.42/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.20.54/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.73220.html)
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105654/pgsql_mnesia.24.0.5/big/ct_run.test%40a71551073805.2022-02-14_16.15.42/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.20.54/muc_suite.enter_http_password_protected_room.127106.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1657@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1657">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1657@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass

dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 23d6a4c80aa466fe3cf25115150d6c42fc5d9f87 Reports root/ big OK: 2717 / Failed: 12 / User-skipped: 239 / Auto-skipped: 0

muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105651/pgsql_mnesia.23.1/big/ct_run.test%40cc3f1ecb85b4.2022-02-14_16.15.17/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.20.48/muc_suite.enter_http_password_protected_room.91139.html)
muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-254d4fa2f6@groupchats.domain.example.com/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_1506@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105651/pgsql_mnesia.23.1/big/ct_run.test%40cc3f1ecb85b4.2022-02-14_16.15.17/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.20.48/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.91395.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1505@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1505">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1505@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105651/pgsql_mnesia.23.1/big/ct_run.test%40cc3f1ecb85b4.2022-02-14_16.15.17/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.20.48/muc_suite.enter_http_password_protected_room.91779.html)
muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-2423b4b50a@groupchats.domain.example.com/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_1512@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105651/pgsql_mnesia.23.1/big/ct_run.test%40cc3f1ecb85b4.2022-02-14_16.15.17/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.20.48/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.142978.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1511@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1511">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1511@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass
muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-ca35b69392@groupchats.domain.example.com/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_1517@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105651/pgsql_mnesia.23.1/big/ct_run.test%40cc3f1ecb85b4.2022-02-14_16.15.17/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.20.48/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.51076.html)
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105651/pgsql_mnesia.23.1/big/ct_run.test%40cc3f1ecb85b4.2022-02-14_16.15.17/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.20.48/muc_suite.enter_http_password_protected_room.143362.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1515@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1515">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1515@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass

dynamic_domains_mysql_redis_24 / mysql_redis / 23d6a4c80aa466fe3cf25115150d6c42fc5d9f87 Reports root/ big OK: 2700 / Failed: 12 / User-skipped: 256 / Auto-skipped: 0

muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-b4b844d4d6@groupchats.domain.example.com/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_1556@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105663/mysql_redis.24.0.5/big/ct_run.test%40589a11c0633b.2022-02-14_16.15.42/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.21.11/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.122114.html)
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105663/mysql_redis.24.0.5/big/ct_run.test%40589a11c0633b.2022-02-14_16.15.42/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.21.11/muc_suite.enter_http_password_protected_room.121858.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1553@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1553">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1553@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass
muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-f6699ad83a@groupchats.domain.example.com/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_1562@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105663/mysql_redis.24.0.5/big/ct_run.test%40589a11c0633b.2022-02-14_16.15.42/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.21.11/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.95107.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1558@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1558">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1558@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass
muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-1c16c51370@groupchats.domain.example.com/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_1567@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105663/mysql_redis.24.0.5/big/ct_run.test%40589a11c0633b.2022-02-14_16.15.42/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.21.11/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.96131.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1563@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1563">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1563@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass

dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 23d6a4c80aa466fe3cf25115150d6c42fc5d9f87 Reports root/ big OK: 2717 / Failed: 12 / User-skipped: 239 / Auto-skipped: 0

muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-4969f72c71@groupchats.domain.example.com/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_1649@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105658/odbc_mssql_mnesia.24.0.5/big/ct_run.test%409624beee866e.2022-02-14_16.15.57/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.21.51/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.62980.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1647@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1647">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1647@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass
muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-a1b5536b17@groupchats.domain.example.com/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_1656@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105658/odbc_mssql_mnesia.24.0.5/big/ct_run.test%409624beee866e.2022-02-14_16.15.57/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.21.51/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.82435.html)
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105658/odbc_mssql_mnesia.24.0.5/big/ct_run.test%409624beee866e.2022-02-14_16.15.57/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.21.51/muc_suite.enter_http_password_protected_room.35077.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1651@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1651">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1651@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_1658@groupchats.domain.example.com/bOb_deny_access_to_http_password_protected_room_wrong_password_1658">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_1658@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassbadpassInternal server error"}, [{escalus_new_assert,asse... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105658/odbc_mssql_mnesia.24.0.5/big/ct_run.test%409624beee866e.2022-02-14_16.15.57/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.21.51/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.64004.html)
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105658/odbc_mssql_mnesia.24.0.5/big/ct_run.test%409624beee866e.2022-02-14_16.15.57/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.21.51/muc_suite.enter_http_password_protected_room.63492.html)
muc_SUITE:http_auth:create_instant_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,was_room_created,1, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5091}]}, {muc_SUITE,'-create_instant_http_password_protected_room/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4035}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105658/odbc_mssql_mnesia.24.0.5/big/ct_run.test%409624beee866e.2022-02-14_16.15.57/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.21.51/muc_suite.create_instant_http_password_protected_room.63748.html)

ldap_mnesia_23 / ldap_mnesia / 23d6a4c80aa466fe3cf25115150d6c42fc5d9f87 Reports root/ big OK: 1414 / Failed: 74 / User-skipped: 390 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105649/ldap_mnesia.23.1/big/ct_run.test%4063821b38a1da.2022-02-14_16.15.10/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.18.35/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105649/ldap_mnesia.23.1/big/ct_run.test%4063821b38a1da.2022-02-14_16.15.10/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.18.35/mod_event_pusher_http_suite.simple_message.30210.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105649/ldap_mnesia.23.1/big/ct_run.test%4063821b38a1da.2022-02-14_16.15.10/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.18.35/mod_event_pusher_http_suite.simple_message.30594.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105649/ldap_mnesia.23.1/big/ct_run.test%4063821b38a1da.2022-02-14_16.15.10/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.18.35/mod_event_pusher_http_suite.simple_message.18947.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105649/ldap_mnesia.23.1/big/ct_run.test%4063821b38a1da.2022-02-14_16.15.10/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.18.35/mod_event_pusher_http_suite.simple_message.19331.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105649/ldap_mnesia.23.1/big/ct_run.test%4063821b38a1da.2022-02-14_16.15.10/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.18.35/mod_event_pusher_http_suite.simple_message.31106.html)
muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>,<<"room-996badced9@muc.localhost/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_758@localhost/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,assert_true,2, [{file, "/home/circleci/project/big_... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105649/ldap_mnesia.23.1/big/ct_run.test%4063821b38a1da.2022-02-14_16.15.10/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.22.00/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.45058.html)
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105649/ldap_mnesia.23.1/big/ct_run.test%4063821b38a1da.2022-02-14_16.15.10/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.22.00/muc_suite.enter_http_password_protected_room.44418.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_756@muc.localhost/bOb_deny_access_to_http_password_protected_room_wrong_password_756">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_756@localhost/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105649/ldap_mnesia.23.1/big/ct_run.test%4063821b38a1da.2022-02-14_16.15.10/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.22.00/muc_suite.enter_http_password_protected_room.8965.html)
muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>,<<"room-b1b1257614@muc.localhost/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_765@localhost/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,assert_true,2, [{file, "/home/circleci/project/big_... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105649/ldap_mnesia.23.1/big/ct_run.test%4063821b38a1da.2022-02-14_16.15.10/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.22.00/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.25091.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_763@muc.localhost/bOb_deny_access_to_http_password_protected_room_wrong_password_763">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_763@localhost/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass
muc_SUITE:http_auth:deny_creation_of_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>,<<"room-46c72ce159@muc.localhost/alice-the-owner">>}, {<<"to">>, <<"alicE_deny_creation_of_http_password_protected_room_wrong_password_771@localhost/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpassInternal server error"}, [{escalus_new_assert,assert_true,2, [{file, "/home/circleci/project/big_... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105649/ldap_mnesia.23.1/big/ct_run.test%4063821b38a1da.2022-02-14_16.15.10/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.22.00/muc_suite.deny_creation_of_http_password_protected_room_wrong_password.26115.html)
muc_SUITE:http_auth:enter_http_password_protected_room ```erlang {error,{{badmatch,false}, [{muc_SUITE,has_status_codes,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5068}]}, {muc_SUITE,is_self_presence,3, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,4606}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {muc_helper,story_with_room,4, [{file,"/home/circleci/project/big_tests/tests/muc_helper.erl"}, {line,293}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105649/ldap_mnesia.23.1/big/ct_run.test%4063821b38a1da.2022-02-14_16.15.10/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.22.00/muc_suite.enter_http_password_protected_room.25475.html)
muc_SUITE:http_auth:deny_access_to_http_password_protected_room_wrong_password ```erlang {error, {{assertion_failed,assert,is_error, [<<"auth">>,<<"not-authorized">>], {xmlel,<<"presence">>, [{<<"from">>, <<"room-alice_deny_access_to_http_password_protected_room_wrong_password_770@muc.localhost/bOb_deny_access_to_http_password_protected_room_wrong_password_770">>}, {<<"to">>, <<"bOb_deny_access_to_http_password_protected_room_wrong_password_770@localhost/res1">>}, {<<"type">>,<<"error">>}, {<<"xml:lang">>,<<"en">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/muc">>}], [{xmlel,<<"password">>,[],[{xmlcdata,<<"badpass">>}]}]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Internal server error">>}]}]}]}, "badpass
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105649/ldap_mnesia.23.1/big/ct_run.test%4063821b38a1da.2022-02-14_16.15.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.24.55/push_integration_suite.pm_msg_notify_on_apns_no_click_action.62466.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105649/ldap_mnesia.23.1/big/ct_run.test%4063821b38a1da.2022-02-14_16.15.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.24.55/push_integration_suite.pm_msg_notify_on_fcm_silent.62850.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105649/ldap_mnesia.23.1/big/ct_run.test%4063821b38a1da.2022-02-14_16.15.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.24.55/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.62594.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105649/ldap_mnesia.23.1/big/ct_run.test%4063821b38a1da.2022-02-14_16.15.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.24.55/push_integration_suite.pm_msg_notify_on_apns_silent.40963.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105649/ldap_mnesia.23.1/big/ct_run.test%4063821b38a1da.2022-02-14_16.15.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.24.55/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.62210.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105649/ldap_mnesia.23.1/big/ct_run.test%4063821b38a1da.2022-02-14_16.15.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.24.55/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.62082.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105649/ldap_mnesia.23.1/big/ct_run.test%4063821b38a1da.2022-02-14_16.15.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.24.55/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.61954.html)

50 errors were truncated

mongoose-im commented 2 years ago

small_tests_24 / small_tests / 10addeaf00b28d955550b264dd78548a999d0b18 Reports root / small


small_tests_23 / small_tests / 10addeaf00b28d955550b264dd78548a999d0b18 Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 10addeaf00b28d955550b264dd78548a999d0b18 Reports root/ big OK: 2709 / Failed: 0 / User-skipped: 239 / Auto-skipped: 8

muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,336}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105697/pgsql_mnesia.24.0.5/big/ct_run.test%40671f4415e2d7.2022-02-14_16.46.48/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.52.07/muc_suite.init_per_group.115330.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,336}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105697/pgsql_mnesia.24.0.5/big/ct_run.test%40671f4415e2d7.2022-02-14_16.46.48/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.52.07/muc_suite.init_per_group.115458.html)

dynamic_domains_mysql_redis_24 / mysql_redis / 10addeaf00b28d955550b264dd78548a999d0b18 Reports root/ big OK: 2692 / Failed: 0 / User-skipped: 256 / Auto-skipped: 8

muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,336}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105696/mysql_redis.24.0.5/big/ct_run.test%40545f78707f6d.2022-02-14_16.46.49/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.52.11/muc_suite.init_per_group.96259.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,336}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105696/mysql_redis.24.0.5/big/ct_run.test%40545f78707f6d.2022-02-14_16.46.49/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.52.11/muc_suite.init_per_group.96387.html)

dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 10addeaf00b28d955550b264dd78548a999d0b18 Reports root/ big OK: 2709 / Failed: 0 / User-skipped: 239 / Auto-skipped: 8

muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], []}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,336}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,706}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,735}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105684/pgsql_mnesia.23.1/big/ct_run.test%40c0cba7a93fec.2022-02-14_16.46.36/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.52.35/muc_suite.init_per_group.75012.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], []}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,336}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,706}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,735}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105684/pgsql_mnesia.23.1/big/ct_run.test%40c0cba7a93fec.2022-02-14_16.46.36/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.52.35/muc_suite.init_per_group.75140.html)

dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 10addeaf00b28d955550b264dd78548a999d0b18 Reports root/ big OK: 2709 / Failed: 0 / User-skipped: 239 / Auto-skipped: 8

muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,336}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105701/odbc_mssql_mnesia.24.0.5/big/ct_run.test%40c64aca02b271.2022-02-14_16.47.16/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.53.13/muc_suite.init_per_group.64644.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,336}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105701/odbc_mssql_mnesia.24.0.5/big/ct_run.test%40c64aca02b271.2022-02-14_16.47.16/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.53.13/muc_suite.init_per_group.122498.html)

ldap_mnesia_23 / ldap_mnesia / 10addeaf00b28d955550b264dd78548a999d0b18 Reports root/ big OK: 1403 / Failed: 65 / User-skipped: 390 / Auto-skipped: 54

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.49.34/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.49.34/mod_event_pusher_http_suite.simple_message.29442.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.49.34/mod_event_pusher_http_suite.simple_message.29826.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.49.34/mod_event_pusher_http_suite.simple_message.30210.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.49.34/mod_event_pusher_http_suite.simple_message.30594.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.49.34/mod_event_pusher_http_suite.simple_message.30978.html)
muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], []}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,336}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,706}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,735}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.52.58/muc_suite.init_per_group.41218.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], []}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,336}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,706}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,735}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.52.58/muc_suite.init_per_group.41346.html)
push_http_SUITE:single:simple_push ```erlang {error,{{http_request_timeout,1,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-simple_push/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,114}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.push_http_SUITE.logs/run.2022-02-14_16.55.46/push_http_suite.simple_push.html)
push_http_SUITE:customised:custom_push ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-custom_push/1-fun-1-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,128}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.push_http_SUITE.logs/run.2022-02-14_16.55.46/push_http_suite.custom_push.html)
push_http_SUITE:multiple:push_to_many ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-push_to_many/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,140}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.push_http_SUITE.logs/run.2022-02-14_16.55.46/push_http_suite.push_to_many.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.56.03/push_integration_suite.pm_msg_notify_on_fcm_silent.21252.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.56.03/push_integration_suite.pm_msg_notify_on_apns_silent.61058.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.56.03/push_integration_suite.pm_msg_notify_on_apns_no_click_action.45315.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.56.03/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.45187.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.56.03/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.45059.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.56.03/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.60930.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.56.03/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.21124.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.56.03/push_integration_suite.pm_msg_notify_on_apns_w_click_action.20996.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.56.03/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.44931.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.56.03/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.60802.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.56.03/push_integration_suite.pm_msg_notify_on_apns_w_topic.61186.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.56.03/push_integration_suite.muclight_msg_notify_on_fcm_no_click_action.62082.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.56.03/push_integration_suite.muclight_msg_notify_on_apns_no_click_action.61954.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105685/ldap_mnesia.23.1/big/ct_run.test%408e62d4477644.2022-02-14_16.46.34/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.56.03/push_integration_suite.muclight_msg_notify_on_apns_w_click_action.62210.html)

43 errors were truncated


internal_mnesia_24 / internal_mnesia / 10addeaf00b28d955550b264dd78548a999d0b18 Reports root/ big OK: 1441 / Failed: 69 / User-skipped: 349 / Auto-skipped: 64

mod_event_pusher_rabbit_SUITE:initialization_on_startup:exchanges_are_created_on_module_startup ```erlang {error, {{badrpc, {'EXIT', {undef, [{wpool_pool,undefined, ['mongoose_wpool$rabbit$localhost$event_pusher'], []}, {wpool,call,4, [{file, "/home/circleci/project/_build/default/lib/worker_pool/src/wpool.erl"}, {line,173}]}, {mod_event_pusher_rabbit,'-create_exchanges/1-lc$^0/1-0-', 2, [{file, "/home/circleci/project/src/event_pusher/mod_event_pusher_rabbit.erl"}, {line,117}]}, {mod_event_pusher_rabbit,create_exchanges,1, [{file, "/home/circleci/project/src/event_pusher/mod_event_pusher_rabbit.erl"}, {line,119}]}, {mod_event_pusher_rabbit,start,2, [{file, "/home/circleci/project/src/event_pusher/mod_event_pusher_rabbit.erl"}, {line,66}]}, {gen_mod,start_module_for_host_type,3, [{file,"/home/circleci/project/src/gen_mod.erl"}, {line,132}]}, {mongoose_modules,start_module,4, [{file, "/home/circleci/project/src/mongoose_modules.erl"}, {line,95}]}, {mongoose_modules,ensure_started,3, [{file, "/home/circleci/project/src/mongoose_modules.erl"}, {line,75}]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_modules,ensure_started, [<<"localhost">>,mod_e... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-14_16.50.04/mod_event_pusher_rabbit_suite.exchanges_are_created_on_module_startup.html)
mod_event_pusher_rabbit_SUITE:initialization_on_startup:exchanges_are_created_on_module_startup ```erlang {error, {{badrpc, {'EXIT', {undef, [{wpool_pool,undefined, ['mongoose_wpool$rabbit$localhost$event_pusher'], []}, {wpool,call,4, [{file, "/home/circleci/project/_build/default/lib/worker_pool/src/wpool.erl"}, {line,173}]}, {mod_event_pusher_rabbit,'-create_exchanges/1-lc$^0/1-0-', 2, [{file, "/home/circleci/project/src/event_pusher/mod_event_pusher_rabbit.erl"}, {line,117}]}, {mod_event_pusher_rabbit,create_exchanges,1, [{file, "/home/circleci/project/src/event_pusher/mod_event_pusher_rabbit.erl"}, {line,119}]}, {mod_event_pusher_rabbit,start,2, [{file, "/home/circleci/project/src/event_pusher/mod_event_pusher_rabbit.erl"}, {line,66}]}, {gen_mod,start_module_for_host_type,3, [{file,"/home/circleci/project/src/gen_mod.erl"}, {line,132}]}, {mongoose_modules,start_module,4, [{file, "/home/circleci/project/src/mongoose_modules.erl"}, {line,95}]}, {mongoose_modules,ensure_started,3, [{file, "/home/circleci/project/src/mongoose_modules.erl"}, {line,75}]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_modules,ensure_started, [<<"localhost">>,mod_e... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-14_16.50.04/mod_event_pusher_rabbit_suite.exchanges_are_created_on_module_startup.28162.html)
mod_event_pusher_rabbit_SUITE:initialization_on_startup:exchanges_are_created_on_module_startup ```erlang {error, {{badrpc, {'EXIT', {undef, [{wpool_pool,undefined, ['mongoose_wpool$rabbit$localhost$event_pusher'], []}, {wpool,call,4, [{file, "/home/circleci/project/_build/default/lib/worker_pool/src/wpool.erl"}, {line,173}]}, {mod_event_pusher_rabbit,'-create_exchanges/1-lc$^0/1-0-', 2, [{file, "/home/circleci/project/src/event_pusher/mod_event_pusher_rabbit.erl"}, {line,117}]}, {mod_event_pusher_rabbit,create_exchanges,1, [{file, "/home/circleci/project/src/event_pusher/mod_event_pusher_rabbit.erl"}, {line,119}]}, {mod_event_pusher_rabbit,start,2, [{file, "/home/circleci/project/src/event_pusher/mod_event_pusher_rabbit.erl"}, {line,66}]}, {gen_mod,start_module_for_host_type,3, [{file,"/home/circleci/project/src/gen_mod.erl"}, {line,132}]}, {mongoose_modules,start_module,4, [{file, "/home/circleci/project/src/mongoose_modules.erl"}, {line,95}]}, {mongoose_modules,ensure_started,3, [{file, "/home/circleci/project/src/mongoose_modules.erl"}, {line,75}]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_modules,ensure_started, [<<"localhost">>,mod_e... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-14_16.50.04/mod_event_pusher_rabbit_suite.exchanges_are_created_on_module_startup.28418.html)
mod_event_pusher_rabbit_SUITE:presence_status_publish:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {undef, [{wpool_pool,undefined, ['mongoose_wpool$rabbit$localhost$event_pusher'], []}, {wpool,call,4, [{file, "/home/circleci/project/_build/default/lib/worker_pool/src/wpool.erl"}, {line,173}]}, {mod_event_pusher_rabbit,'-create_exchanges/1-lc$^0/1-0-', 2, [{file, "/home/circleci/project/src/event_pusher/mod_event_pusher_rabbit.erl"}, {line,117}]}, {mod_event_pusher_rabbit,create_exchanges,1, [{file, "/home/circleci/project/src/event_pusher/mod_event_pusher_rabbit.erl"}, {line,119}]}, {mod_event_pusher_rabbit,start,2, [{file, "/home/circleci/project/src/event_pusher/mod_event_pusher_rabbit.erl"}, {line,66}]}, {gen_mod,start_module_for_host_type,3, [{file,"/home/circleci/project/src/gen_mod.erl"}, {line,132}]}, {mongoose_modules,start_module,4, [{file, "/home/circleci/project/src/mongoose_modules.erl"}, {line,95}]}, {mongoose_modules,ensure_started,3, [{file, "/home/circleci/project/src/mongoose_modules.erl"}, {line,75}]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_modules,replace_modules, [<<"localhost">>,[],... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-14_16.50.04/mod_event_pusher_rabbit_suite.init_per_group.24835.html)
mod_event_pusher_rabbit_SUITE:chat_message_publish:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {undef, [{wpool_pool,undefined, ['mongoose_wpool$rabbit$localhost$event_pusher'], []}, {wpool,call,4, [{file, "/home/circleci/project/_build/default/lib/worker_pool/src/wpool.erl"}, {line,173}]}, {mod_event_pusher_rabbit,'-create_exchanges/1-lc$^0/1-0-', 2, [{file, "/home/circleci/project/src/event_pusher/mod_event_pusher_rabbit.erl"}, {line,117}]}, {mod_event_pusher_rabbit,create_exchanges,1, [{file, "/home/circleci/project/src/event_pusher/mod_event_pusher_rabbit.erl"}, {line,119}]}, {mod_event_pusher_rabbit,start,2, [{file, "/home/circleci/project/src/event_pusher/mod_event_pusher_rabbit.erl"}, {line,66}]}, {gen_mod,start_module_for_host_type,3, [{file,"/home/circleci/project/src/gen_mod.erl"}, {line,132}]}, {mongoose_modules,start_module,4, [{file, "/home/circleci/project/src/mongoose_modules.erl"}, {line,95}]}, {mongoose_modules,ensure_started,3, [{file, "/home/circleci/project/src/mongoose_modules.erl"}, {line,75}]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_modules,replace_modules, [<<"localhost">>,[],... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-14_16.50.04/mod_event_pusher_rabbit_suite.init_per_group.28674.html)
mod_event_pusher_rabbit_SUITE:group_chat_message_publish:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {undef, [{wpool_pool,undefined, ['mongoose_wpool$rabbit$localhost$event_pusher'], []}, {wpool,call,4, [{file, "/home/circleci/project/_build/default/lib/worker_pool/src/wpool.erl"}, {line,173}]}, {mod_event_pusher_rabbit,'-create_exchanges/1-lc$^0/1-0-', 2, [{file, "/home/circleci/project/src/event_pusher/mod_event_pusher_rabbit.erl"}, {line,117}]}, {mod_event_pusher_rabbit,create_exchanges,1, [{file, "/home/circleci/project/src/event_pusher/mod_event_pusher_rabbit.erl"}, {line,119}]}, {mod_event_pusher_rabbit,start,2, [{file, "/home/circleci/project/src/event_pusher/mod_event_pusher_rabbit.erl"}, {line,66}]}, {gen_mod,start_module_for_host_type,3, [{file,"/home/circleci/project/src/gen_mod.erl"}, {line,132}]}, {mongoose_modules,start_module,4, [{file, "/home/circleci/project/src/mongoose_modules.erl"}, {line,95}]}, {mongoose_modules,ensure_started,3, [{file, "/home/circleci/project/src/mongoose_modules.erl"}, {line,75}]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, mongoose_modules,replace_modules, [<<"localhost">>,[],... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-14_16.50.04/mod_event_pusher_rabbit_suite.init_per_group.28802.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.50.08/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.50.08/mod_event_pusher_http_suite.simple_message.24963.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.50.08/mod_event_pusher_http_suite.simple_message.25219.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.50.08/mod_event_pusher_http_suite.simple_message.29314.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.50.08/mod_event_pusher_http_suite.simple_message.29570.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.50.08/mod_event_pusher_http_suite.simple_message.29826.html)
muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,336}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.54.06/muc_suite.init_per_group.19588.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,336}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.54.06/muc_suite.init_per_group.19716.html)
offline_SUITE:mod_offline_tests:offline_message_is_stored_and_delivered_at_login ```erlang {error, {{assertion_failed,assert_many,true, [is_presence,#Fun], [{xmlel,<<"message">>, [{<<"from">>, <<"alicE_offline_message_is_stored_and_delivered_at_login_924@localhost/res1">>}, {<<"to">>, <<"bOb_offline_message_is_stored_and_delivered_at_login_924@localhost/res1">>}, {<<"xml:lang">>,<<"en">>}, {<<"type">>,<<"chat">>}], [{xmlel,<<"body">>,[],[{xmlcdata,<<"msgtxt">>}]}]}, {xmlel,<<"presence">>, [{<<"from">>, <<"bOb_offline_message_is_stored_and_delivered_at_login_924@localhost/new-session">>}, {<<"to">>, <<"bob_offline_message_is_stored_and_delivered_at_login_924@localhost/new-session">>}, {<<"xml:lang">>,<<"en">>}], []}], " msgtxt "}, [{escalus_new_assert,assert_true,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"}, {line,84}]}, {escalus_story,story,4, [{file, "/home/circleci/project/big_tests/_build/default/lib/... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.offline_SUITE.logs/run.2022-02-14_16.55.21/offline_suite.offline_message_is_stored_and_delivered_at_login.39683.html)
push_http_SUITE:single:simple_push ```erlang {error,{{http_request_timeout,1,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-simple_push/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,114}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.push_http_SUITE.logs/run.2022-02-14_16.56.58/push_http_suite.simple_push.html)
push_http_SUITE:customised:custom_push ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-custom_push/1-fun-1-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,128}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.push_http_SUITE.logs/run.2022-02-14_16.56.58/push_http_suite.custom_push.html)
push_http_SUITE:multiple:push_to_many ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-push_to_many/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,140}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.push_http_SUITE.logs/run.2022-02-14_16.56.58/push_http_suite.push_to_many.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.57.15/push_integration_suite.pm_msg_notify_on_fcm_silent.48771.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.57.15/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.58242.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.57.15/push_integration_suite.pm_msg_notify_on_apns_w_topic.11141.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.57.15/push_integration_suite.pm_msg_notify_on_apns_no_click_action.48643.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.57.15/push_integration_suite.pm_msg_notify_on_apns_silent.28804.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.57.15/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.48259.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105692/internal_mnesia.24.0.5/big/ct_run.test%407b9e7c61b578.2022-02-14_16.46.55/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.57.15/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.48515.html)

50 errors were truncated


ldap_mnesia_24 / ldap_mnesia / 10addeaf00b28d955550b264dd78548a999d0b18 Reports root/ big OK: 1403 / Failed: 65 / User-skipped: 390 / Auto-skipped: 54

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.51.01/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.51.01/mod_event_pusher_http_suite.simple_message.24707.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.51.01/mod_event_pusher_http_suite.simple_message.25091.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.51.01/mod_event_pusher_http_suite.simple_message.25219.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.51.01/mod_event_pusher_http_suite.simple_message.25475.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.51.01/mod_event_pusher_http_suite.simple_message.25859.html)
muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,336}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.54.29/muc_suite.init_per_group.13829.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,336}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.54.29/muc_suite.init_per_group.37507.html)
push_http_SUITE:single:simple_push ```erlang {error,{{http_request_timeout,1,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-simple_push/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,114}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.push_http_SUITE.logs/run.2022-02-14_16.57.14/push_http_suite.simple_push.html)
push_http_SUITE:customised:custom_push ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-custom_push/1-fun-1-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,128}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.push_http_SUITE.logs/run.2022-02-14_16.57.14/push_http_suite.custom_push.html)
push_http_SUITE:multiple:push_to_many ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-push_to_many/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,140}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.push_http_SUITE.logs/run.2022-02-14_16.57.14/push_http_suite.push_to_many.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.57.30/push_integration_suite.pm_msg_notify_on_apns_no_click_action.51075.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.57.30/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.49026.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.57.30/push_integration_suite.pm_msg_notify_on_apns_silent.51203.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.57.30/push_integration_suite.pm_msg_notify_on_apns_w_topic.51459.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.57.30/push_integration_suite.pm_msg_notify_on_fcm_silent.51331.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.57.30/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.48642.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.57.30/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.50947.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.57.30/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.48770.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.57.30/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.48898.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.57.30/push_integration_suite.pm_msg_notify_on_apns_w_click_action.24068.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.57.30/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.49154.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.57.30/push_integration_suite.muclight_msg_notify_on_apns_no_click_action.51587.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.57.30/push_integration_suite.muclight_msg_notify_on_fcm_no_click_action.51971.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105694/ldap_mnesia.24.0.5/big/ct_run.test%4001078a6bffa6.2022-02-14_16.47.48/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.57.30/push_integration_suite.muclight_msg_notify_on_apns_silent.24580.html)

43 errors were truncated


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 10addeaf00b28d955550b264dd78548a999d0b18 Reports root/ big OK: 1578 / Failed: 65 / User-skipped: 369 / Auto-skipped: 54

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.51.30/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.51.30/mod_event_pusher_http_suite.simple_message.41730.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.51.30/mod_event_pusher_http_suite.simple_message.42114.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.51.30/mod_event_pusher_http_suite.simple_message.42498.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.51.30/mod_event_pusher_http_suite.simple_message.26243.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-14_16.51.30/mod_event_pusher_http_suite.simple_message.43010.html)
muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,336}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.55.08/muc_suite.init_per_group.35843.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,336}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.muc_SUITE.logs/run.2022-02-14_16.55.08/muc_suite.init_per_group.35971.html)
push_http_SUITE:single:simple_push ```erlang {error,{{http_request_timeout,1,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-simple_push/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,114}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.push_http_SUITE.logs/run.2022-02-14_16.57.52/push_http_suite.simple_push.html)
push_http_SUITE:customised:custom_push ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-custom_push/1-fun-1-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,128}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.push_http_SUITE.logs/run.2022-02-14_16.57.52/push_http_suite.custom_push.html)
push_http_SUITE:multiple:push_to_many ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-push_to_many/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,140}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.push_http_SUITE.logs/run.2022-02-14_16.57.52/push_http_suite.push_to_many.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.58.09/push_integration_suite.pm_msg_notify_on_fcm_silent.74370.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.58.09/push_integration_suite.pm_msg_notify_on_apns_silent.74242.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.58.09/push_integration_suite.pm_msg_notify_on_apns_w_topic.74498.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.58.09/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.50179.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.58.09/push_integration_suite.pm_msg_notify_on_apns_no_click_action.50051.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.58.09/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.73602.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.58.09/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.73474.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.58.09/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.73858.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.58.09/push_integration_suite.pm_msg_notify_on_apns_w_click_action.73986.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.58.09/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.73730.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.58.09/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.74114.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.58.09/push_integration_suite.muclight_msg_notify_on_apns_no_click_action.26116.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.58.09/push_integration_suite.muclight_msg_notify_on_fcm_no_click_action.26244.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105688/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%401ac332b4aa2b.2022-02-14_16.47.14/big_tests.tests.push_integration_SUITE.logs/run.2022-02-14_16.58.09/push_integration_suite.muclight_msg_notify_on_apns_w_high_priority_silent.25988.html)

43 errors were truncated

mongoose-im commented 2 years ago

small_tests_24 / small_tests / 0d8863f5439ff05e502a8d01ec262302877ac44b Reports root / small


small_tests_23 / small_tests / 0d8863f5439ff05e502a8d01ec262302877ac44b Reports root / small


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 0d8863f5439ff05e502a8d01ec262302877ac44b Reports root/ big OK: 2712 / Failed: 0 / User-skipped: 239 / Auto-skipped: 8

muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], []}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,328}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,706}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,735}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105796/pgsql_mnesia.23.1/big/ct_run.test%404ca4f2c9ce6a.2022-02-15_11.58.03/big_tests.tests.muc_SUITE.logs/run.2022-02-15_12.03.17/muc_suite.init_per_group.62340.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], []}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,328}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,706}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,735}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105796/pgsql_mnesia.23.1/big/ct_run.test%404ca4f2c9ce6a.2022-02-15_11.58.03/big_tests.tests.muc_SUITE.logs/run.2022-02-15_12.03.17/muc_suite.init_per_group.132226.html)

dynamic_domains_mysql_redis_24 / mysql_redis / 0d8863f5439ff05e502a8d01ec262302877ac44b Reports root/ big OK: 2695 / Failed: 0 / User-skipped: 256 / Auto-skipped: 8

muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,328}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105794/mysql_redis.24.0.5/big/ct_run.test%404adf8936635e.2022-02-15_11.58.12/big_tests.tests.muc_SUITE.logs/run.2022-02-15_12.03.28/muc_suite.init_per_group.66820.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,328}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105794/mysql_redis.24.0.5/big/ct_run.test%404adf8936635e.2022-02-15_11.58.12/big_tests.tests.muc_SUITE.logs/run.2022-02-15_12.03.28/muc_suite.init_per_group.80899.html)

dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 0d8863f5439ff05e502a8d01ec262302877ac44b Reports root/ big OK: 2712 / Failed: 0 / User-skipped: 239 / Auto-skipped: 8

muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,328}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105783/pgsql_mnesia.24.0.5/big/ct_run.test%402cd1dea2b447.2022-02-15_11.58.23/big_tests.tests.muc_SUITE.logs/run.2022-02-15_12.04.26/muc_suite.init_per_group.95875.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,328}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105783/pgsql_mnesia.24.0.5/big/ct_run.test%402cd1dea2b447.2022-02-15_11.58.23/big_tests.tests.muc_SUITE.logs/run.2022-02-15_12.04.26/muc_suite.init_per_group.96003.html)

dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 0d8863f5439ff05e502a8d01ec262302877ac44b Reports root/ big OK: 2711 / Failed: 1 / User-skipped: 239 / Auto-skipped: 8

muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,328}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105792/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4042aedddc5c95.2022-02-15_11.58.23/big_tests.tests.muc_SUITE.logs/run.2022-02-15_12.04.21/muc_suite.init_per_group.63108.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,328}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105792/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4042aedddc5c95.2022-02-15_11.58.23/big_tests.tests.muc_SUITE.logs/run.2022-02-15_12.04.21/muc_suite.init_per_group.95107.html)
sm_SUITE:parallel_manual_ack_freq_1:resume_session_state_send_message_with_ack ```erlang {error, {{assertion_failed,assert,is_presence, {xmlel,<<"message">>, [{<<"from">>, <<"bOb_resume_session_state_send_message_with_ack_1902@domain.example.com/escalus-default-resource">>}, {<<"to">>, <<"alicE_resume_session_state_send_message_with_ack_1910@domain.example.com">>}, {<<"xml:lang">>,<<"en">>}, {<<"type">>,<<"chat">>}], [{xmlel,<<"body">>,[],[{xmlcdata,<<"msg-2">>}]}]}, "msg-2"}, [{escalus_new_assert,assert_true,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"}, {line,84}]}, {sm_helper,initial_presence_step,2, [{file,"/home/circleci/project/big_tests/tests/sm_helper.erl"}, {line,133}]}, {escalus_connection,connection_step,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,162}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1267}]}, {escalus_connection,start,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,144}]}, {sm_helper,connect_spec,3, [{file,"/home/circleci/project/big_tests/tests/sm_helper.er... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105792/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4042aedddc5c95.2022-02-15_11.58.23/big_tests.tests.sm_SUITE.logs/run.2022-02-15_12.07.47/sm_suite.resume_session_state_send_message_with_ack.109955.html)

ldap_mnesia_24 / ldap_mnesia / 0d8863f5439ff05e502a8d01ec262302877ac44b Reports root/ big OK: 1406 / Failed: 65 / User-skipped: 390 / Auto-skipped: 54

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.01.02/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.01.02/mod_event_pusher_http_suite.simple_message.20099.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.01.02/mod_event_pusher_http_suite.simple_message.30594.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.01.02/mod_event_pusher_http_suite.simple_message.30978.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.01.02/mod_event_pusher_http_suite.simple_message.31362.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.01.02/mod_event_pusher_http_suite.simple_message.31746.html)
muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,328}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.muc_SUITE.logs/run.2022-02-15_12.04.34/muc_suite.init_per_group.26115.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,328}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.muc_SUITE.logs/run.2022-02-15_12.04.34/muc_suite.init_per_group.26243.html)
push_http_SUITE:single:simple_push ```erlang {error,{{http_request_timeout,1,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-simple_push/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,114}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.07.23/push_http_suite.simple_push.html)
push_http_SUITE:customised:custom_push ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-custom_push/1-fun-1-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,128}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.07.23/push_http_suite.custom_push.html)
push_http_SUITE:multiple:push_to_many ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-push_to_many/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,140}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.07.23/push_http_suite.push_to_many.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.07.40/push_integration_suite.pm_msg_notify_on_apns_no_click_action.40835.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.07.40/push_integration_suite.pm_msg_notify_on_apns_silent.57858.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.07.40/push_integration_suite.pm_msg_notify_on_apns_w_topic.41475.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.07.40/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.40963.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.07.40/push_integration_suite.pm_msg_notify_on_fcm_silent.41347.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.07.40/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.57730.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.07.40/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.41219.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.07.40/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.40707.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.07.40/push_integration_suite.pm_msg_notify_on_apns_w_click_action.41091.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.07.40/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.40579.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.07.40/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.57602.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.07.40/push_integration_suite.muclight_msg_notify_on_fcm_no_click_action.26500.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.07.40/push_integration_suite.muclight_msg_notify_on_fcm_w_high_priority.16773.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105786/ldap_mnesia.24.0.5/big/ct_run.test%409e7344ab609e.2022-02-15_11.58.05/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.07.40/push_integration_suite.muclight_msg_notify_on_fcm_silent.17413.html)

43 errors were truncated


ldap_mnesia_23 / ldap_mnesia / 0d8863f5439ff05e502a8d01ec262302877ac44b Reports root/ big OK: 1406 / Failed: 65 / User-skipped: 390 / Auto-skipped: 54

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.01.36/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.01.36/mod_event_pusher_http_suite.simple_message.21891.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.01.36/mod_event_pusher_http_suite.simple_message.31490.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.01.36/mod_event_pusher_http_suite.simple_message.31874.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.01.36/mod_event_pusher_http_suite.simple_message.32258.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.01.36/mod_event_pusher_http_suite.simple_message.32642.html)
muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], []}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,328}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,706}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,735}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.muc_SUITE.logs/run.2022-02-15_12.05.01/muc_suite.init_per_group.43778.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], []}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,328}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,706}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,735}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.muc_SUITE.logs/run.2022-02-15_12.05.01/muc_suite.init_per_group.43906.html)
push_http_SUITE:single:simple_push ```erlang {error,{{http_request_timeout,1,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-simple_push/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,114}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.07.51/push_http_suite.simple_push.html)
push_http_SUITE:customised:custom_push ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-custom_push/1-fun-1-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,128}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.07.51/push_http_suite.custom_push.html)
push_http_SUITE:multiple:push_to_many ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-push_to_many/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,140}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.07.51/push_http_suite.push_to_many.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.08.08/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.42883.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.08.08/push_integration_suite.pm_msg_notify_on_apns_no_click_action.42755.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.08.08/push_integration_suite.pm_msg_notify_on_fcm_silent.19717.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.08.08/push_integration_suite.pm_msg_notify_on_apns_silent.43139.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.08.08/push_integration_suite.pm_msg_notify_on_apns_w_topic.14724.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.08.08/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.64002.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.08.08/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.64130.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.08.08/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.64258.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.08.08/push_integration_suite.pm_msg_notify_on_apns_w_click_action.64514.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.08.08/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.64386.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.08.08/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.43011.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.08.08/push_integration_suite.muclight_msg_notify_on_apns_no_click_action.15492.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.08.08/push_integration_suite.muclight_msg_notify_on_fcm_no_click_action.15620.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105795/ldap_mnesia.23.1/big/ct_run.test%402c09d464f750.2022-02-15_11.58.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.08.08/push_integration_suite.muclight_msg_notify_on_fcm_w_click_action.15876.html)

43 errors were truncated


internal_mnesia_24 / internal_mnesia / 0d8863f5439ff05e502a8d01ec262302877ac44b Reports root/ big OK: 1435 / Failed: 71 / User-skipped: 349 / Auto-skipped: 64

mod_event_pusher_rabbit_SUITE:initialization_on_startup:rabbit_pool_starts_with_default_config ```erlang {error, {{assertMatch, [{module,mod_event_pusher_rabbit_SUITE}, {line,197}, {expression, "lists : keyfind ( rabbit_event_pusher_default , 3 , Pools )"}, {pattern,"RabbitWpool"}, {value,false}]}, [{mod_event_pusher_rabbit_SUITE,rabbit_pool_starts_with_default_config, 1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_rabbit_SUITE.erl"}, {line,197}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-15_12.02.06/mod_event_pusher_rabbit_suite.rabbit_pool_starts_with_default_config.html)
mod_event_pusher_rabbit_SUITE:initialization_on_startup:exchanges_are_created_on_module_startup ```erlang {error, {{badrpc, {'EXIT', {[67,114,101,97,116,105,110,103,32,101,120,99,104,97,110,103,101, 115,32,102,97,105,108,101,100,44,32,101,120,99,104,97,110,103, 101,115,61, [91, [[123, [[60,60,"\"custom_presence_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"headers\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"headers\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_group_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-15_12.02.06/mod_event_pusher_rabbit_suite.exchanges_are_created_on_module_startup.html)
mod_event_pusher_rabbit_SUITE:initialization_on_startup:rabbit_pool_starts_with_default_config ```erlang {error, {{assertMatch, [{module,mod_event_pusher_rabbit_SUITE}, {line,197}, {expression, "lists : keyfind ( rabbit_event_pusher_default , 3 , Pools )"}, {pattern,"RabbitWpool"}, {value,false}]}, [{mod_event_pusher_rabbit_SUITE,rabbit_pool_starts_with_default_config, 1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_rabbit_SUITE.erl"}, {line,197}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-15_12.02.06/mod_event_pusher_rabbit_suite.rabbit_pool_starts_with_default_config.17411.html)
mod_event_pusher_rabbit_SUITE:initialization_on_startup:exchanges_are_created_on_module_startup ```erlang {error, {{badrpc, {'EXIT', {[67,114,101,97,116,105,110,103,32,101,120,99,104,97,110,103,101, 115,32,102,97,105,108,101,100,44,32,101,120,99,104,97,110,103, 101,115,61, [91, [[123, [[60,60,"\"custom_presence_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"headers\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"headers\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_group_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-15_12.02.06/mod_event_pusher_rabbit_suite.exchanges_are_created_on_module_startup.17539.html)
mod_event_pusher_rabbit_SUITE:initialization_on_startup:rabbit_pool_starts_with_default_config ```erlang {error, {{assertMatch, [{module,mod_event_pusher_rabbit_SUITE}, {line,197}, {expression, "lists : keyfind ( rabbit_event_pusher_default , 3 , Pools )"}, {pattern,"RabbitWpool"}, {value,false}]}, [{mod_event_pusher_rabbit_SUITE,rabbit_pool_starts_with_default_config, 1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_rabbit_SUITE.erl"}, {line,197}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-15_12.02.06/mod_event_pusher_rabbit_suite.rabbit_pool_starts_with_default_config.17923.html)
mod_event_pusher_rabbit_SUITE:initialization_on_startup:exchanges_are_created_on_module_startup ```erlang {error, {{badrpc, {'EXIT', {[67,114,101,97,116,105,110,103,32,101,120,99,104,97,110,103,101, 115,32,102,97,105,108,101,100,44,32,101,120,99,104,97,110,103, 101,115,61, [91, [[123, [[60,60,"\"custom_presence_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"headers\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"headers\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_group_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-15_12.02.06/mod_event_pusher_rabbit_suite.exchanges_are_created_on_module_startup.32770.html)
mod_event_pusher_rabbit_SUITE:presence_status_publish:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {[67,114,101,97,116,105,110,103,32,101,120,99,104,97,110,103,101, 115,32,102,97,105,108,101,100,44,32,101,120,99,104,97,110,103, 101,115,61, [91, [[123, [[60,60,"\"custom_presence_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"topic\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"topic\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_group_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-15_12.02.06/mod_event_pusher_rabbit_suite.init_per_group.33026.html)
mod_event_pusher_rabbit_SUITE:chat_message_publish:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {[67,114,101,97,116,105,110,103,32,101,120,99,104,97,110,103,101, 115,32,102,97,105,108,101,100,44,32,101,120,99,104,97,110,103, 101,115,61, [91, [[123, [[60,60,"\"custom_presence_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"topic\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"topic\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_group_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-15_12.02.06/mod_event_pusher_rabbit_suite.init_per_group.33154.html)
mod_event_pusher_rabbit_SUITE:group_chat_message_publish:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {[67,114,101,97,116,105,110,103,32,101,120,99,104,97,110,103,101, 115,32,102,97,105,108,101,100,44,32,101,120,99,104,97,110,103, 101,115,61, [91, [[123, [[60,60,"\"custom_presence_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"topic\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"topic\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_group_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-15_12.02.06/mod_event_pusher_rabbit_suite.init_per_group.33282.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.02.08/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.02.08/mod_event_pusher_http_suite.simple_message.18179.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.02.08/mod_event_pusher_http_suite.simple_message.33666.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.02.08/mod_event_pusher_http_suite.simple_message.34050.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.02.08/mod_event_pusher_http_suite.simple_message.34178.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.02.08/mod_event_pusher_http_suite.simple_message.34562.html)
muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,328}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.muc_SUITE.logs/run.2022-02-15_12.06.05/muc_suite.init_per_group.44162.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,328}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.muc_SUITE.logs/run.2022-02-15_12.06.05/muc_suite.init_per_group.24835.html)
push_http_SUITE:single:simple_push ```erlang {error,{{http_request_timeout,1,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-simple_push/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,114}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.08.49/push_http_suite.simple_push.html)
push_http_SUITE:customised:custom_push ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-custom_push/1-fun-1-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,128}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.08.49/push_http_suite.custom_push.html)
push_http_SUITE:multiple:push_to_many ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-push_to_many/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,140}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.08.49/push_http_suite.push_to_many.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.09.06/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.38019.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.09.06/push_integration_suite.pm_msg_notify_on_apns_no_click_action.37891.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.09.06/push_integration_suite.pm_msg_notify_on_apns_silent.63490.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.09.06/push_integration_suite.pm_msg_notify_on_fcm_silent.38403.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105798/internal_mnesia.24.0.5/big/ct_run.test%407a6763f20342.2022-02-15_11.58.36/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.09.06/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.63106.html)

52 errors were truncated


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 0d8863f5439ff05e502a8d01ec262302877ac44b Reports root/ big OK: 1581 / Failed: 65 / User-skipped: 369 / Auto-skipped: 54

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.02.44/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.02.44/mod_event_pusher_http_suite.simple_message.46210.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.02.44/mod_event_pusher_http_suite.simple_message.23683.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.02.44/mod_event_pusher_http_suite.simple_message.46594.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.02.44/mod_event_pusher_http_suite.simple_message.24067.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.02.44/mod_event_pusher_http_suite.simple_message.24451.html)
muc_SUITE:http_auth_no_server:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,328}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.muc_SUITE.logs/run.2022-02-15_12.06.17/muc_suite.init_per_group.19972.html)
muc_SUITE:http_auth:init_per_group ```erlang {'EXIT', {{badmatch, [{error, {callback_crashed,start,error, {badkey,request_timeout}, [{erlang,map_get, [request_timeout, #{path_prefix => "/muc/auth/", server => "http://localhost:8080"}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_wpool_http,start,4, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_http.erl"}, {line,39}]}, {mongoose_wpool,call_callback,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool.erl"}, {line,328}]}, {mongoose_wpool_mgr,handle_call,3, [{file, "/home/circleci/project/src/wpool/mongoose_wpool_mgr.erl"}, {line,97}]}, {gen_server,try_handle_call,4, [{file,"gen_server.erl"},{line,721}]}, {gen_server,handle_msg,6, [{file,"gen_server.erl"},{line,750}]}, {proc_lib,init_p_do_apply,3, [{file,"proc_lib.erl"},{line,226}]}]}}]}, [{muc_SUITE,init_per_group,2, [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,372}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.muc_SUITE.logs/run.2022-02-15_12.06.17/muc_suite.init_per_group.20100.html)
push_http_SUITE:single:simple_push ```erlang {error,{{http_request_timeout,1,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-simple_push/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,114}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.09.03/push_http_suite.simple_push.html)
push_http_SUITE:customised:custom_push ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-custom_push/1-fun-1-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,128}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.09.03/push_http_suite.custom_push.html)
push_http_SUITE:multiple:push_to_many ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-push_to_many/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,140}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.09.03/push_http_suite.push_to_many.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.09.20/push_integration_suite.pm_msg_notify_on_apns_silent.79746.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.09.20/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.79362.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.09.20/push_integration_suite.pm_msg_notify_on_apns_no_click_action.79234.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.09.20/push_integration_suite.pm_msg_notify_on_apns_w_topic.43011.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.09.20/push_integration_suite.pm_msg_notify_on_fcm_silent.42883.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.09.20/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.42627.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.09.20/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.42499.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.09.20/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.79106.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.09.20/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.42755.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.09.20/push_integration_suite.pm_msg_notify_on_apns_w_click_action.79490.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.09.20/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.79618.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.09.20/push_integration_suite.muclight_msg_notify_on_fcm_no_click_action.17541.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.09.20/push_integration_suite.muclight_msg_notify_on_apns_no_click_action.17413.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105797/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40dd964c364324.2022-02-15_11.58.37/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.09.20/push_integration_suite.muclight_msg_notify_on_w_topic.43523.html)

43 errors were truncated

mongoose-im commented 2 years ago

small_tests_24 / small_tests / f1bf85b043bbfd54d176db06d59a51baaf5e4ee1 Reports root / small


small_tests_23 / small_tests / f1bf85b043bbfd54d176db06d59a51baaf5e4ee1 Reports root / small


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / f1bf85b043bbfd54d176db06d59a51baaf5e4ee1 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_mysql_redis_24 / mysql_redis / f1bf85b043bbfd54d176db06d59a51baaf5e4ee1 Reports root/ big OK: 2703 / Failed: 0 / User-skipped: 256 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / f1bf85b043bbfd54d176db06d59a51baaf5e4ee1 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / f1bf85b043bbfd54d176db06d59a51baaf5e4ee1 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / f1bf85b043bbfd54d176db06d59a51baaf5e4ee1 Reports root/ big OK: 1414 / Failed: 65 / User-skipped: 390 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.19.59/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.19.59/mod_event_pusher_http_suite.simple_message.34050.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.19.59/mod_event_pusher_http_suite.simple_message.15491.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.19.59/mod_event_pusher_http_suite.simple_message.15875.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.19.59/mod_event_pusher_http_suite.simple_message.34434.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.19.59/mod_event_pusher_http_suite.simple_message.16259.html)
push_http_SUITE:single:simple_push ```erlang {error,{{http_request_timeout,1,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-simple_push/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,114}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.26.20/push_http_suite.simple_push.html)
push_http_SUITE:customised:custom_push ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-custom_push/1-fun-1-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,128}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.26.20/push_http_suite.custom_push.html)
push_http_SUITE:multiple:push_to_many ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-push_to_many/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,140}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.26.20/push_http_suite.push_to_many.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.37/push_integration_suite.pm_msg_notify_on_apns_silent.64898.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.37/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.35331.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.37/push_integration_suite.pm_msg_notify_on_apns_no_click_action.35203.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.37/push_integration_suite.pm_msg_notify_on_apns_w_topic.35459.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.37/push_integration_suite.pm_msg_notify_on_fcm_silent.27908.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.37/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.34947.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.37/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.34819.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.37/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.64642.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.37/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.27780.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.37/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.35075.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.37/push_integration_suite.pm_msg_notify_on_apns_w_click_action.64770.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.37/push_integration_suite.muclight_msg_notify_on_fcm_no_click_action.15749.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.37/push_integration_suite.muclight_msg_notify_on_apns_no_click_action.15621.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.37/push_integration_suite.muclight_msg_notify_on_fcm_w_high_priority.65154.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.37/push_integration_suite.muclight_msg_notify_on_apns_w_click_action.15877.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105813/ldap_mnesia.24.0.5/big/ct_run.test%409b107fd3b210.2022-02-15_12.16.52/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.37/push_integration_suite.muclight_msg_notify_on_apns_w_high_priority.15237.html)

41 errors were truncated


ldap_mnesia_23 / ldap_mnesia / f1bf85b043bbfd54d176db06d59a51baaf5e4ee1 Reports root/ big OK: 1414 / Failed: 65 / User-skipped: 390 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.19.41/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.19.41/mod_event_pusher_http_suite.simple_message.22659.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.19.41/mod_event_pusher_http_suite.simple_message.23043.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.19.41/mod_event_pusher_http_suite.simple_message.23298.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.19.41/mod_event_pusher_http_suite.simple_message.23682.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.19.41/mod_event_pusher_http_suite.simple_message.24066.html)
push_http_SUITE:single:simple_push ```erlang {error,{{http_request_timeout,1,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-simple_push/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,114}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.25.52/push_http_suite.simple_push.html)
push_http_SUITE:customised:custom_push ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-custom_push/1-fun-1-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,128}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.25.52/push_http_suite.custom_push.html)
push_http_SUITE:multiple:push_to_many ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-push_to_many/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,140}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.25.52/push_http_suite.push_to_many.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.09/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.41859.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.09/push_integration_suite.pm_msg_notify_on_apns_silent.28676.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.09/push_integration_suite.pm_msg_notify_on_apns_w_topic.16517.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.09/push_integration_suite.pm_msg_notify_on_fcm_silent.56194.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.09/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.56066.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.09/push_integration_suite.pm_msg_notify_on_apns_no_click_action.41731.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.09/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.41347.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.09/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.55938.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.09/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.41475.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.09/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.41603.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.09/push_integration_suite.pm_msg_notify_on_apns_w_click_action.41987.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.09/push_integration_suite.muclight_msg_notify_on_apns_no_click_action.56962.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.09/push_integration_suite.muclight_msg_notify_on_fcm_no_click_action.57090.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.09/push_integration_suite.muclight_msg_notify_on_apns_w_high_priority.56450.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.09/push_integration_suite.muclight_msg_notify_on_fcm_w_high_priority.56578.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105806/ldap_mnesia.23.1/big/ct_run.test%40e5fd310ec2f0.2022-02-15_12.16.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.26.09/push_integration_suite.muclight_msg_notify_on_apns_w_click_action.57218.html)

41 errors were truncated


internal_mnesia_24 / internal_mnesia / f1bf85b043bbfd54d176db06d59a51baaf5e4ee1 Reports root/ big OK: 1443 / Failed: 71 / User-skipped: 349 / Auto-skipped: 56

mod_event_pusher_rabbit_SUITE:initialization_on_startup:rabbit_pool_starts_with_default_config ```erlang {error, {{assertMatch, [{module,mod_event_pusher_rabbit_SUITE}, {line,197}, {expression, "lists : keyfind ( rabbit_event_pusher_default , 3 , Pools )"}, {pattern,"RabbitWpool"}, {value,false}]}, [{mod_event_pusher_rabbit_SUITE,rabbit_pool_starts_with_default_config, 1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_rabbit_SUITE.erl"}, {line,197}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-15_12.20.27/mod_event_pusher_rabbit_suite.rabbit_pool_starts_with_default_config.html)
mod_event_pusher_rabbit_SUITE:initialization_on_startup:exchanges_are_created_on_module_startup ```erlang {error, {{badrpc, {'EXIT', {[67,114,101,97,116,105,110,103,32,101,120,99,104,97,110,103,101, 115,32,102,97,105,108,101,100,44,32,101,120,99,104,97,110,103, 101,115,61, [91, [[123, [[60,60,"\"custom_presence_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"headers\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"headers\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_group_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-15_12.20.27/mod_event_pusher_rabbit_suite.exchanges_are_created_on_module_startup.html)
mod_event_pusher_rabbit_SUITE:initialization_on_startup:rabbit_pool_starts_with_default_config ```erlang {error, {{assertMatch, [{module,mod_event_pusher_rabbit_SUITE}, {line,197}, {expression, "lists : keyfind ( rabbit_event_pusher_default , 3 , Pools )"}, {pattern,"RabbitWpool"}, {value,false}]}, [{mod_event_pusher_rabbit_SUITE,rabbit_pool_starts_with_default_config, 1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_rabbit_SUITE.erl"}, {line,197}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-15_12.20.27/mod_event_pusher_rabbit_suite.rabbit_pool_starts_with_default_config.28418.html)
mod_event_pusher_rabbit_SUITE:initialization_on_startup:exchanges_are_created_on_module_startup ```erlang {error, {{badrpc, {'EXIT', {[67,114,101,97,116,105,110,103,32,101,120,99,104,97,110,103,101, 115,32,102,97,105,108,101,100,44,32,101,120,99,104,97,110,103, 101,115,61, [91, [[123, [[60,60,"\"custom_presence_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"headers\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"headers\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_group_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-15_12.20.27/mod_event_pusher_rabbit_suite.exchanges_are_created_on_module_startup.28546.html)
mod_event_pusher_rabbit_SUITE:initialization_on_startup:rabbit_pool_starts_with_default_config ```erlang {error, {{assertMatch, [{module,mod_event_pusher_rabbit_SUITE}, {line,197}, {expression, "lists : keyfind ( rabbit_event_pusher_default , 3 , Pools )"}, {pattern,"RabbitWpool"}, {value,false}]}, [{mod_event_pusher_rabbit_SUITE,rabbit_pool_starts_with_default_config, 1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_rabbit_SUITE.erl"}, {line,197}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-15_12.20.27/mod_event_pusher_rabbit_suite.rabbit_pool_starts_with_default_config.22659.html)
mod_event_pusher_rabbit_SUITE:initialization_on_startup:exchanges_are_created_on_module_startup ```erlang {error, {{badrpc, {'EXIT', {[67,114,101,97,116,105,110,103,32,101,120,99,104,97,110,103,101, 115,32,102,97,105,108,101,100,44,32,101,120,99,104,97,110,103, 101,115,61, [91, [[123, [[60,60,"\"custom_presence_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"headers\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"headers\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_group_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-15_12.20.27/mod_event_pusher_rabbit_suite.exchanges_are_created_on_module_startup.28930.html)
mod_event_pusher_rabbit_SUITE:presence_status_publish:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {[67,114,101,97,116,105,110,103,32,101,120,99,104,97,110,103,101, 115,32,102,97,105,108,101,100,44,32,101,120,99,104,97,110,103, 101,115,61, [91, [[123, [[60,60,"\"custom_presence_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"topic\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"topic\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_group_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-15_12.20.27/mod_event_pusher_rabbit_suite.init_per_group.29186.html)
mod_event_pusher_rabbit_SUITE:chat_message_publish:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {[67,114,101,97,116,105,110,103,32,101,120,99,104,97,110,103,101, 115,32,102,97,105,108,101,100,44,32,101,120,99,104,97,110,103, 101,115,61, [91, [[123, [[60,60,"\"custom_presence_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"topic\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"topic\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_group_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-15_12.20.27/mod_event_pusher_rabbit_suite.init_per_group.29314.html)
mod_event_pusher_rabbit_SUITE:group_chat_message_publish:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {[67,114,101,97,116,105,110,103,32,101,120,99,104,97,110,103,101, 115,32,102,97,105,108,101,100,44,32,101,120,99,104,97,110,103, 101,115,61, [91, [[123, [[60,60,"\"custom_presence_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"topic\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [60,60,"\"topic\"",62,62]], 125], 44,10, [32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ",32,32]," ",32,32], 32, [" ",32,32], " ",32,32], [123, [[60,60,"\"custom_group_chat_msg_exchange\"",62,62], 44,10, [32,32,32, [[32,[" ",32,32]," ",32,32],32,[" ",32,32]," ",32,32], [32,[" ... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.mod_event_pusher_rabbit_SUITE.logs/run.2022-02-15_12.20.27/mod_event_pusher_rabbit_suite.init_per_group.29442.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.20.29/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.20.29/mod_event_pusher_http_suite.simple_message.29698.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.20.29/mod_event_pusher_http_suite.simple_message.30082.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.20.29/mod_event_pusher_http_suite.simple_message.22915.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.20.29/mod_event_pusher_http_suite.simple_message.23299.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.20.29/mod_event_pusher_http_suite.simple_message.30338.html)
push_http_SUITE:single:simple_push ```erlang {error,{{http_request_timeout,1,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-simple_push/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,114}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.27.19/push_http_suite.simple_push.html)
push_http_SUITE:customised:custom_push ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-custom_push/1-fun-1-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,128}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.27.19/push_http_suite.custom_push.html)
push_http_SUITE:multiple:push_to_many ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-push_to_many/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,140}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.27.19/push_http_suite.push_to_many.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.35/push_integration_suite.pm_msg_notify_on_apns_no_click_action.60674.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.35/push_integration_suite.pm_msg_notify_on_apns_w_topic.61442.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.35/push_integration_suite.pm_msg_notify_on_fcm_silent.61314.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.35/push_integration_suite.pm_msg_notify_on_apns_silent.61186.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.35/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.60802.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.35/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.60418.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105819/internal_mnesia.24.0.5/big/ct_run.test%406095c3f2b6cc.2022-02-15_12.17.12/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.35/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.60162.html)

50 errors were truncated


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / f1bf85b043bbfd54d176db06d59a51baaf5e4ee1 Reports root/ big OK: 1589 / Failed: 65 / User-skipped: 369 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.21.42/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.21.42/mod_event_pusher_http_suite.simple_message.43010.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.21.42/mod_event_pusher_http_suite.simple_message.43394.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.21.42/mod_event_pusher_http_suite.simple_message.26627.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.21.42/mod_event_pusher_http_suite.simple_message.27011.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.21.42/mod_event_pusher_http_suite.simple_message.27395.html)
push_http_SUITE:single:simple_push ```erlang {error,{{http_request_timeout,1,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-simple_push/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,114}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.27.58/push_http_suite.simple_push.html)
push_http_SUITE:customised:custom_push ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-custom_push/1-fun-1-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,128}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.27.58/push_http_suite.custom_push.html)
push_http_SUITE:multiple:push_to_many ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-push_to_many/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,140}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.27.58/push_http_suite.push_to_many.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.28.15/push_integration_suite.pm_msg_notify_on_apns_no_click_action.49539.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.28.15/push_integration_suite.pm_msg_notify_on_apns_silent.29700.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.28.15/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.78722.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.28.15/push_integration_suite.pm_msg_notify_on_fcm_silent.29828.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.28.15/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.49411.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.28.15/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.49667.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.28.15/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.78466.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.28.15/push_integration_suite.pm_msg_notify_on_apns_w_topic.29956.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.28.15/push_integration_suite.pm_msg_notify_on_apns_w_click_action.29572.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.28.15/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.78594.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.28.15/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.78338.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.28.15/push_integration_suite.muclight_msg_notify_on_apns_no_click_action.30596.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.28.15/push_integration_suite.muclight_msg_notify_on_fcm_no_click_action.30724.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.28.15/push_integration_suite.muclight_msg_notify_on_w_topic.12677.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.28.15/push_integration_suite.muclight_msg_notify_on_apns_silent.31108.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105821/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%4053854a84e594.2022-02-15_12.17.23/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.28.15/push_integration_suite.muclight_msg_notify_on_fcm_w_high_priority.30212.html)

41 errors were truncated


pgsql_mnesia_23 / pgsql_mnesia / f1bf85b043bbfd54d176db06d59a51baaf5e4ee1 Reports root/ big OK: 2978 / Failed: 86 / User-skipped: 248 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.21.16/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.21.16/mod_event_pusher_http_suite.simple_message.113410.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.21.16/mod_event_pusher_http_suite.simple_message.113666.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.21.16/mod_event_pusher_http_suite.simple_message.100227.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.21.16/mod_event_pusher_http_suite.simple_message.114050.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_12.21.16/mod_event_pusher_http_suite.simple_message.100611.html)
push_http_SUITE:single:simple_push ```erlang {error,{{http_request_timeout,1,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-simple_push/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,114}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.27.12/push_http_suite.simple_push.html)
push_http_SUITE:customised:custom_push ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-custom_push/1-fun-1-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,128}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.27.12/push_http_suite.custom_push.html)
push_http_SUITE:multiple:push_to_many ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-push_to_many/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,140}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_12.27.12/push_http_suite.push_to_many.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.29/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.122883.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.29/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.148610.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.29/push_integration_suite.pm_msg_notify_on_apns_w_topic.123779.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.29/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.123395.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.29/push_integration_suite.pm_msg_notify_on_apns_silent.123523.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.29/push_integration_suite.pm_msg_notify_on_fcm_silent.123651.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.29/push_integration_suite.pm_msg_notify_on_apns_no_click_action.123267.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.29/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.123139.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.29/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.123011.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.29/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.148866.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.29/push_integration_suite.pm_msg_notify_on_apns_w_click_action.148738.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.29/push_integration_suite.muclight_msg_notify_on_fcm_no_click_action.124163.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.29/push_integration_suite.muclight_msg_notify_on_fcm_w_high_priority.149250.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.29/push_integration_suite.muclight_msg_notify_on_apns_no_click_action.124035.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.29/push_integration_suite.muclight_msg_notify_on_w_topic.124675.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105808/pgsql_mnesia.23.1/big/ct_run.test%40e2eb954003f0.2022-02-15_12.16.27/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_12.27.29/push_integration_suite.muclight_msg_notify_on_fcm_silent.124547.html)

62 errors were truncated

mongoose-im commented 2 years ago

small_tests_24 / small_tests / 185405e7ea740b93aa6e78ebac9828e072385d38 Reports root / small


small_tests_23 / small_tests / 185405e7ea740b93aa6e78ebac9828e072385d38 Reports root / small


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 185405e7ea740b93aa6e78ebac9828e072385d38 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 185405e7ea740b93aa6e78ebac9828e072385d38 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_mysql_redis_24 / mysql_redis / 185405e7ea740b93aa6e78ebac9828e072385d38 Reports root/ big OK: 2703 / Failed: 0 / User-skipped: 256 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 185405e7ea740b93aa6e78ebac9828e072385d38 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


ldap_mnesia_23 / ldap_mnesia / 185405e7ea740b93aa6e78ebac9828e072385d38 Reports root/ big OK: 1414 / Failed: 65 / User-skipped: 390 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.08.44/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.08.44/mod_event_pusher_http_suite.simple_message.16771.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.08.44/mod_event_pusher_http_suite.simple_message.32770.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.08.44/mod_event_pusher_http_suite.simple_message.17411.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.08.44/mod_event_pusher_http_suite.simple_message.17795.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.08.44/mod_event_pusher_http_suite.simple_message.18179.html)
push_http_SUITE:single:simple_push ```erlang {error,{{http_request_timeout,1,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-simple_push/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,114}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_13.14.55/push_http_suite.simple_push.html)
push_http_SUITE:customised:custom_push ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-custom_push/1-fun-1-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,128}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_13.14.55/push_http_suite.custom_push.html)
push_http_SUITE:multiple:push_to_many ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-push_to_many/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,140}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_13.14.55/push_http_suite.push_to_many.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.15.12/push_integration_suite.pm_msg_notify_on_apns_no_click_action.42115.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.15.12/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.42371.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.15.12/push_integration_suite.pm_msg_notify_on_apns_w_topic.22660.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.15.12/push_integration_suite.pm_msg_notify_on_fcm_silent.22532.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.15.12/push_integration_suite.pm_msg_notify_on_apns_silent.22404.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.15.12/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.63490.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.15.12/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.63362.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.15.12/push_integration_suite.pm_msg_notify_on_apns_w_click_action.42499.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.15.12/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.42627.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.15.12/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.63618.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.15.12/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.42243.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.15.12/push_integration_suite.muclight_msg_notify_on_fcm_no_click_action.22916.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.15.12/push_integration_suite.muclight_msg_notify_on_apns_no_click_action.22788.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.15.12/push_integration_suite.muclight_msg_notify_on_fcm_w_high_priority.64002.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.15.12/push_integration_suite.muclight_msg_notify_on_apns_w_high_priority.63874.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105858/ldap_mnesia.23.1/big/ct_run.test%40a6b855c820a3.2022-02-15_13.05.47/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.15.12/push_integration_suite.muclight_msg_notify_on_fcm_w_click_action.64386.html)

41 errors were truncated


ldap_mnesia_24 / ldap_mnesia / 185405e7ea740b93aa6e78ebac9828e072385d38 Reports root/ big OK: 1414 / Failed: 65 / User-skipped: 390 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.09.28/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.09.28/mod_event_pusher_http_suite.simple_message.32898.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.09.28/mod_event_pusher_http_suite.simple_message.33026.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.09.28/mod_event_pusher_http_suite.simple_message.33410.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.09.28/mod_event_pusher_http_suite.simple_message.33794.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.09.28/mod_event_pusher_http_suite.simple_message.34178.html)
push_http_SUITE:single:simple_push ```erlang {error,{{http_request_timeout,1,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-simple_push/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,114}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_13.15.46/push_http_suite.simple_push.html)
push_http_SUITE:customised:custom_push ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-custom_push/1-fun-1-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,128}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_13.15.46/push_http_suite.custom_push.html)
push_http_SUITE:multiple:push_to_many ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-push_to_many/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,140}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_13.15.46/push_http_suite.push_to_many.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.03/push_integration_suite.pm_msg_notify_on_apns_no_click_action.59778.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.03/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.59906.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.03/push_integration_suite.pm_msg_notify_on_apns_silent.60290.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.03/push_integration_suite.pm_msg_notify_on_apns_w_topic.44675.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.03/push_integration_suite.pm_msg_notify_on_fcm_silent.60418.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.03/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.59394.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.03/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.60162.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.03/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.59266.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.03/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.59650.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.03/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.59522.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.03/push_integration_suite.pm_msg_notify_on_apns_w_click_action.60034.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.03/push_integration_suite.muclight_msg_notify_on_fcm_no_click_action.20996.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.03/push_integration_suite.muclight_msg_notify_on_apns_no_click_action.20868.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.03/push_integration_suite.muclight_msg_notify_on_fcm_w_high_priority.45059.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.03/push_integration_suite.muclight_msg_notify_on_apns_w_high_priority.44931.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105870/ldap_mnesia.24.0.5/big/ct_run.test%40765b9fd8006c.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.03/push_integration_suite.muclight_msg_notify_on_fcm_w_high_priority_silent.20740.html)

41 errors were truncated


internal_mnesia_24 / internal_mnesia / 185405e7ea740b93aa6e78ebac9828e072385d38 Reports root/ big OK: 1455 / Failed: 65 / User-skipped: 349 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.09.33/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.09.33/mod_event_pusher_http_suite.simple_message.35842.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.09.33/mod_event_pusher_http_suite.simple_message.20483.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.09.33/mod_event_pusher_http_suite.simple_message.20867.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.09.33/mod_event_pusher_http_suite.simple_message.36226.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.09.33/mod_event_pusher_http_suite.simple_message.36482.html)
push_http_SUITE:single:simple_push ```erlang {error,{{http_request_timeout,1,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-simple_push/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,114}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_13.16.22/push_http_suite.simple_push.html)
push_http_SUITE:customised:custom_push ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-custom_push/1-fun-1-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,128}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_13.16.22/push_http_suite.custom_push.html)
push_http_SUITE:multiple:push_to_many ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-push_to_many/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,140}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_13.16.22/push_http_suite.push_to_many.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.39/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.65282.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.39/push_integration_suite.pm_msg_notify_on_fcm_silent.65666.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.39/push_integration_suite.pm_msg_notify_on_apns_w_topic.65794.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.39/push_integration_suite.pm_msg_notify_on_apns_silent.65538.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.39/push_integration_suite.pm_msg_notify_on_apns_no_click_action.65154.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.39/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.64898.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.39/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.64770.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.39/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.64642.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.39/push_integration_suite.pm_msg_notify_on_apns_w_click_action.40067.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.39/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.65410.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.39/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.65026.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.39/push_integration_suite.muclight_msg_notify_on_apns_no_click_action.66562.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.39/push_integration_suite.muclight_msg_notify_on_fcm_no_click_action.66690.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.39/push_integration_suite.muclight_msg_notify_on_apns_w_high_priority.66050.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.39/push_integration_suite.muclight_msg_notify_on_fcm_w_click_action.66946.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105865/internal_mnesia.24.0.5/big/ct_run.test%40dca70e8663b6.2022-02-15_13.06.18/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.39/push_integration_suite.muclight_msg_notify_on_fcm_silent.67202.html)

41 errors were truncated


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 185405e7ea740b93aa6e78ebac9828e072385d38 Reports root/ big OK: 1589 / Failed: 65 / User-skipped: 369 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.11.02/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.11.02/mod_event_pusher_http_suite.simple_message.45698.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.11.02/mod_event_pusher_http_suite.simple_message.46082.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.11.02/mod_event_pusher_http_suite.simple_message.29315.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.11.02/mod_event_pusher_http_suite.simple_message.29699.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.11.02/mod_event_pusher_http_suite.simple_message.46594.html)
push_http_SUITE:single:simple_push ```erlang {error,{{http_request_timeout,1,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-simple_push/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,114}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_13.17.21/push_http_suite.simple_push.html)
push_http_SUITE:customised:custom_push ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-custom_push/1-fun-1-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,128}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_13.17.21/push_http_suite.custom_push.html)
push_http_SUITE:multiple:push_to_many ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-push_to_many/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,140}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_13.17.21/push_http_suite.push_to_many.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.38/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.24068.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.38/push_integration_suite.pm_msg_notify_on_apns_no_click_action.73986.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.38/push_integration_suite.pm_msg_notify_on_fcm_silent.15621.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.38/push_integration_suite.pm_msg_notify_on_apns_w_topic.74242.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.38/push_integration_suite.pm_msg_notify_on_apns_silent.74114.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.38/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.73602.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.38/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.73858.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.38/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.73730.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.38/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.24196.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.38/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.73474.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.38/push_integration_suite.pm_msg_notify_on_apns_w_click_action.56835.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.38/push_integration_suite.muclight_msg_notify_on_apns_no_click_action.74882.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.38/push_integration_suite.muclight_msg_notify_on_fcm_no_click_action.75010.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.38/push_integration_suite.muclight_msg_notify_on_fcm_w_high_priority.74626.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.38/push_integration_suite.muclight_msg_notify_on_apns_w_high_priority.74498.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105869/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40caf5b3c76a9c.2022-02-15_13.06.40/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.38/push_integration_suite.muclight_msg_notify_on_w_topic.24452.html)

41 errors were truncated


pgsql_mnesia_23 / pgsql_mnesia / 185405e7ea740b93aa6e78ebac9828e072385d38 Reports root/ big OK: 2979 / Failed: 85 / User-skipped: 248 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.10.17/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.10.17/mod_event_pusher_http_suite.simple_message.118146.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.10.17/mod_event_pusher_http_suite.simple_message.82947.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.10.17/mod_event_pusher_http_suite.simple_message.83203.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.10.17/mod_event_pusher_http_suite.simple_message.118658.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.10.17/mod_event_pusher_http_suite.simple_message.118914.html)
push_http_SUITE:single:simple_push ```erlang {error,{{http_request_timeout,1,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-simple_push/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,114}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_13.16.14/push_http_suite.simple_push.html)
push_http_SUITE:customised:custom_push ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-custom_push/1-fun-1-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,128}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_13.16.14/push_http_suite.custom_push.html)
push_http_SUITE:multiple:push_to_many ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-push_to_many/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,140}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_13.16.14/push_http_suite.push_to_many.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.31/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.108163.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.31/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.108035.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.31/push_integration_suite.pm_msg_notify_on_apns_silent.146946.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.31/push_integration_suite.pm_msg_notify_on_apns_w_click_action.146690.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.31/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.108675.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.31/push_integration_suite.pm_msg_notify_on_apns_w_topic.147074.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.31/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.146818.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.31/push_integration_suite.pm_msg_notify_on_fcm_silent.76932.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.31/push_integration_suite.pm_msg_notify_on_apns_no_click_action.108419.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.31/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.108291.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.31/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.108547.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.31/push_integration_suite.muclight_msg_notify_on_apns_w_click_action.44421.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.31/push_integration_suite.muclight_msg_notify_on_fcm_w_high_priority.147458.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.31/push_integration_suite.muclight_msg_notify_on_fcm_w_click_action.44549.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.31/push_integration_suite.muclight_msg_notify_on_apns_silent.77060.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105857/pgsql_mnesia.23.1/big/ct_run.test%403ce321148d85.2022-02-15_13.05.33/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.31/push_integration_suite.muclight_msg_notify_on_apns_w_high_priority.147330.html)

61 errors were truncated


pgsql_mnesia_24 / pgsql_mnesia / 185405e7ea740b93aa6e78ebac9828e072385d38 Reports root/ big OK: 2979 / Failed: 85 / User-skipped: 248 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.10.45/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.10.45/mod_event_pusher_http_suite.simple_message.111874.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.10.45/mod_event_pusher_http_suite.simple_message.112258.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.10.45/mod_event_pusher_http_suite.simple_message.112642.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.10.45/mod_event_pusher_http_suite.simple_message.113026.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.10.45/mod_event_pusher_http_suite.simple_message.96387.html)
push_http_SUITE:single:simple_push ```erlang {error,{{http_request_timeout,1,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-simple_push/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,114}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_13.16.36/push_http_suite.simple_push.html)
push_http_SUITE:customised:custom_push ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-custom_push/1-fun-1-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,128}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_13.16.36/push_http_suite.custom_push.html)
push_http_SUITE:multiple:push_to_many ```erlang {error,{{http_request_timeout,4,[{times,50,0}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {push_http_SUITE,got_push,2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,157}]}, {push_http_SUITE,'-push_to_many/1-fun-2-',2, [{file,"/home/circleci/project/big_tests/tests/push_http_SUITE.erl"}, {line,140}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.push_http_SUITE.logs/run.2022-02-15_13.16.36/push_http_suite.push_to_many.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.53/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.143746.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.53/push_integration_suite.pm_msg_notify_on_apns_no_click_action.126979.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.53/push_integration_suite.pm_msg_notify_on_fcm_silent.36229.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.53/push_integration_suite.pm_msg_notify_on_apns_w_topic.36357.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.53/push_integration_suite.pm_msg_notify_on_apns_silent.127107.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.53/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.143362.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.53/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.143234.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.53/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.143490.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.53/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.143618.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.53/push_integration_suite.pm_msg_notify_on_apns_w_click_action.143874.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.53/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.144002.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.53/push_integration_suite.muclight_msg_notify_on_fcm_no_click_action.144770.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.53/push_integration_suite.muclight_msg_notify_on_apns_no_click_action.144642.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.53/push_integration_suite.muclight_msg_notify_on_fcm_silent.69892.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.53/push_integration_suite.muclight_msg_notify_on_w_topic.145026.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105863/pgsql_mnesia.24.0.5/big/ct_run.test%408925c24fb00a.2022-02-15_13.06.02/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.16.53/push_integration_suite.muclight_msg_notify_on_apns_w_high_priority.144258.html)

61 errors were truncated

mongoose-im commented 2 years ago

small_tests_24 / small_tests / d652ad4fc7d2ac828124f551b19de03319ede346 Reports root / small


small_tests_23 / small_tests / d652ad4fc7d2ac828124f551b19de03319ede346 Reports root / small


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / d652ad4fc7d2ac828124f551b19de03319ede346 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / d652ad4fc7d2ac828124f551b19de03319ede346 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_mysql_redis_24 / mysql_redis / d652ad4fc7d2ac828124f551b19de03319ede346 Reports root/ big OK: 2703 / Failed: 0 / User-skipped: 256 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / d652ad4fc7d2ac828124f551b19de03319ede346 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


ldap_mnesia_23 / ldap_mnesia / d652ad4fc7d2ac828124f551b19de03319ede346 Reports root/ big OK: 1417 / Failed: 62 / User-skipped: 390 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.11.33/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.11.33/mod_event_pusher_http_suite.simple_message.32386.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.11.33/mod_event_pusher_http_suite.simple_message.32770.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.11.33/mod_event_pusher_http_suite.simple_message.33154.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.11.33/mod_event_pusher_http_suite.simple_message.33538.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.11.33/mod_event_pusher_http_suite.simple_message.33922.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.47/push_integration_suite.pm_msg_notify_on_fcm_silent.26116.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.47/push_integration_suite.pm_msg_notify_on_apns_no_click_action.35843.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.47/push_integration_suite.pm_msg_notify_on_apns_w_topic.26244.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.47/push_integration_suite.pm_msg_notify_on_apns_silent.25988.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.47/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.35971.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.47/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.64258.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.47/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.35587.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.47/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.35459.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.47/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.35715.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.47/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.36227.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.47/push_integration_suite.pm_msg_notify_on_apns_w_click_action.36099.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.47/push_integration_suite.muclight_msg_notify_on_fcm_no_click_action.64386.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.47/push_integration_suite.muclight_msg_notify_on_apns_no_click_action.36355.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.47/push_integration_suite.muclight_msg_notify_on_apns_w_high_priority.26500.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.47/push_integration_suite.muclight_msg_notify_on_fcm_w_high_priority.26628.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.47/push_integration_suite.muclight_msg_notify_on_fcm_w_click_action.36483.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.47/push_integration_suite.muclight_msg_notify_on_apns_silent.27140.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.47/push_integration_suite.muclight_msg_notify_on_apns_w_click_action.27012.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105882/ldap_mnesia.23.1/big/ct_run.test%40193ab7fce456.2022-02-15_13.08.26/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.17.47/push_integration_suite.muclight_msg_notify_on_w_topic.27396.html)

38 errors were truncated


ldap_mnesia_24 / ldap_mnesia / d652ad4fc7d2ac828124f551b19de03319ede346 Reports root/ big OK: 1417 / Failed: 62 / User-skipped: 390 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.11.40/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.11.40/mod_event_pusher_http_suite.simple_message.33282.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.11.40/mod_event_pusher_http_suite.simple_message.17795.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.11.40/mod_event_pusher_http_suite.simple_message.33794.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.11.40/mod_event_pusher_http_suite.simple_message.34178.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.11.40/mod_event_pusher_http_suite.simple_message.34562.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.18.00/push_integration_suite.pm_msg_notify_on_fcm_silent.39043.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.18.00/push_integration_suite.pm_msg_notify_on_apns_no_click_action.38531.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.18.00/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.38787.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.18.00/push_integration_suite.pm_msg_notify_on_apns_w_topic.39299.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.18.00/push_integration_suite.pm_msg_notify_on_apns_silent.39427.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.18.00/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.38659.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.18.00/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.38275.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.18.00/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.38403.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.18.00/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.39171.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.18.00/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.38147.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.18.00/push_integration_suite.pm_msg_notify_on_apns_w_click_action.38915.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.18.00/push_integration_suite.muclight_msg_notify_on_apns_no_click_action.68738.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.18.00/push_integration_suite.muclight_msg_notify_on_fcm_silent.39555.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.18.00/push_integration_suite.muclight_msg_notify_on_fcm_no_click_action.68866.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.18.00/push_integration_suite.muclight_msg_notify_on_w_topic.39683.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.18.00/push_integration_suite.muclight_msg_notify_on_apns_w_high_priority.68354.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.18.00/push_integration_suite.muclight_msg_notify_on_apns_w_high_priority_silent.68482.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.18.00/push_integration_suite.muclight_msg_notify_on_fcm_w_high_priority.68610.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105888/ldap_mnesia.24.0.5/big/ct_run.test%4080f2fe402ffd.2022-02-15_13.08.42/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.18.00/push_integration_suite.muclight_msg_notify_on_fcm_w_click_action.69122.html)

38 errors were truncated


internal_mnesia_24 / internal_mnesia / d652ad4fc7d2ac828124f551b19de03319ede346 Reports root/ big OK: 1458 / Failed: 62 / User-skipped: 349 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.12.20/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.12.20/mod_event_pusher_http_suite.simple_message.20739.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.12.20/mod_event_pusher_http_suite.simple_message.21123.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.12.20/mod_event_pusher_http_suite.simple_message.36098.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.12.20/mod_event_pusher_http_suite.simple_message.21635.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.12.20/mod_event_pusher_http_suite.simple_message.36482.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.24/push_integration_suite.pm_msg_notify_on_apns_no_click_action.40195.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.24/push_integration_suite.pm_msg_notify_on_fcm_silent.70658.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.24/push_integration_suite.pm_msg_notify_on_apns_silent.70530.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.24/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.70402.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.24/push_integration_suite.pm_msg_notify_on_apns_w_topic.70786.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.24/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.70146.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.24/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.70274.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.24/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.39939.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.24/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.40067.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.24/push_integration_suite.pm_msg_notify_on_apns_w_click_action.40323.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.24/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.40451.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.24/push_integration_suite.muclight_msg_notify_on_fcm_no_click_action.40579.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.24/push_integration_suite.muclight_msg_notify_on_apns_no_click_action.71554.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.24/push_integration_suite.muclight_msg_notify_on_fcm_w_high_priority.71170.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.24/push_integration_suite.muclight_msg_notify_on_apns_w_click_action.40707.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.24/push_integration_suite.muclight_msg_notify_on_fcm_silent.71682.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.24/push_integration_suite.muclight_msg_notify_on_apns_silent.40963.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.24/push_integration_suite.muclight_msg_notify_on_fcm_w_click_action.40835.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105886/internal_mnesia.24.0.5/big/ct_run.test%4089fea027a9e5.2022-02-15_13.08.50/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.24/push_integration_suite.muclight_msg_notify_on_w_topic.71810.html)

38 errors were truncated


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / d652ad4fc7d2ac828124f551b19de03319ede346 Reports root/ big OK: 1592 / Failed: 62 / User-skipped: 369 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.36/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.36/mod_event_pusher_http_suite.simple_message.25859.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.36/mod_event_pusher_http_suite.simple_message.26243.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.36/mod_event_pusher_http_suite.simple_message.26627.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.36/mod_event_pusher_http_suite.simple_message.47874.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.36/mod_event_pusher_http_suite.simple_message.48258.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.05/push_integration_suite.pm_msg_notify_on_fcm_silent.79746.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.05/push_integration_suite.pm_msg_notify_on_apns_w_topic.79874.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.05/push_integration_suite.pm_msg_notify_on_apns_no_click_action.45187.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.05/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.79234.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.05/push_integration_suite.pm_msg_notify_on_apns_silent.79618.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.05/push_integration_suite.pm_msg_notify_on_apns_w_click_action.79362.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.05/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.78978.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.05/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.79490.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.05/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.78850.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.05/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.79106.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.05/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.45059.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.05/push_integration_suite.muclight_msg_notify_on_apns_no_click_action.29828.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.05/push_integration_suite.muclight_msg_notify_on_fcm_no_click_action.45315.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.05/push_integration_suite.muclight_msg_notify_on_fcm_w_high_priority.29444.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.05/push_integration_suite.muclight_msg_notify_on_apns_w_high_priority.29316.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.05/push_integration_suite.muclight_msg_notify_on_fcm_w_high_priority_silent.29700.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.05/push_integration_suite.muclight_msg_notify_on_apns_w_click_action.45443.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.05/push_integration_suite.muclight_msg_notify_on_apns_silent.80002.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105897/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40561c82bdba0a.2022-02-15_13.09.10/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.05/push_integration_suite.muclight_msg_notify_on_fcm_silent.30084.html)

38 errors were truncated


pgsql_mnesia_23 / pgsql_mnesia / d652ad4fc7d2ac828124f551b19de03319ede346 Reports root/ big OK: 2982 / Failed: 82 / User-skipped: 248 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.18/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.18/mod_event_pusher_http_suite.simple_message.118274.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.18/mod_event_pusher_http_suite.simple_message.89091.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.18/mod_event_pusher_http_suite.simple_message.118786.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.18/mod_event_pusher_http_suite.simple_message.119170.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.18/mod_event_pusher_http_suite.simple_message.119554.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.18/push_integration_suite.pm_msg_notify_on_apns_no_click_action.110979.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.18/push_integration_suite.pm_msg_notify_on_fcm_silent.111491.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.18/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.111107.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.18/push_integration_suite.pm_msg_notify_on_apns_silent.111363.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.18/push_integration_suite.pm_msg_notify_on_apns_w_topic.111619.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.18/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.154882.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.18/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.154626.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.18/push_integration_suite.pm_msg_notify_on_apns_w_click_action.155138.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.18/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.154754.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.18/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.111235.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.18/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.155010.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.18/push_integration_suite.muclight_msg_notify_on_fcm_no_click_action.70020.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.18/push_integration_suite.muclight_msg_notify_on_apns_no_click_action.69892.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.18/push_integration_suite.muclight_msg_notify_on_apns_silent.70148.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.18/push_integration_suite.muclight_msg_notify_on_w_topic.112131.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.18/push_integration_suite.muclight_msg_notify_on_apns_w_high_priority_silent.69764.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.18/push_integration_suite.muclight_msg_notify_on_fcm_w_high_priority.40581.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.18/push_integration_suite.muclight_msg_notify_on_apns_w_high_priority.111875.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105879/pgsql_mnesia.23.1/big/ct_run.test%4034abf264f11a.2022-02-15_13.08.32/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.19.18/push_integration_suite.muclight_msg_notify_on_fcm_w_click_action.40837.html)

58 errors were truncated


mysql_redis_24 / mysql_redis / d652ad4fc7d2ac828124f551b19de03319ede346 Reports root/ big OK: 2977 / Failed: 82 / User-skipped: 253 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.14.08/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.14.08/mod_event_pusher_http_suite.simple_message.125954.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.14.08/mod_event_pusher_http_suite.simple_message.126338.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.14.08/mod_event_pusher_http_suite.simple_message.93827.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.14.08/mod_event_pusher_http_suite.simple_message.94083.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.14.08/mod_event_pusher_http_suite.simple_message.94467.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.17/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.114307.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.17/push_integration_suite.pm_msg_notify_on_fcm_silent.115075.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.17/push_integration_suite.pm_msg_notify_on_apns_silent.69508.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.17/push_integration_suite.pm_msg_notify_on_apns_no_click_action.114691.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.17/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.158978.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.17/push_integration_suite.pm_msg_notify_on_apns_w_topic.115203.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.17/push_integration_suite.pm_msg_notify_on_apns_w_click_action.114947.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.17/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.114819.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.17/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.114563.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.17/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.114435.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.17/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.69380.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.17/push_integration_suite.muclight_msg_notify_on_apns_no_click_action.70148.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.17/push_integration_suite.muclight_msg_notify_on_w_topic.115715.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.17/push_integration_suite.muclight_msg_notify_on_apns_w_click_action.159234.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.17/push_integration_suite.muclight_msg_notify_on_fcm_w_high_priority.69764.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.17/push_integration_suite.muclight_msg_notify_on_apns_silent.115459.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.17/push_integration_suite.muclight_msg_notify_on_fcm_silent.115587.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.17/push_integration_suite.muclight_msg_notify_on_fcm_no_click_action.159106.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105896/mysql_redis.24.0.5/big/ct_run.test%403a76733d21c1.2022-02-15_13.09.04/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.17/push_integration_suite.muclight_msg_notify_on_fcm_w_click_action.159362.html)

58 errors were truncated


mssql_mnesia_24 / odbc_mssql_mnesia / d652ad4fc7d2ac828124f551b19de03319ede346 Reports root/ big OK: 2982 / Failed: 82 / User-skipped: 248 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.14.24/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.14.24/mod_event_pusher_http_suite.simple_message.123394.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.14.24/mod_event_pusher_http_suite.simple_message.123778.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.14.24/mod_event_pusher_http_suite.simple_message.124162.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.14.24/mod_event_pusher_http_suite.simple_message.124546.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.14.24/mod_event_pusher_http_suite.simple_message.124930.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.32/push_integration_suite.pm_msg_notify_on_apns_no_click_action.155778.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.32/push_integration_suite.pm_msg_notify_on_fcm_no_click_action.59012.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.32/push_integration_suite.pm_msg_notify_on_apns_w_high_priority.155266.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.32/push_integration_suite.pm_msg_notify_on_apns_w_click_action.59140.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.32/push_integration_suite.pm_msg_notify_on_apns_silent.107011.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.32/push_integration_suite.pm_msg_notify_on_fcm_w_click_action.106883.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.32/push_integration_suite.pm_msg_notify_on_fcm_silent.155906.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.32/push_integration_suite.pm_msg_notify_on_apns_w_high_priority_silent.155522.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.32/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority.155394.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.32/push_integration_suite.pm_msg_notify_on_apns_w_topic.59268.html)
push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_high_priority_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.32/push_integration_suite.pm_msg_notify_on_fcm_w_high_priority_silent.155650.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.32/push_integration_suite.muclight_msg_notify_on_apns_no_click_action.43525.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_no_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.32/push_integration_suite.muclight_msg_notify_on_fcm_no_click_action.156418.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.32/push_integration_suite.muclight_msg_notify_on_fcm_silent.107523.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.32/push_integration_suite.muclight_msg_notify_on_fcm_w_high_priority.156290.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_w_topic ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.32/push_integration_suite.muclight_msg_notify_on_w_topic.107395.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_w_high_priority ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.32/push_integration_suite.muclight_msg_notify_on_apns_w_high_priority.156162.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_apns_silent ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.32/push_integration_suite.muclight_msg_notify_on_apns_silent.107267.html)
push_integration_SUITE:pubsub_ful:muclight_msg_notifications:muclight_msg_notify_on_fcm_w_click_action ```erlang {error,{test_case_failed,"timeout_waiting_for_push_request"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105891/odbc_mssql_mnesia.24.0.5/big/ct_run.test%4095709d3e2603.2022-02-15_13.09.03/big_tests.tests.push_integration_SUITE.logs/run.2022-02-15_13.20.32/push_integration_suite.muclight_msg_notify_on_fcm_w_click_action.156674.html)

58 errors were truncated

mongoose-im commented 2 years ago

small_tests_24 / small_tests / c2a0b1181df2a6e4c289b60dc4d40a5dab841488 Reports root / small


small_tests_23 / small_tests / c2a0b1181df2a6e4c289b60dc4d40a5dab841488 Reports root / small


dynamic_domains_mysql_redis_24 / mysql_redis / c2a0b1181df2a6e4c289b60dc4d40a5dab841488 Reports root/ big OK: 2703 / Failed: 0 / User-skipped: 256 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / c2a0b1181df2a6e4c289b60dc4d40a5dab841488 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / c2a0b1181df2a6e4c289b60dc4d40a5dab841488 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / c2a0b1181df2a6e4c289b60dc4d40a5dab841488 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / c2a0b1181df2a6e4c289b60dc4d40a5dab841488 Reports root/ big OK: 1473 / Failed: 6 / User-skipped: 390 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105916/ldap_mnesia.24.0.5/big/ct_run.test%40f128a84e0b97.2022-02-15_13.10.40/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.39/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105916/ldap_mnesia.24.0.5/big/ct_run.test%40f128a84e0b97.2022-02-15_13.10.40/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.39/mod_event_pusher_http_suite.simple_message.32642.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105916/ldap_mnesia.24.0.5/big/ct_run.test%40f128a84e0b97.2022-02-15_13.10.40/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.39/mod_event_pusher_http_suite.simple_message.16003.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105916/ldap_mnesia.24.0.5/big/ct_run.test%40f128a84e0b97.2022-02-15_13.10.40/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.39/mod_event_pusher_http_suite.simple_message.16387.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105916/ldap_mnesia.24.0.5/big/ct_run.test%40f128a84e0b97.2022-02-15_13.10.40/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.39/mod_event_pusher_http_suite.simple_message.33026.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105916/ldap_mnesia.24.0.5/big/ct_run.test%40f128a84e0b97.2022-02-15_13.10.40/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.39/mod_event_pusher_http_suite.simple_message.33410.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.9905.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105916/ldap_mnesia.24.0.5/big/ct_run.test%40f128a84e0b97.2022-02-15_13.10.40/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-15_13.21.32/service_mongoose_system_metrics_suite.init_per_suite.html)

ldap_mnesia_23 / ldap_mnesia / c2a0b1181df2a6e4c289b60dc4d40a5dab841488 Reports root/ big OK: 1473 / Failed: 6 / User-skipped: 390 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105903/ldap_mnesia.23.1/big/ct_run.test%405b4b00e76bcd.2022-02-15_13.10.39/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.52/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105903/ldap_mnesia.23.1/big/ct_run.test%405b4b00e76bcd.2022-02-15_13.10.39/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.52/mod_event_pusher_http_suite.simple_message.32258.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105903/ldap_mnesia.23.1/big/ct_run.test%405b4b00e76bcd.2022-02-15_13.10.39/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.52/mod_event_pusher_http_suite.simple_message.32642.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105903/ldap_mnesia.23.1/big/ct_run.test%405b4b00e76bcd.2022-02-15_13.10.39/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.52/mod_event_pusher_http_suite.simple_message.33026.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105903/ldap_mnesia.23.1/big/ct_run.test%405b4b00e76bcd.2022-02-15_13.10.39/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.52/mod_event_pusher_http_suite.simple_message.33410.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105903/ldap_mnesia.23.1/big/ct_run.test%405b4b00e76bcd.2022-02-15_13.10.39/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.13.52/mod_event_pusher_http_suite.simple_message.33666.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.9942.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105903/ldap_mnesia.23.1/big/ct_run.test%405b4b00e76bcd.2022-02-15_13.10.39/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-15_13.22.00/service_mongoose_system_metrics_suite.init_per_suite.html)

internal_mnesia_24 / internal_mnesia / c2a0b1181df2a6e4c289b60dc4d40a5dab841488 Reports root/ big OK: 1514 / Failed: 6 / User-skipped: 349 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105908/internal_mnesia.24.0.5/big/ct_run.test%40310ac6216734.2022-02-15_13.10.45/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.14.09/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105908/internal_mnesia.24.0.5/big/ct_run.test%40310ac6216734.2022-02-15_13.10.45/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.14.09/mod_event_pusher_http_suite.simple_message.21635.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105908/internal_mnesia.24.0.5/big/ct_run.test%40310ac6216734.2022-02-15_13.10.45/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.14.09/mod_event_pusher_http_suite.simple_message.22019.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105908/internal_mnesia.24.0.5/big/ct_run.test%40310ac6216734.2022-02-15_13.10.45/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.14.09/mod_event_pusher_http_suite.simple_message.22403.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105908/internal_mnesia.24.0.5/big/ct_run.test%40310ac6216734.2022-02-15_13.10.45/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.14.09/mod_event_pusher_http_suite.simple_message.32898.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105908/internal_mnesia.24.0.5/big/ct_run.test%40310ac6216734.2022-02-15_13.10.45/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.14.09/mod_event_pusher_http_suite.simple_message.33282.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.11183.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105908/internal_mnesia.24.0.5/big/ct_run.test%40310ac6216734.2022-02-15_13.10.45/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-15_13.22.26/service_mongoose_system_metrics_suite.init_per_suite.html)

elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / c2a0b1181df2a6e4c289b60dc4d40a5dab841488 Reports root/ big OK: 1648 / Failed: 6 / User-skipped: 369 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105910/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%405ee94ff07453.2022-02-15_13.11.14/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.35/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105910/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%405ee94ff07453.2022-02-15_13.11.14/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.35/mod_event_pusher_http_suite.simple_message.23811.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105910/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%405ee94ff07453.2022-02-15_13.11.14/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.35/mod_event_pusher_http_suite.simple_message.24195.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105910/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%405ee94ff07453.2022-02-15_13.11.14/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.35/mod_event_pusher_http_suite.simple_message.43522.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105910/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%405ee94ff07453.2022-02-15_13.11.14/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.35/mod_event_pusher_http_suite.simple_message.43650.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105910/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%405ee94ff07453.2022-02-15_13.11.14/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.35/mod_event_pusher_http_suite.simple_message.44034.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.13227.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105910/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%405ee94ff07453.2022-02-15_13.11.14/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-15_13.23.31/service_mongoose_system_metrics_suite.init_per_suite.html)

pgsql_mnesia_23 / pgsql_mnesia / c2a0b1181df2a6e4c289b60dc4d40a5dab841488 Reports root/ big OK: 3058 / Failed: 6 / User-skipped: 248 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105905/pgsql_mnesia.23.1/big/ct_run.test%405d40f6925153.2022-02-15_13.10.31/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.27/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105905/pgsql_mnesia.23.1/big/ct_run.test%405d40f6925153.2022-02-15_13.10.31/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.27/mod_event_pusher_http_suite.simple_message.111746.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105905/pgsql_mnesia.23.1/big/ct_run.test%405d40f6925153.2022-02-15_13.10.31/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.27/mod_event_pusher_http_suite.simple_message.94211.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105905/pgsql_mnesia.23.1/big/ct_run.test%405d40f6925153.2022-02-15_13.10.31/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.27/mod_event_pusher_http_suite.simple_message.94339.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105905/pgsql_mnesia.23.1/big/ct_run.test%405d40f6925153.2022-02-15_13.10.31/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.27/mod_event_pusher_http_suite.simple_message.94723.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105905/pgsql_mnesia.23.1/big/ct_run.test%405d40f6925153.2022-02-15_13.10.31/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.27/mod_event_pusher_http_suite.simple_message.94979.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.4695.2>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105905/pgsql_mnesia.23.1/big/ct_run.test%405d40f6925153.2022-02-15_13.10.31/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-15_13.23.22/service_mongoose_system_metrics_suite.init_per_suite.html)

pgsql_mnesia_24 / pgsql_mnesia / c2a0b1181df2a6e4c289b60dc4d40a5dab841488 Reports root/ big OK: 3058 / Failed: 6 / User-skipped: 248 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105919/pgsql_mnesia.24.0.5/big/ct_run.test%404e9b9f82f6b4.2022-02-15_13.10.39/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.38/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105919/pgsql_mnesia.24.0.5/big/ct_run.test%404e9b9f82f6b4.2022-02-15_13.10.39/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.38/mod_event_pusher_http_suite.simple_message.121602.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105919/pgsql_mnesia.24.0.5/big/ct_run.test%404e9b9f82f6b4.2022-02-15_13.10.39/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.38/mod_event_pusher_http_suite.simple_message.91267.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105919/pgsql_mnesia.24.0.5/big/ct_run.test%404e9b9f82f6b4.2022-02-15_13.10.39/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.38/mod_event_pusher_http_suite.simple_message.91651.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105919/pgsql_mnesia.24.0.5/big/ct_run.test%404e9b9f82f6b4.2022-02-15_13.10.39/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.38/mod_event_pusher_http_suite.simple_message.92035.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105919/pgsql_mnesia.24.0.5/big/ct_run.test%404e9b9f82f6b4.2022-02-15_13.10.39/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.38/mod_event_pusher_http_suite.simple_message.92419.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.4561.2>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105919/pgsql_mnesia.24.0.5/big/ct_run.test%404e9b9f82f6b4.2022-02-15_13.10.39/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-15_13.23.22/service_mongoose_system_metrics_suite.init_per_suite.html)

mysql_redis_24 / mysql_redis / c2a0b1181df2a6e4c289b60dc4d40a5dab841488 Reports root/ big OK: 3053 / Failed: 6 / User-skipped: 253 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105909/mysql_redis.24.0.5/big/ct_run.test%40b4ef408301b7.2022-02-15_13.10.47/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.49/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105909/mysql_redis.24.0.5/big/ct_run.test%40b4ef408301b7.2022-02-15_13.10.47/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.49/mod_event_pusher_http_suite.simple_message.110082.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105909/mysql_redis.24.0.5/big/ct_run.test%40b4ef408301b7.2022-02-15_13.10.47/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.49/mod_event_pusher_http_suite.simple_message.85507.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105909/mysql_redis.24.0.5/big/ct_run.test%40b4ef408301b7.2022-02-15_13.10.47/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.49/mod_event_pusher_http_suite.simple_message.85635.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105909/mysql_redis.24.0.5/big/ct_run.test%40b4ef408301b7.2022-02-15_13.10.47/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.49/mod_event_pusher_http_suite.simple_message.110850.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105909/mysql_redis.24.0.5/big/ct_run.test%40b4ef408301b7.2022-02-15_13.10.47/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.15.49/mod_event_pusher_http_suite.simple_message.111106.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.4562.2>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105909/mysql_redis.24.0.5/big/ct_run.test%40b4ef408301b7.2022-02-15_13.10.47/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-15_13.23.44/service_mongoose_system_metrics_suite.init_per_suite.html)

mssql_mnesia_24 / odbc_mssql_mnesia / c2a0b1181df2a6e4c289b60dc4d40a5dab841488 Reports root/ big OK: 3058 / Failed: 6 / User-skipped: 248 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105920/odbc_mssql_mnesia.24.0.5/big/ct_run.test%406c552c909e50.2022-02-15_13.11.07/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.16.48/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105920/odbc_mssql_mnesia.24.0.5/big/ct_run.test%406c552c909e50.2022-02-15_13.11.07/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.16.48/mod_event_pusher_http_suite.simple_message.111362.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105920/odbc_mssql_mnesia.24.0.5/big/ct_run.test%406c552c909e50.2022-02-15_13.11.07/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.16.48/mod_event_pusher_http_suite.simple_message.111490.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105920/odbc_mssql_mnesia.24.0.5/big/ct_run.test%406c552c909e50.2022-02-15_13.11.07/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.16.48/mod_event_pusher_http_suite.simple_message.111874.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105920/odbc_mssql_mnesia.24.0.5/big/ct_run.test%406c552c909e50.2022-02-15_13.11.07/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.16.48/mod_event_pusher_http_suite.simple_message.112258.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105920/odbc_mssql_mnesia.24.0.5/big/ct_run.test%406c552c909e50.2022-02-15_13.11.07/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.16.48/mod_event_pusher_http_suite.simple_message.88195.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.4427.2>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105920/odbc_mssql_mnesia.24.0.5/big/ct_run.test%406c552c909e50.2022-02-15_13.11.07/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-15_13.24.59/service_mongoose_system_metrics_suite.init_per_suite.html)

riak_mnesia_24 / riak_mnesia / c2a0b1181df2a6e4c289b60dc4d40a5dab841488 Reports root/ big OK: 1653 / Failed: 6 / User-skipped: 364 / Auto-skipped: 46

mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105915/riak_mnesia.24.0.5/big/ct_run.test%40a4f6e3cf70be.2022-02-15_13.11.00/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.17.37/mod_event_pusher_http_suite.simple_message.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105915/riak_mnesia.24.0.5/big/ct_run.test%40a4f6e3cf70be.2022-02-15_13.11.00/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.17.37/mod_event_pusher_http_suite.simple_message.28291.html)
mod_event_pusher_http_SUITE:no_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105915/riak_mnesia.24.0.5/big/ct_run.test%40a4f6e3cf70be.2022-02-15_13.11.00/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.17.37/mod_event_pusher_http_suite.simple_message.40194.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105915/riak_mnesia.24.0.5/big/ct_run.test%40a4f6e3cf70be.2022-02-15_13.11.00/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.17.37/mod_event_pusher_http_suite.simple_message.40578.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105915/riak_mnesia.24.0.5/big/ct_run.test%40a4f6e3cf70be.2022-02-15_13.11.00/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.17.37/mod_event_pusher_http_suite.simple_message.40706.html)
mod_event_pusher_http_SUITE:with_prefix:simple_message ```erlang {error, {{missing_request,true,[{times,50,false}]}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,377}]}, {mod_event_pusher_http_SUITE,get_http_request,0, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,146}]}, {mod_event_pusher_http_SUITE,simple_message,1, [{file, "/home/circleci/project/big_tests/tests/mod_event_pusher_http_SUITE.erl"}, {line,113}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105915/riak_mnesia.24.0.5/big/ct_run.test%40a4f6e3cf70be.2022-02-15_13.11.00/big_tests.tests.mod_event_pusher_http_SUITE.logs/run.2022-02-15_13.17.37/mod_event_pusher_http_suite.simple_message.41090.html)
service_mongoose_system_metrics_SUITE:init_per_suite ```erlang {'EXIT', {{badmatch,{error,{already_started,<0.13204.1>}}}, [{http_helper,start,3, [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"}, {line,28}]}, {service_mongoose_system_metrics_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,114}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/105915/riak_mnesia.24.0.5/big/ct_run.test%40a4f6e3cf70be.2022-02-15_13.11.00/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-15_13.26.22/service_mongoose_system_metrics_suite.init_per_suite.html)
mongoose-im commented 2 years ago

small_tests_23 / small_tests / 41cd4cabd2763e22df6bf40a1a5eb7999ef5b679 Reports root


small_tests_24 / small_tests / 41cd4cabd2763e22df6bf40a1a5eb7999ef5b679 Reports root


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 41cd4cabd2763e22df6bf40a1a5eb7999ef5b679 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_mysql_redis_24 / mysql_redis / 41cd4cabd2763e22df6bf40a1a5eb7999ef5b679 Reports root/ big OK: 2703 / Failed: 0 / User-skipped: 256 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 41cd4cabd2763e22df6bf40a1a5eb7999ef5b679 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


ldap_mnesia_23 / ldap_mnesia / 41cd4cabd2763e22df6bf40a1a5eb7999ef5b679 Reports root/ big OK: 1509 / Failed: 0 / User-skipped: 390 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 41cd4cabd2763e22df6bf40a1a5eb7999ef5b679 Reports root/ big OK: 1509 / Failed: 0 / User-skipped: 390 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 41cd4cabd2763e22df6bf40a1a5eb7999ef5b679 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


internal_mnesia_24 / internal_mnesia / 41cd4cabd2763e22df6bf40a1a5eb7999ef5b679 Reports root/ big OK: 1550 / Failed: 0 / User-skipped: 349 / Auto-skipped: 0


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 41cd4cabd2763e22df6bf40a1a5eb7999ef5b679 Reports root/ big OK: 1684 / Failed: 0 / User-skipped: 369 / Auto-skipped: 0


pgsql_mnesia_23 / pgsql_mnesia / 41cd4cabd2763e22df6bf40a1a5eb7999ef5b679 Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 41cd4cabd2763e22df6bf40a1a5eb7999ef5b679 Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


mysql_redis_24 / mysql_redis / 41cd4cabd2763e22df6bf40a1a5eb7999ef5b679 Reports root/ big OK: 3089 / Failed: 0 / User-skipped: 253 / Auto-skipped: 0


mssql_mnesia_24 / odbc_mssql_mnesia / 41cd4cabd2763e22df6bf40a1a5eb7999ef5b679 Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / 41cd4cabd2763e22df6bf40a1a5eb7999ef5b679 Reports root/ big OK: 1689 / Failed: 0 / User-skipped: 364 / Auto-skipped: 0

mongoose-im commented 2 years ago

small_tests_24 / small_tests / 1ce81c1f2f30a34a27eeffde0562f7477a49d323 Reports root / small


small_tests_23 / small_tests / 1ce81c1f2f30a34a27eeffde0562f7477a49d323 Reports root / small


dynamic_domains_mysql_redis_24 / mysql_redis / 1ce81c1f2f30a34a27eeffde0562f7477a49d323 Reports root/ big OK: 2703 / Failed: 0 / User-skipped: 256 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 1ce81c1f2f30a34a27eeffde0562f7477a49d323 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 1ce81c1f2f30a34a27eeffde0562f7477a49d323 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 1ce81c1f2f30a34a27eeffde0562f7477a49d323 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


ldap_mnesia_23 / ldap_mnesia / 1ce81c1f2f30a34a27eeffde0562f7477a49d323 Reports root/ big OK: 1509 / Failed: 0 / User-skipped: 390 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 1ce81c1f2f30a34a27eeffde0562f7477a49d323 Reports root/ big OK: 1509 / Failed: 0 / User-skipped: 390 / Auto-skipped: 0


internal_mnesia_24 / internal_mnesia / 1ce81c1f2f30a34a27eeffde0562f7477a49d323 Reports root/ big OK: 1550 / Failed: 0 / User-skipped: 349 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 1ce81c1f2f30a34a27eeffde0562f7477a49d323 Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 1ce81c1f2f30a34a27eeffde0562f7477a49d323 Reports root/ big OK: 1684 / Failed: 0 / User-skipped: 369 / Auto-skipped: 0


pgsql_mnesia_23 / pgsql_mnesia / 1ce81c1f2f30a34a27eeffde0562f7477a49d323 Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


mysql_redis_24 / mysql_redis / 1ce81c1f2f30a34a27eeffde0562f7477a49d323 Reports root/ big OK: 3089 / Failed: 0 / User-skipped: 253 / Auto-skipped: 0


mssql_mnesia_24 / odbc_mssql_mnesia / 1ce81c1f2f30a34a27eeffde0562f7477a49d323 Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / 1ce81c1f2f30a34a27eeffde0562f7477a49d323 Reports root/ big OK: 1689 / Failed: 0 / User-skipped: 364 / Auto-skipped: 0

mongoose-im commented 2 years ago

small_tests_24 / small_tests / b60891433732869e18de7faaa7a84a3694b181ca Reports root / small


small_tests_23 / small_tests / b60891433732869e18de7faaa7a84a3694b181ca Reports root / small


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / b60891433732869e18de7faaa7a84a3694b181ca Reports root/ big OK: 2719 / Failed: 0 / User-skipped: 239 / Auto-skipped: 1


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / b60891433732869e18de7faaa7a84a3694b181ca Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_mysql_redis_24 / mysql_redis / b60891433732869e18de7faaa7a84a3694b181ca Reports root/ big OK: 2703 / Failed: 0 / User-skipped: 256 / Auto-skipped: 0


ldap_mnesia_23 / ldap_mnesia / b60891433732869e18de7faaa7a84a3694b181ca Reports root/ big OK: 1509 / Failed: 0 / User-skipped: 390 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / b60891433732869e18de7faaa7a84a3694b181ca Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / b60891433732869e18de7faaa7a84a3694b181ca Reports root/ big OK: 1509 / Failed: 0 / User-skipped: 390 / Auto-skipped: 0


internal_mnesia_24 / internal_mnesia / b60891433732869e18de7faaa7a84a3694b181ca Reports root/ big OK: 1550 / Failed: 0 / User-skipped: 349 / Auto-skipped: 0


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / b60891433732869e18de7faaa7a84a3694b181ca Reports root/ big OK: 1684 / Failed: 0 / User-skipped: 369 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / b60891433732869e18de7faaa7a84a3694b181ca Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


pgsql_mnesia_23 / pgsql_mnesia / b60891433732869e18de7faaa7a84a3694b181ca Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


mysql_redis_24 / mysql_redis / b60891433732869e18de7faaa7a84a3694b181ca Reports root/ big OK: 3100 / Failed: 1 / User-skipped: 253 / Auto-skipped: 0

pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription ```erlang {error, {{badmatch, [{xmlel,<<"message">>, [{<<"from">>, <<"alice_unsubscribe_after_presence_unsubscription_1765@localhost">>}, {<<"to">>, <<"bob_unsubscribe_after_presence_unsubscription_1765@localhost/res1">>}, {<<"type">>,<<"headline">>}], [{xmlel,<<"event">>, [{<<"xmlns">>, <<"http://jabber.org/protocol/pubsub#event">>}], [{xmlel,<<"items">>, [{<<"node">>,<<"TOG0iaruMfAY491raYuFmQ==">>}], [{xmlel,<<"item">>, [{<<"id">>,<<"salmon">>}], [{xmlel,<<"entry">>, [{<<"xmlns">>, <<"http://www.w3.org/2005/Atom">>}], []}]}]}]}, {xmlel,<<"headers">>, [{<<"xmlns">>,<<"http://jabber.org/protocol/shim">>}], []}]}]}, [{pep_SUITE,'-unsubscribe_after_presence_unsubscription/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"}, {line,384}]}, {escalus_story,story,4, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/106380/mysql_redis.24.0.5/big/ct_run.test%40a5dcc18a46f4.2022-02-16_14.49.56/big_tests.tests.pep_SUITE.logs/run.2022-02-16_14.58.56/pep_suite.unsubscribe_after_presence_unsubscription.141570.html)

mssql_mnesia_24 / odbc_mssql_mnesia / b60891433732869e18de7faaa7a84a3694b181ca Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / b60891433732869e18de7faaa7a84a3694b181ca Reports root/ big OK: 1689 / Failed: 0 / User-skipped: 364 / Auto-skipped: 0

mongoose-im commented 2 years ago

small_tests_24 / small_tests / 598d6a9b68940b1ef6fc3e103138b8ccce328a27 Reports root / small


small_tests_23 / small_tests / 598d6a9b68940b1ef6fc3e103138b8ccce328a27 Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 598d6a9b68940b1ef6fc3e103138b8ccce328a27 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 598d6a9b68940b1ef6fc3e103138b8ccce328a27 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_mysql_redis_24 / mysql_redis / 598d6a9b68940b1ef6fc3e103138b8ccce328a27 Reports root/ big OK: 2703 / Failed: 0 / User-skipped: 256 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 598d6a9b68940b1ef6fc3e103138b8ccce328a27 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 598d6a9b68940b1ef6fc3e103138b8ccce328a27 Reports root/ big OK: 1509 / Failed: 0 / User-skipped: 390 / Auto-skipped: 0


ldap_mnesia_23 / ldap_mnesia / 598d6a9b68940b1ef6fc3e103138b8ccce328a27 Reports root/ big OK: 1509 / Failed: 0 / User-skipped: 390 / Auto-skipped: 0


internal_mnesia_24 / internal_mnesia / 598d6a9b68940b1ef6fc3e103138b8ccce328a27 Reports root/ big OK: 1550 / Failed: 0 / User-skipped: 349 / Auto-skipped: 0


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 598d6a9b68940b1ef6fc3e103138b8ccce328a27 Reports root/ big OK: 1684 / Failed: 0 / User-skipped: 369 / Auto-skipped: 0


pgsql_mnesia_23 / pgsql_mnesia / 598d6a9b68940b1ef6fc3e103138b8ccce328a27 Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


mysql_redis_24 / mysql_redis / 598d6a9b68940b1ef6fc3e103138b8ccce328a27 Reports root/ big OK: 3089 / Failed: 0 / User-skipped: 253 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 598d6a9b68940b1ef6fc3e103138b8ccce328a27 Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


mssql_mnesia_24 / odbc_mssql_mnesia / 598d6a9b68940b1ef6fc3e103138b8ccce328a27 Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / 598d6a9b68940b1ef6fc3e103138b8ccce328a27 Reports root/ big OK: 1689 / Failed: 0 / User-skipped: 364 / Auto-skipped: 0

mongoose-im commented 2 years ago

small_tests_24 / small_tests / 503ce3b33d15f8e9029fac4b71221fe0501f2759 Reports root / small


small_tests_23 / small_tests / 503ce3b33d15f8e9029fac4b71221fe0501f2759 Reports root / small


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 503ce3b33d15f8e9029fac4b71221fe0501f2759 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 503ce3b33d15f8e9029fac4b71221fe0501f2759 Reports root/ big OK: 1509 / Failed: 0 / User-skipped: 390 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 503ce3b33d15f8e9029fac4b71221fe0501f2759 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


internal_mnesia_24 / internal_mnesia / 503ce3b33d15f8e9029fac4b71221fe0501f2759 Reports root/ big OK: 1550 / Failed: 0 / User-skipped: 349 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 503ce3b33d15f8e9029fac4b71221fe0501f2759 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_mysql_redis_24 / mysql_redis / 503ce3b33d15f8e9029fac4b71221fe0501f2759 Reports root/ big OK: 2703 / Failed: 0 / User-skipped: 256 / Auto-skipped: 0


ldap_mnesia_23 / ldap_mnesia / 503ce3b33d15f8e9029fac4b71221fe0501f2759 Reports root/ big OK: 1429 / Failed: 7 / User-skipped: 250 / Auto-skipped: 225

jingle_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmatch, {error, {nkpacket, {bad_return, {{nkpacket_app,start,[normal,[]]}, {'EXIT', {{badmatch,{error,eafnosupport}}, [{nkpacket_stun,check_stun_server,5, [{file, "/home/circleci/project/_build/default/lib/nkpacket/src/nkpacket_stun.erl"}, {line,277}]}, {nkpacket_stun,get_stun_servers,4, [{file, "/home/circleci/project/_build/default/lib/nkpacket/src/nkpacket_stun.erl"}, {line,261}]}, {nkpacket_stun,get_stun_servers,1, [{file, "/home/circleci/project/_build/default/lib/nkpacket/src/nkpacket_stun.erl"}, {line,97}]}, {nkpacket_stun,ext_ip,1, [{file, "/home/circleci/project/_build/default/lib/nkpacket/src/nkpacket_stun.erl"}, {line,75}]}, {nkpacket_app,get_auto_ips,0, [{file, "/home/circleci/project/_build/default/lib/nkpacket/src/nkpacket_app.erl"}, {line,113}]}, {nkpacket_app,start,2, [{file, "/home/circleci/project/_build/default/lib/nkpacket/src/nkpacket_app.erl"}, {line,58}]}, {application_master,start_it_old,4, [{file,"application_master.erl"},{line,277}]}]}}}}}}}, [{mod_jingle_sip,start_nksip_service_or_error,1, [{file,"/home/circleci/project/src/jingle_sip/mod_jingle_sip.erl"}, {line,62}]}, {mod_jingle_sip,start,2, [{file,"/home/circleci/project/src/jingle_sip/mod_jingle_sip.erl"}... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/106794/ldap_mnesia.23.1/big/ct_run.test%409b4ad75c1392.2022-02-17_09.18.43/big_tests.tests.jingle_SUITE.logs/run.2022-02-17_09.20.57/jingle_suite.init_per_suite.html)
metrics_api_SUITE:all_metrics_are_global:init_per_group ```erlang {'EXIT',{{badrpc,timeout}, [{distributed_helper,rpc, [#{node => ejabberd2@localhost,timeout => 30000}, mongoose_cluster,join, [mongooseim@localhost]], [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {distributed_helper,add_node_to_cluster,2, [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,29}]}, {metrics_helper,prepare_by_all_metrics_are_global,2, [{file,"/home/circleci/project/big_tests/tests/metrics_helper.erl"}, {line,44}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/106794/ldap_mnesia.23.1/big/ct_run.test%409b4ad75c1392.2022-02-17_09.18.43/big_tests.tests.metrics_api_SUITE.logs/run.2022-02-17_09.21.17/metrics_api_suite.init_per_group.9475.html)
mod_global_distrib_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc,timeout}, [{distributed_helper,rpc, [#{node => ejabberd2@localhost,timeout => 30000}, mongoose_cluster,join, [mongooseim@localhost]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {mongoose_helper,successful_rpc,5, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,297}]}, {mod_global_distrib_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/mod_global_distrib_SUITE.erl"}, {line,124}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/106794/ldap_mnesia.23.1/big/ct_run.test%409b4ad75c1392.2022-02-17_09.18.43/big_tests.tests.mod_global_distrib_SUITE.logs/run.2022-02-17_09.22.47/mod_global_distrib_suite.init_per_suite.html)
mongooseimctl_SUITE:basic:backup_restore_mnesia ```erlang {error,{{badmatch,{"Can't store backup in \"/home/circleci/project/_build/mim1/rel/mongooseim/backup_mnesia.bup\" at node mongooseim@localhost: {\"Cannot prepare checkpoint (replica not available)\",\n [jingle_sip_session,\n {290946,\n mongooseim@localhost}]}\n", 1}}, [{mongooseimctl_SUITE,backup_restore_mnesia,1, [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_SUITE.erl"}, {line,1150}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/106794/ldap_mnesia.23.1/big/ct_run.test%409b4ad75c1392.2022-02-17_09.18.43/big_tests.tests.mongooseimctl_SUITE.logs/run.2022-02-17_09.24.01/mongooseimctl_suite.backup_restore_mnesia.html)
rest_client_SUITE:security:non_default_http_server_name_is_returned_if_configured ```erlang {error, {{badrpc, {'EXIT', {badarg, [{persistent_term,get,[{mongoose_config,listen}],[]}, {mongoose_config,get_opt,1, [{file, "/home/circleci/project/src/config/mongoose_config.erl"}, {line,118}]}]}}}, [{distributed_helper,rpc, [#{node => ejabberd2@localhost},mongoose_config,get_opt,[listen]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {rest_helper,get_port,3, [{file,"/home/circleci/project/big_tests/tests/rest_helper.erl"}, {line,251}]}, {rest_helper,fusco_request,1, [{file,"/home/circleci/project/big_tests/tests/rest_helper.erl"}, {line,207}]}, {rest_helper,make_request,1, [{file,"/home/circleci/project/big_tests/tests/rest_helper.erl"}, {line,144}]}, {rest_client_SUITE,verify_server_name_in_header,2, [{file, "/home/circleci/project/big_tests/tests/rest_client_SUITE.erl"}, {line,1363}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/106794/ldap_mnesia.23.1/big/ct_run.test%409b4ad75c1392.2022-02-17_09.18.43/big_tests.tests.rest_client_SUITE.logs/run.2022-02-17_09.28.55/rest_client_suite.non_default_http_server_name_is_returned_if_configured.html)
rest_client_SUITE:security:non_default_http_server_name_is_returned_if_configured ```erlang {error, {{badrpc, {'EXIT', {badarg, [{persistent_term,get,[{mongoose_config,listen}],[]}, {mongoose_config,get_opt,1, [{file, "/home/circleci/project/src/config/mongoose_config.erl"}, {line,118}]}]}}}, [{distributed_helper,rpc, [#{node => ejabberd2@localhost},mongoose_config,get_opt,[listen]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {rest_helper,get_port,3, [{file,"/home/circleci/project/big_tests/tests/rest_helper.erl"}, {line,251}]}, {rest_helper,fusco_request,1, [{file,"/home/circleci/project/big_tests/tests/rest_helper.erl"}, {line,207}]}, {rest_helper,make_request,1, [{file,"/home/circleci/project/big_tests/tests/rest_helper.erl"}, {line,144}]}, {rest_client_SUITE,verify_server_name_in_header,2, [{file, "/home/circleci/project/big_tests/tests/rest_client_SUITE.erl"}, {line,1363}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/106794/ldap_mnesia.23.1/big/ct_run.test%409b4ad75c1392.2022-02-17_09.18.43/big_tests.tests.rest_client_SUITE.logs/run.2022-02-17_09.28.55/rest_client_suite.non_default_http_server_name_is_returned_if_configured.76162.html)
rest_client_SUITE:security:non_default_http_server_name_is_returned_if_configured ```erlang {error, {{badrpc, {'EXIT', {badarg, [{persistent_term,get,[{mongoose_config,listen}],[]}, {mongoose_config,get_opt,1, [{file, "/home/circleci/project/src/config/mongoose_config.erl"}, {line,118}]}]}}}, [{distributed_helper,rpc, [#{node => ejabberd2@localhost},mongoose_config,get_opt,[listen]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {rest_helper,get_port,3, [{file,"/home/circleci/project/big_tests/tests/rest_helper.erl"}, {line,251}]}, {rest_helper,fusco_request,1, [{file,"/home/circleci/project/big_tests/tests/rest_helper.erl"}, {line,207}]}, {rest_helper,make_request,1, [{file,"/home/circleci/project/big_tests/tests/rest_helper.erl"}, {line,144}]}, {rest_client_SUITE,verify_server_name_in_header,2, [{file, "/home/circleci/project/big_tests/tests/rest_client_SUITE.erl"}, {line,1363}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1263}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/106794/ldap_mnesia.23.1/big/ct_run.test%409b4ad75c1392.2022-02-17_09.18.43/big_tests.tests.rest_client_SUITE.logs/run.2022-02-17_09.28.55/rest_client_suite.non_default_http_server_name_is_returned_if_configured.76674.html)
service_mongoose_system_metrics_SUITE:end_per_suite ```erlang {error, {{badrpc, {'EXIT', {badarg, [{ets,member, [mongoose_services,service_mongoose_system_metrics], []}, {mongoose_service,is_loaded,1, [{file, "/home/circleci/project/src/mongoose_service.erl"}, {line,104}]}, {mongoose_service,start_service,2, [{file, "/home/circleci/project/src/mongoose_service.erl"}, {line,66}]}]}}}, [{distributed_helper,rpc, [#{node => ejabberd2@localhost}, mongoose_service,start_service, [service_mongoose_system_metrics, [{initial_report,20000},{periodic_report,300000}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {service_mongoose_system_metrics_SUITE,'-end_per_suite/1-lc$^0/1-0-',2, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,123}]}, {service_mongoose_system_metrics_SUITE,end_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,123}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/106794/ldap_mnesia.23.1/big/ct_run.test%409b4ad75c1392.2022-02-17_09.18.43/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-17_09.30.03/service_mongoose_system_metrics_suite.end_per_suite.html)
shared_roster_SUITE:shared_roster:receive_presences ```erlang {error, {{badmatch, {error, {connection_step_failed, {{escalus_session,authenticate}, {client,<<"alicE@localhost/res1">>,escalus_tcp,<0.10766.1>, undefined, [{event_client, [{event_manager,<0.10765.1>}, {server,<<"localhost">>}, {username,<<"alicE">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alicE">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"16cfffc34f0bc12c">>}]}, [{compression,[<<"zlib">>]}, {starttls,true}, {stream_management,true}, {advanced_message_processing,true}, {client_state_indication,false}, {sasl_mechanisms,[<<"PLAIN">>]}, {caps,undefined}]}, {auth_failed,<<"alicE">>, {xmlel,<<"failure">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-sasl">>}], [{xmlel,<<"not-authorized">>,[],[]}]}}}}}, [{escalus_story,'-start_ready_clients/2-fun-0-',3, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,131}]}, {lists,foldl,3,[{f... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/106794/ldap_mnesia.23.1/big/ct_run.test%409b4ad75c1392.2022-02-17_09.18.43/big_tests.tests.shared_roster_SUITE.logs/run.2022-02-17_09.30.39/shared_roster_suite.receive_presences.html)
shared_roster_SUITE:shared_roster:receive_presences ```erlang {error, {{badmatch, {error, {connection_step_failed, {{escalus_session,authenticate}, {client,<<"alicE@localhost/res1">>,escalus_tcp,<0.10792.1>, undefined, [{event_client, [{event_manager,<0.10791.1>}, {server,<<"localhost">>}, {username,<<"alicE">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alicE">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"7b1c3d8482400d06">>}]}, [{compression,[<<"zlib">>]}, {starttls,true}, {stream_management,true}, {advanced_message_processing,true}, {client_state_indication,false}, {sasl_mechanisms,[<<"PLAIN">>]}, {caps,undefined}]}, {auth_failed,<<"alicE">>, {xmlel,<<"failure">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-sasl">>}], [{xmlel,<<"not-authorized">>,[],[]}]}}}}}, [{escalus_story,'-start_ready_clients/2-fun-0-',3, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,131}]}, {lists,foldl,3,[{f... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/106794/ldap_mnesia.23.1/big/ct_run.test%409b4ad75c1392.2022-02-17_09.18.43/big_tests.tests.shared_roster_SUITE.logs/run.2022-02-17_09.30.39/shared_roster_suite.receive_presences.86018.html)
shared_roster_SUITE:shared_roster:receive_presences ```erlang {error, {{badmatch, {error, {connection_step_failed, {{escalus_session,authenticate}, {client,<<"alicE@localhost/res1">>,escalus_tcp,<0.10817.1>, undefined, [{event_client, [{event_manager,<0.10816.1>}, {server,<<"localhost">>}, {username,<<"alicE">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alicE">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"0231a9dd6b8b64fb">>}]}, [{compression,[<<"zlib">>]}, {starttls,true}, {stream_management,true}, {advanced_message_processing,true}, {client_state_indication,false}, {sasl_mechanisms,[<<"PLAIN">>]}, {caps,undefined}]}, {auth_failed,<<"alicE">>, {xmlel,<<"failure">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-sasl">>}], [{xmlel,<<"not-authorized">>,[],[]}]}}}}}, [{escalus_story,'-start_ready_clients/2-fun-0-',3, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,131}]}, {lists,foldl,3,[{f... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/106794/ldap_mnesia.23.1/big/ct_run.test%409b4ad75c1392.2022-02-17_09.18.43/big_tests.tests.shared_roster_SUITE.logs/run.2022-02-17_09.30.39/shared_roster_suite.receive_presences.86402.html)
service_domain_db_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {badarg, [{ets,member,[mongoose_services,service_domain_db],[]}, {mongoose_service,is_loaded,1, [{file, "/home/circleci/project/src/mongoose_service.erl"}, {line,104}]}]}}}, [{distributed_helper,rpc, [#{node => ejabberd2@localhost}, mongoose_service,is_loaded, [service_domain_db]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {service_domain_db_SUITE,store_conf,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,194}]}, {service_domain_db_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,177}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/106794/ldap_mnesia.23.1/big/ct_run.test%409b4ad75c1392.2022-02-17_09.18.43/big_tests.tests.service_domain_db_SUITE.logs/run.2022-02-17_09.31.22/service_domain_db_suite.init_per_suite.html)
dynamic_domains_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc,timeout}, [{distributed_helper,rpc, [#{node => ejabberd2@localhost,timeout => 30000}, mongoose_cluster,join, [mongooseim@localhost]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {distributed_helper,add_node_to_cluster,2, [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,29}]}, {dynamic_domains_SUITE,cluster_nodes,2, [{file, "/home/circleci/project/big_tests/tests/dynamic_domains_SUITE.erl"}, {line,210}]}, {dynamic_domains_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/dynamic_domains_SUITE.erl"}, {line,32}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1754}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1351}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1195}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/106794/ldap_mnesia.23.1/big/ct_run.test%409b4ad75c1392.2022-02-17_09.18.43/big_tests.tests.dynamic_domains_SUITE.logs/run.2022-02-17_09.31.28/dynamic_domains_suite.init_per_suite.html)

pgsql_mnesia_24 / pgsql_mnesia / 503ce3b33d15f8e9029fac4b71221fe0501f2759 Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


pgsql_mnesia_23 / pgsql_mnesia / 503ce3b33d15f8e9029fac4b71221fe0501f2759 Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


mssql_mnesia_24 / odbc_mssql_mnesia / 503ce3b33d15f8e9029fac4b71221fe0501f2759 Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 503ce3b33d15f8e9029fac4b71221fe0501f2759 Reports root/ big OK: 1684 / Failed: 0 / User-skipped: 369 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / 503ce3b33d15f8e9029fac4b71221fe0501f2759 Reports root/ big OK: 1689 / Failed: 0 / User-skipped: 364 / Auto-skipped: 0


mysql_redis_24 / mysql_redis / 503ce3b33d15f8e9029fac4b71221fe0501f2759 Reports root/ big OK: 3089 / Failed: 0 / User-skipped: 253 / Auto-skipped: 0

mongoose-im commented 2 years ago

small_tests_24 / small_tests / 145a9d709ac57b340eaf0b9c6b11e6e26f0fcb71 Reports root / small


small_tests_23 / small_tests / 145a9d709ac57b340eaf0b9c6b11e6e26f0fcb71 Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 145a9d709ac57b340eaf0b9c6b11e6e26f0fcb71 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_mysql_redis_24 / mysql_redis / 145a9d709ac57b340eaf0b9c6b11e6e26f0fcb71 Reports root/ big OK: 2703 / Failed: 0 / User-skipped: 256 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 145a9d709ac57b340eaf0b9c6b11e6e26f0fcb71 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 145a9d709ac57b340eaf0b9c6b11e6e26f0fcb71 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


ldap_mnesia_23 / ldap_mnesia / 145a9d709ac57b340eaf0b9c6b11e6e26f0fcb71 Reports root/ big OK: 1509 / Failed: 0 / User-skipped: 390 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 145a9d709ac57b340eaf0b9c6b11e6e26f0fcb71 Reports root/ big OK: 1509 / Failed: 0 / User-skipped: 390 / Auto-skipped: 0


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 145a9d709ac57b340eaf0b9c6b11e6e26f0fcb71 Reports root/ big OK: 1684 / Failed: 0 / User-skipped: 369 / Auto-skipped: 0


internal_mnesia_24 / internal_mnesia / 145a9d709ac57b340eaf0b9c6b11e6e26f0fcb71 Reports root/ big OK: 1550 / Failed: 0 / User-skipped: 349 / Auto-skipped: 0


pgsql_mnesia_23 / pgsql_mnesia / 145a9d709ac57b340eaf0b9c6b11e6e26f0fcb71 Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


mysql_redis_24 / mysql_redis / 145a9d709ac57b340eaf0b9c6b11e6e26f0fcb71 Reports root/ big OK: 3089 / Failed: 0 / User-skipped: 253 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / 145a9d709ac57b340eaf0b9c6b11e6e26f0fcb71 Reports root/ big OK: 1689 / Failed: 0 / User-skipped: 364 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 145a9d709ac57b340eaf0b9c6b11e6e26f0fcb71 Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


mssql_mnesia_24 / odbc_mssql_mnesia / 145a9d709ac57b340eaf0b9c6b11e6e26f0fcb71 Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0

mongoose-im commented 2 years ago

small_tests_24 / small_tests / 7b62bfd8187378061103f8fe19604106ed0a82a7 Reports root / small


small_tests_23 / small_tests / 7b62bfd8187378061103f8fe19604106ed0a82a7 Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 7b62bfd8187378061103f8fe19604106ed0a82a7 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 7b62bfd8187378061103f8fe19604106ed0a82a7 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 7b62bfd8187378061103f8fe19604106ed0a82a7 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_mysql_redis_24 / mysql_redis / 7b62bfd8187378061103f8fe19604106ed0a82a7 Reports root/ big OK: 2703 / Failed: 0 / User-skipped: 256 / Auto-skipped: 0


ldap_mnesia_23 / ldap_mnesia / 7b62bfd8187378061103f8fe19604106ed0a82a7 Reports root/ big OK: 1509 / Failed: 0 / User-skipped: 390 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 7b62bfd8187378061103f8fe19604106ed0a82a7 Reports root/ big OK: 1509 / Failed: 0 / User-skipped: 390 / Auto-skipped: 0


internal_mnesia_24 / internal_mnesia / 7b62bfd8187378061103f8fe19604106ed0a82a7 Reports root/ big OK: 1550 / Failed: 0 / User-skipped: 349 / Auto-skipped: 0


mysql_redis_24 / mysql_redis / 7b62bfd8187378061103f8fe19604106ed0a82a7 Reports root/ big OK: 3089 / Failed: 0 / User-skipped: 253 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 7b62bfd8187378061103f8fe19604106ed0a82a7 Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 7b62bfd8187378061103f8fe19604106ed0a82a7 Reports root/ big OK: 1684 / Failed: 0 / User-skipped: 369 / Auto-skipped: 0


pgsql_mnesia_23 / pgsql_mnesia / 7b62bfd8187378061103f8fe19604106ed0a82a7 Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


mssql_mnesia_24 / odbc_mssql_mnesia / 7b62bfd8187378061103f8fe19604106ed0a82a7 Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / 7b62bfd8187378061103f8fe19604106ed0a82a7 Reports root/ big OK: 1689 / Failed: 0 / User-skipped: 364 / Auto-skipped: 0

mongoose-im commented 2 years ago

small_tests_24 / small_tests / 7e9821d0f8a52c2fda1706766fdc29ab051df5c1 Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 7e9821d0f8a52c2fda1706766fdc29ab051df5c1 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 7e9821d0f8a52c2fda1706766fdc29ab051df5c1 Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 7e9821d0f8a52c2fda1706766fdc29ab051df5c1 Reports root/ big OK: 1509 / Failed: 0 / User-skipped: 390 / Auto-skipped: 0


dynamic_domains_mysql_redis_24 / mysql_redis / 7e9821d0f8a52c2fda1706766fdc29ab051df5c1 Reports root/ big OK: 2703 / Failed: 0 / User-skipped: 256 / Auto-skipped: 0


internal_mnesia_24 / internal_mnesia / 7e9821d0f8a52c2fda1706766fdc29ab051df5c1 Reports root/ big OK: 1550 / Failed: 0 / User-skipped: 349 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 7e9821d0f8a52c2fda1706766fdc29ab051df5c1 Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 7e9821d0f8a52c2fda1706766fdc29ab051df5c1 Reports root/ big OK: 1684 / Failed: 0 / User-skipped: 369 / Auto-skipped: 0


mysql_redis_24 / mysql_redis / 7e9821d0f8a52c2fda1706766fdc29ab051df5c1 Reports root/ big OK: 3089 / Failed: 0 / User-skipped: 253 / Auto-skipped: 0


mssql_mnesia_24 / odbc_mssql_mnesia / 7e9821d0f8a52c2fda1706766fdc29ab051df5c1 Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / 7e9821d0f8a52c2fda1706766fdc29ab051df5c1 Reports root/ big OK: 1707 / Failed: 1 / User-skipped: 364 / Auto-skipped: 0

pubsub_SUITE:tree+basic:publish_test ```erlang {error,{{badmatch,false}, [{pubsub_tools,check_response,2, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,490}]}, {pubsub_tools,receive_response,3, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,480}]}, {pubsub_tools,receive_and_check_response,4, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,470}]}, {pubsub_SUITE,'-publish_test/1-fun-0-',1, [{file,"/home/circleci/project/big_tests/tests/pubsub_SUITE.erl"}, {line,527}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/106933/riak_mnesia.24.0.5/big/ct_run.test%4055931487845b.2022-02-17_10.03.25/big_tests.tests.pubsub_SUITE.logs/run.2022-02-17_10.13.37/pubsub_suite.publish_test.22916.html)
mongoose-im commented 2 years ago

small_tests_23 / small_tests / 82a0a5e8ec6d83a1c8f94cb2139df8f2da8e7a2d Reports root / small


small_tests_24 / small_tests / 82a0a5e8ec6d83a1c8f94cb2139df8f2da8e7a2d Reports root / small


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 82a0a5e8ec6d83a1c8f94cb2139df8f2da8e7a2d Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


ldap_mnesia_23 / ldap_mnesia / 82a0a5e8ec6d83a1c8f94cb2139df8f2da8e7a2d Reports root/ big OK: 1509 / Failed: 0 / User-skipped: 390 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 82a0a5e8ec6d83a1c8f94cb2139df8f2da8e7a2d Reports root/ big OK: 1509 / Failed: 0 / User-skipped: 390 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 82a0a5e8ec6d83a1c8f94cb2139df8f2da8e7a2d Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_mysql_redis_24 / mysql_redis / 82a0a5e8ec6d83a1c8f94cb2139df8f2da8e7a2d Reports root/ big OK: 2703 / Failed: 0 / User-skipped: 256 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 82a0a5e8ec6d83a1c8f94cb2139df8f2da8e7a2d Reports root/ big OK: 2720 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 82a0a5e8ec6d83a1c8f94cb2139df8f2da8e7a2d Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


mysql_redis_24 / mysql_redis / 82a0a5e8ec6d83a1c8f94cb2139df8f2da8e7a2d Reports root/ big OK: 3089 / Failed: 0 / User-skipped: 253 / Auto-skipped: 0


internal_mnesia_24 / internal_mnesia / 82a0a5e8ec6d83a1c8f94cb2139df8f2da8e7a2d Reports root/ big OK: 1550 / Failed: 0 / User-skipped: 349 / Auto-skipped: 0


mssql_mnesia_24 / odbc_mssql_mnesia / 82a0a5e8ec6d83a1c8f94cb2139df8f2da8e7a2d Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 82a0a5e8ec6d83a1c8f94cb2139df8f2da8e7a2d Reports root/ big OK: 1684 / Failed: 0 / User-skipped: 369 / Auto-skipped: 0


pgsql_mnesia_23 / pgsql_mnesia / 82a0a5e8ec6d83a1c8f94cb2139df8f2da8e7a2d Reports root/ big OK: 3094 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / 82a0a5e8ec6d83a1c8f94cb2139df8f2da8e7a2d Reports root/ big OK: 1689 / Failed: 0 / User-skipped: 364 / Auto-skipped: 0

mongoose-im commented 2 years ago

small_tests_23 / small_tests / f1bc241ce379370d23a26fc4d5d1e5984d576f1f Reports root / small


small_tests_24 / small_tests / f1bc241ce379370d23a26fc4d5d1e5984d576f1f Reports root / small


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / f1bc241ce379370d23a26fc4d5d1e5984d576f1f Reports root/ big OK: 2721 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / f1bc241ce379370d23a26fc4d5d1e5984d576f1f Reports root/ big OK: 2721 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_mysql_redis_24 / mysql_redis / f1bc241ce379370d23a26fc4d5d1e5984d576f1f Reports root/ big OK: 2704 / Failed: 0 / User-skipped: 256 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / f1bc241ce379370d23a26fc4d5d1e5984d576f1f Reports root/ big OK: 2721 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / f1bc241ce379370d23a26fc4d5d1e5984d576f1f Reports root/ big OK: 1510 / Failed: 0 / User-skipped: 390 / Auto-skipped: 0


ldap_mnesia_23 / ldap_mnesia / f1bc241ce379370d23a26fc4d5d1e5984d576f1f Reports root/ big OK: 1510 / Failed: 0 / User-skipped: 390 / Auto-skipped: 0


internal_mnesia_24 / internal_mnesia / f1bc241ce379370d23a26fc4d5d1e5984d576f1f Reports root/ big OK: 1551 / Failed: 0 / User-skipped: 349 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / f1bc241ce379370d23a26fc4d5d1e5984d576f1f Reports root/ big OK: 3095 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / f1bc241ce379370d23a26fc4d5d1e5984d576f1f Reports root/ big OK: 1603 / Failed: 4 / User-skipped: 235 / Auto-skipped: 216

jingle_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {{badmatch, {error, {nkpacket, {bad_return, {{nkpacket_app,start,[normal,[]]}, {'EXIT', {{badmatch,{error,eafnosupport}}, [{nkpacket_stun,check_stun_server,5, [{file, "/home/circleci/project/_build/default/lib/nkpacket/src/nkpacket_stun.erl"}, {line,277}]}, {nkpacket_stun,get_stun_servers,4, [{file, "/home/circleci/project/_build/default/lib/nkpacket/src/nkpacket_stun.erl"}, {line,261}]}, {nkpacket_stun,get_stun_servers,1, [{file, "/home/circleci/project/_build/default/lib/nkpacket/src/nkpacket_stun.erl"}, {line,97}]}, {nkpacket_stun,ext_ip,1, [{file, "/home/circleci/project/_build/default/lib/nkpacket/src/nkpacket_stun.erl"}, {line,75}]}, {nkpacket_app,get_auto_ips,0, [{file, "/home/circleci/project/_build/default/lib/nkpacket/src/nkpacket_app.erl"}, {line,113}]}, {nkpacket_app,start,2, [{file, "/home/circleci/project/_build/default/lib/nkpacket/src/nkpacket_app.erl"}, {line,58}]}, {application_master,start_it_old,4, [{file,"application_master.erl"},{line,293}]}]}}}}}}}, [{mod_jingle_sip,start_nksip_service_or_error,1, [{file,"/home/circleci/project/src/jingle_sip/mod_jingle_sip.erl"}, {line,62}]}, {mod_jingle_sip,start,2, [{file,"/home/circleci/project/src/jingle_sip/mod_jingle_sip.erl"}... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/107035/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40d0b5194c1869.2022-02-17_10.25.08/big_tests.tests.jingle_SUITE.logs/run.2022-02-17_10.27.29/jingle_suite.init_per_suite.html)
metrics_api_SUITE:all_metrics_are_global:init_per_group ```erlang {'EXIT',{{badrpc,timeout}, [{distributed_helper,rpc, [#{node => ejabberd2@localhost,timeout => 30000}, mongoose_cluster,join, [mongooseim@localhost]], [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {distributed_helper,add_node_to_cluster,2, [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,29}]}, {metrics_helper,prepare_by_all_metrics_are_global,2, [{file,"/home/circleci/project/big_tests/tests/metrics_helper.erl"}, {line,44}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/107035/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40d0b5194c1869.2022-02-17_10.25.08/big_tests.tests.metrics_api_SUITE.logs/run.2022-02-17_10.28.47/metrics_api_suite.init_per_group.18819.html)
mod_global_distrib_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc,timeout}, [{distributed_helper,rpc, [#{node => ejabberd2@localhost,timeout => 30000}, mongoose_cluster,join, [mongooseim@localhost]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {mongoose_helper,successful_rpc,5, [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"}, {line,297}]}, {mod_global_distrib_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/mod_global_distrib_SUITE.erl"}, {line,124}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/107035/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40d0b5194c1869.2022-02-17_10.25.08/big_tests.tests.mod_global_distrib_SUITE.logs/run.2022-02-17_10.30.17/mod_global_distrib_suite.init_per_suite.html)
mongooseimctl_SUITE:basic:backup_restore_mnesia ```erlang {error,{{badmatch,{"Can't store backup in \"/home/circleci/project/_build/mim1/rel/mongooseim/backup_mnesia.bup\" at node mongooseim@localhost: {\"Cannot prepare checkpoint (replica not available)\",\n [jingle_sip_session,\n {257410,\n mongooseim@localhost}]}\n", 1}}, [{mongooseimctl_SUITE,backup_restore_mnesia,1, [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_SUITE.erl"}, {line,1150}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/107035/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40d0b5194c1869.2022-02-17_10.25.08/big_tests.tests.mongooseimctl_SUITE.logs/run.2022-02-17_10.31.30/mongooseimctl_suite.backup_restore_mnesia.html)
rest_client_SUITE:security:non_default_http_server_name_is_returned_if_configured ```erlang {error, {{badrpc, {'EXIT', {badarg, [{persistent_term,get, [{mongoose_config,listen}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_config,get_opt,1, [{file, "/home/circleci/project/src/config/mongoose_config.erl"}, {line,118}]}]}}}, [{distributed_helper,rpc, [#{node => ejabberd2@localhost},mongoose_config,get_opt,[listen]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {rest_helper,get_port,3, [{file,"/home/circleci/project/big_tests/tests/rest_helper.erl"}, {line,251}]}, {rest_helper,fusco_request,1, [{file,"/home/circleci/project/big_tests/tests/rest_helper.erl"}, {line,207}]}, {rest_helper,make_request,1, [{file,"/home/circleci/project/big_tests/tests/rest_helper.erl"}, {line,144}]}, {rest_client_SUITE,verify_server_name_in_header,2, [{file, "/home/circleci/project/big_tests/tests/rest_client_SUITE.erl"}, {line,1363}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/107035/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40d0b5194c1869.2022-02-17_10.25.08/big_tests.tests.rest_client_SUITE.logs/run.2022-02-17_10.36.28/rest_client_suite.non_default_http_server_name_is_returned_if_configured.html)
rest_client_SUITE:security:non_default_http_server_name_is_returned_if_configured ```erlang {error, {{badrpc, {'EXIT', {badarg, [{persistent_term,get, [{mongoose_config,listen}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_config,get_opt,1, [{file, "/home/circleci/project/src/config/mongoose_config.erl"}, {line,118}]}]}}}, [{distributed_helper,rpc, [#{node => ejabberd2@localhost},mongoose_config,get_opt,[listen]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {rest_helper,get_port,3, [{file,"/home/circleci/project/big_tests/tests/rest_helper.erl"}, {line,251}]}, {rest_helper,fusco_request,1, [{file,"/home/circleci/project/big_tests/tests/rest_helper.erl"}, {line,207}]}, {rest_helper,make_request,1, [{file,"/home/circleci/project/big_tests/tests/rest_helper.erl"}, {line,144}]}, {rest_client_SUITE,verify_server_name_in_header,2, [{file, "/home/circleci/project/big_tests/tests/rest_client_SUITE.erl"}, {line,1363}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/107035/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40d0b5194c1869.2022-02-17_10.25.08/big_tests.tests.rest_client_SUITE.logs/run.2022-02-17_10.36.28/rest_client_suite.non_default_http_server_name_is_returned_if_configured.83842.html)
rest_client_SUITE:security:non_default_http_server_name_is_returned_if_configured ```erlang {error, {{badrpc, {'EXIT', {badarg, [{persistent_term,get, [{mongoose_config,listen}], [{error_info,#{module => erl_erts_errors}}]}, {mongoose_config,get_opt,1, [{file, "/home/circleci/project/src/config/mongoose_config.erl"}, {line,118}]}]}}}, [{distributed_helper,rpc, [#{node => ejabberd2@localhost},mongoose_config,get_opt,[listen]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {rest_helper,get_port,3, [{file,"/home/circleci/project/big_tests/tests/rest_helper.erl"}, {line,251}]}, {rest_helper,fusco_request,1, [{file,"/home/circleci/project/big_tests/tests/rest_helper.erl"}, {line,207}]}, {rest_helper,make_request,1, [{file,"/home/circleci/project/big_tests/tests/rest_helper.erl"}, {line,144}]}, {rest_client_SUITE,verify_server_name_in_header,2, [{file, "/home/circleci/project/big_tests/tests/rest_client_SUITE.erl"}, {line,1363}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1292}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/107035/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40d0b5194c1869.2022-02-17_10.25.08/big_tests.tests.rest_client_SUITE.logs/run.2022-02-17_10.36.28/rest_client_suite.non_default_http_server_name_is_returned_if_configured.84226.html)
service_mongoose_system_metrics_SUITE:end_per_suite ```erlang {error, {{badrpc, {'EXIT', {badarg, [{ets,member, [mongoose_services,service_mongoose_system_metrics], [{error_info, #{cause => id,module => erl_stdlib_errors}}]}, {mongoose_service,is_loaded,1, [{file, "/home/circleci/project/src/mongoose_service.erl"}, {line,104}]}, {mongoose_service,start_service,2, [{file, "/home/circleci/project/src/mongoose_service.erl"}, {line,66}]}]}}}, [{distributed_helper,rpc, [#{node => ejabberd2@localhost}, mongoose_service,start_service, [service_mongoose_system_metrics, [{initial_report,20000},{periodic_report,300000}]]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {service_mongoose_system_metrics_SUITE,'-end_per_suite/1-lc$^0/1-0-',2, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,123}]}, {service_mongoose_system_metrics_SUITE,end_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,123}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/107035/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40d0b5194c1869.2022-02-17_10.25.08/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2022-02-17_10.37.35/service_mongoose_system_metrics_suite.end_per_suite.html)
service_domain_db_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc, {'EXIT', {badarg, [{ets,member, [mongoose_services,service_domain_db], [{error_info, #{cause => id,module => erl_stdlib_errors}}]}, {mongoose_service,is_loaded,1, [{file, "/home/circleci/project/src/mongoose_service.erl"}, {line,104}]}]}}}, [{distributed_helper,rpc, [#{node => ejabberd2@localhost}, mongoose_service,is_loaded, [service_domain_db]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {service_domain_db_SUITE,store_conf,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,194}]}, {service_domain_db_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,177}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/107035/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40d0b5194c1869.2022-02-17_10.25.08/big_tests.tests.service_domain_db_SUITE.logs/run.2022-02-17_10.38.53/service_domain_db_suite.init_per_suite.html)
dynamic_domains_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc,timeout}, [{distributed_helper,rpc, [#{node => ejabberd2@localhost,timeout => 30000}, mongoose_cluster,join, [mongooseim@localhost]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,117}]}, {distributed_helper,add_node_to_cluster,2, [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,29}]}, {dynamic_domains_SUITE,cluster_nodes,2, [{file, "/home/circleci/project/big_tests/tests/dynamic_domains_SUITE.erl"}, {line,210}]}, {dynamic_domains_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/dynamic_domains_SUITE.erl"}, {line,32}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1380}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1224}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3541/107035/elasticsearch_and_cassandra_mnesia.24.0.5/big/ct_run.test%40d0b5194c1869.2022-02-17_10.25.08/big_tests.tests.dynamic_domains_SUITE.logs/run.2022-02-17_10.38.59/dynamic_domains_suite.init_per_suite.html)

mssql_mnesia_24 / odbc_mssql_mnesia / f1bc241ce379370d23a26fc4d5d1e5984d576f1f Reports root/ big OK: 3095 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


mysql_redis_24 / mysql_redis / f1bc241ce379370d23a26fc4d5d1e5984d576f1f Reports root/ big OK: 3090 / Failed: 0 / User-skipped: 253 / Auto-skipped: 0


pgsql_mnesia_23 / pgsql_mnesia / f1bc241ce379370d23a26fc4d5d1e5984d576f1f Reports root/ big OK: 3095 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / f1bc241ce379370d23a26fc4d5d1e5984d576f1f Reports root/ big OK: 1690 / Failed: 0 / User-skipped: 364 / Auto-skipped: 0


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / f1bc241ce379370d23a26fc4d5d1e5984d576f1f Reports root/ big OK: 1685 / Failed: 0 / User-skipped: 369 / Auto-skipped: 0

mongoose-im commented 2 years ago

small_tests_24 / small_tests / 65e89beaf09088ec646acba92fc5ce192c18f951 Reports root / small


small_tests_23 / small_tests / 65e89beaf09088ec646acba92fc5ce192c18f951 Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 65e89beaf09088ec646acba92fc5ce192c18f951 Reports root/ big OK: 2721 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_24 / odbc_mssql_mnesia / 65e89beaf09088ec646acba92fc5ce192c18f951 Reports root/ big OK: 2721 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


ldap_mnesia_23 / ldap_mnesia / 65e89beaf09088ec646acba92fc5ce192c18f951 Reports root/ big OK: 1510 / Failed: 0 / User-skipped: 390 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_23 / pgsql_mnesia / 65e89beaf09088ec646acba92fc5ce192c18f951 Reports root/ big OK: 2721 / Failed: 0 / User-skipped: 239 / Auto-skipped: 0


dynamic_domains_mysql_redis_24 / mysql_redis / 65e89beaf09088ec646acba92fc5ce192c18f951 Reports root/ big OK: 2704 / Failed: 0 / User-skipped: 256 / Auto-skipped: 0


internal_mnesia_24 / internal_mnesia / 65e89beaf09088ec646acba92fc5ce192c18f951 Reports root/ big OK: 1551 / Failed: 0 / User-skipped: 349 / Auto-skipped: 0


elasticsearch_and_cassandra_24 / elasticsearch_and_cassandra_mnesia / 65e89beaf09088ec646acba92fc5ce192c18f951 Reports root/ big OK: 1685 / Failed: 0 / User-skipped: 369 / Auto-skipped: 0


pgsql_mnesia_23 / pgsql_mnesia / 65e89beaf09088ec646acba92fc5ce192c18f951 Reports root/ big OK: 3095 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 65e89beaf09088ec646acba92fc5ce192c18f951 Reports root/ big OK: 3095 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 65e89beaf09088ec646acba92fc5ce192c18f951 Reports root/ big OK: 1510 / Failed: 0 / User-skipped: 390 / Auto-skipped: 0


mysql_redis_24 / mysql_redis / 65e89beaf09088ec646acba92fc5ce192c18f951 Reports root/ big OK: 3090 / Failed: 0 / User-skipped: 253 / Auto-skipped: 0


mssql_mnesia_24 / odbc_mssql_mnesia / 65e89beaf09088ec646acba92fc5ce192c18f951 Reports root/ big OK: 3095 / Failed: 0 / User-skipped: 248 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / 65e89beaf09088ec646acba92fc5ce192c18f951 Reports root/ big OK: 1690 / Failed: 0 / User-skipped: 364 / Auto-skipped: 0