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 mod_mam #4224

Closed chrzaszcz closed 1 month ago

chrzaszcz commented 2 months ago

This PR updates mod_mam to use mongoose_instrument and adds instrumentation tests.

mod_mam

All metrics are updated to use mongoose_instrument. The naming scheme is simple: they start with mod_mam_pm or mod_mam_muc, followed by the event name.

Measurements include some data like params and jid. This is mostly to differentiate between the events in big tests. IMO we could add items here on demand. So far I limited the additions, but there doesn't seem to be a any real cost, because they are not copied anywhere. I decided neither not to put them in separate metadata, nor to put the metrics in a separate sub-map, but we could do that if we see benefit.

Apart from that, I tried not to modify what is instrumented, but only how it's done - some parts of MAM could be instrumented in a better (more consistent) way.

Tests

Because it is the first time we are testing instrumentation, new test helpers were needed. The main helper module instrument_helper is started and stopped with the whole test suite.

In init_per_suite, you call instrument_helper:start(DeclaredEvents), providing a list of declared events ({EventName, Labels} tuples). It injects and starts instrument_event_table on the tested node (currently mim()). Two ETS tables are initialized:

In the tests, there are calls to instrument_helper:assert/3, which assert that a matching event with measurements is present, and mark {EventName, Labels} as tested.

In end_per_suite, you call instrument_helper:stop(), which checks the status of tested/untested events.

If any events were declared and logged (collected in instrument_event_table), but were not tested with assert/3, end_per_suite would fail.

Events that were declared, but not logged, indicate functionality, that is not covered by any tests. We have such functionality, and this is why currently there is no fail in this case. IMO, we could change this later. Alternatively, we could explicitly list all uncovered instrumentation, but it would be a bit tedious.

Metric tests, which checked exometer metrics replaced by the new instrumentation, are now removed.

Current test coverage

This is the current report from end_per_suite. There is no fail, because the untested events were not logged, i.e. the functionality is not covered by the tests.

[šŸ”—](file:///.../big_tests.tests.mam_SUITE.logs/run.2024-03-18_09.58.00/mam_suite.end_per_suite.html#e-35252)

Tested instrumentation events:
 [{mod_mam_muc_archive_message,#{host_type => <<"localhost">>}},
  {mod_mam_muc_dropped_iq,#{host_type => <<"localhost">>}},
  {mod_mam_muc_flushed,#{host_type => <<"localhost">>}},
  {mod_mam_muc_lookup,#{host_type => <<"localhost">>}},
  {mod_mam_muc_remove_archive,#{host_type => <<"localhost">>}},
  {mod_mam_pm_archive_message,#{host_type => <<"localhost">>}},
  {mod_mam_pm_dropped_iq,#{host_type => <<"localhost">>}},
  {mod_mam_pm_flushed,#{host_type => <<"localhost">>}},
  {mod_mam_pm_get_prefs,#{host_type => <<"localhost">>}},
  {mod_mam_pm_lookup,#{host_type => <<"localhost">>}},
  {mod_mam_pm_remove_archive,#{host_type => <<"localhost">>}},
  {mod_mam_pm_set_prefs,#{host_type => <<"localhost">>}}]

*** User 2024-03-18 09:58:40.225 ***
[šŸ”—](file://.../big_tests/ct_report/ct_run.test@m.2024-03-18_09.57.59/big_tests.tests.mam_SUITE.logs/run.2024-03-18_09.58.00/mam_suite.end_per_suite.html#e-35253)

Instrumentation events that were not logged - functionality not covered by tests:
[{mod_mam_muc_dropped,#{host_type => <<"localhost">>}},
 {mod_mam_muc_get_prefs,#{host_type => <<"localhost">>}},
 {mod_mam_muc_set_prefs,#{host_type => <<"localhost">>}},
 {mod_mam_pm_dropped,#{host_type => <<"localhost">>}}]

The following changes will be needed to cover all events, but they are excluded from this PR:

mongoose-im commented 2 months ago

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


small_tests_25 / small_tests / 5f6ebe442d3834c848267a4e6e79d1a1dc806c9f Reports root / small


small_tests_26 / small_tests / 5f6ebe442d3834c848267a4e6e79d1a1dc806c9f Reports root / small


small_tests_26_arm64 / small_tests / 5f6ebe442d3834c848267a4e6e79d1a1dc806c9f Reports root / small


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


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


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


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


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


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


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


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


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


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


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


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

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 84.43%. Comparing base (7f5ee86) to head (ce475da).

Files Patch % Lines
src/mam/mod_mam_muc.erl 63.15% 7 Missing :warning:
src/mam/mod_mam_muc_rdbms_arch_async.erl 60.00% 2 Missing :warning:
src/mam/mod_mam_pm.erl 91.30% 2 Missing :warning:
src/mam/mod_mam_rdbms_arch_async.erl 60.00% 2 Missing :warning:
src/mam/mod_mam_elasticsearch_arch.erl 0.00% 1 Missing :warning:
src/mam/mod_mam_muc_elasticsearch_arch.erl 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## feature/instrument #4224 +/- ## ====================================================== - Coverage 84.44% 84.43% -0.02% ====================================================== Files 557 556 -1 Lines 33677 33633 -44 ====================================================== - Hits 28440 28399 -41 + Misses 5237 5234 -3 ```

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

mongoose-im commented 2 months ago

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


small_tests_25 / small_tests / 184dad255dbda442620c747fb6daf7b532eee0c2 Reports root / small


small_tests_26 / small_tests / 184dad255dbda442620c747fb6daf7b532eee0c2 Reports root / small


small_tests_26_arm64 / small_tests / 184dad255dbda442620c747fb6daf7b532eee0c2 Reports root / small


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


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


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


dynamic_domains_mysql_redis_26 / mysql_redis / 184dad255dbda442620c747fb6daf7b532eee0c2 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_582@domain.example.com">>}, {<<"to">>, <<"alice_dropped_client_doesnt_create_duplicate_carbons_582@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_582@domain.example.com/res1">>}, {<<"type">>,<<"chat">>}, {<<"to">>, <<"bob_dropped_client_doesnt_create_duplicate_carbons_582@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/4224/207733/mysql_redis.26.1.2-amd64/big/ct_run.test%40483e4ec894cd.2024-02-15_10.00.53/big_tests.tests.carboncopy_SUITE.logs/run.2024-02-15_10.01.38/carboncopy_suite.dropped_client_doesnt_create_duplicate_carbons.9220.html)

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


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


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


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


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


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


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


mssql_mnesia_26 / odbc_mssql_mnesia / 184dad255dbda442620c747fb6daf7b532eee0c2 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,2}, {unregistered_items, [{{<<"_admin_change_room_config_1113">>, [{escalus_event_mgr,<0.25860.0>}, {tc_name,admin_change_room_config}, {escalus_cleaner,<0.25859.0>}, {watchdog,<0.25858.0>}, {muc_light_host,<<"muclight.localhost">>}, {secondary_muc_light_host,<<"muclight.localhost.bis">>}, {protocol,http}, {domain_admin,{<<"admin@localhost">>,<<"4f2ac806d2dde1cf">>}}, {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/4224/207735/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%405375d0a4f40f.2024-02-15_10.00.58/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-15_10.05.28/graphql_muc_light_suite.admin_change_room_config.19333.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/4224/207735/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%405375d0a4f40f.2024-02-15_10.00.58/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-15_10.05.28/log_private/"}, {{saved_modules,mongooseim@localhost,<<"localhost">>}, #{mod_vcard => #{matches => 30, hos... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/207735/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%405375d0a4f40f.2024-02-15_10.00.58/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-02-15_10.05.28/graphql_muc_light_suite.end_per_group.54786.html)

dynamic_domains_mysql_redis_26 / mysql_redis / 184dad255dbda442620c747fb6daf7b532eee0c2 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 / 034a5191a2579cb6dfb10a8180454c6abf9d77bf Reports root/ big OK: 417 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 034a5191a2579cb6dfb10a8180454c6abf9d77bf Reports root / small


small_tests_26 / small_tests / 034a5191a2579cb6dfb10a8180454c6abf9d77bf Reports root / small


small_tests_26_arm64 / small_tests / 034a5191a2579cb6dfb10a8180454c6abf9d77bf Reports root / small


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


dynamic_domains_mysql_redis_26 / mysql_redis / 034a5191a2579cb6dfb10a8180454c6abf9d77bf 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_590@domain.example.com">>}, {<<"to">>, <<"alice_dropped_client_doesnt_create_duplicate_carbons_590@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_590@domain.example.com/res1">>}, {<<"type">>,<<"chat">>}, {<<"to">>, <<"bob_dropped_client_doesnt_create_duplicate_carbons_590@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/4224/208612/mysql_redis.26.1.2-amd64/big/ct_run.test%40f57291ac9fa9.2024-02-22_18.54.44/big_tests.tests.carboncopy_SUITE.logs/run.2024-02-22_18.55.32/carboncopy_suite.dropped_client_doesnt_create_duplicate_carbons.14467.html)

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


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


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


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


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


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


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


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


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


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


dynamic_domains_mysql_redis_26 / mysql_redis / 034a5191a2579cb6dfb10a8180454c6abf9d77bf 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 / 3c333fbeed524314bf35352c3e7645ade3610484 Reports root/ big OK: 417 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 3c333fbeed524314bf35352c3e7645ade3610484 Reports root / small


small_tests_26 / small_tests / 3c333fbeed524314bf35352c3e7645ade3610484 Reports root / small


small_tests_26_arm64 / small_tests / 3c333fbeed524314bf35352c3e7645ade3610484 Reports root / small


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


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


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


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


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


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


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 3c333fbeed524314bf35352c3e7645ade3610484 Reports root/ big OK: 4420 / Failed: 1 / User-skipped: 111 / Auto-skipped: 0

sm_SUITE:ping_timeout ```erlang {error,{noproc,{gen_server,call,[<0.84852.0>,get_sm_h]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/209651/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%4082443996ece0.2024-02-27_17.38.28/big_tests.tests.sm_SUITE.logs/run.2024-02-27_17.53.44/sm_suite.ping_timeout.html)

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


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


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


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


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

mongoose-im commented 1 month ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 5ab548c6572d985395b31c77c2d7a474b0a8f4d3 Reports root/ big OK: 337 / Failed: 20 / User-skipped: 43 / Auto-skipped: 0

mam_SUITE:cassandra_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211153/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40053abd2abff6.2024-03-08_13.40.48/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.40.50/mam_suite.easy_archive_request.770.html)
mam_SUITE:cassandra_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211153/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40053abd2abff6.2024-03-08_13.40.48/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.40.50/mam_suite.easy_archive_request.900.html)
mam_SUITE:cassandra_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211153/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40053abd2abff6.2024-03-08_13.40.48/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.40.50/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.2053.html)
mam_SUITE:cassandra_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211153/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40053abd2abff6.2024-03-08_13.40.48/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.40.50/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.1797.html)
mam_SUITE:cassandra_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211153/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40053abd2abff6.2024-03-08_13.40.48/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.40.50/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.1925.html)
mam_SUITE:cassandra_muc_all:muc04:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211153/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40053abd2abff6.2024-03-08_13.40.48/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.40.50/mam_suite.muc_archive_request.3203.html)
mam_SUITE:cassandra_muc_all:muc06:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211153/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40053abd2abff6.2024-03-08_13.40.48/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.40.50/mam_suite.muc_archive_request.3332.html)
mam_SUITE:cassandra_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211153/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40053abd2abff6.2024-03-08_13.40.48/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.40.50/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.5379.html)
mam_SUITE:cassandra_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211153/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40053abd2abff6.2024-03-08_13.40.48/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.40.50/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.4995.html)
mam_SUITE:cassandra_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211153/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40053abd2abff6.2024-03-08_13.40.48/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.40.50/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.5251.html)
mam_SUITE:elasticsearch_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211153/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40053abd2abff6.2024-03-08_13.40.48/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.40.50/mam_suite.easy_archive_request.6276.html)
mam_SUITE:elasticsearch_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211153/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40053abd2abff6.2024-03-08_13.40.48/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.40.50/mam_suite.easy_archive_request.8452.html)
mam_SUITE:elasticsearch_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211153/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40053abd2abff6.2024-03-08_13.40.48/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.40.50/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.9604.html)
mam_SUITE:elasticsearch_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211153/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40053abd2abff6.2024-03-08_13.40.48/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.40.50/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.5509.html)
mam_SUITE:elasticsearch_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211153/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40053abd2abff6.2024-03-08_13.40.48/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.40.50/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.13186.html)
mam_SUITE:elasticsearch_muc_all:muc04:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211153/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40053abd2abff6.2024-03-08_13.40.48/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.40.50/mam_suite.muc_archive_request.9860.html)
mam_SUITE:elasticsearch_muc_all:muc06:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211153/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40053abd2abff6.2024-03-08_13.40.48/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.40.50/mam_suite.muc_archive_request.11268.html)
mam_SUITE:elasticsearch_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211153/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40053abd2abff6.2024-03-08_13.40.48/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.40.50/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.17795.html)
mam_SUITE:elasticsearch_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211153/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40053abd2abff6.2024-03-08_13.40.48/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.40.50/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.17539.html)
mam_SUITE:elasticsearch_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211153/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40053abd2abff6.2024-03-08_13.40.48/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.40.50/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.17667.html)
mam_SUITE:end_per_suite ```erlang {error,{test_case_failed,"Untested instrumentation events: [mod_mam_muc_archive_message,\n mod_mam_muc_dropped_iq,mod_mam_muc_lookup,\n mod_mam_muc_remove_archive,\n mod_mam_pm_archive_message,\n mod_mam_pm_dropped_iq,mod_mam_pm_get_prefs,\n mod_mam_pm_lookup,mod_mam_pm_remove_archive,\n mod_mam_pm_set_prefs]"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211153/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%40053abd2abff6.2024-03-08_13.40.48/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.40.50/mam_suite.end_per_suite.html)

small_tests_26 / small_tests / 5ab548c6572d985395b31c77c2d7a474b0a8f4d3 Reports root / small


small_tests_25 / small_tests / 5ab548c6572d985395b31c77c2d7a474b0a8f4d3 Reports root / small


small_tests_26_arm64 / small_tests / 5ab548c6572d985395b31c77c2d7a474b0a8f4d3 Reports root / small


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


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


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


dynamic_domains_mysql_redis_26 / mysql_redis / 5ab548c6572d985395b31c77c2d7a474b0a8f4d3 Reports root/ big OK: 4147 / Failed: 70 / User-skipped: 144 / Auto-skipped: 0

mam_SUITE:rdbms_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.easy_archive_request.107394.html)
mam_SUITE:rdbms_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.easy_archive_request.61699.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.27909.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.28165.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.28037.html)
mam_SUITE:rdbms_muc_all:muc04:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.muc_archive_request.30085.html)
mam_SUITE:rdbms_muc_all:muc06:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.muc_archive_request.111874.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.33029.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.32901.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.32773.html)
mam_SUITE:rdbms_easy_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.easy_archive_request.69763.html)
mam_SUITE:rdbms_easy_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.easy_archive_request.115458.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.34949.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.54788.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.35077.html)
mam_SUITE:rdbms_easy_muc_all:muc04:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.muc_archive_request.72579.html)
mam_SUITE:rdbms_easy_muc_all:muc06:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.muc_archive_request.119682.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.36741.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.36869.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.36997.html)
mam_SUITE:rdbms_async_pool_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.easy_archive_request.79875.html)
mam_SUITE:rdbms_async_pool_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.easy_archive_request.81283.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.63108.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.63364.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211158/mysql_redis.26.1.2-amd64/big/ct_run.test%40242d2dac5aa8.2024-03-08_13.40.14/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.46.27/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.63236.html)

46 errors were truncated


pgsql_cets_26 / pgsql_cets / 5ab548c6572d985395b31c77c2d7a474b0a8f4d3 Reports root/ big OK: 4195 / Failed: 50 / User-skipped: 178 / Auto-skipped: 0

mam_SUITE:rdbms_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.easy_archive_request.98306.html)
mam_SUITE:rdbms_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.easy_archive_request.24965.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.59396.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.100994.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.59268.html)
mam_SUITE:rdbms_muc_all:muc04:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.muc_archive_request.68739.html)
mam_SUITE:rdbms_muc_all:muc06:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.muc_archive_request.102786.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.63108.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.62852.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.62980.html)
mam_SUITE:rdbms_easy_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.easy_archive_request.71555.html)
mam_SUITE:rdbms_easy_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.easy_archive_request.29829.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.76547.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.109698.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.76675.html)
mam_SUITE:rdbms_easy_muc_all:muc04:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.muc_archive_request.67204.html)
mam_SUITE:rdbms_easy_muc_all:muc06:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.muc_archive_request.110978.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.70020.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.69892.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.69764.html)
mam_SUITE:rdbms_async_pool_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.easy_archive_request.117634.html)
mam_SUITE:rdbms_async_pool_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.easy_archive_request.72836.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.84227.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.121730.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211166/pgsql_cets.26.1.2-amd64/big/ct_run.test%40b663e410960c.2024-03-08_13.40.22/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.08/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.121602.html)

26 errors were truncated


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 5ab548c6572d985395b31c77c2d7a474b0a8f4d3 Reports root/ big OK: 4180 / Failed: 70 / User-skipped: 111 / Auto-skipped: 0

mam_SUITE:rdbms_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.easy_archive_request.96898.html)
mam_SUITE:rdbms_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.easy_archive_request.77699.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.80387.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.80515.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.80259.html)
mam_SUITE:rdbms_muc_all:muc04:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.muc_archive_request.100866.html)
mam_SUITE:rdbms_muc_all:muc06:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.muc_archive_request.26629.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.105346.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.105602.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.105474.html)
mam_SUITE:rdbms_easy_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.easy_archive_request.49668.html)
mam_SUITE:rdbms_easy_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.easy_archive_request.28933.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.31621.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.31365.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.31493.html)
mam_SUITE:rdbms_easy_muc_all:muc04:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.muc_archive_request.112258.html)
mam_SUITE:rdbms_easy_muc_all:muc06:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.muc_archive_request.53508.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.34565.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.34693.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.34437.html)
mam_SUITE:rdbms_async_pool_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.easy_archive_request.118274.html)
mam_SUITE:rdbms_async_pool_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.easy_archive_request.119554.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.59652.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.59396.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211156/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40c82361eb75ba.2024-03-08_13.40.29/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.26/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.59524.html)

46 errors were truncated


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 5ab548c6572d985395b31c77c2d7a474b0a8f4d3 Reports root/ big OK: 4180 / Failed: 70 / User-skipped: 111 / Auto-skipped: 0

mam_SUITE:rdbms_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.easy_archive_request.62467.html)
mam_SUITE:rdbms_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.easy_archive_request.63235.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.118402.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.28421.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.118530.html)
mam_SUITE:rdbms_muc_all:muc04:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.muc_archive_request.29445.html)
mam_SUITE:rdbms_muc_all:muc06:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.muc_archive_request.40068.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.42500.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.42244.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.42372.html)
mam_SUITE:rdbms_easy_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.easy_archive_request.123010.html)
mam_SUITE:rdbms_easy_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.easy_archive_request.44420.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.76547.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.125186.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.125314.html)
mam_SUITE:rdbms_easy_muc_all:muc04:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.muc_archive_request.126722.html)
mam_SUITE:rdbms_easy_muc_all:muc06:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.muc_archive_request.128002.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.82691.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.82435.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.82563.html)
mam_SUITE:rdbms_async_pool_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.easy_archive_request.133634.html)
mam_SUITE:rdbms_async_pool_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.easy_archive_request.47876.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.36869.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.36997.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211147/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4084d915d9d29a.2024-03-08_13.39.51/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.22/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.37125.html)

46 errors were truncated


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 5ab548c6572d985395b31c77c2d7a474b0a8f4d3 Reports root/ big OK: 4177 / Failed: 70 / User-skipped: 114 / Auto-skipped: 0

mam_SUITE:rdbms_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.easy_archive_request.39428.html)
mam_SUITE:rdbms_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.easy_archive_request.65795.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.104450.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.104322.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.104194.html)
mam_SUITE:rdbms_muc_all:muc04:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.muc_archive_request.67971.html)
mam_SUITE:rdbms_muc_all:muc06:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.muc_archive_request.43268.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.70403.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.70659.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.70531.html)
mam_SUITE:rdbms_easy_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.easy_archive_request.110082.html)
mam_SUITE:rdbms_easy_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.easy_archive_request.46724.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.77955.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.77699.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.77827.html)
mam_SUITE:rdbms_easy_muc_all:muc04:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.muc_archive_request.113538.html)
mam_SUITE:rdbms_easy_muc_all:muc06:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.muc_archive_request.28421.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.31749.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.31621.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.31493.html)
mam_SUITE:rdbms_async_pool_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.easy_archive_request.51332.html)
mam_SUITE:rdbms_async_pool_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.easy_archive_request.121602.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.124546.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.124674.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211160/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40ff383ca72630.2024-03-08_13.41.07/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.50.45/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.124418.html)

46 errors were truncated


pgsql_mnesia_25 / pgsql_mnesia / 5ab548c6572d985395b31c77c2d7a474b0a8f4d3 Reports root/ big OK: 4569 / Failed: 70 / User-skipped: 118 / Auto-skipped: 0

mam_SUITE:rdbms_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.easy_archive_request.110594.html)
mam_SUITE:rdbms_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.easy_archive_request.44932.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.30981.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.30725.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.30853.html)
mam_SUITE:rdbms_muc_all:muc04:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.muc_archive_request.114690.html)
mam_SUITE:rdbms_muc_all:muc06:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.muc_archive_request.67715.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.50564.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.50436.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.50308.html)
mam_SUITE:rdbms_easy_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.easy_archive_request.120194.html)
mam_SUITE:rdbms_easy_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.easy_archive_request.122626.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.34693.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.34565.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.34437.html)
mam_SUITE:rdbms_easy_muc_all:muc04:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.muc_archive_request.73219.html)
mam_SUITE:rdbms_easy_muc_all:muc06:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.muc_archive_request.127874.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.132738.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.132610.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.132482.html)
mam_SUITE:rdbms_async_pool_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.easy_archive_request.136322.html)
mam_SUITE:rdbms_async_pool_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.easy_archive_request.137602.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.54916.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.54788.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211148/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%4095b008f90152.2024-03-08_13.39.35/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.47.58/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.141698.html)

46 errors were truncated


mysql_redis_26 / mysql_redis / 5ab548c6572d985395b31c77c2d7a474b0a8f4d3 Reports root/ big OK: 4548 / Failed: 70 / User-skipped: 139 / Auto-skipped: 0

mam_SUITE:rdbms_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.easy_archive_request.73219.html)
mam_SUITE:rdbms_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.easy_archive_request.74115.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.103682.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.103298.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.103554.html)
mam_SUITE:rdbms_muc_all:muc04:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.muc_archive_request.79363.html)
mam_SUITE:rdbms_muc_all:muc06:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.muc_archive_request.105858.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.44548.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.44676.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.44292.html)
mam_SUITE:rdbms_easy_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.easy_archive_request.33413.html)
mam_SUITE:rdbms_easy_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.easy_archive_request.46468.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.34949.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.35205.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.35077.html)
mam_SUITE:rdbms_easy_muc_all:muc04:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.muc_archive_request.84483.html)
mam_SUITE:rdbms_easy_muc_all:muc06:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.muc_archive_request.114818.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.87171.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.86915.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.87043.html)
mam_SUITE:rdbms_async_pool_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.easy_archive_request.121090.html)
mam_SUITE:rdbms_async_pool_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.easy_archive_request.92291.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.123394.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.37765.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211159/mysql_redis.26.1.2-amd64/big/ct_run.test%4041a34db08f3a.2024-03-08_13.40.36/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.48.10/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.123522.html)

46 errors were truncated


pgsql_mnesia_26 / pgsql_mnesia / 5ab548c6572d985395b31c77c2d7a474b0a8f4d3 Reports root/ big OK: 4569 / Failed: 70 / User-skipped: 118 / Auto-skipped: 0

mam_SUITE:rdbms_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.easy_archive_request.65923.html)
mam_SUITE:rdbms_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.easy_archive_request.31109.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.108290.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.108162.html)
mam_SUITE:rdbms_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.108418.html)
mam_SUITE:rdbms_muc_all:muc04:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.muc_archive_request.110338.html)
mam_SUITE:rdbms_muc_all:muc06:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.muc_archive_request.111106.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.51332.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.51204.html)
mam_SUITE:rdbms_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.51460.html)
mam_SUITE:rdbms_easy_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.easy_archive_request.112770.html)
mam_SUITE:rdbms_easy_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.easy_archive_request.52996.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.114306.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.114562.html)
mam_SUITE:rdbms_easy_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.114434.html)
mam_SUITE:rdbms_easy_muc_all:muc04:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.muc_archive_request.116226.html)
mam_SUITE:rdbms_easy_muc_all:muc06:muc_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_muc_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.muc_archive_request.35589.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.81539.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.60420.html)
mam_SUITE:rdbms_easy_muc_all:muc_rsm_all:muc_rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.60548.html)
mam_SUITE:rdbms_async_pool_mam_all:mam04:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.easy_archive_request.61572.html)
mam_SUITE:rdbms_async_pool_mam_all:mam06:easy_archive_request ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_archive_message"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.easy_archive_request.85763.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.server_returns_item_not_found_for_after_filter_with_nonexistent_id.66436.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_after_filter_with_invalid_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.server_returns_item_not_found_for_after_filter_with_invalid_id.66564.html)
mam_SUITE:rdbms_async_pool_mam_all:rsm_all:rsm04:server_returns_item_not_found_for_before_filter_with_nonexistent_id ```erlang {error,{test_case_failed,"Timeout waiting for event mod_mam_pm_dropped_iq"}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/211165/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%404bfe4b9f963a.2024-03-08_13.40.28/big_tests.tests.mam_SUITE.logs/run.2024-03-08_13.49.48/mam_suite.server_returns_item_not_found_for_before_filter_with_nonexistent_id.66052.html)

46 errors were truncated

mongoose-im commented 1 month ago

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


small_tests_25 / small_tests / 9350cd37518c8009d85c4fa9a09b2d377b34770b Reports root / small


small_tests_26 / small_tests / 9350cd37518c8009d85c4fa9a09b2d377b34770b Reports root / small


small_tests_26_arm64 / small_tests / 9350cd37518c8009d85c4fa9a09b2d377b34770b Reports root / small


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


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


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


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


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


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


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


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


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


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


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


mssql_mnesia_26 / odbc_mssql_mnesia / 9350cd37518c8009d85c4fa9a09b2d377b34770b 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 / 72a514f2da463012a3c6cdd5fdebcb67307956de Reports root/ big OK: 429 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 72a514f2da463012a3c6cdd5fdebcb67307956de Reports root / small


small_tests_26 / small_tests / 72a514f2da463012a3c6cdd5fdebcb67307956de Reports root / small


small_tests_26_arm64 / small_tests / 72a514f2da463012a3c6cdd5fdebcb67307956de Reports root / small


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


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


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


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


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


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


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


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


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


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


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


mssql_mnesia_26 / odbc_mssql_mnesia / 72a514f2da463012a3c6cdd5fdebcb67307956de 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 / 031fb81c3b18f8c429e2961eaa40ce3b147eae2e Reports root/ big OK: 429 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 031fb81c3b18f8c429e2961eaa40ce3b147eae2e Reports root / small


small_tests_26 / small_tests / 031fb81c3b18f8c429e2961eaa40ce3b147eae2e Reports root / small


small_tests_26_arm64 / small_tests / 031fb81c3b18f8c429e2961eaa40ce3b147eae2e Reports root / small


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


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


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


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


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


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


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


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


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


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 031fb81c3b18f8c429e2961eaa40ce3b147eae2e Reports root/ big OK: 4499 / 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_list_room_users_1202">>, [{escalus_event_mgr,<0.25962.0>}, {tc_name,admin_list_room_users}, {escalus_cleaner,<0.25961.0>}, {watchdog,<0.25960.0>}, {muc_light_host,<<"muclight.domain.example.com">>}, {secondary_muc_light_host,<<"muclight.domain.example.org">>}, {protocol,http}, {domain_admin,{<<"admin@domain.example.com">>,<<"cb4c9b3a223ae234">>}}, {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/4224/212436/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4011b66bef8103.2024-03-14_14.29.37/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-14_14.35.22/graphql_muc_light_suite.admin_list_room_users.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/4224/212436/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4011b66bef8103.2024-03-14_14.29.37/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-14_14.35.22/log_private/"}, {{saved_modules,mongooseim@localhost,<<"test type">>}, #{mod_vcard => #{matches => 3... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/212436/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4011b66bef8103.2024-03-14_14.29.37/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-14_14.35.22/graphql_muc_light_suite.end_per_group.56962.html)

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


mssql_mnesia_26 / odbc_mssql_mnesia / 031fb81c3b18f8c429e2961eaa40ce3b147eae2e 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 / 01258db02d590d1db3cd546ee4a0281f82d522be Reports root/ big OK: 429 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 01258db02d590d1db3cd546ee4a0281f82d522be Reports root / small


small_tests_26 / small_tests / 01258db02d590d1db3cd546ee4a0281f82d522be Reports root / small


small_tests_26_arm64 / small_tests / 01258db02d590d1db3cd546ee4a0281f82d522be Reports root / small


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


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


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


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


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


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


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 01258db02d590d1db3cd546ee4a0281f82d522be Reports root/ big OK: 4498 / Failed: 1 / User-skipped: 114 / 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_1118">>, [{escalus_event_mgr,<0.25962.0>}, {tc_name,domain_admin_list_room_users_no_permission}, {escalus_cleaner,<0.25961.0>}, {watchdog,<0.25960.0>}, {muc_light_host,<<"muclight.domain.example.com">>}, {secondary_muc_light_host,<<"muclight.domain.example.org">>}, {protocol,http}, {domain_admin,{<<"admin@domain.example.com">>,<<"7b87b60eea6b800e">>}}, {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/4224/212470/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40d73ea8e57087.2024-03-14_17.07.28/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-14_17.11.36/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/4224/212470/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40d73ea8e57087.2024-03-14_17.07.28/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-14_17.11.36/log_private/"}, {{saved_modules,mongooseim@localhost,<... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/212470/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40d73ea8e57087.2024-03-14_17.07.28/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-14_17.11.36/graphql_muc_light_suite.end_per_group.65154.html)
muc_SUITE:register:user_unregisters_nick_twice ```erlang {error, {{assertion_failed,assert,is_iq_result, [{xmlel,<<"iq">>, [{<<"type">>,<<"set">>}, {<<"id">>,<<"6461d8b9999fe3e9431dcceef0a43e6e">>}, {<<"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, <<"thirdwitch1room-eebbe1ff1b">>}]}]}]}]}]}], {xmlel,<<"iq">>, [{<<"from">>,<<"groupchats.domain.example.com">>}, {<<"to">>, <<"alice_user_unregisters_nick_twice_2777@domain.example.com/res1">>}, {<<"type">>,<<"error">>}, {<<"id">>,<<"6461d8b9999fe3e9431dcceef0a43e6e">>}], [{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/4224/212470/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40d73ea8e57087.2024-03-14_17.07.28/big_tests.tests.muc_SUITE.logs/run.2024-03-14_17.19.43/muc_suite.user_unregisters_nick_twice.92932.html)

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


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


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


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


mssql_mnesia_26 / odbc_mssql_mnesia / 01258db02d590d1db3cd546ee4a0281f82d522be 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_get_room_config_no_permission_1126">>, [{escalus_event_mgr,<0.26071.0>}, {tc_name,domain_admin_get_room_config_no_permission}, {escalus_cleaner,<0.26070.0>}, {watchdog,<0.26069.0>}, {muc_light_host,<<"muclight.localhost">>}, {secondary_muc_light_host,<<"muclight.localhost.bis">>}, {protocol,http}, {domain_admin,{<<"admin@localhost">>,<<"7ebf34c8dbaf6ca6">>}}, {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/4224/212471/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4001d3aead5c37.2024-03-14_17.08.06/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-14_17.12.33/graphql_muc_light_suite.domain_admin_get_room_config_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/4224/212471/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4001d3aead5c37.2024-03-14_17.08.06/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-14_17.12.33/log_private/"}, {{saved_modules,mongooseim@localhost,<<"localhost">>}, #... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/212471/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4001d3aead5c37.2024-03-14_17.08.06/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-14_17.12.33/graphql_muc_light_suite.end_per_group.61954.html)
mongoose-im commented 1 month ago

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


small_tests_25 / small_tests / b8c9158ab12792e853ecd725a500be919ac0c7f8 Reports root / small


small_tests_26 / small_tests / b8c9158ab12792e853ecd725a500be919ac0c7f8 Reports root / small


small_tests_26_arm64 / small_tests / b8c9158ab12792e853ecd725a500be919ac0c7f8 Reports root / small


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


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


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


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


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


dynamic_domains_mysql_redis_26 / mysql_redis / b8c9158ab12792e853ecd725a500be919ac0c7f8 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_594@domain.example.com">>}, {<<"to">>, <<"alice_dropped_client_doesnt_create_duplicate_carbons_594@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_594@domain.example.com/res1">>}, {<<"type">>,<<"chat">>}, {<<"to">>, <<"bob_dropped_client_doesnt_create_duplicate_carbons_594@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/4224/212504/mysql_redis.26.1.2-amd64/big/ct_run.test%40df466bb55caf.2024-03-15_09.04.32/big_tests.tests.carboncopy_SUITE.logs/run.2024-03-15_09.05.25/carboncopy_suite.dropped_client_doesnt_create_duplicate_carbons.23554.html)

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

graphql_muc_light_SUITE:domain_admin:domain_admin_muc_light:admin_create_room_with_unprepped_id ```erlang {error, {{badmatch,null}, [{graphql_muc_light_SUITE,admin_create_room_with_unprepped_id,1, [{file, "/home/circleci/project/big_tests/tests/graphql_muc_light_SUITE.erl"}, {line,1155}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1302}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/212497/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4013865e60d975.2024-03-15_09.04.22/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-15_09.08.35/graphql_muc_light_suite.admin_create_room_with_unprepped_id.61954.html)

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


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


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


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


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


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


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / b8c9158ab12792e853ecd725a500be919ac0c7f8 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/4224/212512/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%406e39829d5ec5.2024-03-15_09.34.33/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-15_09.38.25/graphql_muc_light_suite.admin_create_room_with_unprepped_id.40451.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/4224/212512/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%406e39829d5ec5.2024-03-15_09.34.33/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-15_09.38.25/graphql_muc_light_suite.admin_create_room_with_unprepped_id.26628.html)
graphql_muc_light_SUITE:domain_admin:domain_admin_muc_light:end_per_group ```erlang {error, {{unregistering_failed, {amount,1}, {unregistered_items, [{{<<"_admin_create_room_with_unprepped_domain_1099">>, [{escalus_event_mgr,<0.25797.0>}, {tc_name,admin_create_room_with_unprepped_domain}, {escalus_cleaner,<0.25796.0>}, {watchdog,<0.25795.0>}, {muc_light_host,<<"muclight.domain.example.com">>}, {secondary_muc_light_host,<<"muclight.domain.example.org">>}, {protocol,http}, {domain_admin,{<<"admin@domain.example.com">>,<<"e1396826ca0d9277">>}}, {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/4224/212512/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%406e39829d5ec5.2024-03-15_09.34.33/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-15_09.38.25/graphql_muc_light_suite.admin_create_room_with_unprepped_domain.12549.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/4224/212512/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%406e39829d5ec5.2024-03-15_09.34.33/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-15_09.38.25/log_private/"}, {{saved_modules,mongooseim@localhost,<<"t... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/212512/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%406e39829d5ec5.2024-03-15_09.34.33/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-15_09.38.25/graphql_muc_light_suite.end_per_group.41987.html)

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

mongoose-im commented 1 month ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / dbbe78372bdf994c66004c8bb4f84a7537d78507 Reports root/ big OK: 50 / Failed: 0 / User-skipped: 16 / Auto-skipped: 406

mam_SUITE:init_per_suite ```erlang {'EXIT',{{badmatch,error}, [{mongoose_helper,inject_module,3, [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"}, {line,429}]}, {instrument_helper,start,1, [{file,"/home/circleci/project/big_tests/tests/instrument_helper.erl"}, {line,32}]}, {mam_SUITE,init_per_suite,1, [{file,"/home/circleci/project/big_tests/tests/mam_SUITE.erl"}, {line,499}]}, {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/4224/212555/elasticsearch_and_cassandra_mnesia.26.1.2-amd64/big/ct_run.test%400f4be6ee647b.2024-03-15_14.43.10/big_tests.tests.mam_SUITE.logs/run.2024-03-15_14.43.12/mam_suite.init_per_suite.html)

small_tests_25 / small_tests / dbbe78372bdf994c66004c8bb4f84a7537d78507 Reports root / small


small_tests_26 / small_tests / dbbe78372bdf994c66004c8bb4f84a7537d78507 Reports root / small


small_tests_26_arm64 / small_tests / dbbe78372bdf994c66004c8bb4f84a7537d78507 Reports root / small


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / dbbe78372bdf994c66004c8bb4f84a7537d78507 Reports root/ big OK: 3087 / Failed: 0 / User-skipped: 105 / Auto-skipped: 1421

mam_SUITE:init_per_suite ```erlang {'EXIT',{{badmatch,error}, [{mongoose_helper,inject_module,3, [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"}, {line,429}]}, {instrument_helper,start,1, [{file,"/home/circleci/project/big_tests/tests/instrument_helper.erl"}, {line,32}]}, {mam_SUITE,init_per_suite,1, [{file,"/home/circleci/project/big_tests/tests/mam_SUITE.erl"}, {line,499}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1379}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1223}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/212548/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%405e4d13270d66.2024-03-15_14.41.39/big_tests.tests.mam_SUITE.logs/run.2024-03-15_14.49.08/mam_suite.init_per_suite.html)

dynamic_domains_mysql_redis_26 / mysql_redis / dbbe78372bdf994c66004c8bb4f84a7537d78507 Reports root/ big OK: 3054 / Failed: 0 / User-skipped: 138 / Auto-skipped: 1421

mam_SUITE:init_per_suite ```erlang {'EXIT',{{badmatch,error}, [{mongoose_helper,inject_module,3, [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"}, {line,429}]}, {instrument_helper,start,1, [{file,"/home/circleci/project/big_tests/tests/instrument_helper.erl"}, {line,32}]}, {mam_SUITE,init_per_suite,1, [{file,"/home/circleci/project/big_tests/tests/mam_SUITE.erl"}, {line,499}]}, {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/4224/212558/mysql_redis.26.1.2-amd64/big/ct_run.test%40c2d993ac1eb4.2024-03-15_14.42.55/big_tests.tests.mam_SUITE.logs/run.2024-03-15_14.49.51/mam_suite.init_per_suite.html)

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


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


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / dbbe78372bdf994c66004c8bb4f84a7537d78507 Reports root/ big OK: 3087 / Failed: 0 / User-skipped: 105 / Auto-skipped: 1421

mam_SUITE:init_per_suite ```erlang {'EXIT',{{badmatch,error}, [{mongoose_helper,inject_module,3, [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"}, {line,429}]}, {instrument_helper,start,1, [{file,"/home/circleci/project/big_tests/tests/instrument_helper.erl"}, {line,32}]}, {mam_SUITE,init_per_suite,1, [{file,"/home/circleci/project/big_tests/tests/mam_SUITE.erl"}, {line,499}]}, {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/4224/212561/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40951960148c53.2024-03-15_14.42.57/big_tests.tests.mam_SUITE.logs/run.2024-03-15_14.51.51/mam_suite.init_per_suite.html)

dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / dbbe78372bdf994c66004c8bb4f84a7537d78507 Reports root/ big OK: 3084 / Failed: 0 / User-skipped: 108 / Auto-skipped: 1421

mam_SUITE:init_per_suite ```erlang {'EXIT',{{badmatch,error}, [{mongoose_helper,inject_module,3, [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"}, {line,429}]}, {instrument_helper,start,1, [{file,"/home/circleci/project/big_tests/tests/instrument_helper.erl"}, {line,32}]}, {mam_SUITE,init_per_suite,1, [{file,"/home/circleci/project/big_tests/tests/mam_SUITE.erl"}, {line,499}]}, {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/4224/212559/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%404d3ea6de7c0e.2024-03-15_14.42.50/big_tests.tests.mam_SUITE.logs/run.2024-03-15_14.51.47/mam_suite.init_per_suite.html)

pgsql_cets_26 / pgsql_cets / dbbe78372bdf994c66004c8bb4f84a7537d78507 Reports root/ big OK: 3414 / Failed: 0 / User-skipped: 174 / Auto-skipped: 1015

mam_SUITE:init_per_suite ```erlang {'EXIT',{{badmatch,error}, [{mongoose_helper,inject_module,3, [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"}, {line,429}]}, {instrument_helper,start,1, [{file,"/home/circleci/project/big_tests/tests/instrument_helper.erl"}, {line,32}]}, {mam_SUITE,init_per_suite,1, [{file,"/home/circleci/project/big_tests/tests/mam_SUITE.erl"}, {line,499}]}, {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/4224/212568/pgsql_cets.26.1.2-amd64/big/ct_run.test%40556b6f01fcad.2024-03-15_14.43.07/big_tests.tests.mam_SUITE.logs/run.2024-03-15_14.50.01/mam_suite.init_per_suite.html)

mysql_redis_26 / mysql_redis / dbbe78372bdf994c66004c8bb4f84a7537d78507 Reports root/ big OK: 3455 / Failed: 0 / User-skipped: 133 / Auto-skipped: 1421

mam_SUITE:init_per_suite ```erlang {'EXIT',{{badmatch,error}, [{mongoose_helper,inject_module,3, [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"}, {line,429}]}, {instrument_helper,start,1, [{file,"/home/circleci/project/big_tests/tests/instrument_helper.erl"}, {line,32}]}, {mam_SUITE,init_per_suite,1, [{file,"/home/circleci/project/big_tests/tests/mam_SUITE.erl"}, {line,499}]}, {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/4224/212563/mysql_redis.26.1.2-amd64/big/ct_run.test%4045189e76cfea.2024-03-15_14.42.53/big_tests.tests.mam_SUITE.logs/run.2024-03-15_14.50.11/mam_suite.init_per_suite.html)

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


pgsql_mnesia_26 / pgsql_mnesia / dbbe78372bdf994c66004c8bb4f84a7537d78507 Reports root/ big OK: 3476 / Failed: 0 / User-skipped: 112 / Auto-skipped: 1421

mam_SUITE:init_per_suite ```erlang {'EXIT',{{badmatch,error}, [{mongoose_helper,inject_module,3, [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"}, {line,429}]}, {instrument_helper,start,1, [{file,"/home/circleci/project/big_tests/tests/instrument_helper.erl"}, {line,32}]}, {mam_SUITE,init_per_suite,1, [{file,"/home/circleci/project/big_tests/tests/mam_SUITE.erl"}, {line,499}]}, {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/4224/212562/pgsql_mnesia.26.1.2-amd64/big/ct_run.test%40a476c21f229c.2024-03-15_14.42.48/big_tests.tests.mam_SUITE.logs/run.2024-03-15_14.51.47/mam_suite.init_per_suite.html)

mssql_mnesia_26 / odbc_mssql_mnesia / dbbe78372bdf994c66004c8bb4f84a7537d78507 Reports root/ big OK: 3473 / Failed: 0 / User-skipped: 115 / Auto-skipped: 1421

mam_SUITE:init_per_suite ```erlang {'EXIT',{{badmatch,error}, [{mongoose_helper,inject_module,3, [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"}, {line,429}]}, {instrument_helper,start,1, [{file,"/home/circleci/project/big_tests/tests/instrument_helper.erl"}, {line,32}]}, {mam_SUITE,init_per_suite,1, [{file,"/home/circleci/project/big_tests/tests/mam_SUITE.erl"}, {line,499}]}, {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/4224/212567/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40cfc6cb973960.2024-03-15_14.43.51/big_tests.tests.mam_SUITE.logs/run.2024-03-15_14.53.21/mam_suite.init_per_suite.html)

pgsql_mnesia_25 / pgsql_mnesia / dbbe78372bdf994c66004c8bb4f84a7537d78507 Reports root/ big OK: 3475 / Failed: 1 / User-skipped: 112 / Auto-skipped: 1421

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,1782}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1291}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1223}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/212547/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%405b1281626749.2024-03-15_14.43.09/big_tests.tests.graphql_server_SUITE.logs/run.2024-03-15_14.54.32/graphql_server_suite.remove_dead_from_cluster.html)
mam_SUITE:init_per_suite ```erlang {'EXIT',{{badmatch,error}, [{mongoose_helper,inject_module,3, [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"}, {line,429}]}, {instrument_helper,start,1, [{file,"/home/circleci/project/big_tests/tests/instrument_helper.erl"}, {line,32}]}, {mam_SUITE,init_per_suite,1, [{file,"/home/circleci/project/big_tests/tests/mam_SUITE.erl"}, {line,499}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1379}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1223}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/212547/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%405b1281626749.2024-03-15_14.43.09/big_tests.tests.mam_SUITE.logs/run.2024-03-15_14.59.19/mam_suite.init_per_suite.html)
mongoose-im commented 1 month ago

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


small_tests_25 / small_tests / 5fcfd8cd8d208b1a1a1535845864805e86ae1806 Reports root / small


small_tests_26 / small_tests / 5fcfd8cd8d208b1a1a1535845864805e86ae1806 Reports root / small


small_tests_26_arm64 / small_tests / 5fcfd8cd8d208b1a1a1535845864805e86ae1806 Reports root / small


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


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


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


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


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


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


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


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


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


mssql_mnesia_26 / odbc_mssql_mnesia / 5fcfd8cd8d208b1a1a1535845864805e86ae1806 Reports root/ big OK: 4874 / Failed: 14 / User-skipped: 121 / Auto-skipped: 0

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_2935@localhost/res1">>, escalus_tcp,<0.77549.0>, [{event_manager,<0.77501.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_fail_unknown_option_story_2935">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.77501.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_fail_unknown_option_story_2935">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username, <<"alice_publish_options_fail_unknown_option_story_2935">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username, <<"alicE_publish_options_fail_unknown_option_story_2935">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"a61a2b2295105a94">>}]}, 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/4224/212570/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%400eb9b726b310.2024-03-15_14.43.08/big_tests.tests.pep_SUITE.logs/run.2024-03-15_14.57.54/pep_suite.publish_options_fail_unknown_option_story.220418.html)
pep_SUITE:pep_tests:auto_create_with_publish_options_test ```erlang {error, {timeout_when_waiting_for_stanza, [{escalus_client,wait_for_stanza, [{client, <<"alice_auto_create_with_publish_options_test_2936@localhost/res1">>, escalus_tcp,<0.77546.0>, [{event_manager,<0.77506.0>}, {server,<<"localhost">>}, {username, <<"alicE_auto_create_with_publish_options_test_2936">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.77506.0>}, {server,<<"localhost">>}, {username, <<"alicE_auto_create_with_publish_options_test_2936">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username, <<"alice_auto_create_with_publish_options_test_2936">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username, <<"alicE_auto_create_with_publish_options_test_2936">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"a7052dc7e9acd075">>}]}, 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_respons... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/212570/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%400eb9b726b310.2024-03-15_14.43.08/big_tests.tests.pep_SUITE.logs/run.2024-03-15_14.57.54/pep_suite.auto_create_with_publish_options_test.140035.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_2931@localhost/res1">>, escalus_tcp,<0.77545.0>, [{event_manager,<0.77481.0>}, {server,<<"localhost">>}, {username,<<"alicE_disco_sm_items_test_2931">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.77481.0>}, {server,<<"localhost">>}, {username,<<"alicE_disco_sm_items_test_2931">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alice_disco_sm_items_test_2931">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE_disco_sm_items_test_2931">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"c3c94859102e9f6e">>}]}, 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/4224/212570/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%400eb9b726b310.2024-03-15_14.43.08/big_tests.tests.pep_SUITE.logs/run.2024-03-15_14.57.54/pep_suite.disco_sm_items_test.220290.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_2942@localhost/res1">>, escalus_tcp,<0.77560.0>, [{event_manager,<0.77536.0>}, {server,<<"localhost">>}, {username,<<"bOb_delayed_receive_with_sm_2942">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.77536.0>}, {server,<<"localhost">>}, {username,<<"bOb_delayed_receive_with_sm_2942">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"bob_delayed_receive_with_sm_2942">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"bOb_delayed_receive_with_sm_2942">>}, {server,<<"localhost">>}, {password,<<"makrolika">>}, {stream_id,<<"cf169d738a9cc7d8">>}]}, 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/4224/212570/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%400eb9b726b310.2024-03-15_14.43.08/big_tests.tests.pep_SUITE.logs/run.2024-03-15_14.57.54/pep_suite.delayed_receive_with_sm.97540.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_2930@localhost/res1">>, escalus_tcp,<0.77547.0>, [{event_manager,<0.77476.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_fail_wrong_value_story_2930">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.77476.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_fail_wrong_value_story_2930">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username, <<"alice_publish_options_fail_wrong_value_story_2930">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username, <<"alicE_publish_options_fail_wrong_value_story_2930">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"89f75641a477cc1a">>}]}, 5000], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"}, {line,136}]}, {pep_SUITE,'-publish_options_fail_wrong_value_story/1-fun-1-',1, [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"}, {line,296}]}, {escal... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/212570/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%400eb9b726b310.2024-03-15_14.43.08/big_tests.tests.pep_SUITE.logs/run.2024-03-15_14.57.54/pep_suite.publish_options_fail_wrong_value_story.220674.html)
pep_SUITE:pep_tests:h_ok_after_notify_test ```erlang {error, {timeout_when_waiting_for_stanza, [{escalus_client,wait_for_stanza, [{client,<<"kate_h_ok_after_notify_test_2940@localhost/res1">>, escalus_tcp,<0.77561.0>, [{event_manager,<0.77526.0>}, {server,<<"localhost">>}, {username,<<"kate_h_ok_after_notify_test_2940">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.77526.0>}, {server,<<"localhost">>}, {username,<<"kate_h_ok_after_notify_test_2940">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"kate_h_ok_after_notify_test_2940">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"kate_h_ok_after_notify_test_2940">>}, {server,<<"localhost">>}, {password,<<"makrowe;p">>}, {stream_management,true}, {stream_id,<<"d560a1b68e7d423e">>}]}, 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, [{fil... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/212570/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%400eb9b726b310.2024-03-15_14.43.08/big_tests.tests.pep_SUITE.logs/run.2024-03-15_14.57.54/pep_suite.h_ok_after_notify_test.97668.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_2934@localhost/res1">>, escalus_tcp,<0.77551.0>, [{event_manager,<0.77498.0>}, {server,<<"localhost">>}, {username,<<"alicE_publish_options_success_test_2934">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.77498.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_success_test_2934">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alice_publish_options_success_test_2934">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE_publish_options_success_test_2934">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"7a9da66022dae562">>}]}, 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/4224/212570/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%400eb9b726b310.2024-03-15_14.43.08/big_tests.tests.pep_SUITE.logs/run.2024-03-15_14.57.54/pep_suite.publish_options_success_test.140547.html)
pep_SUITE:pep_tests:send_caps_after_login_test ```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}]}, {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}]}, {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/4224/212570/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%400eb9b726b310.2024-03-15_14.43.08/big_tests.tests.pep_SUITE.logs/run.2024-03-15_14.57.54/pep_suite.send_caps_after_login_test.97284.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_2937@localhost/res1">>, escalus_tcp,<0.77548.0>, [{event_manager,<0.77511.0>}, {server,<<"localhost">>}, {username,<<"alicE_publish_options_fail_wrong_form_2937">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.77511.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_fail_wrong_form_2937">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alice_publish_options_fail_wrong_form_2937">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE_publish_options_fail_wrong_form_2937">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"66e580f7e27403f2">>}]}, 5000], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"}, {line,136}]}, {pep_SUITE,'-publish_options_fail_wrong_form/1-fun-0-',1, [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"}, {line,313}]}, {escalus_story,story,4, [{file, "/home/circleci/project/big_tests/_build/... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/212570/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%400eb9b726b310.2024-03-15_14.43.08/big_tests.tests.pep_SUITE.logs/run.2024-03-15_14.57.54/pep_suite.publish_options_fail_wrong_form.220546.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/4224/212570/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%400eb9b726b310.2024-03-15_14.43.08/big_tests.tests.pep_SUITE.logs/run.2024-03-15_14.57.54/pep_suite.pep_caps_test.140419.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_2941@localhost/res1">>, escalus_tcp,<0.77558.0>, [{event_manager,<0.77531.0>}, {server,<<"localhost">>}, {username,<<"alicE_authorize_access_model_2941">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.77531.0>}, {server,<<"localhost">>}, {username,<<"alicE_authorize_access_model_2941">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alice_authorize_access_model_2941">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE_authorize_access_model_2941">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"014a444696bdd014">>}]}, 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/4224/212570/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%400eb9b726b310.2024-03-15_14.43.08/big_tests.tests.pep_SUITE.logs/run.2024-03-15_14.57.54/pep_suite.authorize_access_model.97796.html)
pep_SUITE:pep_tests:delayed_receive ```erlang {error, {timeout_when_waiting_for_stanza, [{escalus_client,wait_for_stanza, [{client,<<"alice_delayed_receive_2938@localhost/res1">>, escalus_tcp,<0.77553.0>, [{event_manager,<0.77516.0>}, {server,<<"localhost">>}, {username,<<"alicE_delayed_receive_2938">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.77516.0>}, {server,<<"localhost">>}, {username,<<"alicE_delayed_receive_2938">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alice_delayed_receive_2938">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE_delayed_receive_2938">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"f0fbb35d6bbaeec2">>}]}, 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/4224/212570/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%400eb9b726b310.2024-03-15_14.43.08/big_tests.tests.pep_SUITE.logs/run.2024-03-15_14.57.54/pep_suite.delayed_receive.97412.html)
pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription ```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/4224/212570/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%400eb9b726b310.2024-03-15_14.43.08/big_tests.tests.pep_SUITE.logs/run.2024-03-15_14.57.54/pep_suite.unsubscribe_after_presence_unsubscription.220802.html)
pep_SUITE:pep_tests:publish_and_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/4224/212570/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%400eb9b726b310.2024-03-15_14.43.08/big_tests.tests.pep_SUITE.logs/run.2024-03-15_14.57.54/pep_suite.publish_and_notify_test.140291.html)

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


pgsql_mnesia_26 / pgsql_mnesia / 5fcfd8cd8d208b1a1a1535845864805e86ae1806 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 / 337eb9c1a31c3c86b12d28d997149334bf165d64 Reports root/ big OK: 429 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 337eb9c1a31c3c86b12d28d997149334bf165d64 Reports root / small


small_tests_26 / small_tests / 337eb9c1a31c3c86b12d28d997149334bf165d64 Reports root / small


small_tests_26_arm64 / small_tests / 337eb9c1a31c3c86b12d28d997149334bf165d64 Reports root / small


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


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


ldap_mnesia_26 / ldap_mnesia / 337eb9c1a31c3c86b12d28d997149334bf165d64 Reports root/ big OK: 2274 / Failed: 1 / User-skipped: 895 / Auto-skipped: 0

pubsub_SUITE:dag+basic:subscribe_unsubscribe_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/4224/212640/ldap_mnesia.26.1.2-amd64/big/ct_run.test%40bfc02b5d7ead.2024-03-15_17.45.21/big_tests.tests.pubsub_SUITE.logs/run.2024-03-15_17.56.11/pubsub_suite.subscribe_unsubscribe_test.87170.html)

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


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


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


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


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


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


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


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


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

graphql_muc_light_SUITE:admin_cli:admin_muc_light:admin_create_room_with_unprepped_id ```erlang {error, {#{what => invalid_response_code,expected_type => ok, response_code => {exit_status,1}}, [{graphql_helper,assert_response_code,2, [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"}, {line,256}]}, {graphql_helper,get_ok_value,2, [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"}, {line,239}]}, {graphql_muc_light_SUITE,admin_create_room_with_unprepped_id,1, [{file, "/home/circleci/project/big_tests/tests/graphql_muc_light_SUITE.erl"}, {line,1156}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1302}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/212637/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40a1ef903e0250.2024-03-15_17.45.39/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-15_17.50.06/graphql_muc_light_suite.admin_create_room_with_unprepped_id.65410.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/4224/212637/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40a1ef903e0250.2024-03-15_17.45.39/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-15_17.50.06/graphql_muc_light_suite.admin_create_room_with_unprepped_id.70914.html)
mongoose-im commented 1 month ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 59399cc96c9a89818900f5c99e4cb27fc261cf08 Reports root/ big OK: 427 / Failed: 0 / User-skipped: 41 / Auto-skipped: 0


small_tests_25 / small_tests / 59399cc96c9a89818900f5c99e4cb27fc261cf08 Reports root / small


small_tests_26 / small_tests / 59399cc96c9a89818900f5c99e4cb27fc261cf08 Reports root / small


small_tests_26_arm64 / small_tests / 59399cc96c9a89818900f5c99e4cb27fc261cf08 Reports root / small


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


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 59399cc96c9a89818900f5c99e4cb27fc261cf08 Reports root/ big OK: 4494 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


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


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 59399cc96c9a89818900f5c99e4cb27fc261cf08 Reports root/ big OK: 4494 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / 59399cc96c9a89818900f5c99e4cb27fc261cf08 Reports root/ big OK: 4461 / Failed: 0 / User-skipped: 138 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 59399cc96c9a89818900f5c99e4cb27fc261cf08 Reports root/ big OK: 4491 / Failed: 0 / User-skipped: 108 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / 59399cc96c9a89818900f5c99e4cb27fc261cf08 Reports root/ big OK: 4419 / Failed: 0 / User-skipped: 174 / Auto-skipped: 0


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


mysql_redis_26 / mysql_redis / 59399cc96c9a89818900f5c99e4cb27fc261cf08 Reports root/ big OK: 4862 / Failed: 0 / User-skipped: 133 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 59399cc96c9a89818900f5c99e4cb27fc261cf08 Reports root/ big OK: 4883 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 59399cc96c9a89818900f5c99e4cb27fc261cf08 Reports root/ big OK: 4883 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / 59399cc96c9a89818900f5c99e4cb27fc261cf08 Reports root/ big OK: 4880 / Failed: 0 / User-skipped: 115 / Auto-skipped: 0

graphql_muc_light_SUITE:admin_http:admin_muc_light:end_per_group ```erlang {error, {{unregistering_failed, {amount,1}, {unregistered_items, [{{<<"_admin_send_message_to_room_errors_1160">>, [{escalus_event_mgr,<0.24810.0>}, {tc_name,admin_send_message_to_room_errors}, {escalus_cleaner,<0.24809.0>}, {watchdog,<0.24808.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/4224/212678/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%403628c08a8e7e.2024-03-15_17.56.24/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-15_18.01.42/graphql_muc_light_suite.admin_send_message_to_room_errors.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/4224/212678/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%403628c08a8e7e.2024-03-15_17.56.24/big_tests.tests.graphql_mu... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/212678/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%403628c08a8e7e.2024-03-15_17.56.24/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-15_18.01.42/graphql_muc_light_suite.end_per_group.53890.html)
mongoose-im commented 1 month ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 0970da44bd86932e391f41d3ca596aa831adbf55 Reports root/ big OK: 435 / Failed: 0 / User-skipped: 41 / Auto-skipped: 0


small_tests_25 / small_tests / 0970da44bd86932e391f41d3ca596aa831adbf55 Reports root / small


small_tests_26 / small_tests / 0970da44bd86932e391f41d3ca596aa831adbf55 Reports root / small


small_tests_26_arm64 / small_tests / 0970da44bd86932e391f41d3ca596aa831adbf55 Reports root / small


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


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


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 0970da44bd86932e391f41d3ca596aa831adbf55 Reports root/ big OK: 4522 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / 0970da44bd86932e391f41d3ca596aa831adbf55 Reports root/ big OK: 4489 / Failed: 0 / User-skipped: 138 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 0970da44bd86932e391f41d3ca596aa831adbf55 Reports root/ big OK: 4522 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


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


pgsql_cets_26 / pgsql_cets / 0970da44bd86932e391f41d3ca596aa831adbf55 Reports root/ big OK: 4439 / Failed: 0 / User-skipped: 174 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 0970da44bd86932e391f41d3ca596aa831adbf55 Reports root/ big OK: 4519 / Failed: 0 / User-skipped: 108 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 0970da44bd86932e391f41d3ca596aa831adbf55 Reports root/ big OK: 4911 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / 0970da44bd86932e391f41d3ca596aa831adbf55 Reports root/ big OK: 4890 / Failed: 0 / User-skipped: 133 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 0970da44bd86932e391f41d3ca596aa831adbf55 Reports root/ big OK: 4911 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / 0970da44bd86932e391f41d3ca596aa831adbf55 Reports root/ big OK: 4908 / Failed: 0 / User-skipped: 115 / Auto-skipped: 0

mongoose-im commented 1 month ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / c4bfdff0e63d46f4991b2f0dd578144345748492 Reports root/ big OK: 435 / Failed: 0 / User-skipped: 41 / Auto-skipped: 0


small_tests_25 / small_tests / c4bfdff0e63d46f4991b2f0dd578144345748492 Reports root / small


small_tests_26 / small_tests / c4bfdff0e63d46f4991b2f0dd578144345748492 Reports root / small


small_tests_26_arm64 / small_tests / c4bfdff0e63d46f4991b2f0dd578144345748492 Reports root / small


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


dynamic_domains_mysql_redis_26 / mysql_redis / c4bfdff0e63d46f4991b2f0dd578144345748492 Reports root/ big OK: 4488 / Failed: 1 / User-skipped: 138 / 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_580@domain.example.com">>}, {<<"to">>, <<"alice_dropped_client_doesnt_create_duplicate_carbons_580@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_580@domain.example.com/res1">>}, {<<"type">>,<<"chat">>}, {<<"to">>, <<"bob_dropped_client_doesnt_create_duplicate_carbons_580@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/4224/212738/mysql_redis.26.1.2-amd64/big/ct_run.test%4044ba2e236d5a.2024-03-15_18.32.10/big_tests.tests.carboncopy_SUITE.logs/run.2024-03-15_18.32.55/carboncopy_suite.dropped_client_doesnt_create_duplicate_carbons.17027.html)

dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / c4bfdff0e63d46f4991b2f0dd578144345748492 Reports root/ big OK: 4522 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / c4bfdff0e63d46f4991b2f0dd578144345748492 Reports root/ big OK: 4521 / Failed: 1 / User-skipped: 105 / Auto-skipped: 0

sm_SUITE:ping_timeout ```erlang {error,{noproc,{gen_server,call,[<0.20442.2>,get_sm_h]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/212733/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%40f2e49aab0414.2024-03-15_18.31.37/big_tests.tests.sm_SUITE.logs/run.2024-03-15_18.46.23/sm_suite.ping_timeout.html)

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


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


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / c4bfdff0e63d46f4991b2f0dd578144345748492 Reports root/ big OK: 4519 / Failed: 0 / User-skipped: 108 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / c4bfdff0e63d46f4991b2f0dd578144345748492 Reports root/ big OK: 4439 / Failed: 0 / User-skipped: 174 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / c4bfdff0e63d46f4991b2f0dd578144345748492 Reports root/ big OK: 4911 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / c4bfdff0e63d46f4991b2f0dd578144345748492 Reports root/ big OK: 4910 / Failed: 1 / User-skipped: 112 / Auto-skipped: 0

sm_SUITE:ping_timeout ```erlang {error, {{assertion_failed,assert,is_presence, {xmlel,<<"iq">>, [{<<"from">>,<<"localhost">>}, {<<"to">>, <<"alice_ping_timeout_3559@localhost/escalus-default-resource">>}, {<<"type">>,<<"get">>}, {<<"id">>,<<"e394b443e768ea8c">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}]}, ""}, [{escalus_new_assert,assert_true,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"}, {line,84}]}, {sm_helper,initial_presence_step,2, [{file,"/home/circleci/project/big_tests/tests/sm_helper.erl"}, {line,135}]}, {escalus_connection,connection_step,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,163}]}, {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]}, {escalus_connection,start,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,145}]}, {sm_helper,connect_spec,3, [{file,"/home/circleci/project/big_tests/tests/sm_helper.erl"}, {line,153}]}, {sm_SUITE,ping_timeout,1, [{file,"/home/circleci/project/big_tests/tests/sm_SUITE.erl"}, {line,625}]}, {test_server,ts_tc,3,[{file,"test_ser... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/212729/pgsql_mnesia.25.3.2.6-amd64/big/ct_run.test%40baf20a817d67.2024-03-15_18.31.36/big_tests.tests.sm_SUITE.logs/run.2024-03-15_18.49.47/sm_suite.ping_timeout.html)

mysql_redis_26 / mysql_redis / c4bfdff0e63d46f4991b2f0dd578144345748492 Reports root/ big OK: 4890 / Failed: 0 / User-skipped: 133 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / c4bfdff0e63d46f4991b2f0dd578144345748492 Reports root/ big OK: 4908 / Failed: 0 / User-skipped: 115 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / c4bfdff0e63d46f4991b2f0dd578144345748492 Reports root/ big OK: 4488 / Failed: 1 / User-skipped: 138 / 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_596@domain.example.com">>}, {<<"to">>, <<"alice_dropped_client_doesnt_create_duplicate_carbons_596@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_596@domain.example.com/res1">>}, {<<"type">>,<<"chat">>}, {<<"to">>, <<"bob_dropped_client_doesnt_create_duplicate_carbons_596@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/4224/212754/mysql_redis.26.1.2-amd64/big/ct_run.test%40366cb2052919.2024-03-15_19.42.39/big_tests.tests.carboncopy_SUITE.logs/run.2024-03-15_19.43.27/carboncopy_suite.dropped_client_doesnt_create_duplicate_carbons.16515.html)

dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / c4bfdff0e63d46f4991b2f0dd578144345748492 Reports root/ big OK: 4522 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / c4bfdff0e63d46f4991b2f0dd578144345748492 Reports root/ big OK: 4911 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / c4bfdff0e63d46f4991b2f0dd578144345748492 Reports root/ big OK: 4489 / Failed: 0 / User-skipped: 138 / Auto-skipped: 0

mongoose-im commented 1 month ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / ce475da425a13107be62d6817cba2e88ae6fb0a5 Reports root/ big OK: 435 / Failed: 0 / User-skipped: 41 / Auto-skipped: 0


small_tests_25 / small_tests / ce475da425a13107be62d6817cba2e88ae6fb0a5 Reports root / small


small_tests_26_arm64 / small_tests / ce475da425a13107be62d6817cba2e88ae6fb0a5 Reports root / small


small_tests_26 / small_tests / ce475da425a13107be62d6817cba2e88ae6fb0a5 Reports root / small


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


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / ce475da425a13107be62d6817cba2e88ae6fb0a5 Reports root/ big OK: 4522 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


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


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / ce475da425a13107be62d6817cba2e88ae6fb0a5 Reports root/ big OK: 4522 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / ce475da425a13107be62d6817cba2e88ae6fb0a5 Reports root/ big OK: 4489 / Failed: 0 / User-skipped: 138 / Auto-skipped: 0


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


mysql_redis_26 / mysql_redis / ce475da425a13107be62d6817cba2e88ae6fb0a5 Reports root/ big OK: 4890 / Failed: 0 / User-skipped: 133 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / ce475da425a13107be62d6817cba2e88ae6fb0a5 Reports root/ big OK: 4439 / Failed: 0 / User-skipped: 174 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / ce475da425a13107be62d6817cba2e88ae6fb0a5 Reports root/ big OK: 4517 / Failed: 2 / User-skipped: 108 / Auto-skipped: 0

graphql_muc_light_SUITE:admin_http:admin_muc_light:end_per_group ```erlang {error, {{unregistering_failed, {amount,1}, {unregistered_items, [{{<<"_admin_send_message_to_room_errors_1043">>, [{escalus_event_mgr,<0.24567.0>}, {tc_name,admin_send_message_to_room_errors}, {escalus_cleaner,<0.24566.0>}, {watchdog,<0.24565.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">>,sse_idle_timeout => 3600000, 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/4224/212820/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4096a0c1a898e6.2024-03-18_09.08.02/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-18_09.12.27/graphql_muc_light_suite.admin_send_message_to_room_errors.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/4224/212820/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4096a0c1a898e6.2024-03-18_09.08.02/big_tests.te... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/212820/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4096a0c1a898e6.2024-03-18_09.08.02/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-18_09.12.27/graphql_muc_light_suite.end_per_group.36227.html)
graphql_muc_light_SUITE:admin_cli:admin_muc_light:admin_create_room_with_unprepped_id ```erlang {error, {#{what => invalid_response_code,expected_type => ok, response_code => {exit_status,1}}, [{graphql_helper,assert_response_code,2, [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"}, {line,256}]}, {graphql_helper,get_ok_value,2, [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"}, {line,239}]}, {graphql_muc_light_SUITE,admin_create_room_with_unprepped_id,1, [{file, "/home/circleci/project/big_tests/tests/graphql_muc_light_SUITE.erl"}, {line,1156}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1302}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4224/212820/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4096a0c1a898e6.2024-03-18_09.08.02/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-18_09.12.27/graphql_muc_light_suite.admin_create_room_with_unprepped_id.58242.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/4224/212820/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%4096a0c1a898e6.2024-03-18_09.08.02/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-18_09.12.27/graphql_muc_light_suite.admin_create_room_with_unprepped_id.62082.html)

pgsql_mnesia_25 / pgsql_mnesia / ce475da425a13107be62d6817cba2e88ae6fb0a5 Reports root/ big OK: 4911 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / ce475da425a13107be62d6817cba2e88ae6fb0a5 Reports root/ big OK: 4911 / Failed: 0 / User-skipped: 112 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / ce475da425a13107be62d6817cba2e88ae6fb0a5 Reports root/ big OK: 4908 / Failed: 0 / User-skipped: 115 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / ce475da425a13107be62d6817cba2e88ae6fb0a5 Reports root/ big OK: 4519 / Failed: 0 / User-skipped: 108 / Auto-skipped: 0