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

Instrument/label consistency #4228

Closed chrzaszcz closed 2 months ago

chrzaszcz commented 2 months ago

Reimplement mongoose_instrument registry, allowing more consistency checks.

A gen_server is used to eliminate possible race conditions during setup.

Previously, mongoose_instrument_registry was an ETS table. Now a map: #{event_name() => #{labels() => handlers()}} is used instead.

This is very similar to gen_hook, but the events are handled correctly even before persist is called. This seems to be needed, because some events might be triggered during startup, and they shouldn't fail.


Note: after a restart the persistent terms are always deleted, even if terminate was not called (e.g. kill). This means that all instrumentation is lost on restart. We could change this to make it permanent, but I think it would require a separate PR. The same applies to gen_hook, but additionally it can get into an inconsistent state when killed and started again - this is unlikely though.

mongoose-im commented 2 months ago

small_tests_25 / small_tests / 4cf4a30ed721e596465885f795e6347678b2c0af Reports root


small_tests_26 / small_tests / 4cf4a30ed721e596465885f795e6347678b2c0af Reports root


small_tests_26_arm64 / small_tests / 4cf4a30ed721e596465885f795e6347678b2c0af Reports root


elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 4cf4a30ed721e596465885f795e6347678b2c0af Reports root/ big OK: 417 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0

mam_SUITE:cassandra_muc_all:muc06:muc_message_with_stanzaid ```erlang {failed, {mam_SUITE,end_per_testcase, {'EXIT', {{room_archive_size,0,[{times,200,1}],ok}, [{mongoose_helper,do_wait_until,2, [{file, "/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"}, {line,359}]}, {mam_helper,wait_for_room_archive_size,3, [{file, "/home/circleci/project/big_tests/tests/mam_helper.erl"}, {line,847}]}, {mam_helper,clean_room_archive,1, [{file, "/home/circleci/project/big_tests/tests/mam_helper.erl"}, {line,791}]}, {mam_helper,destroy_room,1, [{file, "/home/circleci/project/big_tests/tests/mam_helper.erl"}, {line,784}]}, {mam_SUITE,end_per_testcase,2, [{file, "/home/circleci/project/big_tests/tests/mam_SUITE.erl"}, {line,1066}]}, {test_server,do_end_per_testcase,4, [{file,"test_server.erl"},{line,1637}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1345}]}, {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/4228/208511/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40b526c7933d99.2024-02-22_12.37.30/big_tests.tests.mam_SUITE.logs/run.2024-02-22_12.37.31/mam_suite.muc_message_with_stanzaid.2693.html)

ldap_mnesia_25 / ldap_mnesia / 4cf4a30ed721e596465885f795e6347678b2c0af Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 856 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / 4cf4a30ed721e596465885f795e6347678b2c0af Reports root/ big OK: 4388 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / 4cf4a30ed721e596465885f795e6347678b2c0af Reports root/ big OK: 2293 / Failed: 1 / User-skipped: 856 / Auto-skipped: 0

jingle_SUITE:all:resp_4xx_from_sip_proxy_results_in_session_terminate ```erlang {error, {{assertion_failed,assert,is_iq_result, {xmlel,<<"iq">>, [{<<"from">>,<<"error.480@localhost">>}, {<<"to">>, <<"alice_resp_4xx_from_sip_proxy_results_in_session_terminate_1072@localhost/res1">>}, {<<"id">>,<<"3f4e9316-472a-45fb-a43d-a87bc296faa5">>}, {<<"type">>,<<"set">>}], [{xmlel,<<"jingle">>, [{<<"xmlns">>,<<"urn:xmpp:jingle:1">>}, {<<"action">>,<<"session-terminate">>}, {<<"sid">>,<<"ebaa758b-397c-43f4-b4ee-b197af41650e">>}], [{xmlel,<<"reason">>,[], [{xmlel,<<"general-error">>,[],[]}, {xmlel,<<"sip-error">>, [{<<"code">>,<<"480">>}], [{xmlcdata,<<"Temporarily Unavailable">>}]}]}]}]}, "Temporarily Unavailable"}, [{escalus_new_assert,assert_true,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"}, {line,84}]}, {jingle_SUITE,send_initiate_and_wait_for_first_iq_set,2, [{file,"/home/circleci/project/big_tests/tests/jingle_SUITE.erl"}, {line,390}]}, {jingle_SUITE, '-resp_... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208520/ldap_mnesia.26.1.2-amd64/big/ct_run.test%404d43f32a4198.2024-02-22_12.36.58/big_tests.tests.jingle_SUITE.logs/run.2024-02-22_12.43.21/jingle_suite.resp_4xx_from_sip_proxy_results_in_session_terminate.59394.html)

dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 4cf4a30ed721e596465885f795e6347678b2c0af Reports root/ big OK: 4421 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 4cf4a30ed721e596465885f795e6347678b2c0af Reports root/ big OK: 4421 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / 4cf4a30ed721e596465885f795e6347678b2c0af Reports root/ big OK: 4356 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / 4cf4a30ed721e596465885f795e6347678b2c0af Reports root/ big OK: 2415 / Failed: 0 / User-skipped: 716 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 4cf4a30ed721e596465885f795e6347678b2c0af Reports root/ big OK: 4418 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 4cf4a30ed721e596465885f795e6347678b2c0af Reports root/ big OK: 4810 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / 4cf4a30ed721e596465885f795e6347678b2c0af Reports root/ big OK: 4789 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 4cf4a30ed721e596465885f795e6347678b2c0af Reports root/ big OK: 4810 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / 4cf4a30ed721e596465885f795e6347678b2c0af Reports root/ big OK: 4794 / Failed: 13 / User-skipped: 121 / Auto-skipped: 0

graphql_muc_light_SUITE:admin_cli:admin_muc_light:end_per_group ```erlang {error, {{unregistering_failed, {amount,2}, {unregistered_items, [{{<<"_admin_blocking_list_null_1115">>, [{escalus_event_mgr,<0.24456.0>}, {tc_name,admin_blocking_list_null}, {escalus_cleaner,<0.24455.0>}, {watchdog,<0.24454.0>}, {muc_light_host,<<"muclight.localhost">>}, {secondary_muc_light_host,<<"muclight.localhost.bis">>}, {protocol,cli}, {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/4228/208516/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40fb43d4252d17.2024-02-22_12.37.44/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-22_12.42.42/graphql_muc_light_suite.admin_blocking_list_null.60674.html"}, {tc_group_properties,[{name,admin_muc_light}]}, {tc_group_path,[[{name,admin_cli}]]}, {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/4228/208516/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40fb43d4252d17.2024-02-22_12.37.44/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-22_12.42.42/log_private/"}, {{saved_modules,mongooseim@localhost,<<"localhost">>}, #{mod_vcard => #{matches => 30, host => {prefix,<<"vjud.">>}, search => true,iqdisc => parallel,backend => rdbms... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208516/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40fb43d4252d17.2024-02-22_12.37.44/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-22_12.42.42/graphql_muc_light_suite.end_per_group.60930.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_2900@localhost/res1">>, escalus_tcp,<0.75822.0>, [{event_manager,<0.75789.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_fail_wrong_value_story_2900">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.75789.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_fail_wrong_value_story_2900">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username, <<"alice_publish_options_fail_wrong_value_story_2900">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username, <<"alicE_publish_options_fail_wrong_value_story_2900">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"6bd47b2cf4f8d30a">>}]}, 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_re... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208516/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40fb43d4252d17.2024-02-22_12.37.44/big_tests.tests.pep_SUITE.logs/run.2024-02-22_12.53.54/pep_suite.publish_options_fail_wrong_value_story.158211.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_2899@localhost/res1">>, escalus_tcp,<0.75821.0>, [{event_manager,<0.75784.0>}, {server,<<"localhost">>}, {username,<<"alicE_publish_options_fail_wrong_form_2899">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.75784.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_fail_wrong_form_2899">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alice_publish_options_fail_wrong_form_2899">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE_publish_options_fail_wrong_form_2899">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"44006741f3df9636">>}]}, 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.... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208516/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40fb43d4252d17.2024-02-22_12.37.44/big_tests.tests.pep_SUITE.logs/run.2024-02-22_12.53.54/pep_suite.publish_options_fail_wrong_form.88964.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_2897@localhost/res1">>, escalus_tcp,<0.75820.0>, [{event_manager,<0.75774.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_fail_unknown_option_story_2897">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.75774.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_fail_unknown_option_story_2897">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username, <<"alice_publish_options_fail_unknown_option_story_2897">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username, <<"alicE_publish_options_fail_unknown_option_story_2897">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"f56b84f31683bb2a">>}]}, 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,recei... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208516/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40fb43d4252d17.2024-02-22_12.37.44/big_tests.tests.pep_SUITE.logs/run.2024-02-22_12.53.54/pep_suite.publish_options_fail_unknown_option_story.88836.html)
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_2894@localhost/res1">>, escalus_tcp,<0.75816.0>, [{event_manager,<0.75759.0>}, {server,<<"localhost">>}, {username,<<"alicE_disco_sm_items_test_2894">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.75759.0>}, {server,<<"localhost">>}, {username,<<"alicE_disco_sm_items_test_2894">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alice_disco_sm_items_test_2894">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE_disco_sm_items_test_2894">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"38cdef7fbdebc6e3">>}]}, 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/4228/208516/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40fb43d4252d17.2024-02-22_12.37.44/big_tests.tests.pep_SUITE.logs/run.2024-02-22_12.53.54/pep_suite.disco_sm_items_test.209922.html)
pep_SUITE:pep_tests:publish_and_notify_test ```erlang {error, {timeout_when_waiting_for_stanza, [{escalus_client,wait_for_stanza, [{client,<<"bob_publish_and_notify_test_2891@localhost/res1">>, escalus_tcp,<0.75834.0>, [{event_manager,<0.75744.0>}, {server,<<"localhost">>}, {username,<<"bOb_publish_and_notify_test_2891">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.75744.0>}, {server,<<"localhost">>}, {username,<<"bOb_publish_and_notify_test_2891">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"bob_publish_and_notify_test_2891">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"bOb_publish_and_notify_test_2891">>}, {server,<<"localhost">>}, {password,<<"makrolika">>}, {stream_id,<<"a54fdd4012b89b48">>}]}, 5000], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"}, {line,136}]}, {pep_SUITE,start_caps_clients,2, [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"}, {line,576}]}, {lists,flatmap_1,2,[{file,"lists.erl"},{line,1579}]}, {lists,flatmap_1,2,[{file,"lists.erl"},{line,1579}]}, {escalus_story,story,4, [{file, "/home/circleci/project/... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208516/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40fb43d4252d17.2024-02-22_12.37.44/big_tests.tests.pep_SUITE.logs/run.2024-02-22_12.53.54/pep_suite.publish_and_notify_test.210434.html)
pep_SUITE:pep_tests:pep_caps_test ```erlang {error, {thrown, {{timeout,stream_end}, [{escalus_connection,get_stream_end,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,370}]}, {escalus_connection,end_stream,1, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,508}]}, {escalus_connection,stop,1, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,408}]}, {escalus_client,stop,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"}, {line,76}]}, {lists,foreach_1,2,[{file,"lists.erl"},{line,1686}]}, {escalus_story,story,4, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,76}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1302}]}]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208516/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40fb43d4252d17.2024-02-22_12.37.44/big_tests.tests.pep_SUITE.logs/run.2024-02-22_12.53.54/pep_suite.pep_caps_test.210306.html)
pep_SUITE:pep_tests:send_caps_after_login_test ```erlang {error, {timeout_when_waiting_for_stanza, [{escalus_client,wait_for_stanza, [{client, <<"alice_send_caps_after_login_test_2896@localhost/res1">>, escalus_tcp,<0.75823.0>, [{event_manager,<0.75769.0>}, {server,<<"localhost">>}, {username,<<"alicE_send_caps_after_login_test_2896">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.75769.0>}, {server,<<"localhost">>}, {username,<<"alicE_send_caps_after_login_test_2896">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alice_send_caps_after_login_test_2896">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE_send_caps_after_login_test_2896">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"02e0573bc22dd825">>}]}, 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_S... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208516/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40fb43d4252d17.2024-02-22_12.37.44/big_tests.tests.pep_SUITE.logs/run.2024-02-22_12.53.54/pep_suite.send_caps_after_login_test.210690.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_2904@localhost/res1">>, escalus_tcp,<0.75831.0>, [{event_manager,<0.75809.0>}, {server,<<"localhost">>}, {username,<<"alicE_authorize_access_model_2904">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.75809.0>}, {server,<<"localhost">>}, {username,<<"alicE_authorize_access_model_2904">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alice_authorize_access_model_2904">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE_authorize_access_model_2904">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"62b55542497cbac6">>}]}, 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/4228/208516/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40fb43d4252d17.2024-02-22_12.37.44/big_tests.tests.pep_SUITE.logs/run.2024-02-22_12.53.54/pep_suite.authorize_access_model.158467.html)
pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription ```erlang {error, {{badmatch, {error, {connection_step_failed, {{escalus_session,authenticate}, {client, <<"bOb_unsubscribe_after_presence_unsubscription_2905@localhost/res1">>, escalus_tcp,<0.75844.0>,undefined, [{event_client, [{event_manager,<0.75814.0>}, {server,<<"localhost">>}, {username, <<"bOb_unsubscribe_after_presence_unsubscription_2905">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username, <<"bOb_unsubscribe_after_presence_unsubscription_2905">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username, <<"bOb_unsubscribe_after_presence_unsubscription_2905">>}, {server,<<"localhost">>}, {password,<<"makrolika">>}, {stream_id,<<"7d78d421543bc937">>}]}, [{compression,false}, {starttls,true}, {stream_management,true}, {advanced_message_processing,true}, {client_state_indication,false}, {sasl_mechanisms,[<<"SCRAM-SHA-256">>,<<"PLAIN">>]}, {caps, #{<<"hash">> => <<"sha-1">>, <<"node">> => <<"https://www.erlang-solutions.com/products/mongooseim.html">>, <<"ver">> =... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208516/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40fb43d4252d17.2024-02-22_12.37.44/big_tests.tests.pep_SUITE.logs/run.2024-02-22_12.53.54/pep_suite.unsubscribe_after_presence_unsubscription.89220.html)
pep_SUITE:pep_tests:publish_options_success_test ```erlang {error, {timeout_when_waiting_for_stanza, [{escalus_client,wait_for_stanza, [{client, <<"alice_publish_options_success_test_2895@localhost/res1">>, escalus_tcp,<0.75825.0>, [{event_manager,<0.75764.0>}, {server,<<"localhost">>}, {username,<<"alicE_publish_options_success_test_2895">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.75764.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_success_test_2895">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alice_publish_options_success_test_2895">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE_publish_options_success_test_2895">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"4b6ab0382124b6d1">>}]}, 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"}, ... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208516/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40fb43d4252d17.2024-02-22_12.37.44/big_tests.tests.pep_SUITE.logs/run.2024-02-22_12.53.54/pep_suite.publish_options_success_test.210562.html)
pep_SUITE:pep_tests:delayed_receive ```erlang {error, {timeout_when_waiting_for_stanza, [{escalus_client,wait_for_stanza, [{client,<<"alice_delayed_receive_2902@localhost/res1">>, escalus_tcp,<0.75829.0>, [{event_manager,<0.75799.0>}, {server,<<"localhost">>}, {username,<<"alicE_delayed_receive_2902">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.75799.0>}, {server,<<"localhost">>}, {username,<<"alicE_delayed_receive_2902">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alice_delayed_receive_2902">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE_delayed_receive_2902">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"c081d00a173e848c">>}]}, 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,delayed_receive_story,3, [{file,"/home/circleci/projec... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208516/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40fb43d4252d17.2024-02-22_12.37.44/big_tests.tests.pep_SUITE.logs/run.2024-02-22_12.53.54/pep_suite.delayed_receive.89092.html)
pep_SUITE:pep_tests:delayed_receive_with_sm ```erlang {error, {timeout_when_waiting_for_stanza, [{escalus_client,wait_for_stanza, [{client,<<"bob_delayed_receive_with_sm_2903@localhost/res1">>, escalus_tcp,<0.75839.0>, [{event_manager,<0.75804.0>}, {server,<<"localhost">>}, {username,<<"bOb_delayed_receive_with_sm_2903">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.75804.0>}, {server,<<"localhost">>}, {username,<<"bOb_delayed_receive_with_sm_2903">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"bob_delayed_receive_with_sm_2903">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"bOb_delayed_receive_with_sm_2903">>}, {server,<<"localhost">>}, {password,<<"makrolika">>}, {stream_id,<<"357a91ebd210e221">>}]}, 5000], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"}, {line,136}]}, {pep_SUITE,enable_sm,1, [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"}, {line,676}]}, {pep_SUITE,delayed_receive_with_sm_story,3, [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"}, {line,378}]}, {escalus_story,story,4, [{file, "/home/ci... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208516/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40fb43d4252d17.2024-02-22_12.37.44/big_tests.tests.pep_SUITE.logs/run.2024-02-22_12.53.54/pep_suite.delayed_receive_with_sm.210818.html)
pep_SUITE:pep_tests:h_ok_after_notify_test ```erlang {error,{{assertion_failed,assert_many,false,[is_presence],[],[]}, [{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,109}]}, {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/4228/208516/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40fb43d4252d17.2024-02-22_12.37.44/big_tests.tests.pep_SUITE.logs/run.2024-02-22_12.53.54/pep_suite.h_ok_after_notify_test.158339.html)
codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 98.52941% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 84.40%. Comparing base (257a371) to head (277171b).

Files Patch % Lines
src/metrics/mongoose_instrument.erl 98.48% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## feature/instrument #4228 +/- ## =================================================== Coverage 84.39% 84.40% =================================================== Files 557 556 -1 Lines 33588 33630 +42 =================================================== + Hits 28348 28386 +38 - Misses 5240 5244 +4 ```

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

mongoose-im commented 2 months ago

small_tests_25 / small_tests / a260d1873c95d79f779fd1a7a34dd8042a0a000e Reports root


small_tests_26 / small_tests / a260d1873c95d79f779fd1a7a34dd8042a0a000e Reports root


small_tests_26_arm64 / small_tests / a260d1873c95d79f779fd1a7a34dd8042a0a000e Reports root


elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / a260d1873c95d79f779fd1a7a34dd8042a0a000e Reports root/ big OK: 417 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / a260d1873c95d79f779fd1a7a34dd8042a0a000e Reports root/ big OK: 4421 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / a260d1873c95d79f779fd1a7a34dd8042a0a000e Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 856 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / a260d1873c95d79f779fd1a7a34dd8042a0a000e Reports root/ big OK: 4421 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / a260d1873c95d79f779fd1a7a34dd8042a0a000e Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 856 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / a260d1873c95d79f779fd1a7a34dd8042a0a000e Reports root/ big OK: 4388 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / a260d1873c95d79f779fd1a7a34dd8042a0a000e Reports root/ big OK: 4810 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / a260d1873c95d79f779fd1a7a34dd8042a0a000e Reports root/ big OK: 2415 / Failed: 0 / User-skipped: 716 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / a260d1873c95d79f779fd1a7a34dd8042a0a000e Reports root/ big OK: 4356 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / a260d1873c95d79f779fd1a7a34dd8042a0a000e Reports root/ big OK: 4418 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / a260d1873c95d79f779fd1a7a34dd8042a0a000e Reports root/ big OK: 4810 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / a260d1873c95d79f779fd1a7a34dd8042a0a000e Reports root/ big OK: 4789 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / a260d1873c95d79f779fd1a7a34dd8042a0a000e Reports root/ big OK: 4805 / 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/4228/208543/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40801e37378aed.2024-02-22_12.51.30/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-22_12.55.41/graphql_muc_light_suite.admin_create_room_with_unprepped_id.36355.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/4228/208543/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40801e37378aed.2024-02-22_12.51.30/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-22_12.55.41/graphql_muc_light_suite.admin_create_room_with_unprepped_id.39427.html)
mongoose-im commented 2 months ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 78074d553e9cdaec7ea469c87e6bea71b80a5fa5 Reports root/ big OK: 417 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 78074d553e9cdaec7ea469c87e6bea71b80a5fa5 Reports root / small


small_tests_26 / small_tests / 78074d553e9cdaec7ea469c87e6bea71b80a5fa5 Reports root / small


small_tests_26_arm64 / small_tests / 78074d553e9cdaec7ea469c87e6bea71b80a5fa5 Reports root / small


ldap_mnesia_25 / ldap_mnesia / 78074d553e9cdaec7ea469c87e6bea71b80a5fa5 Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 856 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / 78074d553e9cdaec7ea469c87e6bea71b80a5fa5 Reports root/ big OK: 4388 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / 78074d553e9cdaec7ea469c87e6bea71b80a5fa5 Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 856 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 78074d553e9cdaec7ea469c87e6bea71b80a5fa5 Reports root/ big OK: 4421 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 78074d553e9cdaec7ea469c87e6bea71b80a5fa5 Reports root/ big OK: 4421 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / 78074d553e9cdaec7ea469c87e6bea71b80a5fa5 Reports root/ big OK: 2415 / Failed: 0 / User-skipped: 716 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 78074d553e9cdaec7ea469c87e6bea71b80a5fa5 Reports root/ big OK: 4412 / Failed: 1 / User-skipped: 114 / Auto-skipped: 5

bosh_SUITE:essential_https:accept_higher_hold_value ```erlang {error, {{assertEqual, [{module,bosh_SUITE}, {line,261}, {expression,"get_bosh_sessions ( )"}, {expected,[]}, {value, [{bosh_session,<<"fc35e90ea34d3a3988d6b8b0f81bf267b6c17924">>, <10228.10328.0>}]}]}, [{bosh_SUITE,accept_higher_hold_value,1, [{file,"/home/circleci/project/big_tests/tests/bosh_SUITE.erl"}, {line,261}]}, {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/4228/208585/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%408cc974038057.2024-02-22_18.38.42/big_tests.tests.bosh_SUITE.logs/run.2024-02-22_18.39.11/bosh_suite.accept_higher_hold_value.16770.html)

pgsql_cets_26 / pgsql_cets / 78074d553e9cdaec7ea469c87e6bea71b80a5fa5 Reports root/ big OK: 4356 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 78074d553e9cdaec7ea469c87e6bea71b80a5fa5 Reports root/ big OK: 4810 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 78074d553e9cdaec7ea469c87e6bea71b80a5fa5 Reports root/ big OK: 4810 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / 78074d553e9cdaec7ea469c87e6bea71b80a5fa5 Reports root/ big OK: 4789 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / 78074d553e9cdaec7ea469c87e6bea71b80a5fa5 Reports root/ big OK: 4807 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 78074d553e9cdaec7ea469c87e6bea71b80a5fa5 Reports root/ big OK: 4418 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0

mongoose-im commented 2 months ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 7436e6d4dca6ededfb1ad18bd8825f50ee22bc66 Reports root/ big OK: 417 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 7436e6d4dca6ededfb1ad18bd8825f50ee22bc66 Reports root / small


small_tests_26 / small_tests / 7436e6d4dca6ededfb1ad18bd8825f50ee22bc66 Reports root / small


small_tests_26_arm64 / small_tests / 7436e6d4dca6ededfb1ad18bd8825f50ee22bc66 Reports root / small


ldap_mnesia_26 / ldap_mnesia / 7436e6d4dca6ededfb1ad18bd8825f50ee22bc66 Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 856 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / 7436e6d4dca6ededfb1ad18bd8825f50ee22bc66 Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 856 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / 7436e6d4dca6ededfb1ad18bd8825f50ee22bc66 Reports root/ big OK: 4387 / Failed: 1 / User-skipped: 144 / 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_588@domain.example.com">>}, {<<"to">>, <<"alice_dropped_client_doesnt_create_duplicate_carbons_588@domain.example.com/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_588@domain.example.com/res1">>}, {<<"type">>,<<"chat">>}, {<<"to">>, <<"bob_dropped_client_doesnt_create_duplicate_carbons_588@domain.example.com/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_c... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208652/mysql_redis.26.1.2-amd64/big/ct_run.test%407118d8a00a47.2024-02-23_08.35.11/big_tests.tests.carboncopy_SUITE.logs/run.2024-02-23_08.35.58/carboncopy_suite.dropped_client_doesnt_create_duplicate_carbons.16771.html)

dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 7436e6d4dca6ededfb1ad18bd8825f50ee22bc66 Reports root/ big OK: 4421 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / 7436e6d4dca6ededfb1ad18bd8825f50ee22bc66 Reports root/ big OK: 2415 / Failed: 0 / User-skipped: 716 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / 7436e6d4dca6ededfb1ad18bd8825f50ee22bc66 Reports root/ big OK: 4356 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 7436e6d4dca6ededfb1ad18bd8825f50ee22bc66 Reports root/ big OK: 4418 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / 7436e6d4dca6ededfb1ad18bd8825f50ee22bc66 Reports root/ big OK: 4789 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 7436e6d4dca6ededfb1ad18bd8825f50ee22bc66 Reports root/ big OK: 4810 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 7436e6d4dca6ededfb1ad18bd8825f50ee22bc66 Reports root/ big OK: 4810 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / 7436e6d4dca6ededfb1ad18bd8825f50ee22bc66 Reports root/ big OK: 4807 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / 7436e6d4dca6ededfb1ad18bd8825f50ee22bc66 Reports root/ big OK: 4388 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0

mongoose-im commented 2 months ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 718f0181bdd3032ac63dcd749275b6143351be61 Reports root/ big OK: 417 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 718f0181bdd3032ac63dcd749275b6143351be61 Reports root / small


small_tests_26 / small_tests / 718f0181bdd3032ac63dcd749275b6143351be61 Reports root / small


small_tests_26_arm64 / small_tests / 718f0181bdd3032ac63dcd749275b6143351be61 Reports root / small


ldap_mnesia_25 / ldap_mnesia / 718f0181bdd3032ac63dcd749275b6143351be61 Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 856 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / 718f0181bdd3032ac63dcd749275b6143351be61 Reports root/ big OK: 2274 / Failed: 1 / User-skipped: 856 / Auto-skipped: 0

pubsub_SUITE:tree+basic:publish_test ```erlang {error,{{badmatch,false}, [{pubsub_tools,check_response,2, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,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/4228/208688/ldap_mnesia.26.1.2-amd64/big/ct_run.test%4008293b114185.2024-02-23_15.13.49/big_tests.tests.pubsub_SUITE.logs/run.2024-02-23_15.24.24/pubsub_suite.publish_test.98306.html)

dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 718f0181bdd3032ac63dcd749275b6143351be61 Reports root/ big OK: 4421 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / 718f0181bdd3032ac63dcd749275b6143351be61 Reports root/ big OK: 4388 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 718f0181bdd3032ac63dcd749275b6143351be61 Reports root/ big OK: 4421 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / 718f0181bdd3032ac63dcd749275b6143351be61 Reports root/ big OK: 2415 / Failed: 0 / User-skipped: 716 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 718f0181bdd3032ac63dcd749275b6143351be61 Reports root/ big OK: 4416 / Failed: 2 / User-skipped: 114 / 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/4228/208683/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%403a94e8f8f323.2024-02-23_15.14.41/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-23_15.18.58/graphql_muc_light_suite.admin_create_room_with_unprepped_id.44803.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/4228/208683/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%403a94e8f8f323.2024-02-23_15.14.41/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-23_15.18.58/graphql_muc_light_suite.admin_create_room_with_unprepped_id.47107.html)

pgsql_cets_26 / pgsql_cets / 718f0181bdd3032ac63dcd749275b6143351be61 Reports root/ big OK: 4356 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 718f0181bdd3032ac63dcd749275b6143351be61 Reports root/ big OK: 4810 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 718f0181bdd3032ac63dcd749275b6143351be61 Reports root/ big OK: 4810 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / 718f0181bdd3032ac63dcd749275b6143351be61 Reports root/ big OK: 4789 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / 718f0181bdd3032ac63dcd749275b6143351be61 Reports root/ big OK: 4807 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0

mongoose-im commented 2 months ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 050a842496f38e3cb371ccd67f0e3a41befb7a21 Reports root/ big OK: 417 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 050a842496f38e3cb371ccd67f0e3a41befb7a21 Reports root / small


small_tests_26 / small_tests / 050a842496f38e3cb371ccd67f0e3a41befb7a21 Reports root / small


small_tests_26_arm64 / small_tests / 050a842496f38e3cb371ccd67f0e3a41befb7a21 Reports root / small


ldap_mnesia_25 / ldap_mnesia / 050a842496f38e3cb371ccd67f0e3a41befb7a21 Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 856 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / 050a842496f38e3cb371ccd67f0e3a41befb7a21 Reports root/ big OK: 4388 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 050a842496f38e3cb371ccd67f0e3a41befb7a21 Reports root/ big OK: 4421 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 050a842496f38e3cb371ccd67f0e3a41befb7a21 Reports root/ big OK: 4421 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / 050a842496f38e3cb371ccd67f0e3a41befb7a21 Reports root/ big OK: 2415 / Failed: 0 / User-skipped: 716 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / 050a842496f38e3cb371ccd67f0e3a41befb7a21 Reports root/ big OK: 2258 / Failed: 0 / User-skipped: 856 / Auto-skipped: 17

service_mongoose_system_metrics_SUITE:all_clustered_mongooses_report_the_same_client_id ```erlang {skip, {failed, {service_mongoose_system_metrics_SUITE,init_per_testcase, {{badrpc,timeout}, [{distributed_helper,rpc, [#{timeout => 30000,node => mongooseim2@localhost}, mongoose_cluster,join, [mongooseim@localhost]], [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {distributed_helper,add_node_to_mnesia_cluster,2, [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,44}]}, {distributed_helper,add_node_to_cluster,2, [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,36}]}, {service_mongoose_system_metrics_SUITE,init_per_testcase,2, [{file, "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"}, {line,113}]}, {test_server,do_init_per_testcase,2, [{file,"test_server.erl"},{line,1563}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1264}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208714/ldap_mnesia.26.1.2-amd64/big/ct_run.test%4011a728bbc6ae.2024-02-23_15.31.29/big_tests.tests.service_mongoose_system_metrics_SUITE.logs/run.2024-02-23_15.45.53/service_mongoose_system_metrics_suite.all_clustered_mongooses_report_the_same_client_id.html)
service_domain_db_SUITE:no_db:init_per_group ```erlang {'EXIT', {{badrpc, {'EXIT', {noproc, {gen_server,call, [mongoose_domain_sup, {terminate_child,mongoose_domain_core}, infinity]}}}}, [{distributed_helper,rpc, [#{node => mongooseim2@localhost}, mongoose_domain_sup,restart_core, [[[], [<<"mim2only">>,<<"type1">>,<<"type2">>,<<"dummy auth">>, <<"dbgroup">>,<<"dbgroup2">>,<<"cfggroup">>]]]], [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {domain_helper,restart_domain_core,3, [{file,"/home/circleci/project/big_tests/tests/domain_helper.erl"}, {line,33}]}, {service_domain_db_SUITE,setup_service,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,317}]}, {service_domain_db_SUITE,init_per_group,2, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,240}]}, {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/4228/208714/ldap_mnesia.26.1.2-amd64/big/ct_run.test%4011a728bbc6ae.2024-02-23_15.31.29/big_tests.tests.service_domain_db_SUITE.logs/run.2024-02-23_15.47.16/service_domain_db_suite.init_per_group.html)
service_domain_db_SUITE:end_per_suite ```erlang {error, {{badrpc, {'EXIT', {noproc, {gen_server,call, [mongoose_domain_sup, {terminate_child,mongoose_domain_core}, infinity]}}}}, [{distributed_helper,rpc, [#{node => mongooseim2@localhost}, mongoose_domain_sup,restart_core, [[]]], [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {domain_helper,restart_domain_core,1, [{file,"/home/circleci/project/big_tests/tests/domain_helper.erl"}, {line,30}]}, {service_domain_db_SUITE,'-end_per_suite/1-lc$^0/1-0-',1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,212}]}, {service_domain_db_SUITE,end_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,212}]}, {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/4228/208714/ldap_mnesia.26.1.2-amd64/big/ct_run.test%4011a728bbc6ae.2024-02-23_15.31.29/big_tests.tests.service_domain_db_SUITE.logs/run.2024-02-23_15.47.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/../test/common/distributed_helper.erl"}, {line,140}]}, {distributed_helper,add_node_to_mnesia_cluster,2, [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,44}]}, {distributed_helper,add_node_to_cluster,2, [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,36}]}, {dynamic_domains_SUITE,cluster_nodes,2, [{file, "/home/circleci/project/big_tests/tests/dynamic_domains_SUITE.erl"}, {line,210}]}, {dynamic_domains_SUITE,init_per_suite,1, [{file, "/home/circleci/project/big_tests/tests/dynamic_domains_SUITE.erl"}, {line,32}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1390}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208714/ldap_mnesia.26.1.2-amd64/big/ct_run.test%4011a728bbc6ae.2024-02-23_15.31.29/big_tests.tests.dynamic_domains_SUITE.logs/run.2024-02-23_15.47.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/../test/common/distributed_helper.erl"}, {line,140}]}, {distributed_helper,add_node_to_mnesia_cluster,2, [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,44}]}, {distributed_helper,add_node_to_cluster,2, [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,36}]}, {local_iq_SUITE,init_per_suite,1, [{file,"/home/circleci/project/big_tests/tests/local_iq_SUITE.erl"}, {line,29}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1390}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208714/ldap_mnesia.26.1.2-amd64/big/ct_run.test%4011a728bbc6ae.2024-02-23_15.31.29/big_tests.tests.local_iq_SUITE.logs/run.2024-02-23_15.47.53/local_iq_suite.init_per_suite.html)

dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 050a842496f38e3cb371ccd67f0e3a41befb7a21 Reports root/ big OK: 4412 / Failed: 6 / User-skipped: 114 / Auto-skipped: 0

graphql_muc_light_SUITE:admin_http:admin_muc_light:end_per_group ```erlang {error, {{unregistering_failed, {amount,2}, {unregistered_items, [{{<<"_admin_send_message_to_room_1062">>, [{escalus_event_mgr,<0.23847.0>}, {tc_name,admin_send_message_to_room}, {escalus_cleaner,<0.23846.0>}, {watchdog,<0.23845.0>}, {muc_light_host,<<"muclight.domain.example.com">>}, {secondary_muc_light_host,<<"muclight.domain.example.org">>}, {protocol,http}, {schema_endpoint,admin}, {listener_opts, #{module => mongoose_graphql_handler,path => "/api/graphql", host => "localhost",username => <<"admin">>, password => <<"secret">>,schema_endpoint => admin, sse_idle_timeout => 3600000}}, {{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/4228/208720/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4042da09c49084.2024-02-23_15.31.21/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-23_15.35.46/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/4228/208720/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4042da09c49084.2024-02-23_15.31.21/big_tests.tests.graphql_muc_light... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208720/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4042da09c49084.2024-02-23_15.31.21/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-23_15.35.46/graphql_muc_light_suite.end_per_group.51586.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/4228/208720/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4042da09c49084.2024-02-23_15.31.21/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-23_15.35.46/graphql_muc_light_suite.admin_create_room_with_unprepped_id.46467.html)
mod_blocking_SUITE:manage:add_user_to_blocklist ```erlang {error,{{assertion_failed,assert_many,false, [is_iq_result,#Fun], [],[]}, [{escalus_new_assert,assert_true,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"}, {line,84}]}, {mod_blocking_SUITE,'-add_user_to_blocklist/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/mod_blocking_SUITE.erl"}, {line,156}]}, {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/4228/208720/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4042da09c49084.2024-02-23_15.31.21/big_tests.tests.mod_blocking_SUITE.logs/run.2024-02-23_15.43.02/mod_blocking_suite.add_user_to_blocklist.185858.html)
mod_blocking_SUITE:manage:remove_user_from_blocklist ```erlang {error,{{assertion_failed,assert_many,false, [is_iq_result,#Fun], [],[]}, [{escalus_new_assert,assert_true,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"}, {line,84}]}, {mod_blocking_SUITE,'-remove_user_from_blocklist/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/mod_blocking_SUITE.erl"}, {line,196}]}, {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/4228/208720/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4042da09c49084.2024-02-23_15.31.21/big_tests.tests.mod_blocking_SUITE.logs/run.2024-02-23_15.43.02/mod_blocking_suite.remove_user_from_blocklist.135683.html)
mod_blocking_SUITE:manage:remove_many_user_from_blocklist ```erlang {error,{{badmatch,0}, [{escalus_story,drop_presences,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,191}]}, {escalus_story,'-start_ready_clients/2-fun-0-',3, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,135}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1594}]}, {escalus_story,start_ready_clients,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,128}]}, {lists,flatmap_1,2,[{file,"lists.erl"},{line,1579}]}, {lists,flatmap_1,2,[{file,"lists.erl"},{line,1579}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,69}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208720/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4042da09c49084.2024-02-23_15.31.21/big_tests.tests.mod_blocking_SUITE.logs/run.2024-02-23_15.43.02/mod_blocking_suite.remove_many_user_from_blocklist.186114.html)
mod_blocking_SUITE:manage:clear_blocklist ```erlang {error,{{badmatch,0}, [{escalus_story,drop_presences,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,191}]}, {escalus_story,'-start_ready_clients/2-fun-0-',3, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,135}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1594}]}, {escalus_story,start_ready_clients,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,128}]}, {lists,flatmap_1,2,[{file,"lists.erl"},{line,1579}]}, {lists,flatmap_1,2,[{file,"lists.erl"},{line,1579}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,69}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208720/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4042da09c49084.2024-02-23_15.31.21/big_tests.tests.mod_blocking_SUITE.logs/run.2024-02-23_15.43.02/mod_blocking_suite.clear_blocklist.185986.html)
mod_blocking_SUITE:manage:add_many_users_to_blocklist ```erlang {error,{{assertion_failed,assert_many,false, [is_iq_result,#Fun], [],[]}, [{escalus_new_assert,assert_true,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"}, {line,84}]}, {mod_blocking_SUITE,'-add_many_users_to_blocklist/1-fun-0-',4, [{file,"/home/circleci/project/big_tests/tests/mod_blocking_SUITE.erl"}, {line,185}]}, {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/4228/208720/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4042da09c49084.2024-02-23_15.31.21/big_tests.tests.mod_blocking_SUITE.logs/run.2024-02-23_15.43.02/mod_blocking_suite.add_many_users_to_blocklist.88836.html)

pgsql_cets_26 / pgsql_cets / 050a842496f38e3cb371ccd67f0e3a41befb7a21 Reports root/ big OK: 4374 / Failed: 1 / User-skipped: 178 / Auto-skipped: 0

jingle_SUITE:all:resp_4xx_from_sip_proxy_results_in_session_terminate ```erlang {error, {{assertion_failed,assert,is_iq_result, {xmlel,<<"iq">>, [{<<"from">>,<<"error.480@localhost">>}, {<<"to">>, <<"alice_resp_4xx_from_sip_proxy_results_in_session_terminate_1636@localhost/res1">>}, {<<"id">>,<<"15f463e3-5471-41e8-ba83-358c836dfb29">>}, {<<"type">>,<<"set">>}], [{xmlel,<<"jingle">>, [{<<"xmlns">>,<<"urn:xmpp:jingle:1">>}, {<<"action">>,<<"session-terminate">>}, {<<"sid">>,<<"d9d60044-ec89-4466-8730-b520ddbf9a1c">>}], [{xmlel,<<"reason">>,[], [{xmlel,<<"general-error">>,[],[]}, {xmlel,<<"sip-error">>, [{<<"code">>,<<"480">>}], [{xmlcdata,<<"Temporarily Unavailable">>}]}]}]}]}, "Temporarily Unavailable"}, [{escalus_new_assert,assert_true,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"}, {line,84}]}, {jingle_SUITE,send_initiate_and_wait_for_first_iq_set,2, [{file,"/home/circleci/project/big_tests/tests/jingle_SUITE.erl"}, {line,390}]}, {jingle_SUITE, '-resp_... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208721/pgsql_cets.26.1.2-amd64/big/ct_run.test%4048c70629b8e9.2024-02-23_15.31.36/big_tests.tests.jingle_SUITE.logs/run.2024-02-23_15.38.21/jingle_suite.resp_4xx_from_sip_proxy_results_in_session_terminate.63491.html)

pgsql_mnesia_25 / pgsql_mnesia / 050a842496f38e3cb371ccd67f0e3a41befb7a21 Reports root/ big OK: 4810 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / 050a842496f38e3cb371ccd67f0e3a41befb7a21 Reports root/ big OK: 4788 / 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_588@localhost">>}, {<<"to">>, <<"alice_dropped_client_doesnt_create_duplicate_carbons_588@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_588@localhost/res1">>}, {<<"type">>,<<"chat">>}, {<<"to">>, <<"bob_dropped_client_doesnt_create_duplicate_carbons_588@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/4228/208728/mysql_redis.26.1.2-amd64/big/ct_run.test%406f7d33d2b99d.2024-02-23_15.31.04/big_tests.tests.carboncopy_SUITE.logs/run.2024-02-23_15.31.50/carboncopy_suite.dropped_client_doesnt_create_duplicate_carbons.13443.html)

pgsql_mnesia_26 / pgsql_mnesia / 050a842496f38e3cb371ccd67f0e3a41befb7a21 Reports root/ big OK: 4810 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / 050a842496f38e3cb371ccd67f0e3a41befb7a21 Reports root/ big OK: 4807 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0

mongoose-im commented 2 months ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / a217513db1ec4cfe1590b6cc3a9a7295522cc025 Reports root/ big OK: 417 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / a217513db1ec4cfe1590b6cc3a9a7295522cc025 Reports root / small


small_tests_26 / small_tests / a217513db1ec4cfe1590b6cc3a9a7295522cc025 Reports root / small


small_tests_26_arm64 / small_tests / a217513db1ec4cfe1590b6cc3a9a7295522cc025 Reports root / small


ldap_mnesia_25 / ldap_mnesia / a217513db1ec4cfe1590b6cc3a9a7295522cc025 Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 856 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / a217513db1ec4cfe1590b6cc3a9a7295522cc025 Reports root/ big OK: 4421 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / a217513db1ec4cfe1590b6cc3a9a7295522cc025 Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 856 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / a217513db1ec4cfe1590b6cc3a9a7295522cc025 Reports root/ big OK: 4388 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / a217513db1ec4cfe1590b6cc3a9a7295522cc025 Reports root/ big OK: 4421 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / a217513db1ec4cfe1590b6cc3a9a7295522cc025 Reports root/ big OK: 2415 / Failed: 0 / User-skipped: 716 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / a217513db1ec4cfe1590b6cc3a9a7295522cc025 Reports root/ big OK: 4356 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / a217513db1ec4cfe1590b6cc3a9a7295522cc025 Reports root/ big OK: 4810 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / a217513db1ec4cfe1590b6cc3a9a7295522cc025 Reports root/ big OK: 4418 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / a217513db1ec4cfe1590b6cc3a9a7295522cc025 Reports root/ big OK: 4810 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / a217513db1ec4cfe1590b6cc3a9a7295522cc025 Reports root/ big OK: 4789 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / a217513db1ec4cfe1590b6cc3a9a7295522cc025 Reports root/ big OK: 4807 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0

mongoose-im commented 2 months ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 34699003ead274a319a3e9012d8355ae7a5cc760 Reports root/ big OK: 417 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 34699003ead274a319a3e9012d8355ae7a5cc760 Reports root / small


small_tests_26 / small_tests / 34699003ead274a319a3e9012d8355ae7a5cc760 Reports root / small


small_tests_26_arm64 / small_tests / 34699003ead274a319a3e9012d8355ae7a5cc760 Reports root / small


ldap_mnesia_25 / ldap_mnesia / 34699003ead274a319a3e9012d8355ae7a5cc760 Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 856 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / 34699003ead274a319a3e9012d8355ae7a5cc760 Reports root/ big OK: 4388 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 34699003ead274a319a3e9012d8355ae7a5cc760 Reports root/ big OK: 4421 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / 34699003ead274a319a3e9012d8355ae7a5cc760 Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 856 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 34699003ead274a319a3e9012d8355ae7a5cc760 Reports root/ big OK: 4421 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 34699003ead274a319a3e9012d8355ae7a5cc760 Reports root/ big OK: 4418 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0

graphql_muc_light_SUITE:domain_admin:domain_admin_muc_light:end_per_group ```erlang {error, {{unregistering_failed, {amount,2}, {unregistered_items, [{{<<"_admin_invite_user_1094">>, [{escalus_event_mgr,<0.24836.0>}, {tc_name,admin_invite_user}, {escalus_cleaner,<0.24835.0>}, {watchdog,<0.24834.0>}, {muc_light_host,<<"muclight.domain.example.com">>}, {secondary_muc_light_host,<<"muclight.domain.example.org">>}, {protocol,http}, {domain_admin,{<<"admin@domain.example.com">>,<<"edea8e7f2add902d">>}}, {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/4228/208787/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%405f60ef475eab.2024-02-23_17.31.31/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-23_17.35.42/graphql_muc_light_suite.admin_invite_user.40451.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/4228/208787/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%405f60ef475eab.2024-02-23_17.31.31/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-23_17.35.42/log_private/"}, {{saved_modules,mongooseim@localhost,<<"test type">>}, #{mod_vcard => #{matches => 30, h... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208787/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%405f60ef475eab.2024-02-23_17.31.31/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-23_17.35.42/graphql_muc_light_suite.end_per_group.61442.html)

internal_mnesia_26 / internal_mnesia / 34699003ead274a319a3e9012d8355ae7a5cc760 Reports root/ big OK: 2415 / Failed: 0 / User-skipped: 716 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / 34699003ead274a319a3e9012d8355ae7a5cc760 Reports root/ big OK: 4356 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 34699003ead274a319a3e9012d8355ae7a5cc760 Reports root/ big OK: 4810 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 34699003ead274a319a3e9012d8355ae7a5cc760 Reports root/ big OK: 4810 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / 34699003ead274a319a3e9012d8355ae7a5cc760 Reports root/ big OK: 4807 / Failed: 1 / User-skipped: 139 / Auto-skipped: 0

jingle_SUITE:all:jingle_session_is_terminated_on_other_receivers_devices ```erlang {error, {{assertion_failed,assert,is_iq_result, {xmlel,<<"iq">>, [{<<"from">>, <<"bob_jingle_session_is_terminated_on_other_receivers_devices_1632@localhost">>}, {<<"to">>, <<"alice_jingle_session_is_terminated_on_other_receivers_devices_1632@localhost/res1">>}, {<<"id">>,<<"4783869a-77c3-4577-bece-43454fde088c">>}, {<<"type">>,<<"set">>}], [{xmlel,<<"jingle">>, [{<<"xmlns">>,<<"urn:xmpp:jingle:1">>}, {<<"action">>,<<"session-info">>}, {<<"sid">>,<<"85370917-a789-4d0c-ab5b-f4e747773f86">>}], [{xmlel,<<"ringing">>, [{<<"xmlns">>,<<"urn:xmpp:jingle:apps:rtp:info:1">>}], []}]}]}, ""}, [{escalus_new_assert,assert_true,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"}, {line,84}]}, {jingle_SUITE,send_initiate_and_wait_for_first_iq_set,2, [{file,"/home/circleci/project/big_tests/tests/jingle_SUITE.erl"}, {line,390}]}, {jingle_SUITE,initiate_jingle_session,2, [{file,... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208793/mysql_redis.26.1.2-amd64/big/ct_run.test%403d17835760b9.2024-02-23_17.31.21/big_tests.tests.jingle_SUITE.logs/run.2024-02-23_17.38.46/jingle_suite.jingle_session_is_terminated_on_other_receivers_devices.70403.html)

mssql_mnesia_26 / odbc_mssql_mnesia / 34699003ead274a319a3e9012d8355ae7a5cc760 Reports root/ big OK: 4801 / Failed: 6 / User-skipped: 121 / Auto-skipped: 0

graphql_last_SUITE:admin_cli:admin_last_configured:admin_last:admin_count_active_users ```erlang {error,{{assertEqual,[{module,graphql_last_SUITE}, {line,312}, {expression,"get_ok_value ( p ( countActiveUsers ) , Res1 )"}, {expected,2}, {value,1}]}, [{graphql_last_SUITE,admin_count_active_users_story,3, [{file,"/home/circleci/project/big_tests/tests/graphql_last_SUITE.erl"}, {line,312}]}, {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/4228/208792/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b7bf1b1142da.2024-02-23_17.33.17/big_tests.tests.graphql_last_SUITE.logs/run.2024-02-23_17.41.07/graphql_last_suite.admin_count_active_users.24452.html)
graphql_muc_light_SUITE:admin_cli:admin_muc_light:end_per_group ```erlang {error, {{unregistering_failed, {amount,1}, {unregistered_items, [{{<<"_admin_change_room_config_errors_1504">>, [{escalus_event_mgr,<0.24481.0>}, {tc_name,admin_change_room_config_errors}, {escalus_cleaner,<0.24480.0>}, {watchdog,<0.24479.0>}, {muc_light_host,<<"muclight.localhost">>}, {secondary_muc_light_host,<<"muclight.localhost.bis">>}, {protocol,cli}, {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/4228/208792/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b7bf1b1142da.2024-02-23_17.33.17/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-23_17.42.43/graphql_muc_light_suite.admin_change_room_config_errors.32771.html"}, {tc_group_properties,[{name,admin_muc_light}]}, {tc_group_path,[[{name,admin_cli}]]}, {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/4228/208792/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b7bf1b1142da.2024-02-23_17.33.17/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-23_17.42.43/log_private/"}, {{saved_modules,mongooseim@localhost,<<"localhost">>}, #{mod_vcard => #{matches => 30, host => {prefix,<<"vjud.">>}, search => true,backend => rdb... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/208792/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b7bf1b1142da.2024-02-23_17.33.17/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-23_17.42.43/graphql_muc_light_suite.end_per_group.49922.html)
muc_SUITE:register:user_submits_registration_form_twice ```erlang {error, {{assertion_failed,assert,is_iq_result, [{xmlel,<<"iq">>, [{<<"type">>,<<"set">>}, {<<"id">>,<<"a64bfc1bb8acce19b22f8a5993380b13">>}, {<<"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-dc25a8d5a0">>}]}]}]}]}]}], {xmlel,<<"iq">>, [{<<"from">>,<<"muc.localhost">>}, {<<"to">>, <<"alice_user_submits_registration_form_twice_3298@localhost/res1">>}, {<<"type">>,<<"error">>}, {<<"id">>,<<"a64bfc1bb8acce19b22f8a5993380b13">>}], [{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/4228/208792/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b7bf1b1142da.2024-02-23_17.33.17/big_tests.tests.muc_SUITE.logs/run.2024-02-23_17.52.06/muc_suite.user_submits_registration_form_twice.145667.html)
muc_SUITE:register:user_changes_nick ```erlang {error, {thrown, {timeout, [{escalus_connection,receive_stanza,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,303}]}, {muc_SUITE,'-user_changes_nick/1-fun-0-',1, [{file, "/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,2804}]}, {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/4228/208792/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b7bf1b1142da.2024-02-23_17.33.17/big_tests.tests.muc_SUITE.logs/run.2024-02-23_17.52.06/muc_suite.user_changes_nick.145923.html)
muc_SUITE:register:user_unregisters_nick_twice ```erlang {error, {thrown, {timeout, [{escalus_connection,receive_stanza,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,303}]}, {muc_SUITE,'-user_unregisters_nick_twice/1-fun-0-',1, [{file, "/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,2824}]}, {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/4228/208792/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b7bf1b1142da.2024-02-23_17.33.17/big_tests.tests.muc_SUITE.logs/run.2024-02-23_17.52.06/muc_suite.user_unregisters_nick_twice.146179.html)
muc_SUITE:register:user_unregisters_nick ```erlang {error, {thrown, {timeout, [{escalus_connection,receive_stanza,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,303}]}, {muc_SUITE,'-user_unregisters_nick/1-fun-0-',1, [{file, "/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,2817}]}, {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/4228/208792/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b7bf1b1142da.2024-02-23_17.33.17/big_tests.tests.muc_SUITE.logs/run.2024-02-23_17.52.06/muc_suite.user_unregisters_nick.146051.html)
muc_SUITE:register:user_submits_registration_form ```erlang {error, {thrown, {timeout, [{escalus_connection,receive_stanza,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,303}]}, {muc_SUITE,get_nick,1, [{file, "/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,5154}]}, {muc_SUITE,'-user_submits_registration_form/1-fun-0-',1, [{file, "/home/circleci/project/big_tests/tests/muc_SUITE.erl"}, {line,2780}]}, {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/4228/208792/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b7bf1b1142da.2024-02-23_17.33.17/big_tests.tests.muc_SUITE.logs/run.2024-02-23_17.52.06/muc_suite.user_submits_registration_form.145795.html)

mssql_mnesia_26 / odbc_mssql_mnesia / 34699003ead274a319a3e9012d8355ae7a5cc760 Reports root/ big OK: 4806 / Failed: 1 / User-skipped: 121 / 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/4228/208797/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4094c3240a786c.2024-02-23_18.54.13/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-23_18.58.52/graphql_muc_light_suite.admin_create_room_with_unprepped_id.41859.html)

mssql_mnesia_26 / odbc_mssql_mnesia / 34699003ead274a319a3e9012d8355ae7a5cc760 Reports root/ big OK: 4807 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0

mongoose-im commented 2 months ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 582da60337b44cfde2e657953922356bf9b2b2c7 Reports root/ big OK: 417 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_26 / small_tests / 582da60337b44cfde2e657953922356bf9b2b2c7 Reports root / small


small_tests_25 / small_tests / 582da60337b44cfde2e657953922356bf9b2b2c7 Reports root / small


small_tests_26_arm64 / small_tests / 582da60337b44cfde2e657953922356bf9b2b2c7 Reports root / small


ldap_mnesia_25 / ldap_mnesia / 582da60337b44cfde2e657953922356bf9b2b2c7 Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 856 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / 582da60337b44cfde2e657953922356bf9b2b2c7 Reports root/ big OK: 4388 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 582da60337b44cfde2e657953922356bf9b2b2c7 Reports root/ big OK: 4421 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / 582da60337b44cfde2e657953922356bf9b2b2c7 Reports root/ big OK: 2415 / Failed: 0 / User-skipped: 716 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 582da60337b44cfde2e657953922356bf9b2b2c7 Reports root/ big OK: 4421 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / 582da60337b44cfde2e657953922356bf9b2b2c7 Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 856 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / 582da60337b44cfde2e657953922356bf9b2b2c7 Reports root/ big OK: 4356 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 582da60337b44cfde2e657953922356bf9b2b2c7 Reports root/ big OK: 4810 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 582da60337b44cfde2e657953922356bf9b2b2c7 Reports root/ big OK: 4810 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / 582da60337b44cfde2e657953922356bf9b2b2c7 Reports root/ big OK: 4789 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 582da60337b44cfde2e657953922356bf9b2b2c7 Reports root/ big OK: 4418 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / 582da60337b44cfde2e657953922356bf9b2b2c7 Reports root/ big OK: 4807 / Failed: 0 / User-skipped: 121 / 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_1136">>, [{escalus_event_mgr,<0.24857.0>}, {tc_name,admin_invite_user}, {escalus_cleaner,<0.24856.0>}, {watchdog,<0.24855.0>}, {muc_light_host,<<"muclight.localhost">>}, {secondary_muc_light_host,<<"muclight.localhost.bis">>}, {protocol,http}, {domain_admin,{<<"admin@localhost">>,<<"92699381630099fe">>}}, {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/4228/209335/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40844c162c3a1b.2024-02-27_10.49.02/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-27_10.53.54/graphql_muc_light_suite.admin_invite_user.43907.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/4228/209335/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40844c162c3a1b.2024-02-27_10.49.02/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-27_10.53.54/log_private/"}, {{saved_modules,mongooseim@localhost,<<"localhost">>}, #{mod_vcard => #{matches => 30, host => {prefix,<<"vjud.... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4228/209335/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40844c162c3a1b.2024-02-27_10.49.02/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-27_10.53.54/graphql_muc_light_suite.end_per_group.44931.html)
mongoose-im commented 2 months ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 277171b75fdf560c1e79fc7a92f5c0fd98ce54a3 Reports root/ big OK: 417 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 277171b75fdf560c1e79fc7a92f5c0fd98ce54a3 Reports root / small


small_tests_26 / small_tests / 277171b75fdf560c1e79fc7a92f5c0fd98ce54a3 Reports root / small


small_tests_26_arm64 / small_tests / 277171b75fdf560c1e79fc7a92f5c0fd98ce54a3 Reports root / small


ldap_mnesia_26 / ldap_mnesia / 277171b75fdf560c1e79fc7a92f5c0fd98ce54a3 Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 856 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 277171b75fdf560c1e79fc7a92f5c0fd98ce54a3 Reports root/ big OK: 4421 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / 277171b75fdf560c1e79fc7a92f5c0fd98ce54a3 Reports root/ big OK: 4388 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / 277171b75fdf560c1e79fc7a92f5c0fd98ce54a3 Reports root/ big OK: 2275 / Failed: 0 / User-skipped: 856 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 277171b75fdf560c1e79fc7a92f5c0fd98ce54a3 Reports root/ big OK: 4421 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / 277171b75fdf560c1e79fc7a92f5c0fd98ce54a3 Reports root/ big OK: 2415 / Failed: 0 / User-skipped: 716 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / 277171b75fdf560c1e79fc7a92f5c0fd98ce54a3 Reports root/ big OK: 4356 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 277171b75fdf560c1e79fc7a92f5c0fd98ce54a3 Reports root/ big OK: 4418 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 277171b75fdf560c1e79fc7a92f5c0fd98ce54a3 Reports root/ big OK: 4810 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / 277171b75fdf560c1e79fc7a92f5c0fd98ce54a3 Reports root/ big OK: 4789 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 277171b75fdf560c1e79fc7a92f5c0fd98ce54a3 Reports root/ big OK: 4810 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / 277171b75fdf560c1e79fc7a92f5c0fd98ce54a3 Reports root/ big OK: 4807 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0