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 420 forks source link

Fix flaky `init_per_group` in the MUC suite #4241

Closed jacekwegr closed 1 month ago

jacekwegr commented 1 month ago

This PR fixes a problem where tests might fail if an HTTP listener has already been started in the init_per_group function of the MUC suite.

Sometimes, if other tests that need an HTTP listener don't work right, they can leave the listener running. This causes a problem when trying to start it again in the init_per_group.

mongoose-im commented 1 month ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 7adbbefb608e6821ba8cd0ad7a6887372bf080d0 Reports root/ big OK: 429 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 7adbbefb608e6821ba8cd0ad7a6887372bf080d0 Reports root / small


small_tests_26 / small_tests / 7adbbefb608e6821ba8cd0ad7a6887372bf080d0 Reports root / small


small_tests_26_arm64 / small_tests / 7adbbefb608e6821ba8cd0ad7a6887372bf080d0 Reports root / small


ldap_mnesia_25 / ldap_mnesia / 7adbbefb608e6821ba8cd0ad7a6887372bf080d0 Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 895 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 7adbbefb608e6821ba8cd0ad7a6887372bf080d0 Reports root/ big OK: 4502 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / 7adbbefb608e6821ba8cd0ad7a6887372bf080d0 Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 895 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / 7adbbefb608e6821ba8cd0ad7a6887372bf080d0 Reports root/ big OK: 4469 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / 7adbbefb608e6821ba8cd0ad7a6887372bf080d0 Reports root/ big OK: 2414 / Failed: 1 / User-skipped: 755 / Auto-skipped: 0

pubsub_SUITE:dag+basic:subscribe_options_test ```erlang {error,{{badmatch,false}, [{pubsub_tools,check_response,2, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,444}]}, {pubsub_tools,receive_response,3, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,434}]}, {pubsub_tools,receive_and_check_response,4, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,424}]}, {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/4241/211582/internal_mnesia.26.1.2-amd64/big/ct_run.test%40b4030316f007.2024-03-12_07.17.11/big_tests.tests.pubsub_SUITE.logs/run.2024-03-12_07.29.26/pubsub_suite.subscribe_options_test.93570.html)

dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 7adbbefb608e6821ba8cd0ad7a6887372bf080d0 Reports root/ big OK: 4501 / Failed: 1 / User-skipped: 111 / Auto-skipped: 0

sm_SUITE:ping_timeout ```erlang {error, {{assertion_failed,assert,is_presence, {xmlel,<<"iq">>, [{<<"from">>,<<"domain.example.com">>}, {<<"to">>, <<"alice_ping_timeout_3228@domain.example.com/escalus-default-resource">>}, {<<"type">>,<<"get">>}, {<<"id">>,<<"8b34894eef5ec450">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}]}, ""}, [{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,135}]}, {escalus_connection,connection_step,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,163}]}, {lists,foldl_1,3,[{file,"lists.erl"},{line,1599}]}, {escalus_connection,start,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,145}]}, {sm_helper,connect_spec,3, [{file,"/home/circleci/project/big_tests/tests/sm_helper.erl"}, {line,153}]}, {sm_SUITE,ping_timeout,1, [{file,"/home/circleci/project/big_tests/tests/sm_SUITE.erl"}, {line,625}]}, {... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4241/211578/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40aee71c77e733.2024-03-12_07.17.11/big_tests.tests.sm_SUITE.logs/run.2024-03-12_07.31.50/sm_suite.ping_timeout.html)

dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 7adbbefb608e6821ba8cd0ad7a6887372bf080d0 Reports root/ big OK: 4499 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / 7adbbefb608e6821ba8cd0ad7a6887372bf080d0 Reports root/ big OK: 4425 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 7adbbefb608e6821ba8cd0ad7a6887372bf080d0 Reports root/ big OK: 4891 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 7adbbefb608e6821ba8cd0ad7a6887372bf080d0 Reports root/ big OK: 4891 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / 7adbbefb608e6821ba8cd0ad7a6887372bf080d0 Reports root/ big OK: 4870 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / 7adbbefb608e6821ba8cd0ad7a6887372bf080d0 Reports root/ big OK: 4888 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.39%. Comparing base (468b1df) to head (a75eaf1). Report is 10 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4241 +/- ## ========================================== - Coverage 84.40% 84.39% -0.01% ========================================== Files 552 552 Lines 33538 33538 ========================================== - Hits 28308 28305 -3 - Misses 5230 5233 +3 ```

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

mongoose-im commented 1 month ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / ed2d95aeadbda2b40f0e3eeefb1e15b590feae7c Reports root/ big OK: 429 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / ed2d95aeadbda2b40f0e3eeefb1e15b590feae7c Reports root / small


small_tests_26 / small_tests / ed2d95aeadbda2b40f0e3eeefb1e15b590feae7c Reports root / small


small_tests_26_arm64 / small_tests / ed2d95aeadbda2b40f0e3eeefb1e15b590feae7c Reports root / small


ldap_mnesia_25 / ldap_mnesia / ed2d95aeadbda2b40f0e3eeefb1e15b590feae7c Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 895 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / ed2d95aeadbda2b40f0e3eeefb1e15b590feae7c Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 895 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / ed2d95aeadbda2b40f0e3eeefb1e15b590feae7c Reports root/ big OK: 4502 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / ed2d95aeadbda2b40f0e3eeefb1e15b590feae7c Reports root/ big OK: 4502 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / ed2d95aeadbda2b40f0e3eeefb1e15b590feae7c Reports root/ big OK: 4498 / Failed: 1 / User-skipped: 114 / Auto-skipped: 0

graphql_muc_light_SUITE:domain_admin:domain_admin_muc_light:admin_create_room_with_unprepped_id ```erlang {error, {{badmatch,null}, [{graphql_muc_light_SUITE,admin_create_room_with_unprepped_id,1, [{file, "/home/circleci/project/big_tests/tests/graphql_muc_light_SUITE.erl"}, {line,1155}]}, {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/4241/211613/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40cd0b5d6792c9.2024-03-12_08.05.14/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-12_08.09.23/graphql_muc_light_suite.admin_create_room_with_unprepped_id.56962.html)

internal_mnesia_26 / internal_mnesia / ed2d95aeadbda2b40f0e3eeefb1e15b590feae7c Reports root/ big OK: 2415 / Failed: 0 / User-skipped: 755 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / ed2d95aeadbda2b40f0e3eeefb1e15b590feae7c Reports root/ big OK: 4469 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / ed2d95aeadbda2b40f0e3eeefb1e15b590feae7c Reports root/ big OK: 4425 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / ed2d95aeadbda2b40f0e3eeefb1e15b590feae7c Reports root/ big OK: 4870 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / ed2d95aeadbda2b40f0e3eeefb1e15b590feae7c Reports root/ big OK: 4890 / Failed: 1 / User-skipped: 118 / Auto-skipped: 0

sm_SUITE:ping_timeout ```erlang {error,{{badmatch,false}, [{escalus_session,stream_resumption,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_session.erl"}, {line,259}]}, {escalus_connection,connection_step,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,161}]}, {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]}, {escalus_connection,start,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,145}]}, {sm_helper,connect_spec,3, [{file,"/home/circleci/project/big_tests/tests/sm_helper.erl"}, {line,153}]}, {sm_SUITE,ping_timeout,1, [{file,"/home/circleci/project/big_tests/tests/sm_SUITE.erl"}, {line,625}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1291}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4241/211600/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%40e9e091a049c5.2024-03-12_08.04.37/big_tests.tests.sm_SUITE.logs/run.2024-03-12_08.22.20/sm_suite.ping_timeout.html)

pgsql_mnesia_26 / pgsql_mnesia / ed2d95aeadbda2b40f0e3eeefb1e15b590feae7c Reports root/ big OK: 4891 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / ed2d95aeadbda2b40f0e3eeefb1e15b590feae7c Reports root/ big OK: 4888 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / ed2d95aeadbda2b40f0e3eeefb1e15b590feae7c Reports root/ big OK: 4499 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / ed2d95aeadbda2b40f0e3eeefb1e15b590feae7c Reports root/ big OK: 4891 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0

NelsonVides commented 1 month ago

Do we know which suite left the state dirty with this helper still running? It'd be good to clean that up too 🤔

jacekwegr commented 1 month ago

Do we know which suite left the state dirty with this helper still running? It'd be good to clean that up too 🤔

Yeah, it was mod_event_pusher_http_SUITE. I will add cleanup for that too. Thanks for pointing that out!

mongoose-im commented 1 month ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / a75eaf19708cc2cae614e3ffc3b5488bcdbf50ef Reports root/ big OK: 429 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / a75eaf19708cc2cae614e3ffc3b5488bcdbf50ef Reports root / small


small_tests_26 / small_tests / a75eaf19708cc2cae614e3ffc3b5488bcdbf50ef Reports root / small


small_tests_26_arm64 / small_tests / a75eaf19708cc2cae614e3ffc3b5488bcdbf50ef Reports root / small


ldap_mnesia_25 / ldap_mnesia / a75eaf19708cc2cae614e3ffc3b5488bcdbf50ef Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 895 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / a75eaf19708cc2cae614e3ffc3b5488bcdbf50ef Reports root/ big OK: 4502 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / a75eaf19708cc2cae614e3ffc3b5488bcdbf50ef Reports root/ big OK: 4469 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / a75eaf19708cc2cae614e3ffc3b5488bcdbf50ef Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 895 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / a75eaf19708cc2cae614e3ffc3b5488bcdbf50ef Reports root/ big OK: 2415 / Failed: 0 / User-skipped: 755 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / a75eaf19708cc2cae614e3ffc3b5488bcdbf50ef Reports root/ big OK: 4502 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / a75eaf19708cc2cae614e3ffc3b5488bcdbf50ef Reports root/ big OK: 4891 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / a75eaf19708cc2cae614e3ffc3b5488bcdbf50ef Reports root/ big OK: 4425 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / a75eaf19708cc2cae614e3ffc3b5488bcdbf50ef Reports root/ big OK: 4891 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / a75eaf19708cc2cae614e3ffc3b5488bcdbf50ef Reports root/ big OK: 4870 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / a75eaf19708cc2cae614e3ffc3b5488bcdbf50ef Reports root/ big OK: 4887 / Failed: 1 / User-skipped: 121 / Auto-skipped: 0

muc_SUITE:register:user_submits_registration_form ```erlang {error, {{assertion_failed,assert,is_iq_result, [{xmlel,<<"iq">>, [{<<"type">>,<<"set">>}, {<<"id">>,<<"328b69ef1f57d12be46556e3e578fdf5">>}, {<<"to">>,<<"muc.localhost">>}], [{xmlel,<<"query">>, [{<<"xmlns">>,<<"jabber:iq:register">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"jabber:x:data">>}, {<<"type">>,<<"submit">>}], [{xmlel,<<"field">>, [{<<"type">>,<<"hidden">>}, {<<"var">>,<<"FORM_TYPE">>}], [{xmlel,<<"value">>,[], [{xmlcdata,<<"jabber:iq:register">>}]}]}, {xmlel,<<"field">>, [{<<"type">>,<<"text-single">>}, {<<"var">>,<<"nick">>}], [{xmlel,<<"value">>,[], [{xmlcdata, <<"thirdwitchroom-965aabd12c">>}]}]}]}]}]}], {xmlel,<<"iq">>, [{<<"from">>,<<"muc.localhost">>}, {<<"to">>, <<"alice_user_submits_registration_form_2886@localhost/res1">>}, {<<"type">>,<<"error">>}, {<<"id">>,<<"328b69ef1f57d12be46556e3e578fdf5">>}], [{xmlel,<<"query">>, [{<<"xmlns">>,<<"jabber:iq:register">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"jabber:x:data">>}, {<<"type">>,<<"submit">>}], [{xmlel,<<"field">>, [{<<"type">>,<<"hidden">>}, {<<"var">>,<<"FORM_TYPE">>}], [{xmlel,<<"value">>,[], ... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4241/212019/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40a709e2e0a6fa.2024-03-13_08.19.52/big_tests.tests.muc_SUITE.logs/run.2024-03-13_08.34.04/muc_suite.user_submits_registration_form.213762.html)

dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / a75eaf19708cc2cae614e3ffc3b5488bcdbf50ef Reports root/ big OK: 4499 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / a75eaf19708cc2cae614e3ffc3b5488bcdbf50ef Reports root/ big OK: 4886 / Failed: 2 / User-skipped: 121 / Auto-skipped: 0

graphql_muc_light_SUITE:admin_cli:admin_muc_light:admin_create_room_with_unprepped_id ```erlang {error, {#{what => invalid_response_code,expected_type => ok, response_code => {exit_status,1}}, [{graphql_helper,assert_response_code,2, [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"}, {line,256}]}, {graphql_helper,get_ok_value,2, [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"}, {line,239}]}, {graphql_muc_light_SUITE,admin_create_room_with_unprepped_id,1, [{file, "/home/circleci/project/big_tests/tests/graphql_muc_light_SUITE.erl"}, {line,1156}]}, {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/4241/212028/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4065a864254808.2024-03-13_08.44.46/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-13_08.49.13/graphql_muc_light_suite.admin_create_room_with_unprepped_id.58114.html)
graphql_muc_light_SUITE:domain_admin:domain_admin_muc_light:admin_create_room_with_unprepped_id ```erlang {error, {{badmatch,null}, [{graphql_muc_light_SUITE,admin_create_room_with_unprepped_id,1, [{file, "/home/circleci/project/big_tests/tests/graphql_muc_light_SUITE.erl"}, {line,1155}]}, {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/4241/212028/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4065a864254808.2024-03-13_08.44.46/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-13_08.49.13/graphql_muc_light_suite.admin_create_room_with_unprepped_id.45059.html)
graphql_muc_light_SUITE:domain_admin:domain_admin_muc_light:end_per_group ```erlang {error, {{unregistering_failed, {amount,1}, {unregistered_items, [{{<<"_domain_admin_invite_user_no_permission_1111">>, [{escalus_event_mgr,<0.25122.0>}, {tc_name,domain_admin_invite_user_no_permission}, {escalus_cleaner,<0.25121.0>}, {watchdog,<0.25120.0>}, {muc_light_host,<<"muclight.localhost">>}, {secondary_muc_light_host,<<"muclight.localhost.bis">>}, {protocol,http}, {domain_admin,{<<"admin@localhost">>,<<"3714b64ac7a829f2">>}}, {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/4241/212028/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4065a864254808.2024-03-13_08.44.46/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-13_08.49.13/graphql_muc_light_suite.domain_admin_invite_user_no_permission.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/4241/212028/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4065a864254808.2024-03-13_08.44.46/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-13_08.49.13/log_private/"}, {{saved_modules,mongooseim@localhost,<<"localhost">>}, #{mod_vcard =... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4241/212028/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4065a864254808.2024-03-13_08.44.46/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-13_08.49.13/graphql_muc_light_suite.end_per_group.23428.html)

mssql_mnesia_26 / odbc_mssql_mnesia / a75eaf19708cc2cae614e3ffc3b5488bcdbf50ef Reports root/ big OK: 4888 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0