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

Custom epmd module - simple solution #4179

Closed arcusfelis closed 5 months ago

arcusfelis commented 5 months ago

This PR addresses "previous PR https://github.com/esl/MongooseIM/pull/4174, but with simplified".

Sometimes, it could take 30 seconds for DNS record to become resolvable in k8s. In this time, a node could try establishing outgoing erlang distribution connections but could not accept incoming erlang distribution connections. But, global tries to maintain a fully connected mesh between nodes. This means that

new node connects to the cluster
other nodes try to connect to that new node (coordinated by global)
they get nxdomain error inside net_kernel and global gets pang
global gets pang (and nodedown), asks other nodes to disconnect from this new node:
 when=2023-11-02T14:06:42.939527+00:00 level=warning pid=<0.59.0> at=: unstructured_log="'global' at node 'mongooseim@mongooseim-5.mongooseim.default.svc.cluster.local' disconnected node 'mongooseim@mongooseim-0.mongooseim.default.svc.cluster.local' in order to prevent overlapping partitions"
when=2023-11-02T14:06:42.936864+00:00 level=warning pid=<0.1310.0> at=: unstructured_log="'global' at 'mongooseim@mongooseim-5.mongooseim.default.svc.cluster.local' failed to connect to 'mongooseim@mongooseim-4.mongooseim.default.svc.cluster.local'\

Proposed changes include:

Requires https://github.com/esl/cets/pull/42 (merged) Requires https://github.com/esl/cets/pull/43 (merged)

mongoose-im commented 5 months ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / fa91bed6f31f6b63da4aac1ab7cf774412c68018 Reports root/ big OK: 369 / Failed: 0 / User-skipped: 38 / Auto-skipped: 0


small_tests_25 / small_tests / fa91bed6f31f6b63da4aac1ab7cf774412c68018 Reports root / small


small_tests_26 / small_tests / fa91bed6f31f6b63da4aac1ab7cf774412c68018 Reports root / small


small_tests_26_arm64 / small_tests / fa91bed6f31f6b63da4aac1ab7cf774412c68018 Reports root / small


ldap_mnesia_25 / ldap_mnesia / fa91bed6f31f6b63da4aac1ab7cf774412c68018 Reports root/ big OK: 2311 / Failed: 0 / User-skipped: 872 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / fa91bed6f31f6b63da4aac1ab7cf774412c68018 Reports root/ big OK: 4283 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / fa91bed6f31f6b63da4aac1ab7cf774412c68018 Reports root/ big OK: 4251 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / fa91bed6f31f6b63da4aac1ab7cf774412c68018 Reports root/ big OK: 2311 / Failed: 0 / User-skipped: 872 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / fa91bed6f31f6b63da4aac1ab7cf774412c68018 Reports root/ big OK: 4283 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / fa91bed6f31f6b63da4aac1ab7cf774412c68018 Reports root/ big OK: 4278 / Failed: 2 / User-skipped: 115 / 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/4179/200896/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40723cdc87f3d9.2023-11-24_16.00.31/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-11-24_16.04.42/graphql_muc_light_suite.admin_create_room_with_unprepped_id.54402.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/4179/200896/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40723cdc87f3d9.2023-11-24_16.00.31/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-11-24_16.04.42/graphql_muc_light_suite.admin_create_room_with_unprepped_id.58114.html)

pgsql_cets_26 / pgsql_cets / fa91bed6f31f6b63da4aac1ab7cf774412c68018 Reports root/ big OK: 4332 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / fa91bed6f31f6b63da4aac1ab7cf774412c68018 Reports root/ big OK: 4672 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / fa91bed6f31f6b63da4aac1ab7cf774412c68018 Reports root/ big OK: 2461 / Failed: 0 / User-skipped: 722 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / fa91bed6f31f6b63da4aac1ab7cf774412c68018 Reports root/ big OK: 4652 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / fa91bed6f31f6b63da4aac1ab7cf774412c68018 Reports root/ big OK: 4672 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / fa91bed6f31f6b63da4aac1ab7cf774412c68018 Reports root/ big OK: 4666 / Failed: 3 / User-skipped: 122 / 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/4179/200894/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40e898256f5e54.2023-11-24_16.00.55/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-11-24_16.05.39/graphql_muc_light_suite.admin_create_room_with_unprepped_id.62210.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/4179/200894/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40e898256f5e54.2023-11-24_16.00.55/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-11-24_16.05.39/graphql_muc_light_suite.admin_create_room_with_unprepped_id.9221.html)
muc_SUITE:register:user_unregisters_nick_twice ```erlang {error, {{assertion_failed,assert,is_iq_result, [{xmlel,<<"iq">>, [{<<"type">>,<<"set">>}, {<<"id">>,<<"4e9ce44fa8e619ede06c603609a7055a">>}, {<<"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, <<"thirdwitch1room-995c4bfaf9">>}]}]}]}]}]}], {xmlel,<<"iq">>, [{<<"from">>,<<"muc.localhost">>}, {<<"to">>, <<"alice_user_unregisters_nick_twice_2793@localhost/res1">>}, {<<"type">>,<<"error">>}, {<<"id">>,<<"4e9ce44fa8e619ede06c603609a7055a">>}], [{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/4179/200894/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40e898256f5e54.2023-11-24_16.00.55/big_tests.tests.muc_SUITE.logs/run.2023-11-24_16.15.50/muc_suite.user_unregisters_nick_twice.206722.html)

dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / fa91bed6f31f6b63da4aac1ab7cf774412c68018 Reports root/ big OK: 4280 / Failed: 0 / User-skipped: 115 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / fa91bed6f31f6b63da4aac1ab7cf774412c68018 Reports root/ big OK: 4659 / Failed: 10 / User-skipped: 122 / Auto-skipped: 0

pep_SUITE:pep_tests:disco_sm_items_test ```erlang {error, {timeout_when_waiting_for_stanza, [{escalus_client,wait_for_stanza, [{client,<<"alice_disco_sm_items_test_2776@localhost/res1">>, escalus_tcp,<0.74283.0>, [{event_manager,<0.74228.0>}, {server,<<"localhost">>}, {username,<<"alicE_disco_sm_items_test_2776">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.74228.0>}, {server,<<"localhost">>}, {username,<<"alicE_disco_sm_items_test_2776">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alice_disco_sm_items_test_2776">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE_disco_sm_items_test_2776">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"c7a3313c495275fd">>}]}, 5000], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"}, {line,136}]}, {pubsub_tools,receive_response,3, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,433}]}, {pubsub_tools,receive_and_check_response,4, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,424}]}, {pep_SUITE,'-disco_sm_items_test/1-fun-2-',2, ... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4179/200900/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40efe0a8f1f32f.2023-11-24_16.35.42/big_tests.tests.pep_SUITE.logs/run.2023-11-24_16.51.28/pep_suite.disco_sm_items_test.86532.html)
pep_SUITE:pep_tests:publish_and_notify_test ```erlang {error,{{assertion_failed,assert_many,false,[is_roster_set],[],[]}, [{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,'-make_all_clients_friends/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,108}]}, {escalus_utils,'-each_with_index/3-fun-0-',3, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"}, {line,87}]}, {lists,foldl_1,3,[{file,"lists.erl"},{line,1599}]}, {escalus_utils,'-each_with_index/3-fun-0-',3, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"}, {line,87}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1594}]}, {escalus_utils,distinct_pairs,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"}, {line,60}]}, {escalus_story,make_all_clients_friends,1, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,106}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4179/200900/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40efe0a8f1f32f.2023-11-24_16.35.42/big_tests.tests.pep_SUITE.logs/run.2023-11-24_16.51.28/pep_suite.publish_and_notify_test.160131.html)
pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription ```erlang {error,{{assertion_failed,assert_many,false,[is_roster_set],[],[]}, [{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,'-make_all_clients_friends/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,108}]}, {escalus_utils,'-each_with_index/3-fun-0-',3, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"}, {line,87}]}, {lists,foldl_1,3,[{file,"lists.erl"},{line,1599}]}, {escalus_utils,'-each_with_index/3-fun-0-',3, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"}, {line,87}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1594}]}, {escalus_utils,distinct_pairs,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"}, {line,60}]}, {escalus_story,make_all_clients_friends,1, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,106}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4179/200900/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40efe0a8f1f32f.2023-11-24_16.35.42/big_tests.tests.pep_SUITE.logs/run.2023-11-24_16.51.28/pep_suite.unsubscribe_after_presence_unsubscription.197122.html)
pep_SUITE:pep_tests:authorize_access_model ```erlang {error, {timeout_when_waiting_for_stanza, [{escalus_client,wait_for_stanza, [{client,<<"alice_authorize_access_model_2785@localhost/res1">>, escalus_tcp,<0.74305.0>, [{event_manager,<0.74273.0>}, {server,<<"localhost">>}, {username,<<"alicE_authorize_access_model_2785">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.74273.0>}, {server,<<"localhost">>}, {username,<<"alicE_authorize_access_model_2785">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alice_authorize_access_model_2785">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE_authorize_access_model_2785">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"0f60b98d7a913a92">>}]}, 5000], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"}, {line,136}]}, {pubsub_tools,receive_response,3, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,433}]}, {pubsub_tools,receive_and_check_response,4, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,424}]}, {pep_SUITE,'-authorize_access_model/1... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4179/200900/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40efe0a8f1f32f.2023-11-24_16.35.42/big_tests.tests.pep_SUITE.logs/run.2023-11-24_16.51.28/pep_suite.authorize_access_model.160771.html)
pep_SUITE:pep_tests:h_ok_after_notify_test ```erlang {error,{{assertion_failed,assert_many,false,[is_roster_set],[],[]}, [{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,'-make_all_clients_friends/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,108}]}, {escalus_utils,'-each_with_index/3-fun-0-',3, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"}, {line,87}]}, {lists,foldl_1,3,[{file,"lists.erl"},{line,1599}]}, {escalus_utils,'-each_with_index/3-fun-0-',3, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"}, {line,87}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1594}]}, {escalus_utils,distinct_pairs,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"}, {line,60}]}, {escalus_story,make_all_clients_friends,1, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,106}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4179/200900/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40efe0a8f1f32f.2023-11-24_16.35.42/big_tests.tests.pep_SUITE.logs/run.2023-11-24_16.51.28/pep_suite.h_ok_after_notify_test.86788.html)
pep_SUITE:pep_tests:publish_options_fail_unknown_option_story ```erlang {error, {timeout_when_waiting_for_stanza, [{escalus_client,wait_for_stanza, [{client, <<"alice_publish_options_fail_unknown_option_story_2781@localhost/res1">>, escalus_tcp,<0.74285.0>, [{event_manager,<0.74253.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_fail_unknown_option_story_2781">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.74253.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_fail_unknown_option_story_2781">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username, <<"alice_publish_options_fail_unknown_option_story_2781">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username, <<"alicE_publish_options_fail_unknown_option_story_2781">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"1e03eb52a9ed1749">>}]}, 5000], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"}, {line,136}]}, {pep_SUITE,'-publish_options_fail_unknown_option_story/1-fun-0-',1, [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"}, {line,2... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4179/200900/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40efe0a8f1f32f.2023-11-24_16.35.42/big_tests.tests.pep_SUITE.logs/run.2023-11-24_16.51.28/pep_suite.publish_options_fail_unknown_option_story.160259.html)
pep_SUITE:pep_tests:publish_options_fail_wrong_value_story ```erlang {error, {timeout_when_waiting_for_stanza, [{escalus_client,wait_for_stanza, [{client, <<"alice_publish_options_fail_wrong_value_story_2771@localhost/res1">>, escalus_tcp,<0.74279.0>, [{event_manager,<0.74203.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_fail_wrong_value_story_2771">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.74203.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_fail_wrong_value_story_2771">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username, <<"alice_publish_options_fail_wrong_value_story_2771">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username, <<"alicE_publish_options_fail_wrong_value_story_2771">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"c84db990aca942d8">>}]}, 5000], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"}, {line,136}]}, {pep_SUITE,'-publish_options_fail_wrong_value_story/1-fun-1-',1, [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"}, {line,300}]}, {escal... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4179/200900/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40efe0a8f1f32f.2023-11-24_16.35.42/big_tests.tests.pep_SUITE.logs/run.2023-11-24_16.51.28/pep_suite.publish_options_fail_wrong_value_story.160387.html)
pep_SUITE:pep_tests:send_caps_after_login_test ```erlang {error,{{assertion_failed,assert_many,false,[is_roster_set],[],[]}, [{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,'-make_all_clients_friends/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,108}]}, {escalus_utils,'-each_with_index/3-fun-0-',3, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"}, {line,87}]}, {lists,foldl_1,3,[{file,"lists.erl"},{line,1599}]}, {escalus_utils,'-each_with_index/3-fun-0-',3, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"}, {line,87}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1594}]}, {escalus_utils,distinct_pairs,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"}, {line,60}]}, {escalus_story,make_all_clients_friends,1, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,106}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4179/200900/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40efe0a8f1f32f.2023-11-24_16.35.42/big_tests.tests.pep_SUITE.logs/run.2023-11-24_16.51.28/pep_suite.send_caps_after_login_test.160643.html)
pep_SUITE:pep_tests:publish_options_fail_wrong_form ```erlang {error, {timeout_when_waiting_for_stanza, [{escalus_client,wait_for_stanza, [{client, <<"alice_publish_options_fail_wrong_form_2782@localhost/res1">>, escalus_tcp,<0.74287.0>, [{event_manager,<0.74258.0>}, {server,<<"localhost">>}, {username,<<"alicE_publish_options_fail_wrong_form_2782">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.74258.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_fail_wrong_form_2782">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alice_publish_options_fail_wrong_form_2782">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE_publish_options_fail_wrong_form_2782">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"a7fa4cbf82a4a167">>}]}, 5000], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"}, {line,136}]}, {pep_SUITE,'-publish_options_fail_wrong_form/1-fun-0-',1, [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"}, {line,313}]}, {escalus_story,story,4, [{file, "/home/circleci/project/big_tests/_build/... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4179/200900/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40efe0a8f1f32f.2023-11-24_16.35.42/big_tests.tests.pep_SUITE.logs/run.2023-11-24_16.51.28/pep_suite.publish_options_fail_wrong_form.160515.html)
pep_SUITE:pep_tests:delayed_receive_with_sm ```erlang {error, {{assertion_failed,assert_many,false, [is_message,is_iq,is_presence,is_presence,is_sm_ack_request, is_sm_ack_request,is_sm_ack_request,is_sm_ack_request], [{xmlel,<<"iq">>, [{<<"from">>,<<"bob_delayed_receive_with_sm_2780@localhost">>}, {<<"to">>, <<"bob_delayed_receive_with_sm_2780@localhost/res1">>}, {<<"id">>,<<"push1cc5b27e068ef4e2">>}, {<<"type">>,<<"set">>}], [{xmlel,<<"query">>, [{<<"xmlns">>,<<"jabber:iq:roster">>}], [{xmlel,<<"item">>, [{<<"subscription">>,<<"to">>}, {<<"jid">>, <<"alice_delayed_receive_with_sm_2780@localhost">>}], []}]}]}, {xmlel,<<"r">>,[{<<"xmlns">>,<<"urn:xmpp:sm:3">>}],[]}, {xmlel,<<"presence">>, [{<<"from">>,<<"alice_delayed_receive_with_sm_2780@localhost">>}, {<<"to">>, <<"bob_delayed_receive_with_sm_2780@localhost/res1">>}, {<<"type">>,<<"subscribed">>}], []}, {xmlel,<<"r">>,[{<<"xmlns">>,<<"urn:xmpp:sm:3">>}],[]}, {xmlel,<<"presence">>, [{<<"from">>, <<"alice_delayed_receive_with_sm_2780@localhost/res1">>}, {<<"to">>, <<"bob_delayed_receive_with_sm_2780@localhost/res1">>}], []}, {xmlel,<<"r">>,[{<<"xmlns">>,<<"urn:xmpp:sm:3">>}],[]}], " mongooseim2@localhost}, mongoose_domain_sup,restart_core, [[[], [<<"mim2only">>,<<"type1">>,<<"type2">>,<<"dummy auth">>, <<"dbgroup">>,<<"dbgroup2">>,<<"cfggroup">>]]]], [{file, "/home/circleci/project/big_tests/tests/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,287}]}, {service_domain_db_SUITE,init_per_testcase,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,239}]}, {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/4179/201022/internal_mnesia.26.1.2-amd64/big/ct_run.test%4023e140e96249.2023-11-28_13.09.14/big_tests.tests.service_domain_db_SUITE.logs/run.2023-11-28_13.29.16/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/tests/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,287}]}, {service_domain_db_SUITE,init_per_testcase,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,239}]}, {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/4179/201022/internal_mnesia.26.1.2-amd64/big/ct_run.test%4023e140e96249.2023-11-28_13.09.14/big_tests.tests.service_domain_db_SUITE.logs/run.2023-11-28_13.29.16/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/tests/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,287}]}, {service_domain_db_SUITE,init_per_testcase,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,239}]}, {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/4179/201022/internal_mnesia.26.1.2-amd64/big/ct_run.test%4023e140e96249.2023-11-28_13.09.14/big_tests.tests.service_domain_db_SUITE.logs/run.2023-11-28_13.29.16/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/tests/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,287}]}, {service_domain_db_SUITE,init_per_testcase,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,239}]}, {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/4179/201022/internal_mnesia.26.1.2-amd64/big/ct_run.test%4023e140e96249.2023-11-28_13.09.14/big_tests.tests.service_domain_db_SUITE.logs/run.2023-11-28_13.29.16/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/tests/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,287}]}, {service_domain_db_SUITE,init_per_testcase,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,239}]}, {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/4179/201022/internal_mnesia.26.1.2-amd64/big/ct_run.test%4023e140e96249.2023-11-28_13.09.14/big_tests.tests.service_domain_db_SUITE.logs/run.2023-11-28_13.29.16/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/tests/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,287}]}, {service_domain_db_SUITE,init_per_testcase,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,239}]}, {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/4179/201022/internal_mnesia.26.1.2-amd64/big/ct_run.test%4023e140e96249.2023-11-28_13.09.14/big_tests.tests.service_domain_db_SUITE.logs/run.2023-11-28_13.29.16/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/tests/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,287}]}, {service_domain_db_SUITE,init_per_testcase,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,239}]}, {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/4179/201022/internal_mnesia.26.1.2-amd64/big/ct_run.test%4023e140e96249.2023-11-28_13.09.14/big_tests.tests.service_domain_db_SUITE.logs/run.2023-11-28_13.29.16/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/tests/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,190}]}, {service_domain_db_SUITE,end_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,190}]}, {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/4179/201022/internal_mnesia.26.1.2-amd64/big/ct_run.test%4023e140e96249.2023-11-28_13.09.14/big_tests.tests.service_domain_db_SUITE.logs/run.2023-11-28_13.29.16/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/tests/distributed_helper.erl"}, {line,140}]}, {distributed_helper,add_node_to_mnesia_cluster,2, [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,44}]}, {distributed_helper,add_node_to_cluster,2, [{file, "/home/circleci/project/big_tests/tests/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/4179/201022/internal_mnesia.26.1.2-amd64/big/ct_run.test%4023e140e96249.2023-11-28_13.09.14/big_tests.tests.dynamic_domains_SUITE.logs/run.2023-11-28_13.29.22/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/tests/distributed_helper.erl"}, {line,140}]}, {distributed_helper,add_node_to_mnesia_cluster,2, [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,44}]}, {distributed_helper,add_node_to_cluster,2, [{file,"/home/circleci/project/big_tests/tests/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/4179/201022/internal_mnesia.26.1.2-amd64/big/ct_run.test%4023e140e96249.2023-11-28_13.09.14/big_tests.tests.local_iq_SUITE.logs/run.2023-11-28_13.29.53/local_iq_suite.init_per_suite.html)
cets_disco_SUITE:rdbms:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {noproc, {gen_server,call, [ejabberd_sup, {start_child, #{id => mongoose_node_address,restart => temporary, start => {mongoose_node_address,start_link,[]}}}, infinity]}}}}, [{distributed_helper,rpc, [#{node => mongooseim2@localhost}, supervisor,start_child, [ejabberd_sup, #{id => mongoose_node_address,restart => temporary, start => {mongoose_node_address,start_link,[]}}]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,140}]}, {cets_disco_SUITE,init_per_group,2, [{file, "/home/circleci/project/big_tests/tests/cets_disco_SUITE.erl"}, {line,43}]}, {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/4179/201022/internal_mnesia.26.1.2-amd64/big/ct_run.test%4023e140e96249.2023-11-28_13.09.14/big_tests.tests.cets_disco_SUITE.logs/run.2023-11-28_13.30.26/cets_disco_suite.init_per_group.116226.html)
mongoose-im commented 5 months ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 1247a6b48254d9f4b17f83ba79ff55d920f6fcfe Reports root/ big OK: 369 / Failed: 0 / User-skipped: 38 / Auto-skipped: 0


small_tests_25 / small_tests / 1247a6b48254d9f4b17f83ba79ff55d920f6fcfe Reports root / small


small_tests_26 / small_tests / 1247a6b48254d9f4b17f83ba79ff55d920f6fcfe Reports root / small


small_tests_26_arm64 / small_tests / 1247a6b48254d9f4b17f83ba79ff55d920f6fcfe Reports root / small


ldap_mnesia_25 / ldap_mnesia / 1247a6b48254d9f4b17f83ba79ff55d920f6fcfe Reports root/ big OK: 2311 / Failed: 0 / User-skipped: 872 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 1247a6b48254d9f4b17f83ba79ff55d920f6fcfe Reports root/ big OK: 4283 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / 1247a6b48254d9f4b17f83ba79ff55d920f6fcfe Reports root/ big OK: 2311 / Failed: 0 / User-skipped: 872 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 1247a6b48254d9f4b17f83ba79ff55d920f6fcfe Reports root/ big OK: 4283 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / 1247a6b48254d9f4b17f83ba79ff55d920f6fcfe Reports root/ big OK: 4251 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 1247a6b48254d9f4b17f83ba79ff55d920f6fcfe Reports root/ big OK: 4280 / Failed: 0 / User-skipped: 115 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / 1247a6b48254d9f4b17f83ba79ff55d920f6fcfe Reports root/ big OK: 2461 / Failed: 0 / User-skipped: 722 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 1247a6b48254d9f4b17f83ba79ff55d920f6fcfe Reports root/ big OK: 4672 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / 1247a6b48254d9f4b17f83ba79ff55d920f6fcfe Reports root/ big OK: 4332 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / 1247a6b48254d9f4b17f83ba79ff55d920f6fcfe Reports root/ big OK: 4669 / Failed: 0 / User-skipped: 122 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 1247a6b48254d9f4b17f83ba79ff55d920f6fcfe Reports root/ big OK: 4671 / Failed: 1 / User-skipped: 119 / Auto-skipped: 0

dynamic_domains_SUITE:with_mod_dynamic_domains_test:packet_handling_for_subdomain ```erlang {error, {{badrpc, {'EXIT', {timeout, [{meck_proc,wait,6, [{file, "/home/circleci/project/_build/default/lib/meck/src/meck_proc.erl"}, {line,171}]}, {meck,wait,5,[]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost}, meck,wait, [3,mod_dynamic_domains_test,process_packet,5,500]], [{file, "/home/circleci/project/big_tests/tests/distributed_helper.erl"}, {line,140}]}, {dynamic_domains_SUITE,'-packet_handling_for_subdomain/1-fun-3-',1, [{file, "/home/circleci/project/big_tests/tests/dynamic_domains_SUITE.erl"}, {line,113}]}, {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/4179/201053/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40b28c4aa111b9.2023-11-28_13.48.30/big_tests.tests.dynamic_domains_SUITE.logs/run.2023-11-28_14.10.07/dynamic_domains_suite.packet_handling_for_subdomain.html)

mysql_redis_26 / mysql_redis / 1247a6b48254d9f4b17f83ba79ff55d920f6fcfe Reports root/ big OK: 4651 / Failed: 1 / User-skipped: 139 / 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_713@localhost">>}, {<<"to">>, <<"alice_dropped_client_doesnt_create_duplicate_carbons_713@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_713@localhost/res1">>}, {<<"type">>,<<"chat">>}, {<<"to">>, <<"bob_dropped_client_doesnt_create_duplicate_carbons_713@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/4179/201065/mysql_redis.26.1.2-amd64/big/ct_run.test%408c4d2d0b6ee1.2023-11-28_13.51.09/big_tests.tests.carboncopy_SUITE.logs/run.2023-11-28_13.52.22/carboncopy_suite.dropped_client_doesnt_create_duplicate_carbons.7556.html)

pgsql_mnesia_26 / pgsql_mnesia / 1247a6b48254d9f4b17f83ba79ff55d920f6fcfe Reports root/ big OK: 4672 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / 1247a6b48254d9f4b17f83ba79ff55d920f6fcfe Reports root/ big OK: 4652 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0

mongoose-im commented 5 months ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / d37ec35ed0ce2121c485f0c866ab34cef6fe8095 Reports root/ big OK: 369 / Failed: 0 / User-skipped: 38 / Auto-skipped: 0


small_tests_25 / small_tests / d37ec35ed0ce2121c485f0c866ab34cef6fe8095 Reports root / small


small_tests_26 / small_tests / d37ec35ed0ce2121c485f0c866ab34cef6fe8095 Reports root / small


small_tests_26_arm64 / small_tests / d37ec35ed0ce2121c485f0c866ab34cef6fe8095 Reports root / small


ldap_mnesia_25 / ldap_mnesia / d37ec35ed0ce2121c485f0c866ab34cef6fe8095 Reports root/ big OK: 2311 / Failed: 0 / User-skipped: 873 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / d37ec35ed0ce2121c485f0c866ab34cef6fe8095 Reports root/ big OK: 4284 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / d37ec35ed0ce2121c485f0c866ab34cef6fe8095 Reports root/ big OK: 2311 / Failed: 0 / User-skipped: 873 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / d37ec35ed0ce2121c485f0c866ab34cef6fe8095 Reports root/ big OK: 4252 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / d37ec35ed0ce2121c485f0c866ab34cef6fe8095 Reports root/ big OK: 4284 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / d37ec35ed0ce2121c485f0c866ab34cef6fe8095 Reports root/ big OK: 4281 / Failed: 0 / User-skipped: 115 / Auto-skipped: 0

graphql_muc_light_SUITE:user:user_muc_light:end_per_group ```erlang {error, {{unregistering_failed, {amount,1}, {unregistered_items, [{{<<"_user_change_room_config_errors_989">>, [{escalus_event_mgr,<0.22991.0>}, {tc_name,user_change_room_config_errors}, {escalus_cleaner,<0.22990.0>}, {watchdog,<0.22989.0>}, {muc_light_host,<<"muclight.domain.example.com">>}, {secondary_muc_light_host,<<"muclight.domain.example.org">>}, {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/4179/201097/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%401e31f76627fc.2023-11-28_17.56.41/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-11-28_18.00.42/graphql_muc_light_suite.user_change_room_config_errors.34179.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/4179/201097/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%401e31f76627fc.2023-11-28_17.56.41/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-11-28_18.00.42/log_private/"}, {{saved_modules,mongooseim@localhost,<<"test type">>}, #{mod_vcard => #{matches => 30, host => {prefix,<<"vjud.">>}, search => true,iqdisc => parallel,bac... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4179/201097/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%401e31f76627fc.2023-11-28_17.56.41/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-11-28_18.00.42/graphql_muc_light_suite.end_per_group.html)

pgsql_cets_26 / pgsql_cets / d37ec35ed0ce2121c485f0c866ab34cef6fe8095 Reports root/ big OK: 4332 / Failed: 0 / User-skipped: 120 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / d37ec35ed0ce2121c485f0c866ab34cef6fe8095 Reports root/ big OK: 2461 / Failed: 0 / User-skipped: 723 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / d37ec35ed0ce2121c485f0c866ab34cef6fe8095 Reports root/ big OK: 4673 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / d37ec35ed0ce2121c485f0c866ab34cef6fe8095 Reports root/ big OK: 4653 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / d37ec35ed0ce2121c485f0c866ab34cef6fe8095 Reports root/ big OK: 4673 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / d37ec35ed0ce2121c485f0c866ab34cef6fe8095 Reports root/ big OK: 4670 / Failed: 0 / User-skipped: 122 / Auto-skipped: 0

mongoose-im commented 5 months ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / c07022d719017e4bcbf04d5a7e5a7755722696cf Reports root/ big OK: 369 / Failed: 0 / User-skipped: 38 / Auto-skipped: 0


small_tests_25 / small_tests / c07022d719017e4bcbf04d5a7e5a7755722696cf Reports root / small


small_tests_26 / small_tests / c07022d719017e4bcbf04d5a7e5a7755722696cf Reports root / small


small_tests_26_arm64 / small_tests / c07022d719017e4bcbf04d5a7e5a7755722696cf Reports root / small


ldap_mnesia_25 / ldap_mnesia / c07022d719017e4bcbf04d5a7e5a7755722696cf Reports root/ big OK: 2311 / Failed: 0 / User-skipped: 874 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / c07022d719017e4bcbf04d5a7e5a7755722696cf Reports root/ big OK: 4252 / Failed: 1 / User-skipped: 144 / Auto-skipped: 0

cets_disco_SUITE:rdbms:address_please_returns_ip_fallbacks_to_resolve ```erlang {error,{{badmatch,{ok,{127,0,0,5}}}, [{cets_disco_SUITE,address_please_returns_ip_fallbacks_to_resolve,1, [{file,"/home/circleci/project/big_tests/tests/cets_disco_SUITE.erl"}, {line,241}]}, {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/4179/201128/mysql_redis.26.1.2-amd64/big/ct_run.test%4082670823ba6f.2023-11-28_18.45.47/big_tests.tests.cets_disco_SUITE.logs/run.2023-11-28_19.00.20/cets_disco_suite.address_please_returns_ip_fallbacks_to_resolve.html)

dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / c07022d719017e4bcbf04d5a7e5a7755722696cf Reports root/ big OK: 4284 / Failed: 1 / User-skipped: 112 / Auto-skipped: 0

cets_disco_SUITE:rdbms:address_please_returns_ip_fallbacks_to_resolve ```erlang {error,{{badmatch,{ok,{127,0,0,5}}}, [{cets_disco_SUITE,address_please_returns_ip_fallbacks_to_resolve,1, [{file,"/home/circleci/project/big_tests/tests/cets_disco_SUITE.erl"}, {line,241}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1291}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1223}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4179/201121/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%40206a2c288fa5.2023-11-28_18.45.12/big_tests.tests.cets_disco_SUITE.logs/run.2023-11-28_19.00.30/cets_disco_suite.address_please_returns_ip_fallbacks_to_resolve.html)

ldap_mnesia_26 / ldap_mnesia / c07022d719017e4bcbf04d5a7e5a7755722696cf Reports root/ big OK: 2311 / Failed: 0 / User-skipped: 874 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / c07022d719017e4bcbf04d5a7e5a7755722696cf Reports root/ big OK: 4281 / Failed: 1 / User-skipped: 115 / Auto-skipped: 0

cets_disco_SUITE:rdbms:address_please_returns_ip_fallbacks_to_resolve ```erlang {error,{{badmatch,{ok,{127,0,0,5}}}, [{cets_disco_SUITE,address_please_returns_ip_fallbacks_to_resolve,1, [{file,"/home/circleci/project/big_tests/tests/cets_disco_SUITE.erl"}, {line,241}]}, {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/4179/201126/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%407e917751b5ea.2023-11-28_18.45.57/big_tests.tests.cets_disco_SUITE.logs/run.2023-11-28_19.01.34/cets_disco_suite.address_please_returns_ip_fallbacks_to_resolve.html)

dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / c07022d719017e4bcbf04d5a7e5a7755722696cf Reports root/ big OK: 4284 / Failed: 1 / User-skipped: 112 / Auto-skipped: 0

cets_disco_SUITE:rdbms:address_please_returns_ip_fallbacks_to_resolve ```erlang {error,{{badmatch,{ok,{127,0,0,5}}}, [{cets_disco_SUITE,address_please_returns_ip_fallbacks_to_resolve,1, [{file,"/home/circleci/project/big_tests/tests/cets_disco_SUITE.erl"}, {line,241}]}, {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/4179/201134/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%4030c877f14ad1.2023-11-28_18.45.28/big_tests.tests.cets_disco_SUITE.logs/run.2023-11-28_19.02.53/cets_disco_suite.address_please_returns_ip_fallbacks_to_resolve.html)

internal_mnesia_26 / internal_mnesia / c07022d719017e4bcbf04d5a7e5a7755722696cf Reports root/ big OK: 2461 / Failed: 0 / User-skipped: 724 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / c07022d719017e4bcbf04d5a7e5a7755722696cf Reports root/ big OK: 4673 / Failed: 1 / User-skipped: 119 / Auto-skipped: 0

cets_disco_SUITE:rdbms:address_please_returns_ip_fallbacks_to_resolve ```erlang {error,{{badmatch,{ok,{127,0,0,5}}}, [{cets_disco_SUITE,address_please_returns_ip_fallbacks_to_resolve,1, [{file,"/home/circleci/project/big_tests/tests/cets_disco_SUITE.erl"}, {line,241}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1291}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1223}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4179/201123/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%40313f7070fe97.2023-11-28_18.44.50/big_tests.tests.cets_disco_SUITE.logs/run.2023-11-28_19.03.55/cets_disco_suite.address_please_returns_ip_fallbacks_to_resolve.html)

pgsql_cets_26 / pgsql_cets / c07022d719017e4bcbf04d5a7e5a7755722696cf Reports root/ big OK: 4332 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / c07022d719017e4bcbf04d5a7e5a7755722696cf Reports root/ big OK: 4653 / Failed: 1 / User-skipped: 139 / Auto-skipped: 0

cets_disco_SUITE:rdbms:address_please_returns_ip_fallbacks_to_resolve ```erlang {error,{{badmatch,{ok,{127,0,0,5}}}, [{cets_disco_SUITE,address_please_returns_ip_fallbacks_to_resolve,1, [{file,"/home/circleci/project/big_tests/tests/cets_disco_SUITE.erl"}, {line,241}]}, {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/4179/201135/mysql_redis.26.1.2-amd64/big/ct_run.test%409d5d65806a07.2023-11-28_18.45.44/big_tests.tests.cets_disco_SUITE.logs/run.2023-11-28_19.04.35/cets_disco_suite.address_please_returns_ip_fallbacks_to_resolve.html)

mssql_mnesia_26 / odbc_mssql_mnesia / c07022d719017e4bcbf04d5a7e5a7755722696cf Reports root/ big OK: 4668 / Failed: 3 / User-skipped: 122 / 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/4179/201131/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40d0cec68c42b8.2023-11-28_18.45.48/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-11-28_18.49.52/graphql_muc_light_suite.admin_create_room_with_unprepped_id.52098.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/4179/201131/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40d0cec68c42b8.2023-11-28_18.45.48/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-11-28_18.49.52/graphql_muc_light_suite.admin_create_room_with_unprepped_id.43907.html)
cets_disco_SUITE:rdbms:address_please_returns_ip_fallbacks_to_resolve ```erlang {error,{{badmatch,{ok,{127,0,0,5}}}, [{cets_disco_SUITE,address_please_returns_ip_fallbacks_to_resolve,1, [{file,"/home/circleci/project/big_tests/tests/cets_disco_SUITE.erl"}, {line,241}]}, {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/4179/201131/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40d0cec68c42b8.2023-11-28_18.45.48/big_tests.tests.cets_disco_SUITE.logs/run.2023-11-28_19.05.42/cets_disco_suite.address_please_returns_ip_fallbacks_to_resolve.html)

pgsql_mnesia_26 / pgsql_mnesia / c07022d719017e4bcbf04d5a7e5a7755722696cf Reports root/ big OK: 4673 / Failed: 1 / User-skipped: 119 / Auto-skipped: 0

cets_disco_SUITE:rdbms:address_please_returns_ip_fallbacks_to_resolve ```erlang {error,{{badmatch,{ok,{127,0,0,5}}}, [{cets_disco_SUITE,address_please_returns_ip_fallbacks_to_resolve,1, [{file,"/home/circleci/project/big_tests/tests/cets_disco_SUITE.erl"}, {line,241}]}, {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/4179/201133/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40d89868459e0e.2023-11-28_18.45.47/big_tests.tests.cets_disco_SUITE.logs/run.2023-11-28_19.05.43/cets_disco_suite.address_please_returns_ip_fallbacks_to_resolve.html)
mongoose-im commented 5 months ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / f8452ee0245ac5a9459e0c8153d2971b3624e136 Reports root/ big OK: 369 / Failed: 0 / User-skipped: 38 / Auto-skipped: 0


small_tests_25 / small_tests / f8452ee0245ac5a9459e0c8153d2971b3624e136 Reports root / small


small_tests_26 / small_tests / f8452ee0245ac5a9459e0c8153d2971b3624e136 Reports root / small


small_tests_26_arm64 / small_tests / f8452ee0245ac5a9459e0c8153d2971b3624e136 Reports root / small


dynamic_domains_mysql_redis_26 / mysql_redis / f8452ee0245ac5a9459e0c8153d2971b3624e136 Reports root/ big OK: 4253 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / f8452ee0245ac5a9459e0c8153d2971b3624e136 Reports root/ big OK: 2311 / Failed: 0 / User-skipped: 874 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / f8452ee0245ac5a9459e0c8153d2971b3624e136 Reports root/ big OK: 4285 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / f8452ee0245ac5a9459e0c8153d2971b3624e136 Reports root/ big OK: 4285 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / f8452ee0245ac5a9459e0c8153d2971b3624e136 Reports root/ big OK: 2461 / Failed: 0 / User-skipped: 724 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / f8452ee0245ac5a9459e0c8153d2971b3624e136 Reports root/ big OK: 4282 / Failed: 0 / User-skipped: 115 / Auto-skipped: 0

graphql_muc_light_SUITE:domain_admin:domain_admin_muc_light:end_per_group ```erlang {error, {{unregistering_failed, {amount,1}, {unregistered_items, [{{<<"_domain_admin_create_identified_room_no_permission_1093">>, [{escalus_event_mgr,<0.24712.0>}, {tc_name,domain_admin_create_identified_room_no_permission}, {escalus_cleaner,<0.24711.0>}, {watchdog,<0.24710.0>}, {muc_light_host,<<"muclight.domain.example.com">>}, {secondary_muc_light_host,<<"muclight.domain.example.org">>}, {protocol,http}, {domain_admin,{<<"admin@domain.example.com">>,<<"47fe2e9204f8e6fb">>}}, {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/4179/201162/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40120e9d286647.2023-11-28_19.13.13/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-11-28_19.17.33/graphql_muc_light_suite.domain_admin_create_identified_room_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/4179/201162/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40120e9d286647.2023-11-28_19.13.13/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-11-28_19.17.33/log_private/"}, {{saved_modules,m... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4179/201162/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40120e9d286647.2023-11-28_19.13.13/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-11-28_19.17.33/graphql_muc_light_suite.end_per_group.66562.html)

mysql_redis_26 / mysql_redis / f8452ee0245ac5a9459e0c8153d2971b3624e136 Reports root/ big OK: 4653 / Failed: 1 / User-skipped: 139 / 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_592@localhost">>}, {<<"to">>, <<"alice_dropped_client_doesnt_create_duplicate_carbons_592@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_592@localhost/res1">>}, {<<"type">>,<<"chat">>}, {<<"to">>, <<"bob_dropped_client_doesnt_create_duplicate_carbons_592@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/4179/201157/mysql_redis.26.1.2-amd64/big/ct_run.test%40d2cdc883545a.2023-11-28_19.13.05/big_tests.tests.carboncopy_SUITE.logs/run.2023-11-28_19.13.52/carboncopy_suite.dropped_client_doesnt_create_duplicate_carbons.8197.html)

pgsql_cets_26 / pgsql_cets / f8452ee0245ac5a9459e0c8153d2971b3624e136 Reports root/ big OK: 4332 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / f8452ee0245ac5a9459e0c8153d2971b3624e136 Reports root/ big OK: 4674 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / f8452ee0245ac5a9459e0c8153d2971b3624e136 Reports root/ big OK: 4674 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / f8452ee0245ac5a9459e0c8153d2971b3624e136 Reports root/ big OK: 4671 / Failed: 0 / User-skipped: 122 / Auto-skipped: 0

graphql_muc_light_SUITE:domain_admin:domain_admin_muc_light:end_per_group ```erlang {error, {{unregistering_failed, {amount,1}, {unregistered_items, [{{<<"_admin_invite_user_errors_1112">>, [{escalus_event_mgr,<0.24995.0>}, {tc_name,admin_invite_user_errors}, {escalus_cleaner,<0.24994.0>}, {watchdog,<0.24993.0>}, {muc_light_host,<<"muclight.localhost">>}, {secondary_muc_light_host,<<"muclight.localhost.bis">>}, {protocol,http}, {domain_admin,{<<"admin@localhost">>,<<"6f7091fc4c8c33b3">>}}, {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/4179/201168/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4060d92cb211b9.2023-11-28_19.13.06/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-11-28_19.18.16/graphql_muc_light_suite.admin_invite_user_errors.37251.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/4179/201168/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4060d92cb211b9.2023-11-28_19.13.06/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-11-28_19.18.16/log_private/"}, {{saved_modules,mongooseim@localhost,<<"localhost">>}, #{mod_vcard => #{matches => 30, hos... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4179/201168/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4060d92cb211b9.2023-11-28_19.13.06/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-11-28_19.18.16/graphql_muc_light_suite.end_per_group.38019.html)

mysql_redis_26 / mysql_redis / f8452ee0245ac5a9459e0c8153d2971b3624e136 Reports root/ big OK: 4654 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0

mongoose-im commented 5 months ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / dad1fbf6aa17beb13f6375fafd28663cbde85bc0 Reports root/ big OK: 369 / Failed: 0 / User-skipped: 38 / Auto-skipped: 0


small_tests_25 / small_tests / dad1fbf6aa17beb13f6375fafd28663cbde85bc0 Reports root / small


small_tests_26 / small_tests / dad1fbf6aa17beb13f6375fafd28663cbde85bc0 Reports root / small


small_tests_26_arm64 / small_tests / dad1fbf6aa17beb13f6375fafd28663cbde85bc0 Reports root / small


ldap_mnesia_25 / ldap_mnesia / dad1fbf6aa17beb13f6375fafd28663cbde85bc0 Reports root/ big OK: 2311 / Failed: 0 / User-skipped: 875 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / dad1fbf6aa17beb13f6375fafd28663cbde85bc0 Reports root/ big OK: 4286 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / dad1fbf6aa17beb13f6375fafd28663cbde85bc0 Reports root/ big OK: 2311 / Failed: 0 / User-skipped: 875 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / dad1fbf6aa17beb13f6375fafd28663cbde85bc0 Reports root/ big OK: 4254 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / dad1fbf6aa17beb13f6375fafd28663cbde85bc0 Reports root/ big OK: 4286 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / dad1fbf6aa17beb13f6375fafd28663cbde85bc0 Reports root/ big OK: 4335 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / dad1fbf6aa17beb13f6375fafd28663cbde85bc0 Reports root/ big OK: 4675 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / dad1fbf6aa17beb13f6375fafd28663cbde85bc0 Reports root/ big OK: 4655 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / dad1fbf6aa17beb13f6375fafd28663cbde85bc0 Reports root/ big OK: 4283 / Failed: 0 / User-skipped: 115 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / dad1fbf6aa17beb13f6375fafd28663cbde85bc0 Reports root/ big OK: 2461 / Failed: 0 / User-skipped: 725 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / dad1fbf6aa17beb13f6375fafd28663cbde85bc0 Reports root/ big OK: 4675 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / dad1fbf6aa17beb13f6375fafd28663cbde85bc0 Reports root/ big OK: 4671 / Failed: 1 / User-skipped: 122 / 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/4179/201196/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%405c9fd00ce841.2023-11-29_10.52.54/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-11-29_10.57.38/graphql_muc_light_suite.admin_create_room_with_unprepped_id.24325.html)

mssql_mnesia_26 / odbc_mssql_mnesia / dad1fbf6aa17beb13f6375fafd28663cbde85bc0 Reports root/ big OK: 4670 / Failed: 2 / User-skipped: 122 / Auto-skipped: 0

graphql_muc_light_SUITE:admin_http:admin_muc_light:end_per_group ```erlang {error, {{unregistering_failed, {amount,1}, {unregistered_items, [{{<<"_admin_send_message_to_room_1042">>, [{escalus_event_mgr,<0.23930.0>}, {tc_name,admin_send_message_to_room}, {escalus_cleaner,<0.23929.0>}, {watchdog,<0.23928.0>}, {muc_light_host,<<"muclight.localhost">>}, {secondary_muc_light_host,<<"muclight.localhost.bis">>}, {protocol,http}, {schema_endpoint,admin}, {listener_opts, #{module => mongoose_graphql_handler,path => "/api/graphql", host => "localhost",username => <<"admin">>, password => <<"secret">>,schema_endpoint => 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/4179/201208/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40cfbdc80cac88.2023-11-29_12.04.49/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-11-29_12.09.24/graphql_muc_light_suite.admin_send_message_to_room.html"}, {tc_group_properties,[{name,admin_muc_light}]}, {tc_group_path,[[{name,admin_http}]]}, {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/4179/201208/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40cfbdc80cac88.2023-11-29_12.04.49/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-11-29_12.09.24/log_private/"}... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4179/201208/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40cfbdc80cac88.2023-11-29_12.04.49/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-11-29_12.09.24/graphql_muc_light_suite.end_per_group.64514.html)
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/4179/201208/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40cfbdc80cac88.2023-11-29_12.04.49/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-11-29_12.09.24/graphql_muc_light_suite.admin_create_room_with_unprepped_id.32131.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/4179/201208/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40cfbdc80cac88.2023-11-29_12.04.49/big_tests.tests.graphql_muc_light_SUITE.logs/run.2023-11-29_12.09.24/graphql_muc_light_suite.admin_create_room_with_unprepped_id.26244.html)

mssql_mnesia_26 / odbc_mssql_mnesia / dad1fbf6aa17beb13f6375fafd28663cbde85bc0 Reports root/ big OK: 4672 / Failed: 0 / User-skipped: 122 / Auto-skipped: 0

muc_light_http_api_SUITE:end_per_suite ```erlang {error, {{unregistering_failed, {amount,1}, {unregistered_items, [{{<<"_send_message_errors_2716">>, [{escalus_event_mgr,<0.72031.0>}, {tc_name,send_message_errors}, {escalus_cleaner,<0.72030.0>}, {watchdog,<0.72029.0>}, {preset,"odbc_mssql_mnesia"}, {mim_data_dir, "/home/circleci/project/big_tests/tests/muc_light_http_api_SUITE_data"}, {tc_logfile, "https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4179/201209/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4016d5a249bab2.2023-11-29_12.41.16/big_tests.tests.muc_light_http_api_SUITE.logs/run.2023-11-29_12.56.24/muc_light_http_api_suite.send_message_errors.93188.html"}, {tc_group_properties,[{name,negative},parallel]}, {tc_group_path,[]}, {data_dir, "/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/muc_light_http_api_SUITE_data/"}, {priv_dir, "https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4179/201209/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4016d5a249bab2.2023-11-29_12.41.16/big_tests.tests.muc_light_http_api_SUITE.logs/run.2023-11-29_12.56.24/log_private/"}, {{saved_modules,mongooseim@localhost,<<"localhost">>}, #{mod_vcard => #{matches => 30, host => {prefix,<<"vjud.">>}, search => true,iqdisc => parallel,backend => rdbms}, mod_roster => #{iqdisc => one_queue,backend => rdbms,versioning => false, store_current_id => false}, mod_sic => #{iqdisc => one_queue}, mod_register => #{access => register,iqdisc => one_queue, registration_watchers => [],password_... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4179/201209/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4016d5a249bab2.2023-11-29_12.41.16/big_tests.tests.muc_light_http_api_SUITE.logs/run.2023-11-29_12.56.24/muc_light_http_api_suite.end_per_suite.html)
arcusfelis commented 5 months ago

Version without can_connect triggers global's overlap protection during updates. I will invistigate.

mongoose-im commented 5 months ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 162799455b767c3334300ea26299464c8fae6d77 Reports root/ big OK: 369 / Failed: 0 / User-skipped: 38 / Auto-skipped: 0


small_tests_25 / small_tests / 162799455b767c3334300ea26299464c8fae6d77 Reports root / small


small_tests_26 / small_tests / 162799455b767c3334300ea26299464c8fae6d77 Reports root / small


small_tests_26_arm64 / small_tests / 162799455b767c3334300ea26299464c8fae6d77 Reports root / small


ldap_mnesia_25 / ldap_mnesia / 162799455b767c3334300ea26299464c8fae6d77 Reports root/ big OK: 2311 / Failed: 0 / User-skipped: 875 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 162799455b767c3334300ea26299464c8fae6d77 Reports root/ big OK: 4286 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / 162799455b767c3334300ea26299464c8fae6d77 Reports root/ big OK: 2311 / Failed: 0 / User-skipped: 875 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 162799455b767c3334300ea26299464c8fae6d77 Reports root/ big OK: 4286 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 162799455b767c3334300ea26299464c8fae6d77 Reports root/ big OK: 4675 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / 162799455b767c3334300ea26299464c8fae6d77 Reports root/ big OK: 4254 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 162799455b767c3334300ea26299464c8fae6d77 Reports root/ big OK: 4283 / Failed: 0 / User-skipped: 115 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / 162799455b767c3334300ea26299464c8fae6d77 Reports root/ big OK: 4335 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / 162799455b767c3334300ea26299464c8fae6d77 Reports root/ big OK: 2461 / Failed: 0 / User-skipped: 725 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / 162799455b767c3334300ea26299464c8fae6d77 Reports root/ big OK: 4655 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 162799455b767c3334300ea26299464c8fae6d77 Reports root/ big OK: 4675 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / 162799455b767c3334300ea26299464c8fae6d77 Reports root/ big OK: 4672 / Failed: 0 / User-skipped: 122 / Auto-skipped: 0