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/log #4238

Closed chrzaszcz closed 1 month ago

chrzaszcz commented 1 month ago

The goal of this PR is to add a new mongoose_instrument_log handler for instrumentation events. It can be used for generic event logging, debugging and testing.

It is configurable just like metrics, e.g.

[instrumentation.prometheus]
[instrumentation.log]

The new handler is enabled in the default config file for all presets - at least for now in the feature branch. Log level is debug by default, but you can change it:

[instrumentation.log]
  level = "info"

The level can be overridden by adding e.g. loglevel => error to either the event config (on set-up) or the measurements (on execute/span).

Notes:

mongoose-im commented 1 month ago

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


small_tests_25 / small_tests / ea40f5454d7e7d3c7bd55feb1b615cf8eecd60f1 Reports root / small


small_tests_26 / small_tests / ea40f5454d7e7d3c7bd55feb1b615cf8eecd60f1 Reports root / small


small_tests_26_arm64 / small_tests / ea40f5454d7e7d3c7bd55feb1b615cf8eecd60f1 Reports root / small


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


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


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


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


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


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


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


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


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


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


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


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

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 84.45%. Comparing base (c46acd2) to head (ad2056f).

Files Patch % Lines
src/instrument/mongoose_instrument_log.erl 85.71% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## feature/instrument #4238 +/- ## =================================================== Coverage 84.44% 84.45% =================================================== Files 556 557 +1 Lines 33664 33677 +13 =================================================== + Hits 28429 28441 +12 - Misses 5235 5236 +1 ```

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

mongoose-im commented 1 month ago

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


small_tests_25 / small_tests / c240d984137dc08ef3438606c4d79bd0ca063b2d Reports root / small


small_tests_26 / small_tests / c240d984137dc08ef3438606c4d79bd0ca063b2d Reports root / small


small_tests_26_arm64 / small_tests / c240d984137dc08ef3438606c4d79bd0ca063b2d Reports root / small


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


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


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


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


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


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


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


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


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


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


mssql_mnesia_26 / odbc_mssql_mnesia / c240d984137dc08ef3438606c4d79bd0ca063b2d Reports root/ big OK: 4887 / 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/4238/211235/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40fd9b3ff0d25c.2024-03-08_18.32.51/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-08_18.36.56/graphql_muc_light_suite.admin_create_room_with_unprepped_id.60674.html)
graphql_muc_light_SUITE:domain_admin:domain_admin_muc_light:end_per_group ```erlang {error, {{unregistering_failed, {amount,2}, {unregistered_items, [{{<<"_domain_admin_create_identified_room_no_permission_1093">>, [{escalus_event_mgr,<0.24941.0>}, {tc_name,domain_admin_create_identified_room_no_permission}, {escalus_cleaner,<0.24940.0>}, {watchdog,<0.24939.0>}, {muc_light_host,<<"muclight.localhost">>}, {secondary_muc_light_host,<<"muclight.localhost.bis">>}, {protocol,http}, {domain_admin,{<<"admin@localhost">>,<<"735c1175f12c92cf">>}}, {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/4238/211235/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40fd9b3ff0d25c.2024-03-08_18.32.51/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-08_18.36.56/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/4238/211235/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40fd9b3ff0d25c.2024-03-08_18.32.51/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-08_18.36.56/log_private/"}, {{saved_modules,mongooseim@localhost,<<"... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4238/211235/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40fd9b3ff0d25c.2024-03-08_18.32.51/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-08_18.36.56/graphql_muc_light_suite.end_per_group.61314.html)

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

mongoose-im commented 1 month ago

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


small_tests_25 / small_tests / f4d2f7c062479ae6aa7f763cd28794d3aad183c7 Reports root / small


small_tests_26 / small_tests / f4d2f7c062479ae6aa7f763cd28794d3aad183c7 Reports root / small


small_tests_26_arm64 / small_tests / f4d2f7c062479ae6aa7f763cd28794d3aad183c7 Reports root / small


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


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


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


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


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


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

sm_SUITE:ping_timeout ```erlang {error,{noproc,{gen_server,call,[<0.62798.0>,get_sm_h]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4238/211714/internal_mnesia.26.1.2-amd64/big/ct_run.test%40674e9353c904.2024-03-12_09.16.14/big_tests.tests.sm_SUITE.logs/run.2024-03-12_09.31.07/sm_suite.ping_timeout.html)

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


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


pgsql_mnesia_25 / pgsql_mnesia / f4d2f7c062479ae6aa7f763cd28794d3aad183c7 Reports root/ big OK: 4909 / Failed: 1 / User-skipped: 118 / 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_1668@localhost/res1">>}, {<<"id">>,<<"f07997a6-57d0-4484-8c4d-79aca519ad09">>}, {<<"type">>,<<"set">>}], [{xmlel,<<"jingle">>, [{<<"xmlns">>,<<"urn:xmpp:jingle:1">>}, {<<"action">>,<<"session-terminate">>}, {<<"sid">>,<<"e4502737-b8f4-456c-b210-88465df227d9">>}], [{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/4238/211682/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%40f098a915032f.2024-03-12_09.15.36/big_tests.tests.jingle_SUITE.logs/run.2024-03-12_09.23.53/jingle_suite.resp_4xx_from_sip_proxy_results_in_session_terminate.70275.html)

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


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


mssql_mnesia_26 / odbc_mssql_mnesia / f4d2f7c062479ae6aa7f763cd28794d3aad183c7 Reports root/ big OK: 4884 / Failed: 1 / User-skipped: 121 / Auto-skipped: 3

pubsub_SUITE:tree+hometree_specific:can_create_node_with_existing_parent_path ```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}]}, {pubsub_SUITE,'-can_create_node_with_existing_parent_path/1-fun-0-', 1, [{file,"/home/circleci/project/big_tests/tests/pubsub_SUITE.erl"}, {line,1783}]}, {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/4238/211715/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40c92ce1f403e5.2024-03-12_09.16.06/big_tests.tests.pubsub_SUITE.logs/run.2024-03-12_09.31.48/pubsub_suite.can_create_node_with_existing_parent_path.html)
mongoose-im commented 1 month ago

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


small_tests_25 / small_tests / 3810ec38ab267926ec0a3248274a95e7d80487d0 Reports root / small


small_tests_26 / small_tests / 3810ec38ab267926ec0a3248274a95e7d80487d0 Reports root / small


small_tests_26_arm64 / small_tests / 3810ec38ab267926ec0a3248274a95e7d80487d0 Reports root / small


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


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


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

muc_SUITE:register:user_submits_registration_form ```erlang {error, {{assertion_failed,assert,is_iq_result, [{xmlel,<<"iq">>, [{<<"type">>,<<"set">>}, {<<"id">>,<<"cc4a5ac290022c033ee41aed85d9d12f">>}, {<<"to">>,<<"groupchats.domain.example.com">>}], [{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-3e79572a54">>}]}]}]}]}]}], {xmlel,<<"iq">>, [{<<"from">>,<<"groupchats.domain.example.com">>}, {<<"to">>, <<"alice_user_submits_registration_form_2719@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"id">>,<<"cc4a5ac290022c033ee41aed85d9d12f">>}], [{xmlel,<<"query">>, [{<<"xmlns">>,<<"jabber:iq:register">>}], [{xmlel,<<"x">>, [{<<"xmlns">>,<<"jabber:x:data">>}, {<<"type">>,<<"submit">>}], [{xmlel,<<"field">>, [{<<"type">>,<<"hidden">>}, {<<"var">>,<<"FORM_TYPE">>}], ... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4238/211788/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40064927ed9680.2024-03-12_10.42.47/big_tests.tests.muc_SUITE.logs/run.2024-03-12_10.54.13/muc_suite.user_submits_registration_form.200962.html)

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


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


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


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


mssql_mnesia_26 / odbc_mssql_mnesia / 3810ec38ab267926ec0a3248274a95e7d80487d0 Reports root/ big OK: 4888 / 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, [{{<<"_domain_admin_list_room_users_no_permission_1116">>, [{escalus_event_mgr,<0.25127.0>}, {tc_name,domain_admin_list_room_users_no_permission}, {escalus_cleaner,<0.25126.0>}, {watchdog,<0.25125.0>}, {muc_light_host,<<"muclight.localhost">>}, {secondary_muc_light_host,<<"muclight.localhost.bis">>}, {protocol,http}, {domain_admin,{<<"admin@localhost">>,<<"98477a64a3ba1ae7">>}}, {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/4238/211777/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40040b482adbda.2024-03-12_10.42.51/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-12_10.46.56/graphql_muc_light_suite.domain_admin_list_room_users_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/4238/211777/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40040b482adbda.2024-03-12_10.42.51/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-12_10.46.56/log_private/"}, {{saved_modules,mongooseim@localhost,<<"localhost">>}, #... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4238/211777/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40040b482adbda.2024-03-12_10.42.51/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-12_10.46.56/graphql_muc_light_suite.end_per_group.22148.html)

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


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


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

mongoose-im commented 1 month ago

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


small_tests_25 / small_tests / 949f5ae0d3260a8088e9cbedf766dbf211e52870 Reports root / small


small_tests_26 / small_tests / 949f5ae0d3260a8088e9cbedf766dbf211e52870 Reports root / small


small_tests_26_arm64 / small_tests / 949f5ae0d3260a8088e9cbedf766dbf211e52870 Reports root / small


ldap_mnesia_25 / ldap_mnesia / 949f5ae0d3260a8088e9cbedf766dbf211e52870 Reports root/ big OK: 2293 / Failed: 1 / User-skipped: 895 / 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_1030@localhost/res1">>}, {<<"id">>,<<"422a4bc2-f653-4269-86f4-49cdf7b4154a">>}, {<<"type">>,<<"set">>}], [{xmlel,<<"jingle">>, [{<<"xmlns">>,<<"urn:xmpp:jingle:1">>}, {<<"action">>,<<"session-terminate">>}, {<<"sid">>,<<"5a0c679d-897e-44f0-8ed3-66cafaa4bccf">>}], [{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/4238/211806/ldap_mnesia.25.3.2.6-amd64/big/ct_run.test%40fa91c0eb52f4.2024-03-12_11.06.50/big_tests.tests.jingle_SUITE.logs/run.2024-03-12_11.12.26/jingle_suite.resp_4xx_from_sip_proxy_results_in_session_terminate.70402.html)

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


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


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


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


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

pubsub_SUITE:tree+basic:create_node_errors_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/4238/211808/internal_mnesia.26.1.2-amd64/big/ct_run.test%409588574bdb03.2024-03-12_11.08.01/big_tests.tests.pubsub_SUITE.logs/run.2024-03-12_11.21.13/pubsub_suite.create_node_errors_test.21637.html)

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


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


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


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


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


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


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

mongoose-im commented 1 month ago

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


small_tests_25 / small_tests / fb9b5d668b7516278c2bf73ed1009619ab44599d Reports root / small


small_tests_26 / small_tests / fb9b5d668b7516278c2bf73ed1009619ab44599d Reports root / small


small_tests_26_arm64 / small_tests / fb9b5d668b7516278c2bf73ed1009619ab44599d Reports root / small


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


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


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


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


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


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


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


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


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


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


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


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

mongoose-im commented 1 month ago

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


small_tests_25 / small_tests / 2d6415df48bb814c47fd68d2dd43427f2a863e71 Reports root / small


small_tests_26 / small_tests / 2d6415df48bb814c47fd68d2dd43427f2a863e71 Reports root / small


small_tests_26_arm64 / small_tests / 2d6415df48bb814c47fd68d2dd43427f2a863e71 Reports root / small


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


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


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


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


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


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


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


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 2d6415df48bb814c47fd68d2dd43427f2a863e71 Reports root/ big OK: 4497 / 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/4238/211914/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b96d5e7a18f8.2024-03-13_08.09.01/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-13_08.13.24/graphql_muc_light_suite.admin_create_room_with_unprepped_id.27652.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/4238/211914/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b96d5e7a18f8.2024-03-13_08.09.01/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-13_08.13.24/graphql_muc_light_suite.admin_create_room_with_unprepped_id.29060.html)

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


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


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


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

mongoose-im commented 1 month ago

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


small_tests_25 / small_tests / 7c5511d9f199f44a0546aab9bcec1c7cfe5590e1 Reports root / small


small_tests_26 / small_tests / 7c5511d9f199f44a0546aab9bcec1c7cfe5590e1 Reports root / small


small_tests_26_arm64 / small_tests / 7c5511d9f199f44a0546aab9bcec1c7cfe5590e1 Reports root / small


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


dynamic_domains_mysql_redis_26 / mysql_redis / 7c5511d9f199f44a0546aab9bcec1c7cfe5590e1 Reports root/ big OK: 4468 / 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_589@domain.example.com">>}, {<<"to">>, <<"alice_dropped_client_doesnt_create_duplicate_carbons_589@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_589@domain.example.com/res1">>}, {<<"type">>,<<"chat">>}, {<<"to">>, <<"bob_dropped_client_doesnt_create_duplicate_carbons_589@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/4238/211958/mysql_redis.26.1.2-amd64/big/ct_run.test%405ae3b7759432.2024-03-13_08.15.16/big_tests.tests.carboncopy_SUITE.logs/run.2024-03-13_08.16.04/carboncopy_suite.dropped_client_doesnt_create_duplicate_carbons.12804.html)

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


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


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


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


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


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


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

pubsub_SUITE:dag+basic:retract_when_user_goes_offline_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}]}, {pubsub_SUITE,'-retract_when_user_goes_offline_test/1-fun-0-',3, [{file,"/home/circleci/project/big_tests/tests/pubsub_SUITE.erl"}, {line,600}]}, {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/4238/211952/internal_mnesia.26.1.2-amd64/big/ct_run.test%40926262d46d92.2024-03-13_08.15.44/big_tests.tests.pubsub_SUITE.logs/run.2024-03-13_08.30.35/pubsub_suite.retract_when_user_goes_offline_test.23045.html)

pgsql_mnesia_26 / pgsql_mnesia / 7c5511d9f199f44a0546aab9bcec1c7cfe5590e1 Reports root/ big OK: 4885 / Failed: 1 / User-skipped: 118 / 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,<<"41dc98cc500c392e0cc366ee4835c7c46b137443">>, <10240.10450.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/4238/211957/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40b0a752ca9ea1.2024-03-13_08.15.01/big_tests.tests.bosh_SUITE.logs/run.2024-03-13_08.15.31/bosh_suite.accept_higher_hold_value.18434.html)

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


mssql_mnesia_26 / odbc_mssql_mnesia / 7c5511d9f199f44a0546aab9bcec1c7cfe5590e1 Reports root/ big OK: 4885 / Failed: 3 / User-skipped: 121 / Auto-skipped: 0

graphql_muc_light_SUITE:admin_cli:admin_muc_light:end_per_group ```erlang {error, {{unregistering_failed, {amount,3}, {unregistered_items, [{{<<"_admin_change_room_config_non_existent_domain_1073">>, [{escalus_event_mgr,<0.24470.0>}, {tc_name,admin_change_room_config_non_existent_domain}, {escalus_cleaner,<0.24469.0>}, {watchdog,<0.24468.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/4238/211959/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4028fd5c20968b.2024-03-13_08.15.40/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-13_08.19.49/graphql_muc_light_suite.admin_change_room_config_non_existent_domain.62722.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/4238/211959/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4028fd5c20968b.2024-03-13_08.15.40/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-13_08.19.49/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/4238/211959/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4028fd5c20968b.2024-03-13_08.15.40/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-13_08.19.49/graphql_muc_light_suite.end_per_group.64258.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/4238/211959/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4028fd5c20968b.2024-03-13_08.15.40/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-13_08.19.49/graphql_muc_light_suite.admin_create_room_with_unprepped_id.40195.html)
graphql_server_SUITE:admin_cli:clustering_tests:remove_dead_from_cluster ```erlang {error,{{have_node_in_mnesia,true,[{times,60,false}],ok}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"}, {line,359}]}, {graphql_server_SUITE,remove_dead_from_cluster,1, [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"}, {line,204}]}, {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/4238/211959/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4028fd5c20968b.2024-03-13_08.15.40/big_tests.tests.graphql_server_SUITE.logs/run.2024-03-13_08.25.35/graphql_server_suite.remove_dead_from_cluster.html)
graphql_server_SUITE:admin_cli:clustering_tests:remove_alive_from_cluster ```erlang {error,{{badrpc,timeout}, [{distributed_helper,rpc, [#{timeout => 60000, node => mongooseim3@localhost}, mongoose_cluster,join, [mongooseim@localhost]], [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {graphql_server_SUITE,remove_alive_from_cluster,1, [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"}, {line,214}]}, {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/4238/211959/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4028fd5c20968b.2024-03-13_08.15.40/big_tests.tests.graphql_server_SUITE.logs/run.2024-03-13_08.25.35/graphql_server_suite.remove_alive_from_cluster.html)
metrics_api_SUITE:global:cluster_size ```erlang {failed, {metrics_api_SUITE,end_per_testcase, {'EXIT', {function_clause, [{distributed_helper,rpc, [mongooseim3@localhost,mnesia,system_info,[is_running]], [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,135}]}, {distributed_helper,has_mnesia,1, [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,31}]}, {distributed_helper,add_node_to_cluster,2, [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,34}]}, {metrics_api_SUITE,'-ensure_nodes_clustered/1-lc$^0/1-0-',2, [{file, "/home/circleci/project/big_tests/tests/metrics_api_SUITE.erl"}, {line,482}]}, {metrics_api_SUITE,ensure_nodes_clustered,1, [{file, "/home/circleci/project/big_tests/tests/metrics_api_SUITE.erl"}, {line,483}]}, {metrics_api_SUITE,end_per_testcase,2, [{file, "/home/circleci/project/big_tests/tests/metrics_api_SUITE.erl"}, {line,85}]}, {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}]}]}}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4238/211959/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4028fd5c20968b.2024-03-13_08.15.40/big_tests.tests.metrics_api_SUITE.logs/run.2024-03-13_08.33.42/metrics_api_suite.cluster_size.html)

dynamic_domains_mysql_redis_26 / mysql_redis / 7c5511d9f199f44a0546aab9bcec1c7cfe5590e1 Reports root/ big OK: 4463 / Failed: 1 / User-skipped: 144 / 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,<<"21817790963037aa50edc8f11eb29f9463e4eaf8">>, <10228.10472.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/4238/212032/mysql_redis.26.1.2-amd64/big/ct_run.test%403b6f624d8ead.2024-03-13_08.50.14/big_tests.tests.bosh_SUITE.logs/run.2024-03-13_08.50.46/bosh_suite.accept_higher_hold_value.15874.html)

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


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


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


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

mongoose-im commented 1 month ago

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


small_tests_25 / small_tests / ad2056fc6dba6d43c1eb66466438950f7e228f93 Reports root / small


small_tests_26 / small_tests / ad2056fc6dba6d43c1eb66466438950f7e228f93 Reports root / small


small_tests_26_arm64 / small_tests / ad2056fc6dba6d43c1eb66466438950f7e228f93 Reports root / small


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


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


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


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


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


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


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


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


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


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


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


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

graphql_muc_light_SUITE:admin_http:admin_muc_light:end_per_group ```erlang {error, {{unregistering_failed, {amount,1}, {unregistered_items, [{{<<"_admin_create_room_with_custom_fields_1038">>, [{escalus_event_mgr,<0.23808.0>}, {tc_name,admin_create_room_with_custom_fields}, {escalus_cleaner,<0.23807.0>}, {watchdog,<0.23806.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, 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/4238/212124/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40aa89cfba0f04.2024-03-13_10.40.54/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-13_10.45.33/graphql_muc_light_suite.admin_create_room_with_custom_fields.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/4238/212124/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40aa89cfba0f04.2024-03-13_10.40.54/big_tests.tests.g... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4238/212124/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40aa89cfba0f04.2024-03-13_10.40.54/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-13_10.45.33/graphql_muc_light_suite.end_per_group.59394.html)