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

If MAM lookup code crashes, user gets an empty result set instead of an error #4191

Closed arcusfelis closed 5 months ago

arcusfelis commented 5 months ago

This PR addresses MIM-2101

Proposed changes include:

mongoose-im commented 5 months ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / f274d4dcb963d1a6379d4858e62a0a6067ce40fb Reports root/ big OK: 368 / Failed: 2 / User-skipped: 40 / Auto-skipped: 0

mam_SUITE:cassandra_muc_light:muc_light_failed_to_decode_message_in_database ```erlang {error,{test_case_failed,"Unexpected error IQ."}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203049/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40d8070d1d1076.2023-12-12_17.30.36/big_tests.tests.mam_SUITE.logs/run.2023-12-12_17.30.38/mam_suite.muc_light_failed_to_decode_message_in_database.html)
mam_SUITE:cassandra_impl_specific:pm_failed_to_decode_message_in_database ```erlang {error,{test_case_failed,"Unexpected error IQ."}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203049/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40d8070d1d1076.2023-12-12_17.30.36/big_tests.tests.mam_SUITE.logs/run.2023-12-12_17.30.38/mam_suite.pm_failed_to_decode_message_in_database.html)

small_tests_25 / small_tests / f274d4dcb963d1a6379d4858e62a0a6067ce40fb Reports root / small


small_tests_26 / small_tests / f274d4dcb963d1a6379d4858e62a0a6067ce40fb Reports root / small


small_tests_26_arm64 / small_tests / f274d4dcb963d1a6379d4858e62a0a6067ce40fb Reports root / small


ldap_mnesia_25 / ldap_mnesia / f274d4dcb963d1a6379d4858e62a0a6067ce40fb Reports root/ big OK: 2268 / Failed: 0 / User-skipped: 847 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / f274d4dcb963d1a6379d4858e62a0a6067ce40fb Reports root/ big OK: 4206 / Failed: 0 / User-skipped: 135 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / f274d4dcb963d1a6379d4858e62a0a6067ce40fb Reports root/ big OK: 2268 / Failed: 0 / User-skipped: 847 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / f274d4dcb963d1a6379d4858e62a0a6067ce40fb Reports root/ big OK: 4239 / Failed: 0 / User-skipped: 102 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / f274d4dcb963d1a6379d4858e62a0a6067ce40fb Reports root/ big OK: 4239 / Failed: 0 / User-skipped: 102 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / f274d4dcb963d1a6379d4858e62a0a6067ce40fb Reports root/ big OK: 2408 / Failed: 0 / User-skipped: 707 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / f274d4dcb963d1a6379d4858e62a0a6067ce40fb Reports root/ big OK: 4628 / Failed: 0 / User-skipped: 109 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / f274d4dcb963d1a6379d4858e62a0a6067ce40fb Reports root/ big OK: 4283 / Failed: 0 / User-skipped: 110 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / f274d4dcb963d1a6379d4858e62a0a6067ce40fb Reports root/ big OK: 4230 / Failed: 6 / User-skipped: 105 / Auto-skipped: 0

mod_blocking_SUITE:manage:add_user_to_blocklist ```erlang {error,{{assertion_failed,assert_many,false, [is_iq_result,#Fun], [],[]}, [{escalus_new_assert,assert_true,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"}, {line,84}]}, {mod_blocking_SUITE,'-add_user_to_blocklist/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/mod_blocking_SUITE.erl"}, {line,159}]}, {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,1793}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1302}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203055/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4003ea564c7997.2023-12-12_17.30.30/big_tests.tests.mod_blocking_SUITE.logs/run.2023-12-12_17.41.46/mod_blocking_suite.add_user_to_blocklist.73988.html)
mod_blocking_SUITE:manage:remove_user_from_blocklist ```erlang {error,{{assertion_failed,assert_many,false, [is_iq_result,#Fun], [],[]}, [{escalus_new_assert,assert_true,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"}, {line,84}]}, {mod_blocking_SUITE,'-remove_user_from_blocklist/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/mod_blocking_SUITE.erl"}, {line,199}]}, {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,1793}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1302}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203055/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4003ea564c7997.2023-12-12_17.30.30/big_tests.tests.mod_blocking_SUITE.logs/run.2023-12-12_17.41.46/mod_blocking_suite.remove_user_from_blocklist.137987.html)
mod_blocking_SUITE:manage:remove_many_user_from_blocklist ```erlang {error,{{assertion_failed,assert_many,false, [is_iq_result,#Fun], [],[]}, [{escalus_new_assert,assert_true,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"}, {line,84}]}, {mod_blocking_SUITE,'-remove_many_user_from_blocklist/1-fun-0-',3, [{file,"/home/circleci/project/big_tests/tests/mod_blocking_SUITE.erl"}, {line,209}]}, {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,1793}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1302}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203055/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4003ea564c7997.2023-12-12_17.30.30/big_tests.tests.mod_blocking_SUITE.logs/run.2023-12-12_17.41.46/mod_blocking_suite.remove_many_user_from_blocklist.138115.html)
mod_blocking_SUITE:manage:clear_blocklist ```erlang {error,{{assertion_failed,assert_many,false, [is_iq_result,#Fun], [],[]}, [{escalus_new_assert,assert_true,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"}, {line,84}]}, {mod_blocking_SUITE,'-clear_blocklist/1-fun-0-',3, [{file,"/home/circleci/project/big_tests/tests/mod_blocking_SUITE.erl"}, {line,220}]}, {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,1793}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1302}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203055/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4003ea564c7997.2023-12-12_17.30.30/big_tests.tests.mod_blocking_SUITE.logs/run.2023-12-12_17.41.46/mod_blocking_suite.clear_blocklist.187266.html)
mod_blocking_SUITE:manage:add_another_user_to_blocklist ```erlang {error, {timeout_when_waiting_for_stanza, [{escalus_client,wait_for_stanza, [{client, <<"alice_unnamed_2410_add_another_user_to_blocklist_2412@domain.example.com/res1">>, escalus_tcp,<0.60005.0>, [{event_manager,<0.59961.0>}, {server,<<"domain.example.com">>}, {username, <<"alicE_unnamed_2410_add_another_user_to_blocklist_2412">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.59961.0>}, {server,<<"domain.example.com">>}, {username, <<"alicE_unnamed_2410_add_another_user_to_blocklist_2412">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username, <<"alice_unnamed_2410_add_another_user_to_blocklist_2412">>}, {server,<<"domain.example.com">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username, <<"alicE_unnamed_2410_add_another_user_to_blocklist_2412">>}, {server,<<"domain.example.com">>}, {host,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"7f6e41c4d95bbbe5">>}]}, 5000], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"}, {line,136}]}, {mod_blocking_SUITE,'-add_another_user_to_blocklist/1-fun-0-',2, ... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203055/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4003ea564c7997.2023-12-12_17.30.30/big_tests.tests.mod_blocking_SUITE.logs/run.2023-12-12_17.41.46/mod_blocking_suite.add_another_user_to_blocklist.137603.html)
mod_blocking_SUITE:manage:add_many_users_to_blocklist ```erlang {error,{{badmatch,0}, [{escalus_story,drop_presences,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,191}]}, {escalus_story,'-start_ready_clients/2-fun-0-',3, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,135}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1594}]}, {escalus_story,start_ready_clients,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,128}]}, {lists,flatmap_1,2,[{file,"lists.erl"},{line,1579}]}, {lists,flatmap_1,2,[{file,"lists.erl"},{line,1579}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,69}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203055/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4003ea564c7997.2023-12-12_17.30.30/big_tests.tests.mod_blocking_SUITE.logs/run.2023-12-12_17.41.46/mod_blocking_suite.add_many_users_to_blocklist.137859.html)

mysql_redis_26 / mysql_redis / f274d4dcb963d1a6379d4858e62a0a6067ce40fb Reports root/ big OK: 4607 / Failed: 0 / User-skipped: 130 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / f274d4dcb963d1a6379d4858e62a0a6067ce40fb Reports root/ big OK: 4628 / Failed: 0 / User-skipped: 109 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / f274d4dcb963d1a6379d4858e62a0a6067ce40fb Reports root/ big OK: 4625 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0

graphql_muc_light_SUITE:user:user_muc_light:end_per_group ```erlang {error, {{unregistering_failed, {amount,1}, {unregistered_items, [{{<<"_user_get_room_messages_muc_light_or_mam_not_configured_1000">>, [{escalus_event_mgr,<0.23096.0>}, {tc_name,user_get_room_messages_muc_light_or_mam_not_configured}, {escalus_cleaner,<0.23095.0>}, {watchdog,<0.23094.0>}, {muc_light_host,<<"muclight.localhost">>}, {secondary_muc_light_host,<<"muclight.localhost.bis">>}, {schema_endpoint,user}, {{ejabberd_cwd,mongooseim@localhost}, "/home/circleci/project/_build/mim1/rel/mongooseim"}, {preset,"odbc_mssql_mnesia"}, {mim_data_dir, "/home/circleci/project/big_tests/tests/graphql_muc_light_SUITE_data"}, {tc_logfile, "https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203054/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4007ad23f2b632.2023-12-12_17.30.09/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-12-12_17.34.35/graphql_muc_light_suite.user_get_room_messages_muc_light_or_mam_not_configured.19844.html"}, {tc_group_properties,[{name,user_muc_light},parallel]}, {tc_group_path,[[{name,user}]]}, {data_dir, "/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/graphql_muc_light_SUITE_data/"}, {priv_dir, "https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203054/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4007ad23f2b632.2023-12-12_17.30.09/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-12-12_17.34.35/log_private/"}, {{saved_modules,mongooseim@localhost,<<"localhost">>}, #{mod_vcard => #{matches => 30, host => {prefix,... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203054/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4007ad23f2b632.2023-12-12_17.30.09/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-12-12_17.34.35/graphql_muc_light_suite.end_per_group.html)
graphql_muc_light_SUITE:domain_admin:domain_admin_muc_light:end_per_group ```erlang {error, {{unregistering_failed, {amount,1}, {unregistered_items, [{{<<"_admin_change_room_config_errors_1092">>, [{escalus_event_mgr,<0.24838.0>}, {tc_name,admin_change_room_config_errors}, {escalus_cleaner,<0.24837.0>}, {watchdog,<0.24836.0>}, {muc_light_host,<<"muclight.localhost">>}, {secondary_muc_light_host,<<"muclight.localhost.bis">>}, {protocol,http}, {domain_admin,{<<"admin@localhost">>,<<"483a672e6988ece3">>}}, {schema_endpoint,domain_admin}, {{ejabberd_cwd,mongooseim@localhost}, "/home/circleci/project/_build/mim1/rel/mongooseim"}, {preset,"odbc_mssql_mnesia"}, {mim_data_dir, "/home/circleci/project/big_tests/tests/graphql_muc_light_SUITE_data"}, {tc_logfile, "https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203054/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4007ad23f2b632.2023-12-12_17.30.09/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-12-12_17.34.35/graphql_muc_light_suite.admin_change_room_config_errors.21892.html"}, {tc_group_properties,[{name,domain_admin_muc_light}]}, {tc_group_path,[[{name,domain_admin}]]}, {data_dir, "/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/graphql_muc_light_SUITE_data/"}, {priv_dir, "https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203054/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4007ad23f2b632.2023-12-12_17.30.09/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-12-12_17.34.35/log_private/"}, {{saved_modules,mongooseim@localhost,<<"localhost">>}, #{mod_vcard => #{match... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203054/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4007ad23f2b632.2023-12-12_17.30.09/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-12-12_17.34.35/graphql_muc_light_suite.end_per_group.61314.html)
codecov[bot] commented 5 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (0342139) 84.27% compared to head (87d01ac) 84.33%.

Files Patch % Lines
src/mam/mam_message.erl 88.88% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4191 +/- ## ========================================== + Coverage 84.27% 84.33% +0.06% ========================================== Files 551 551 Lines 33467 33473 +6 ========================================== + Hits 28204 28231 +27 + Misses 5263 5242 -21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mongoose-im commented 5 months ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / f31d3ee5e777145984636cc5b936d79fbcc73f08 Reports root/ big OK: 369 / Failed: 1 / User-skipped: 40 / Auto-skipped: 0

mam_SUITE:cassandra_muc_light:muc_light_failed_to_decode_message_in_database ```erlang {error,{test_case_failed,"Unexpected error IQ."}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203085/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40cf64ba31c7f3.2023-12-12_18.26.13/big_tests.tests.mam_SUITE.logs/run.2023-12-12_18.26.14/mam_suite.muc_light_failed_to_decode_message_in_database.html)

small_tests_25 / small_tests / f31d3ee5e777145984636cc5b936d79fbcc73f08 Reports root / small


small_tests_26 / small_tests / f31d3ee5e777145984636cc5b936d79fbcc73f08 Reports root / small


small_tests_26_arm64 / small_tests / f31d3ee5e777145984636cc5b936d79fbcc73f08 Reports root / small


ldap_mnesia_25 / ldap_mnesia / f31d3ee5e777145984636cc5b936d79fbcc73f08 Reports root/ big OK: 2268 / Failed: 0 / User-skipped: 847 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / f31d3ee5e777145984636cc5b936d79fbcc73f08 Reports root/ big OK: 4239 / Failed: 0 / User-skipped: 102 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / f31d3ee5e777145984636cc5b936d79fbcc73f08 Reports root/ big OK: 4206 / Failed: 0 / User-skipped: 135 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / f31d3ee5e777145984636cc5b936d79fbcc73f08 Reports root/ big OK: 2268 / Failed: 0 / User-skipped: 847 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / f31d3ee5e777145984636cc5b936d79fbcc73f08 Reports root/ big OK: 2391 / Failed: 0 / User-skipped: 707 / Auto-skipped: 17

service_mongoose_system_metrics_SUITE:all_clustered_mongooses_report_the_same_client_id ```erlang {skip, {failed, {service_mongoose_system_metrics_SUITE,init_per_testcase, {{badrpc,timeout}, [{distributed_helper,rpc, [#{timeout => 30000,node => mongooseim2@localhost}, mongoose_cluster,join, [mongooseim@localhost]], [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {distributed_helper,add_node_to_mnesia_cluster,2, [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,44}]}, {distributed_helper,add_node_to_cluster,2, [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,36}]}, {service_mongoose_system_metrics_SUITE,init_per_testcase,2, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,113}]}, {test_server,do_init_per_testcase,2, [{file,"test_server.erl"},{line,1563}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1264}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203090/internal_mnesia.26.1.2-amd64/big/ct_run.test%40fe40f1c5a557.2023-12-12_18.25.52/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2023-12-12_18.40.28/service_mongoose_system_metrics_suite.all_clustered_mongooses_report_the_same_client_id.html)
service_domain_db_SUITE:api_lookup_works ```erlang {skip, {failed, {service_domain_db_SUITE,init_per_testcase, {{badrpc, {'EXIT', {noproc, {gen_server,call, [mongoose_domain_sup, {terminate_child,mongoose_domain_core}, infinity]}}}}, [{distributed_helper,rpc, [#{node => mongooseim2@localhost}, mongoose_domain_sup,restart_core, [[[], [<<"mim2only">>,<<"type1">>,<<"type2">>,<<"dummy auth">>, <<"dbgroup">>,<<"dbgroup2">>,<<"cfggroup">>]]]], [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {domain_helper,restart_domain_core,3, [{file, "/home/circleci/project/big_tests/tests/domain_helper.erl"}, {line,33}]}, {service_domain_db_SUITE,setup_service,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,270}]}, {service_domain_db_SUITE,init_per_testcase,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,218}]}, {test_server,do_init_per_testcase,2, [{file,"test_server.erl"},{line,1563}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1264}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203090/internal_mnesia.26.1.2-amd64/big/ct_run.test%40fe40f1c5a557.2023-12-12_18.25.52/big_tests.tests.service_domain_db_SUITE.logs/run.2023-12-12_18.41.47/service_domain_db_suite.api_lookup_works.html)
service_domain_db_SUITE:api_lookup_not_found ```erlang {skip, {failed, {service_domain_db_SUITE,init_per_testcase, {{badrpc, {'EXIT', {noproc, {gen_server,call, [mongoose_domain_sup, {terminate_child,mongoose_domain_core}, infinity]}}}}, [{distributed_helper,rpc, [#{node => mongooseim2@localhost}, mongoose_domain_sup,restart_core, [[[], [<<"mim2only">>,<<"type1">>,<<"type2">>,<<"dummy auth">>, <<"dbgroup">>,<<"dbgroup2">>,<<"cfggroup">>]]]], [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {domain_helper,restart_domain_core,3, [{file, "/home/circleci/project/big_tests/tests/domain_helper.erl"}, {line,33}]}, {service_domain_db_SUITE,setup_service,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,270}]}, {service_domain_db_SUITE,init_per_testcase,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,218}]}, {test_server,do_init_per_testcase,2, [{file,"test_server.erl"},{line,1563}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1264}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203090/internal_mnesia.26.1.2-amd64/big/ct_run.test%40fe40f1c5a557.2023-12-12_18.25.52/big_tests.tests.service_domain_db_SUITE.logs/run.2023-12-12_18.41.47/service_domain_db_suite.api_lookup_not_found.html)
service_domain_db_SUITE:api_cannot_insert_static ```erlang {skip, {failed, {service_domain_db_SUITE,init_per_testcase, {{badrpc, {'EXIT', {noproc, {gen_server,call, [mongoose_domain_sup, {terminate_child,mongoose_domain_core}, infinity]}}}}, [{distributed_helper,rpc, [#{node => mongooseim2@localhost}, mongoose_domain_sup,restart_core, [[[], [<<"mim2only">>,<<"type1">>,<<"type2">>,<<"dummy auth">>, <<"dbgroup">>,<<"dbgroup2">>,<<"cfggroup">>]]]], [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {domain_helper,restart_domain_core,3, [{file, "/home/circleci/project/big_tests/tests/domain_helper.erl"}, {line,33}]}, {service_domain_db_SUITE,setup_service,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,270}]}, {service_domain_db_SUITE,init_per_testcase,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,218}]}, {test_server,do_init_per_testcase,2, [{file,"test_server.erl"},{line,1563}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1264}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203090/internal_mnesia.26.1.2-amd64/big/ct_run.test%40fe40f1c5a557.2023-12-12_18.25.52/big_tests.tests.service_domain_db_SUITE.logs/run.2023-12-12_18.41.47/service_domain_db_suite.api_cannot_insert_static.html)
service_domain_db_SUITE:api_cannot_disable_static ```erlang {skip, {failed, {service_domain_db_SUITE,init_per_testcase, {{badrpc, {'EXIT', {noproc, {gen_server,call, [mongoose_domain_sup, {terminate_child,mongoose_domain_core}, infinity]}}}}, [{distributed_helper,rpc, [#{node => mongooseim2@localhost}, mongoose_domain_sup,restart_core, [[[], [<<"mim2only">>,<<"type1">>,<<"type2">>,<<"dummy auth">>, <<"dbgroup">>,<<"dbgroup2">>,<<"cfggroup">>]]]], [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {domain_helper,restart_domain_core,3, [{file, "/home/circleci/project/big_tests/tests/domain_helper.erl"}, {line,33}]}, {service_domain_db_SUITE,setup_service,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,270}]}, {service_domain_db_SUITE,init_per_testcase,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,218}]}, {test_server,do_init_per_testcase,2, [{file,"test_server.erl"},{line,1563}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1264}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203090/internal_mnesia.26.1.2-amd64/big/ct_run.test%40fe40f1c5a557.2023-12-12_18.25.52/big_tests.tests.service_domain_db_SUITE.logs/run.2023-12-12_18.41.47/service_domain_db_suite.api_cannot_disable_static.html)
service_domain_db_SUITE:api_cannot_enable_static ```erlang {skip, {failed, {service_domain_db_SUITE,init_per_testcase, {{badrpc, {'EXIT', {noproc, {gen_server,call, [mongoose_domain_sup, {terminate_child,mongoose_domain_core}, infinity]}}}}, [{distributed_helper,rpc, [#{node => mongooseim2@localhost}, mongoose_domain_sup,restart_core, [[[], [<<"mim2only">>,<<"type1">>,<<"type2">>,<<"dummy auth">>, <<"dbgroup">>,<<"dbgroup2">>,<<"cfggroup">>]]]], [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {domain_helper,restart_domain_core,3, [{file, "/home/circleci/project/big_tests/tests/domain_helper.erl"}, {line,33}]}, {service_domain_db_SUITE,setup_service,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,270}]}, {service_domain_db_SUITE,init_per_testcase,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,218}]}, {test_server,do_init_per_testcase,2, [{file,"test_server.erl"},{line,1563}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1264}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203090/internal_mnesia.26.1.2-amd64/big/ct_run.test%40fe40f1c5a557.2023-12-12_18.25.52/big_tests.tests.service_domain_db_SUITE.logs/run.2023-12-12_18.41.47/service_domain_db_suite.api_cannot_enable_static.html)
service_domain_db_SUITE:api_get_all_static ```erlang {skip, {failed, {service_domain_db_SUITE,init_per_testcase, {{badrpc, {'EXIT', {noproc, {gen_server,call, [mongoose_domain_sup, {terminate_child,mongoose_domain_core}, infinity]}}}}, [{distributed_helper,rpc, [#{node => mongooseim2@localhost}, mongoose_domain_sup,restart_core, [[[], [<<"mim2only">>,<<"type1">>,<<"type2">>,<<"dummy auth">>, <<"dbgroup">>,<<"dbgroup2">>,<<"cfggroup">>]]]], [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {domain_helper,restart_domain_core,3, [{file, "/home/circleci/project/big_tests/tests/domain_helper.erl"}, {line,33}]}, {service_domain_db_SUITE,setup_service,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,270}]}, {service_domain_db_SUITE,init_per_testcase,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,218}]}, {test_server,do_init_per_testcase,2, [{file,"test_server.erl"},{line,1563}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1264}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203090/internal_mnesia.26.1.2-amd64/big/ct_run.test%40fe40f1c5a557.2023-12-12_18.25.52/big_tests.tests.service_domain_db_SUITE.logs/run.2023-12-12_18.41.47/service_domain_db_suite.api_get_all_static.html)
service_domain_db_SUITE:api_get_domains_by_host_type ```erlang {skip, {failed, {service_domain_db_SUITE,init_per_testcase, {{badrpc, {'EXIT', {noproc, {gen_server,call, [mongoose_domain_sup, {terminate_child,mongoose_domain_core}, infinity]}}}}, [{distributed_helper,rpc, [#{node => mongooseim2@localhost}, mongoose_domain_sup,restart_core, [[[], [<<"mim2only">>,<<"type1">>,<<"type2">>,<<"dummy auth">>, <<"dbgroup">>,<<"dbgroup2">>,<<"cfggroup">>]]]], [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {domain_helper,restart_domain_core,3, [{file, "/home/circleci/project/big_tests/tests/domain_helper.erl"}, {line,33}]}, {service_domain_db_SUITE,setup_service,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,270}]}, {service_domain_db_SUITE,init_per_testcase,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,218}]}, {test_server,do_init_per_testcase,2, [{file,"test_server.erl"},{line,1563}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1264}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203090/internal_mnesia.26.1.2-amd64/big/ct_run.test%40fe40f1c5a557.2023-12-12_18.25.52/big_tests.tests.service_domain_db_SUITE.logs/run.2023-12-12_18.41.47/service_domain_db_suite.api_get_domains_by_host_type.html)
service_domain_db_SUITE:end_per_suite ```erlang {error, {{badrpc, {'EXIT', {noproc, {gen_server,call, [mongoose_domain_sup, {terminate_child,mongoose_domain_core}, infinity]}}}}, [{distributed_helper,rpc, [#{node => mongooseim2@localhost}, mongoose_domain_sup,restart_core, [[]]], [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {domain_helper,restart_domain_core,1, [{file,"/home/circleci/project/big_tests/tests/domain_helper.erl"}, {line,30}]}, {service_domain_db_SUITE,'-end_per_suite/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,169}]}, {service_domain_db_SUITE,end_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,169}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1390}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203090/internal_mnesia.26.1.2-amd64/big/ct_run.test%40fe40f1c5a557.2023-12-12_18.25.52/big_tests.tests.service_domain_db_SUITE.logs/run.2023-12-12_18.41.47/service_domain_db_suite.end_per_suite.html)
dynamic_domains_SUITE:init_per_suite ```erlang {'EXIT', {{badrpc,timeout}, [{distributed_helper,rpc, [#{timeout => 30000,node => mongooseim2@localhost}, mongoose_cluster,join, [mongooseim@localhost]], [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {distributed_helper,add_node_to_mnesia_cluster,2, [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,44}]}, {distributed_helper,add_node_to_cluster,2, [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,36}]}, {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,1793}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1390}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203090/internal_mnesia.26.1.2-amd64/big/ct_run.test%40fe40f1c5a557.2023-12-12_18.25.52/big_tests.tests.dynamic_domains_SUITE.logs/run.2023-12-12_18.41.53/dynamic_domains_suite.init_per_suite.html)
local_iq_SUITE:init_per_suite ```erlang {'EXIT',{{badrpc,timeout}, [{distributed_helper,rpc, [#{timeout => 30000, node => mongooseim2@localhost}, mongoose_cluster,join, [mongooseim@localhost]], [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {distributed_helper,add_node_to_mnesia_cluster,2, [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,44}]}, {distributed_helper,add_node_to_cluster,2, [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,36}]}, {local_iq_SUITE,init_per_suite,1, [{file,"/home/circleci/project/big_tests/tests/local_iq_SUITE.erl"}, {line,29}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1390}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203090/internal_mnesia.26.1.2-amd64/big/ct_run.test%40fe40f1c5a557.2023-12-12_18.25.52/big_tests.tests.local_iq_SUITE.logs/run.2023-12-12_18.42.24/local_iq_suite.init_per_suite.html)

dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / f31d3ee5e777145984636cc5b936d79fbcc73f08 Reports root/ big OK: 4236 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / f31d3ee5e777145984636cc5b936d79fbcc73f08 Reports root/ big OK: 4628 / Failed: 0 / User-skipped: 109 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / f31d3ee5e777145984636cc5b936d79fbcc73f08 Reports root/ big OK: 4283 / Failed: 0 / User-skipped: 110 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / f31d3ee5e777145984636cc5b936d79fbcc73f08 Reports root/ big OK: 4606 / Failed: 1 / User-skipped: 130 / Auto-skipped: 0

carboncopy_SUITE:one2one:dropped_client_doesnt_create_duplicate_carbons ```erlang {error, {{badmatch, [{xmlel,<<"message">>, [{<<"from">>, <<"alice_dropped_client_doesnt_create_duplicate_carbons_598@localhost">>}, {<<"to">>, <<"alice_dropped_client_doesnt_create_duplicate_carbons_598@localhost/res2">>}, {<<"xmlns">>,<<"jabber:client">>}, {<<"type">>,<<"chat">>}], [{xmlel,<<"sent">>, [{<<"xmlns">>,<<"urn:xmpp:carbons:2">>}], [{xmlel,<<"forwarded">>, [{<<"xmlns">>,<<"urn:xmpp:forward:0">>}], [{xmlel,<<"message">>, [{<<"from">>, <<"alice_dropped_client_doesnt_create_duplicate_carbons_598@localhost/res1">>}, {<<"type">>,<<"chat">>}, {<<"to">>, <<"bob_dropped_client_doesnt_create_duplicate_carbons_598@localhost/res1">>}, {<<"xmlns">>,<<"jabber:client">>}], [{xmlel,<<"body">>,[], [{xmlcdata, <<"And pious action">>}]}]}]}]}]}]}, [{carboncopy_SUITE, '-dropped_client_doesnt_create_duplicate_carbons/1-fun-0-',4, [{file, "/home/circleci/project/big_tests/tests/carboncopy_SUITE.erl"}, {line,189}]}, {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,1793}]}, {test_server,run_test_case_eval1,6, [{file,"test_serv... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203089/mysql_redis.26.1.2-amd64/big/ct_run.test%4005859879c866.2023-12-12_18.26.15/big_tests.tests.carboncopy_SUITE.logs/run.2023-12-12_18.27.04/carboncopy_suite.dropped_client_doesnt_create_duplicate_carbons.9349.html)

pgsql_mnesia_26 / pgsql_mnesia / f31d3ee5e777145984636cc5b936d79fbcc73f08 Reports root/ big OK: 4628 / Failed: 0 / User-skipped: 109 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / f31d3ee5e777145984636cc5b936d79fbcc73f08 Reports root/ big OK: 4625 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / f31d3ee5e777145984636cc5b936d79fbcc73f08 Reports root/ big OK: 4238 / Failed: 1 / User-skipped: 102 / Auto-skipped: 0

sm_SUITE:ping_timeout ```erlang {error,{noproc,{gen_server,call,[<0.81420.0>,get_sm_h]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203082/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%4097991c38abeb.2023-12-12_18.26.07/big_tests.tests.sm_SUITE.logs/run.2023-12-12_18.47.24/sm_suite.ping_timeout.html)

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / f31d3ee5e777145984636cc5b936d79fbcc73f08 Reports root/ big OK: 369 / Failed: 1 / User-skipped: 40 / Auto-skipped: 0

mam_SUITE:cassandra_muc_light:muc_light_failed_to_decode_message_in_database ```erlang {error,{test_case_failed,"Unexpected error IQ."}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4191/203093/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%407340b3adb254.2023-12-12_20.44.47/big_tests.tests.mam_SUITE.logs/run.2023-12-12_20.44.48/mam_suite.muc_light_failed_to_decode_message_in_database.html)

dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / f31d3ee5e777145984636cc5b936d79fbcc73f08 Reports root/ big OK: 4239 / Failed: 0 / User-skipped: 102 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / f31d3ee5e777145984636cc5b936d79fbcc73f08 Reports root/ big OK: 2408 / Failed: 0 / User-skipped: 707 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / f31d3ee5e777145984636cc5b936d79fbcc73f08 Reports root/ big OK: 4607 / Failed: 0 / User-skipped: 130 / Auto-skipped: 0

mongoose-im commented 5 months ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 87d01acbc290aeda34910804c1e8b77d5dbc5159 Reports root/ big OK: 370 / Failed: 0 / User-skipped: 40 / Auto-skipped: 0


small_tests_25 / small_tests / 87d01acbc290aeda34910804c1e8b77d5dbc5159 Reports root / small


small_tests_26 / small_tests / 87d01acbc290aeda34910804c1e8b77d5dbc5159 Reports root / small


small_tests_26_arm64 / small_tests / 87d01acbc290aeda34910804c1e8b77d5dbc5159 Reports root / small


ldap_mnesia_25 / ldap_mnesia / 87d01acbc290aeda34910804c1e8b77d5dbc5159 Reports root/ big OK: 2268 / Failed: 0 / User-skipped: 847 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 87d01acbc290aeda34910804c1e8b77d5dbc5159 Reports root/ big OK: 4239 / Failed: 0 / User-skipped: 102 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / 87d01acbc290aeda34910804c1e8b77d5dbc5159 Reports root/ big OK: 2268 / Failed: 0 / User-skipped: 847 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 87d01acbc290aeda34910804c1e8b77d5dbc5159 Reports root/ big OK: 4239 / Failed: 0 / User-skipped: 102 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / 87d01acbc290aeda34910804c1e8b77d5dbc5159 Reports root/ big OK: 2408 / Failed: 0 / User-skipped: 707 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / 87d01acbc290aeda34910804c1e8b77d5dbc5159 Reports root/ big OK: 4283 / Failed: 0 / User-skipped: 110 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 87d01acbc290aeda34910804c1e8b77d5dbc5159 Reports root/ big OK: 4236 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 87d01acbc290aeda34910804c1e8b77d5dbc5159 Reports root/ big OK: 4628 / Failed: 0 / User-skipped: 109 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / 87d01acbc290aeda34910804c1e8b77d5dbc5159 Reports root/ big OK: 4607 / Failed: 0 / User-skipped: 130 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 87d01acbc290aeda34910804c1e8b77d5dbc5159 Reports root/ big OK: 4628 / Failed: 0 / User-skipped: 109 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / 87d01acbc290aeda34910804c1e8b77d5dbc5159 Reports root/ big OK: 4625 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0