esl / MongooseIM

MongooseIM is Erlang Solutions' robust, scalable and efficient XMPP server, aimed at large installations. Specifically designed for enterprise purposes, it is fault-tolerant and can utilise the resources of multiple clustered machines.
Other
1.64k stars 420 forks source link

Fix flaky `sm_SUITE:ping_timeout` test #4270

Closed jacekwegr closed 6 days ago

jacekwegr commented 1 week ago

This PR addresses the flaky sm_SUITE:ping_timeout test.

The test was failing sporadically due to the client receiving ping stanzas at inappropriate moments, such as during stream resumption configuration or while attempting to close the connection. Additionally, the client's connection was sometimes closed earlier than expected while it was still receiving information from the server.

These issues were resolved by ignoring ping stanzas during critical moments and retrieving necessary information earlier in the test process.

The test was run 1000 times on CI to confirm that the issue has been resolved.

mongoose-im commented 1 week ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / edf4e661d6d0c2cfc6b40c0bebd6ec5ae8427a94 Reports root/ big OK: 437 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / edf4e661d6d0c2cfc6b40c0bebd6ec5ae8427a94 Reports root / small


small_tests_26 / small_tests / edf4e661d6d0c2cfc6b40c0bebd6ec5ae8427a94 Reports root / small


small_tests_26_arm64 / small_tests / edf4e661d6d0c2cfc6b40c0bebd6ec5ae8427a94 Reports root / small


dynamic_domains_mysql_redis_26 / mysql_redis / edf4e661d6d0c2cfc6b40c0bebd6ec5ae8427a94 Reports root/ big


internal_mnesia_26 / internal_mnesia / edf4e661d6d0c2cfc6b40c0bebd6ec5ae8427a94 Reports root/ big


mysql_redis_26 / mysql_redis / edf4e661d6d0c2cfc6b40c0bebd6ec5ae8427a94 Reports root/ big


mssql_mnesia_26 / odbc_mssql_mnesia / edf4e661d6d0c2cfc6b40c0bebd6ec5ae8427a94 Reports root/ big


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / edf4e661d6d0c2cfc6b40c0bebd6ec5ae8427a94 Reports root/ big

mod_blocking_SUITE:manage:clear_blocklist ```erlang {error,{{assertion_failed,assert_many,false, [is_iq_result,#Fun], [],[]}, [{escalus_new_assert,assert_true,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"}, {line,84}]}, {mod_blocking_SUITE,'-clear_blocklist/1-fun-0-',3, [{file,"/home/circleci/project/big_tests/tests/mod_blocking_SUITE.erl"}, {line,217}]}, {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/4270/216177/odbc_mssql_mnesia.26.2.2-amd64/big/ct_run.test%4067ba206c4612.2024-04-22_13.49.58/big_tests.tests.mod_blocking_SUITE.logs/run.2024-04-22_14.01.20/mod_blocking_suite.clear_blocklist.84868.html)
mod_blocking_SUITE:manage:remove_many_user_from_blocklist ```erlang {error,{{assertion_failed,assert_many,false, [is_iq_result,#Fun], [],[]}, [{escalus_new_assert,assert_true,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"}, {line,84}]}, {mod_blocking_SUITE,'-remove_many_user_from_blocklist/1-fun-0-',3, [{file,"/home/circleci/project/big_tests/tests/mod_blocking_SUITE.erl"}, {line,206}]}, {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/4270/216177/odbc_mssql_mnesia.26.2.2-amd64/big/ct_run.test%4067ba206c4612.2024-04-22_13.49.58/big_tests.tests.mod_blocking_SUITE.logs/run.2024-04-22_14.01.20/mod_blocking_suite.remove_many_user_from_blocklist.84740.html)
mod_blocking_SUITE:manage:add_another_user_to_blocklist ```erlang {error,{{assertion_failed,assert_many,false, [is_iq_result,#Fun], [],[]}, [{escalus_new_assert,assert_true,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"}, {line,84}]}, {mod_blocking_SUITE,'-add_another_user_to_blocklist/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/mod_blocking_SUITE.erl"}, {line,176}]}, {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/4270/216177/odbc_mssql_mnesia.26.2.2-amd64/big/ct_run.test%4067ba206c4612.2024-04-22_13.49.58/big_tests.tests.mod_blocking_SUITE.logs/run.2024-04-22_14.01.20/mod_blocking_suite.add_another_user_to_blocklist.200322.html)

pgsql_cets_26 / pgsql_cets / edf4e661d6d0c2cfc6b40c0bebd6ec5ae8427a94 Reports root/ big


pgsql_mnesia_25 / pgsql_mnesia / edf4e661d6d0c2cfc6b40c0bebd6ec5ae8427a94 Reports root/ big


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / edf4e661d6d0c2cfc6b40c0bebd6ec5ae8427a94 Reports root/ big


pgsql_mnesia_26 / pgsql_mnesia / edf4e661d6d0c2cfc6b40c0bebd6ec5ae8427a94 Reports root/ big


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / edf4e661d6d0c2cfc6b40c0bebd6ec5ae8427a94 Reports root/ big


ldap_mnesia_26 / ldap_mnesia / edf4e661d6d0c2cfc6b40c0bebd6ec5ae8427a94 Reports root/ big OK: 11762 / Failed: 4 / User-skipped: 897 / Auto-skipped: 0

sm_SUITE:parallel:wait_for_resumption ```erlang {error,{{badrpc,timeout}, [{escalus_rpc,call_with_cookie_match, [mongooseim@localhost,ejabberd_admin,register, [<<"alicE_wait_for_resumption_6225">>,<<"localhost">>, <<"matygrysa">>], 3000,mongooseim], [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"}, {line,34}]}, {lists,foreach_1,2,[{file,"lists.erl"},{line,1686}]}, {escalus_ejabberd,create_users,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"}, {line,211}]}, {escalus_fresh,create_users,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_fresh.erl"}, {line,62}]}, {escalus_fresh,create_fresh_user,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_fresh.erl"}, {line,112}]}, {sm_SUITE,wait_for_resumption,1, [{file,"/home/circleci/project/big_tests/tests/sm_SUITE.erl"}, {line,781}]}, {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/4270/216181/ldap_mnesia.26.2.2-amd64/big/ct_run.test%40c5ff4b56c147.2024-04-22_13.49.57/big_tests.tests.sm_SUITE.logs/run.2024-04-22_14.03.51/sm_suite.wait_for_resumption.103045.html)
sm_SUITE:parallel_manual_ack_freq_1:client_acks_more_than_sent ```erlang {error,{{badrpc,timeout}, [{escalus_rpc,call_with_cookie_match, [mongooseim@localhost,ejabberd_admin,register, [<<"alicE_client_acks_more_than_sent_7042">>, <<"localhost">>,<<"matygrysa">>], 3000,mongooseim], [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"}, {line,34}]}, {lists,foreach_1,2,[{file,"lists.erl"},{line,1686}]}, {escalus_ejabberd,create_users,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"}, {line,211}]}, {escalus_fresh,create_users,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_fresh.erl"}, {line,62}]}, {escalus_fresh,create_fresh_user,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_fresh.erl"}, {line,112}]}, {sm_helper,connect_fresh,4, [{file,"/home/circleci/project/big_tests/tests/sm_helper.erl"}, {line,144}]}, {sm_SUITE,client_acks_more_than_sent,1, [{file,"/home/circleci/project/big_tests/tests/sm_SUITE.erl"}, {line,422}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216181/ldap_mnesia.26.2.2-amd64/big/ct_run.test%40c5ff4b56c147.2024-04-22_13.49.57/big_tests.tests.sm_SUITE.logs/run.2024-04-22_14.03.51/sm_suite.client_acks_more_than_sent.286466.html)
sm_SUITE:parallel_unacknowledged_message_hook:unacknowledged_message_hook_offline ```erlang {error,{{assertion_failed,assert,is_chat_message, [<<"msg-3">>], timeout,"timeout"}, [{escalus_new_assert,assert_true,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"}, {line,84}]}, {sm_SUITE,unacknowledged_message_hook_common,2, [{file,"/home/circleci/project/big_tests/tests/sm_SUITE.erl"}, {line,901}]}, {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/4270/216181/ldap_mnesia.26.2.2-amd64/big/ct_run.test%40c5ff4b56c147.2024-04-22_13.49.57/big_tests.tests.sm_SUITE.logs/run.2024-04-22_14.03.51/sm_suite.unacknowledged_message_hook_offline.171525.html)
sm_SUITE:ping:ping_timeout ```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}]}, {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/4270/216181/ldap_mnesia.26.2.2-amd64/big/ct_run.test%40c5ff4b56c147.2024-04-22_13.49.57/big_tests.tests.sm_SUITE.logs/run.2024-04-22_14.03.51/sm_suite.ping_timeout.952962.html)
codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 84.41%. Comparing base (56ff9c5) to head (d19484b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4270 +/- ## ========================================== - Coverage 84.46% 84.41% -0.06% ========================================== Files 553 553 Lines 33582 33582 ========================================== - Hits 28366 28348 -18 - Misses 5216 5234 +18 ```

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

mongoose-im commented 1 week ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / f0f14564d3aadc3735ead74bf1d58b39f3960ddd Reports root/ big OK: 437 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / f0f14564d3aadc3735ead74bf1d58b39f3960ddd Reports root / small


small_tests_26 / small_tests / f0f14564d3aadc3735ead74bf1d58b39f3960ddd Reports root / small


small_tests_26_arm64 / small_tests / f0f14564d3aadc3735ead74bf1d58b39f3960ddd Reports root / small


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / f0f14564d3aadc3735ead74bf1d58b39f3960ddd Reports root/ big OK: 4511 / Failed: 1 / User-skipped: 111 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{gen_server,call,[<0.19411.2>,get_sm_h]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216617/pgsql_mnesia.25.3.2.9-amd64/big/ct_run.test%409f45f24c0e31.2024-04-23_08.56.23/big_tests.tests.sm_SUITE.logs/run.2024-04-23_09.11.21/sm_suite.ping_timeout.119684.html)

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

sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{gen_server,call,[<0.96314.0>,get_sm_h]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216627/mysql_redis.26.2.2-amd64/big/ct_run.test%40eb6fc23ce6f4.2024-04-23_08.56.42/big_tests.tests.sm_SUITE.logs/run.2024-04-23_09.13.40/sm_suite.ping_timeout.257410.html)

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

sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{gen_server,call,[<0.85430.0>,get_sm_h]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216630/odbc_mssql_mnesia.26.2.2-amd64/big/ct_run.test%4016750ec82d36.2024-04-23_08.57.12/big_tests.tests.sm_SUITE.logs/run.2024-04-23_09.12.57/sm_suite.ping_timeout.253954.html)

dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / f0f14564d3aadc3735ead74bf1d58b39f3960ddd Reports root/ big OK: 4659 / Failed: 1 / User-skipped: 111 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{gen_server,call,[<0.87750.0>,get_sm_h]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216621/pgsql_mnesia.26.2.2-amd64/big/ct_run.test%40e0764d5c58c7.2024-04-23_08.56.38/big_tests.tests.sm_SUITE.logs/run.2024-04-23_09.10.16/sm_suite.ping_timeout.200579.html)

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

sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{gen_server,call,[<0.30734.2>,get_sm_h]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216615/pgsql_mnesia.25.3.2.9-amd64/big/ct_run.test%40cce2a1dfd7d9.2024-04-23_08.56.00/big_tests.tests.sm_SUITE.logs/run.2024-04-23_09.14.31/sm_suite.ping_timeout.129540.html)

mssql_mnesia_26 / odbc_mssql_mnesia / f0f14564d3aadc3735ead74bf1d58b39f3960ddd Reports root/ big OK: 4880 / Failed: 10 / User-skipped: 121 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{gen_server,call,[<0.95154.0>,get_sm_h]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216626/odbc_mssql_mnesia.26.2.2-amd64/big/ct_run.test%40706a14dea409.2024-04-23_08.57.00/big_tests.tests.sm_SUITE.logs/run.2024-04-23_09.16.43/sm_suite.ping_timeout.164739.html)
service_domain_db_SUITE:db:plain_db_sequential:db_records_are_restored_on_mim_restart ```erlang {error, {{badrpc,timeout}, [{distributed_helper,rpc, [#{node => mongooseim@localhost},service_domain_db,sync_local,[]], [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {service_domain_db_SUITE,sync_local,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,1212}]}, {service_domain_db_SUITE,db_records_are_restored_on_mim_restart,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,600}]}, {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/4270/216626/odbc_mssql_mnesia.26.2.2-amd64/big/ct_run.test%40706a14dea409.2024-04-23_08.57.00/big_tests.tests.service_domain_db_SUITE.logs/run.2024-04-23_09.17.27/service_domain_db_suite.db_records_are_restored_on_mim_restart.html)
service_domain_db_SUITE:db:plain_db_sequential:db_record_is_ignored_if_domain_static ```erlang {error, {{badrpc,timeout}, [{distributed_helper,rpc, [#{node => mongooseim@localhost},service_domain_db,sync_local,[]], [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {service_domain_db_SUITE,sync_local,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,1212}]}, {service_domain_db_SUITE,db_record_is_ignored_if_domain_static,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,614}]}, {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/4270/216626/odbc_mssql_mnesia.26.2.2-amd64/big/ct_run.test%40706a14dea409.2024-04-23_08.57.00/big_tests.tests.service_domain_db_SUITE.logs/run.2024-04-23_09.17.27/service_domain_db_suite.db_record_is_ignored_if_domain_static.html)
service_domain_db_SUITE:db:plain_db_sequential:db_deleted_from_one_node_while_service_disabled_on_another ```erlang {error, {{badrpc,timeout}, [{distributed_helper,rpc, [#{node => mongooseim@localhost},service_domain_db,sync_local,[]], [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {service_domain_db_SUITE,sync_local,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,1212}]}, {service_domain_db_SUITE,sync,0, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,1191}]}, {service_domain_db_SUITE, db_deleted_from_one_node_while_service_disabled_on_another,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,639}]}, {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/4270/216626/odbc_mssql_mnesia.26.2.2-amd64/big/ct_run.test%40706a14dea409.2024-04-23_08.57.00/big_tests.tests.service_domain_db_SUITE.logs/run.2024-04-23_09.17.27/service_domain_db_suite.db_deleted_from_one_node_while_service_disabled_on_another.html)
service_domain_db_SUITE:db:plain_db_sequential:db_inserted_from_one_node_while_service_disabled_on_another ```erlang {error, {{badrpc,timeout}, [{distributed_helper,rpc, [#{node => mongooseim2@localhost},service_domain_db,sync_local,[]], [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {service_domain_db_SUITE,sync_local,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,1212}]}, {service_domain_db_SUITE, db_inserted_from_one_node_while_service_disabled_on_another,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,657}]}, {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/4270/216626/odbc_mssql_mnesia.26.2.2-amd64/big/ct_run.test%40706a14dea409.2024-04-23_08.57.00/big_tests.tests.service_domain_db_SUITE.logs/run.2024-04-23_09.17.27/service_domain_db_suite.db_inserted_from_one_node_while_service_disabled_on_another.html)
service_domain_db_SUITE:db:plain_db_sequential:db_reinserted_from_one_node_while_service_disabled_on_another ```erlang {error, {{badrpc,timeout}, [{distributed_helper,rpc, [#{node => mongooseim@localhost},service_domain_db,sync_local,[]], [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {service_domain_db_SUITE,sync_local,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,1212}]}, {service_domain_db_SUITE,sync,0, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,1191}]}, {service_domain_db_SUITE, db_reinserted_from_one_node_while_service_disabled_on_another,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,664}]}, {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/4270/216626/odbc_mssql_mnesia.26.2.2-amd64/big/ct_run.test%40706a14dea409.2024-04-23_08.57.00/big_tests.tests.service_domain_db_SUITE.logs/run.2024-04-23_09.17.27/service_domain_db_suite.db_reinserted_from_one_node_while_service_disabled_on_another.html)
service_domain_db_SUITE:db:plain_db_sequential:db_keeps_syncing_after_cluster_join ```erlang {error, {{badrpc, {'EXIT', {{badmatch, {badrpc, {'EXIT', {timeout, {gen_server,call,[<10243.180682.0>,ping]}}}}}, [{service_domain_db,'-sync_local/0-lc$^1/1-1-',2, [{file, "/home/circleci/project/src/domain/service_domain_db.erl"}, {line,98}]}, {service_domain_db,sync_local,0, [{file, "/home/circleci/project/src/domain/service_domain_db.erl"}, {line,98}]}]}}}, [{distributed_helper,rpc, [#{node => mongooseim@localhost},service_domain_db,sync_local,[]], [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {service_domain_db_SUITE,sync_local,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,1212}]}, {service_domain_db_SUITE,db_keeps_syncing_after_cluster_join,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,738}]}, {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/4270/216626/odbc_mssql_mnesia.26.2.2-amd64/big/ct_run.test%40706a14dea409.2024-04-23_08.57.00/big_tests.tests.service_domain_db_SUITE.logs/run.2024-04-23_09.17.27/service_domain_db_suite.db_keeps_syncing_after_cluster_join.html)
service_domain_db_SUITE:db:plain_db_sequential:db_event_could_appear_with_lower_id ```erlang {error, {{badmatch,398}, [{service_domain_db_SUITE,db_event_could_appear_with_lower_id,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,764}]}, {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/4270/216626/odbc_mssql_mnesia.26.2.2-amd64/big/ct_run.test%40706a14dea409.2024-04-23_08.57.00/big_tests.tests.service_domain_db_SUITE.logs/run.2024-04-23_09.17.27/service_domain_db_suite.db_event_could_appear_with_lower_id.html)
service_domain_db_SUITE:db:rest_with_auth:rest_with_auth_parallel:rest_delete_domain_cleans_data_from_mam ```erlang {error, {{badrpc,timeout}, [{distributed_helper,rpc, [#{node => mongooseim@localhost},service_domain_db,sync_local,[]], [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {service_domain_db_SUITE,sync_local,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,1212}]}, {service_domain_db_SUITE,sync,0, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,1191}]}, {service_domain_db_SUITE,rest_delete_domain_cleans_data_from_mam,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,952}]}, {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/4270/216626/odbc_mssql_mnesia.26.2.2-amd64/big/ct_run.test%40706a14dea409.2024-04-23_08.57.00/big_tests.tests.service_domain_db_SUITE.logs/run.2024-04-23_09.17.27/service_domain_db_suite.rest_delete_domain_cleans_data_from_mam.html)
service_domain_db_SUITE:db:rest_without_auth:rest_without_auth_parallel:rest_delete_domain_cleans_data_from_mam ```erlang {error, {{badrpc,timeout}, [{distributed_helper,rpc, [#{node => mongooseim@localhost},service_domain_db,sync_local,[]], [{file, "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"}, {line,140}]}, {service_domain_db_SUITE,sync_local,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,1212}]}, {service_domain_db_SUITE,sync,0, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,1191}]}, {service_domain_db_SUITE,rest_delete_domain_cleans_data_from_mam,1, [{file, "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"}, {line,952}]}, {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/4270/216626/odbc_mssql_mnesia.26.2.2-amd64/big/ct_run.test%40706a14dea409.2024-04-23_08.57.00/big_tests.tests.service_domain_db_SUITE.logs/run.2024-04-23_09.17.27/service_domain_db_suite.rest_delete_domain_cleans_data_from_mam.273666.html)

pgsql_cets_26 / pgsql_cets / f0f14564d3aadc3735ead74bf1d58b39f3960ddd Reports root/ big OK: 4571 / Failed: 1 / User-skipped: 178 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{gen_server,call,[<0.92231.0>,get_sm_h]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216628/pgsql_cets.26.2.2-amd64/big/ct_run.test%40af661f7c368d.2024-04-23_08.56.35/big_tests.tests.sm_SUITE.logs/run.2024-04-23_09.12.05/sm_suite.ping_timeout.121860.html)

ldap_mnesia_26 / ldap_mnesia / f0f14564d3aadc3735ead74bf1d58b39f3960ddd Reports root/ big OK: 2503 / Failed: 1 / User-skipped: 897 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{gen_server,call,[<0.64908.0>,get_sm_h]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216631/ldap_mnesia.26.2.2-amd64/big/ct_run.test%40a792f0e9b4c5.2024-04-23_08.56.47/big_tests.tests.sm_SUITE.logs/run.2024-04-23_09.10.11/sm_suite.ping_timeout.129667.html)

pgsql_mnesia_26 / pgsql_mnesia / f0f14564d3aadc3735ead74bf1d58b39f3960ddd Reports root/ big OK: 4968 / Failed: 1 / User-skipped: 118 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{gen_server,call,[<0.97239.0>,get_sm_h]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216623/pgsql_mnesia.26.2.2-amd64/big/ct_run.test%40a5e7dc1a07a1.2024-04-23_08.57.12/big_tests.tests.sm_SUITE.logs/run.2024-04-23_09.17.11/sm_suite.ping_timeout.263426.html)

internal_mnesia_26 / internal_mnesia / f0f14564d3aadc3735ead74bf1d58b39f3960ddd Reports root/ big OK: 2622 / Failed: 1 / User-skipped: 757 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{gen_server,call,[<0.66918.0>,get_sm_h]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216622/internal_mnesia.26.2.2-amd64/big/ct_run.test%40de782f0351b0.2024-04-23_08.56.42/big_tests.tests.sm_SUITE.logs/run.2024-04-23_09.12.09/sm_suite.ping_timeout.116867.html)

dynamic_domains_mysql_redis_26 / mysql_redis / f0f14564d3aadc3735ead74bf1d58b39f3960ddd Reports root/ big OK: 4797 / Failed: 2 / User-skipped: 144 / Auto-skipped: 10

mam_SUITE:rdbms_async_pool_muc_all:muc06:muc_protected_message ```erlang {skip, {failed, {mam_SUITE,init_per_testcase, {{badrpc,timeout}, [{escalus_rpc,call_with_cookie_match, [mongooseim@localhost,ejabberd_admin,register, [<<"alicE_unnamed_1984">>,<<"domain.example.com">>, <<"matygrysa">>], 3000,mongooseim], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"}, {line,34}]}, {lists,foreach_1,2,[{file,"lists.erl"},{line,1686}]}, {escalus_ejabberd,create_users,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"}, {line,211}]}, {escalus_fresh,create_users,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_fresh.erl"}, {line,62}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1594}]}, {test_server,do_init_per_testcase,2, [{file,"test_server.erl"},{line,1563}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1264}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216624/mysql_redis.26.2.2-amd64/big/ct_run.test%404fbd6b637b16.2024-04-23_08.57.06/big_tests.tests.mam_SUITE.logs/run.2024-04-23_09.04.41/mam_suite.muc_protected_message.69636.html)
mam_SUITE:rdbms_async_pool_muc_all:muc06:muc_querying_for_all_messages ```erlang {skip, {failed, {mam_SUITE,init_per_testcase, {{badrpc,timeout}, [{escalus_rpc,call_with_cookie_match, [mongooseim@localhost,ejabberd_admin,register, [<<"alicE_unnamed_1990">>,<<"domain.example.com">>, <<"matygrysa">>], 3000,mongooseim], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"}, {line,34}]}, {lists,foreach_1,2,[{file,"lists.erl"},{line,1686}]}, {escalus_ejabberd,create_users,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"}, {line,211}]}, {escalus_fresh,create_users,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_fresh.erl"}, {line,62}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1594}]}, {test_server,do_init_per_testcase,2, [{file,"test_server.erl"},{line,1563}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1264}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216624/mysql_redis.26.2.2-amd64/big/ct_run.test%404fbd6b637b16.2024-04-23_08.57.06/big_tests.tests.mam_SUITE.logs/run.2024-04-23_09.04.41/mam_suite.muc_querying_for_all_messages.89987.html)
mam_SUITE:rdbms_async_pool_muc_all:muc06:retract_muc_message ```erlang {skip, {failed, {mam_SUITE,init_per_testcase, {{badrpc,timeout}, [{escalus_rpc,call_with_cookie_match, [mongooseim@localhost,ejabberd_admin,register, [<<"alicE_unnamed_1992">>,<<"domain.example.com">>, <<"matygrysa">>], 3000,mongooseim], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"}, {line,34}]}, {lists,foreach_1,2,[{file,"lists.erl"},{line,1686}]}, {escalus_ejabberd,create_users,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"}, {line,211}]}, {escalus_fresh,create_users,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_fresh.erl"}, {line,62}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1594}]}, {test_server,do_init_per_testcase,2, [{file,"test_server.erl"},{line,1563}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1264}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216624/mysql_redis.26.2.2-amd64/big/ct_run.test%404fbd6b637b16.2024-04-23_08.57.06/big_tests.tests.mam_SUITE.logs/run.2024-04-23_09.04.41/mam_suite.retract_muc_message.129026.html)
mam_SUITE:rdbms_async_pool_muc_all:muc06:muc_querying_for_all_messages_with_jid ```erlang {skip, {failed, {mam_SUITE,init_per_testcase, {{badrpc,timeout}, [{escalus_rpc,call_with_cookie_match, [mongooseim@localhost,ejabberd_admin,register, [<<"alicE_unnamed_1993">>,<<"domain.example.com">>, <<"matygrysa">>], 3000,mongooseim], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"}, {line,34}]}, {lists,foreach_1,2,[{file,"lists.erl"},{line,1686}]}, {escalus_ejabberd,create_users,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"}, {line,211}]}, {escalus_fresh,create_users,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_fresh.erl"}, {line,62}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1594}]}, {test_server,do_init_per_testcase,2, [{file,"test_server.erl"},{line,1563}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1264}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216624/mysql_redis.26.2.2-amd64/big/ct_run.test%404fbd6b637b16.2024-04-23_08.57.06/big_tests.tests.mam_SUITE.logs/run.2024-04-23_09.04.41/mam_suite.muc_querying_for_all_messages_with_jid.128770.html)
mam_SUITE:rdbms_async_pool_muc_all:muc06:retract_muc_message_on_stanza_id ```erlang {skip, {failed, {mam_SUITE,init_per_testcase, {{badrpc,timeout}, [{escalus_rpc,call_with_cookie_match, [mongooseim@localhost,ejabberd_admin,register, [<<"alicE_unnamed_1994">>,<<"domain.example.com">>, <<"matygrysa">>], 3000,mongooseim], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"}, {line,34}]}, {lists,foreach_1,2,[{file,"lists.erl"},{line,1686}]}, {escalus_ejabberd,create_users,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"}, {line,211}]}, {escalus_fresh,create_users,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_fresh.erl"}, {line,62}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1594}]}, {test_server,do_init_per_testcase,2, [{file,"test_server.erl"},{line,1563}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1264}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216624/mysql_redis.26.2.2-amd64/big/ct_run.test%404fbd6b637b16.2024-04-23_08.57.06/big_tests.tests.mam_SUITE.logs/run.2024-04-23_09.04.41/mam_suite.retract_muc_message_on_stanza_id.46725.html)
mam_SUITE:rdbms_async_pool_muc_all:muc06:retract_wrong_muc_message ```erlang {skip, {failed, {mam_SUITE,init_per_testcase, {{badrpc,timeout}, [{escalus_rpc,call_with_cookie_match, [mongooseim@localhost,ejabberd_admin,register, [<<"alicE_unnamed_1995">>,<<"domain.example.com">>, <<"matygrysa">>], 3000,mongooseim], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"}, {line,34}]}, {lists,foreach_1,2,[{file,"lists.erl"},{line,1686}]}, {escalus_ejabberd,create_users,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"}, {line,211}]}, {escalus_fresh,create_users,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_fresh.erl"}, {line,62}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1594}]}, {test_server,do_init_per_testcase,2, [{file,"test_server.erl"},{line,1563}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1264}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216624/mysql_redis.26.2.2-amd64/big/ct_run.test%404fbd6b637b16.2024-04-23_08.57.06/big_tests.tests.mam_SUITE.logs/run.2024-04-23_09.04.41/mam_suite.retract_wrong_muc_message.129154.html)
mam_SUITE:rdbms_async_pool_muc_all:muc06:muc_metadata_archive_request ```erlang {skip, {failed, {mam_SUITE,init_per_testcase, {{badrpc,timeout}, [{escalus_rpc,call_with_cookie_match, [mongooseim@localhost,ejabberd_admin,register, [<<"alicE_unnamed_1996">>,<<"domain.example.com">>, <<"matygrysa">>], 3000,mongooseim], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"}, {line,34}]}, {lists,foreach_1,2,[{file,"lists.erl"},{line,1686}]}, {escalus_ejabberd,create_users,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"}, {line,211}]}, {escalus_fresh,create_users,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_fresh.erl"}, {line,62}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1594}]}, {test_server,do_init_per_testcase,2, [{file,"test_server.erl"},{line,1563}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1264}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216624/mysql_redis.26.2.2-amd64/big/ct_run.test%404fbd6b637b16.2024-04-23_08.57.06/big_tests.tests.mam_SUITE.logs/run.2024-04-23_09.04.41/mam_suite.muc_metadata_archive_request.129282.html)
mam_SUITE:rdbms_async_pool_muc_all:muc06:muc_query_messages_by_ids ```erlang {skip, {failed, {mam_SUITE,init_per_testcase, {{badrpc,timeout}, [{escalus_rpc,call_with_cookie_match, [mongooseim@localhost,ejabberd_admin,register, [<<"alicE_unnamed_1997">>,<<"domain.example.com">>, <<"matygrysa">>], 3000,mongooseim], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"}, {line,34}]}, {lists,foreach_1,2,[{file,"lists.erl"},{line,1686}]}, {escalus_ejabberd,create_users,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"}, {line,211}]}, {escalus_fresh,create_users,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_fresh.erl"}, {line,62}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1594}]}, {test_server,do_init_per_testcase,2, [{file,"test_server.erl"},{line,1563}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1264}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216624/mysql_redis.26.2.2-amd64/big/ct_run.test%404fbd6b637b16.2024-04-23_08.57.06/big_tests.tests.mam_SUITE.logs/run.2024-04-23_09.04.41/mam_suite.muc_query_messages_by_ids.129538.html)
mam_SUITE:rdbms_async_pool_muc_all:muc06:muc_metadata_archive_request_one_message ```erlang {skip, {failed, {mam_SUITE,init_per_testcase, {{badrpc,timeout}, [{escalus_rpc,call_with_cookie_match, [mongooseim@localhost,ejabberd_admin,register, [<<"alicE_unnamed_1999">>,<<"domain.example.com">>, <<"matygrysa">>], 3000,mongooseim], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"}, {line,34}]}, {lists,foreach_1,2,[{file,"lists.erl"},{line,1686}]}, {escalus_ejabberd,create_users,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"}, {line,211}]}, {escalus_fresh,create_users,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_fresh.erl"}, {line,62}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1594}]}, {test_server,do_init_per_testcase,2, [{file,"test_server.erl"},{line,1563}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1264}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216624/mysql_redis.26.2.2-amd64/big/ct_run.test%404fbd6b637b16.2024-04-23_08.57.06/big_tests.tests.mam_SUITE.logs/run.2024-04-23_09.04.41/mam_suite.muc_metadata_archive_request_one_message.129794.html)
mam_SUITE:rdbms_async_pool_muc_all:muc06:muc_server_returns_item_not_found_for_ids_filter_with_nonexistent_id ```erlang {skip, {failed, {mam_SUITE,init_per_testcase, {{badrpc,timeout}, [{escalus_rpc,call_with_cookie_match, [mongooseim@localhost,ejabberd_admin,register, [<<"alicE_unnamed_2001">>,<<"domain.example.com">>, <<"matygrysa">>], 3000,mongooseim], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"}, {line,34}]}, {lists,foreach_1,2,[{file,"lists.erl"},{line,1686}]}, {escalus_ejabberd,create_users,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"}, {line,211}]}, {escalus_fresh,create_users,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_fresh.erl"}, {line,62}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1594}]}, {test_server,do_init_per_testcase,2, [{file,"test_server.erl"},{line,1563}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1264}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216624/mysql_redis.26.2.2-amd64/big/ct_run.test%404fbd6b637b16.2024-04-23_08.57.06/big_tests.tests.mam_SUITE.logs/run.2024-04-23_09.04.41/mam_suite.muc_server_returns_item_not_found_for_ids_filter_with_nonexistent_id.129922.html)
mam_SUITE:rdbms_async_pool_muc_all:muc06:muc_service_discovery ```erlang {error,{{badrpc,timeout}, [{escalus_rpc,call_with_cookie_match, [mongooseim@localhost,ejabberd_admin,register, [<<"alicE_muc_service_discovery_2002">>, <<"domain.example.com">>,<<"matygrysa">>], 3000,mongooseim], [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"}, {line,34}]}, {lists,foreach_1,2,[{file,"lists.erl"},{line,1686}]}, {escalus_ejabberd,create_users,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"}, {line,211}]}, {escalus_fresh,create_users,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_fresh.erl"}, {line,62}]}, {escalus_fresh,story,3, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_fresh.erl"}, {line,27}]}, {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/4270/216624/mysql_redis.26.2.2-amd64/big/ct_run.test%404fbd6b637b16.2024-04-23_08.57.06/big_tests.tests.mam_SUITE.logs/run.2024-04-23_09.04.41/mam_suite.muc_service_discovery.69508.html)
sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{gen_server,call,[<0.90701.0>,get_sm_h]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216624/mysql_redis.26.2.2-amd64/big/ct_run.test%404fbd6b637b16.2024-04-23_08.57.06/big_tests.tests.sm_SUITE.logs/run.2024-04-23_09.11.31/sm_suite.ping_timeout.310658.html)

ldap_mnesia_25 / ldap_mnesia / f0f14564d3aadc3735ead74bf1d58b39f3960ddd Reports root/ big OK: 3045 / Failed: 2 / User-skipped: 897 / Auto-skipped: 0

pubsub_SUITE:dag+basic:publish_with_existing_id_test ```erlang {error,{{badmatch,false}, [{pubsub_tools,check_response,2, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,444}]}, {pubsub_tools,receive_response,3, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,434}]}, {pubsub_tools,receive_and_check_response,4, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,424}]}, {pubsub_SUITE,'-publish_with_existing_id_test/1-fun-0-',1, [{file,"/home/circleci/project/big_tests/tests/pubsub_SUITE.erl"}, {line,482}]}, {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,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/4270/216616/ldap_mnesia.25.3.2.9-amd64/big/ct_run.test%40d67e96ba7168.2024-04-23_08.56.03/big_tests.tests.pubsub_SUITE.logs/run.2024-04-23_09.06.28/pubsub_suite.publish_with_existing_id_test.52355.html)
sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{gen_server,call,[<0.9180.2>,get_sm_h]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216616/ldap_mnesia.25.3.2.9-amd64/big/ct_run.test%40d67e96ba7168.2024-04-23_08.56.03/big_tests.tests.sm_SUITE.logs/run.2024-04-23_09.09.31/sm_suite.ping_timeout.304002.html)
mongoose-im commented 1 week ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 898a5562d3a97c02e79ee7c798429b01cbf9d979 Reports root/ big OK: 437 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 898a5562d3a97c02e79ee7c798429b01cbf9d979 Reports root / small


small_tests_26 / small_tests / 898a5562d3a97c02e79ee7c798429b01cbf9d979 Reports root / small


small_tests_26_arm64 / small_tests / 898a5562d3a97c02e79ee7c798429b01cbf9d979 Reports root / small


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 898a5562d3a97c02e79ee7c798429b01cbf9d979 Reports root/ big OK: 4511 / Failed: 1 / User-skipped: 111 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{sys,get_state,[<0.19420.2>]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216809/pgsql_mnesia.25.3.2.9-amd64/big/ct_run.test%40b3c75cb3c9a2.2024-04-23_10.51.31/big_tests.tests.sm_SUITE.logs/run.2024-04-23_11.06.13/sm_suite.ping_timeout.258306.html)

dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 898a5562d3a97c02e79ee7c798429b01cbf9d979 Reports root/ big OK: 4515 / Failed: 1 / User-skipped: 111 / Auto-skipped: 1

mam_SUITE:rdbms_mnesia_muc_all:muc04:muc_querying_for_all_messages_with_jid ```erlang {skip, {failed, {mam_SUITE,init_per_testcase, {{room_archive_size,34,[{times,200,33}],ok}, [{mongoose_helper,do_wait_until,2, [{file, "/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"}, {line,359}]}, {mam_helper,wait_for_room_archive_size,3, [{file, "/home/circleci/project/big_tests/tests/mam_helper.erl"}, {line,789}]}, {mam_helper,muc_bootstrap_archive,1, [{file, "/home/circleci/project/big_tests/tests/mam_helper.erl"}, {line,1016}]}, {lists,foldl_1,3,[{file,"lists.erl"},{line,1599}]}, {test_server,do_init_per_testcase,2, [{file,"test_server.erl"},{line,1563}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1264}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216822/pgsql_mnesia.26.2.2-amd64/big/ct_run.test%400276d3b084bf.2024-04-23_10.53.20/big_tests.tests.mam_SUITE.logs/run.2024-04-23_11.01.57/mam_suite.muc_querying_for_all_messages_with_jid.88324.html)
sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{sys,get_state,[<0.84916.0>]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216822/pgsql_mnesia.26.2.2-amd64/big/ct_run.test%400276d3b084bf.2024-04-23_10.53.20/big_tests.tests.sm_SUITE.logs/run.2024-04-23_11.08.39/sm_suite.ping_timeout.179203.html)

dynamic_domains_mysql_redis_26 / mysql_redis / 898a5562d3a97c02e79ee7c798429b01cbf9d979 Reports root/ big OK: 4562 / Failed: 1 / User-skipped: 144 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{sys,get_state,[<0.85939.0>]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216823/mysql_redis.26.2.2-amd64/big/ct_run.test%400f4b8e8076be.2024-04-23_10.53.40/big_tests.tests.sm_SUITE.logs/run.2024-04-23_11.07.50/sm_suite.ping_timeout.254466.html)

pgsql_cets_26 / pgsql_cets / 898a5562d3a97c02e79ee7c798429b01cbf9d979 Reports root/ big OK: 4548 / Failed: 1 / User-skipped: 178 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{{timeout,true,[{times,50,false}],ok}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"}, {line,359}]}, {sm_helper,kill_and_connect_with_resume_session_without_waiting_for_result, 1, [{file,"/home/circleci/project/big_tests/tests/sm_helper.erl"}, {line,189}]}, {sm_SUITE,ping_timeout,1, [{file,"/home/circleci/project/big_tests/tests/sm_SUITE.erl"}, {line,635}]}, {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/4270/216819/pgsql_cets.26.2.2-amd64/big/ct_run.test%40df27fc96a068.2024-04-23_10.53.32/big_tests.tests.sm_SUITE.logs/run.2024-04-23_11.09.15/sm_suite.ping_timeout.185091.html)

dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 898a5562d3a97c02e79ee7c798429b01cbf9d979 Reports root/ big OK: 4681 / Failed: 1 / User-skipped: 114 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{{badmatch,false}, [{escalus_session,stream_resumption,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_session.erl"}, {line,259}]}, {escalus_connection,connection_step,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,161}]}, {lists,foldl_1,3,[{file,"lists.erl"},{line,1599}]}, {escalus_connection,start,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,145}]}, {sm_helper,connect_spec,3, [{file,"/home/circleci/project/big_tests/tests/sm_helper.erl"}, {line,153}]}, {sm_SUITE,ping_timeout,1, [{file,"/home/circleci/project/big_tests/tests/sm_SUITE.erl"}, {line,629}]}, {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/4270/216827/odbc_mssql_mnesia.26.2.2-amd64/big/ct_run.test%40a5aac04b5a41.2024-04-23_10.53.31/big_tests.tests.sm_SUITE.logs/run.2024-04-23_11.08.54/sm_suite.ping_timeout.216323.html)

pgsql_mnesia_26 / pgsql_mnesia / 898a5562d3a97c02e79ee7c798429b01cbf9d979 Reports root/ big OK: 5174 / Failed: 1 / User-skipped: 118 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{sys,get_state,[<0.100917.0>]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216818/pgsql_mnesia.26.2.2-amd64/big/ct_run.test%4097931f009ece.2024-04-23_10.53.14/big_tests.tests.sm_SUITE.logs/run.2024-04-23_11.11.23/sm_suite.ping_timeout.249219.html)

mssql_mnesia_26 / odbc_mssql_mnesia / 898a5562d3a97c02e79ee7c798429b01cbf9d979 Reports root/ big OK: 5104 / Failed: 1 / User-skipped: 121 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{sys,get_state,[<0.99109.0>]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216825/odbc_mssql_mnesia.26.2.2-amd64/big/ct_run.test%4096ddc50d3205.2024-04-23_10.53.40/big_tests.tests.sm_SUITE.logs/run.2024-04-23_11.14.24/sm_suite.ping_timeout.205059.html)

ldap_mnesia_26 / ldap_mnesia / 898a5562d3a97c02e79ee7c798429b01cbf9d979 Reports root/ big OK: 2735 / Failed: 1 / User-skipped: 897 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{sys,get_state,[<0.69206.0>]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216824/ldap_mnesia.26.2.2-amd64/big/ct_run.test%40ebff2ad0dd97.2024-04-23_10.53.20/big_tests.tests.sm_SUITE.logs/run.2024-04-23_11.06.42/sm_suite.ping_timeout.168707.html)

internal_mnesia_26 / internal_mnesia / 898a5562d3a97c02e79ee7c798429b01cbf9d979 Reports root/ big OK: 2823 / Failed: 2 / User-skipped: 757 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{sys,get_state,[<0.70398.0>]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216815/internal_mnesia.26.2.2-amd64/big/ct_run.test%40558fc88e0f0a.2024-04-23_10.53.26/big_tests.tests.sm_SUITE.logs/run.2024-04-23_11.09.37/sm_suite.ping_timeout.209282.html)
tr_util_SUITE:c2s_elements ```erlang {error,{{badmatch,[#{name => <<"message">>,type => <<"chat">>, hooks => [user_send_packet], jid => <<"alice_c2s_elements_2422@localhost/res1">>, to_jid => <<"bob_c2s_elements_2422@localhost/res1">>, from_jid => <<"alice_c2s_elements_2422@localhost/res1">>, ref => #Ref<10716.340726286.3379560451.81537>, contents => <<"Hello">>}, #{name => <<"message">>,type => <<"chat">>, hooks => [user_receive_packet,user_receive_message], jid => <<"bob_c2s_elements_2422@localhost/res1">>, to_jid => <<"bob_c2s_elements_2422@localhost/res1">>, from_jid => <<"alice_c2s_elements_2422@localhost/res1">>, ref => #Ref<10716.340726286.3379822594.167629>, contents => <<"Hello">>}, #{name => <<"message">>,type => <<"chat">>, hooks => [user_send_message], jid => <<"alice_c2s_elements_2422@localhost/res1">>, to_jid => <<"bob_c2s_elements_2422@localhost/res1">>, from_jid => <<"alice_c2s_elements_2422@localhost/res1">>, ref => #Ref<10716.340726286.3379560451.81537>, contents => <<"Hello">>}, #{name => <<"message">>,type => <<"chat">>, hooks => [xmpp_presend_element], jid => <<"bob_c2s_elements_2422@localhost/res1">>, to_jid => <<"bob_c2s_elements_2422@localhost/res1">>, from_jid => <<"alice_c2s_ele... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216815/internal_mnesia.26.2.2-amd64/big/ct_run.test%40558fc88e0f0a.2024-04-23_10.53.26/big_tests.tests.tr_util_SUITE.logs/run.2024-04-23_11.26.36/tr_util_suite.c2s_elements.html)
mongoose-im commented 1 week ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 9c17be067a96df455fdc7b95c625cb6932982456 Reports root/ big OK: 437 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 9c17be067a96df455fdc7b95c625cb6932982456 Reports root / small


small_tests_26 / small_tests / 9c17be067a96df455fdc7b95c625cb6932982456 Reports root / small


small_tests_26_arm64 / small_tests / 9c17be067a96df455fdc7b95c625cb6932982456 Reports root / small


pgsql_mnesia_25 / pgsql_mnesia / 9c17be067a96df455fdc7b95c625cb6932982456 Reports root/ big OK: 4940 / Failed: 1 / User-skipped: 118 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{gen_server,call,[<0.31319.2>,get_sm_h]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216840/pgsql_mnesia.25.3.2.9-amd64/big/ct_run.test%409d11dc49e72b.2024-04-23_11.31.35/big_tests.tests.sm_SUITE.logs/run.2024-04-23_11.48.17/sm_suite.ping_timeout.179203.html)

ldap_mnesia_25 / ldap_mnesia / 9c17be067a96df455fdc7b95c625cb6932982456 Reports root/ big OK: 2440 / Failed: 1 / User-skipped: 897 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{{timeout,true,[{times,50,false}],ok}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"}, {line,359}]}, {sm_helper,kill_and_connect_with_resume_session_without_waiting_for_result, 1, [{file,"/home/circleci/project/big_tests/tests/sm_helper.erl"}, {line,185}]}, {sm_SUITE,ping_timeout,1, [{file,"/home/circleci/project/big_tests/tests/sm_SUITE.erl"}, {line,635}]}, {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/4270/216843/ldap_mnesia.25.3.2.9-amd64/big/ct_run.test%408c297315dfed.2024-04-23_11.31.43/big_tests.tests.sm_SUITE.logs/run.2024-04-23_11.45.25/sm_suite.ping_timeout.52356.html)

mssql_mnesia_26 / odbc_mssql_mnesia / 9c17be067a96df455fdc7b95c625cb6932982456 Reports root/ big OK: 4930 / Failed: 1 / User-skipped: 121 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{{timeout,true,[{times,50,false}],ok}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"}, {line,359}]}, {sm_helper,kill_and_connect_with_resume_session_without_waiting_for_result, 1, [{file,"/home/circleci/project/big_tests/tests/sm_helper.erl"}, {line,185}]}, {sm_SUITE,ping_timeout,1, [{file,"/home/circleci/project/big_tests/tests/sm_SUITE.erl"}, {line,635}]}, {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/4270/216850/odbc_mssql_mnesia.26.2.2-amd64/big/ct_run.test%40aa15df20f512.2024-04-23_11.33.00/big_tests.tests.sm_SUITE.logs/run.2024-04-23_11.50.59/sm_suite.ping_timeout.274946.html)

pgsql_cets_26 / pgsql_cets / 9c17be067a96df455fdc7b95c625cb6932982456 Reports root/ big OK: 4541 / Failed: 1 / User-skipped: 178 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{gen_server,call,[<0.91739.0>,get_sm_h]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216854/pgsql_cets.26.2.2-amd64/big/ct_run.test%40def112168c16.2024-04-23_11.32.54/big_tests.tests.sm_SUITE.logs/run.2024-04-23_11.48.40/sm_suite.ping_timeout.268802.html)

ldap_mnesia_26 / ldap_mnesia / 9c17be067a96df455fdc7b95c625cb6932982456 Reports root/ big OK: 2456 / Failed: 1 / User-skipped: 897 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{{timeout,true,[{times,50,false}],ok}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"}, {line,359}]}, {sm_helper,kill_and_connect_with_resume_session_without_waiting_for_result, 1, [{file,"/home/circleci/project/big_tests/tests/sm_helper.erl"}, {line,185}]}, {sm_SUITE,ping_timeout,1, [{file,"/home/circleci/project/big_tests/tests/sm_SUITE.erl"}, {line,635}]}, {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/4270/216856/ldap_mnesia.26.2.2-amd64/big/ct_run.test%40c246453c4806.2024-04-23_11.32.42/big_tests.tests.sm_SUITE.logs/run.2024-04-23_11.46.02/sm_suite.ping_timeout.161026.html)

dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 9c17be067a96df455fdc7b95c625cb6932982456 Reports root/ big OK: 4719 / Failed: 1 / User-skipped: 111 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{{timeout,true,[{times,50,false}],ok}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"}, {line,359}]}, {sm_helper,kill_and_connect_with_resume_session_without_waiting_for_result, 1, [{file,"/home/circleci/project/big_tests/tests/sm_helper.erl"}, {line,185}]}, {sm_SUITE,ping_timeout,1, [{file,"/home/circleci/project/big_tests/tests/sm_SUITE.erl"}, {line,635}]}, {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/4270/216841/pgsql_mnesia.25.3.2.9-amd64/big/ct_run.test%40c99c1168ae9b.2024-04-23_11.31.47/big_tests.tests.sm_SUITE.logs/run.2024-04-23_11.46.11/sm_suite.ping_timeout.199171.html)

dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 9c17be067a96df455fdc7b95c625cb6932982456 Reports root/ big OK: 4681 / Failed: 1 / User-skipped: 114 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{{timeout,true,[{times,50,false}],ok}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"}, {line,359}]}, {sm_helper,kill_and_connect_with_resume_session_without_waiting_for_result, 1, [{file,"/home/circleci/project/big_tests/tests/sm_helper.erl"}, {line,185}]}, {sm_SUITE,ping_timeout,1, [{file,"/home/circleci/project/big_tests/tests/sm_SUITE.erl"}, {line,635}]}, {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/4270/216857/odbc_mssql_mnesia.26.2.2-amd64/big/ct_run.test%40d8170e2cb8d4.2024-04-23_11.32.52/big_tests.tests.sm_SUITE.logs/run.2024-04-23_11.48.02/sm_suite.ping_timeout.204547.html)

pgsql_mnesia_26 / pgsql_mnesia / 9c17be067a96df455fdc7b95c625cb6932982456 Reports root/ big OK: 5105 / Failed: 1 / User-skipped: 118 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{gen_server,call,[<0.99696.0>,get_sm_h]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216853/pgsql_mnesia.26.2.2-amd64/big/ct_run.test%4049784645730c.2024-04-23_11.32.27/big_tests.tests.sm_SUITE.logs/run.2024-04-23_11.50.24/sm_suite.ping_timeout.295682.html)

dynamic_domains_mysql_redis_26 / mysql_redis / 9c17be067a96df455fdc7b95c625cb6932982456 Reports root/ big OK: 4878 / Failed: 1 / User-skipped: 144 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{noproc,{sys,get_state,[<0.91930.0>]}}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/216847/mysql_redis.26.2.2-amd64/big/ct_run.test%40579a43d384e8.2024-04-23_11.32.39/big_tests.tests.sm_SUITE.logs/run.2024-04-23_11.47.00/sm_suite.ping_timeout.307202.html)

internal_mnesia_26 / internal_mnesia / 9c17be067a96df455fdc7b95c625cb6932982456 Reports root/ big OK: 3112 / Failed: 1 / User-skipped: 757 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{{timeout,true,[{times,50,false}],ok}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"}, {line,359}]}, {sm_helper,kill_and_connect_with_resume_session_without_waiting_for_result, 1, [{file,"/home/circleci/project/big_tests/tests/sm_helper.erl"}, {line,185}]}, {sm_SUITE,ping_timeout,1, [{file,"/home/circleci/project/big_tests/tests/sm_SUITE.erl"}, {line,635}]}, {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/4270/216859/internal_mnesia.26.2.2-amd64/big/ct_run.test%4005435e935dcc.2024-04-23_11.32.33/big_tests.tests.sm_SUITE.logs/run.2024-04-23_11.49.05/sm_suite.ping_timeout.280962.html)

dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 9c17be067a96df455fdc7b95c625cb6932982456 Reports root/ big OK: 5348 / Failed: 1 / User-skipped: 111 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{{timeout,true,[{times,50,false}],ok}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"}, {line,359}]}, {sm_helper,kill_and_connect_with_resume_session_without_waiting_for_result, 1, [{file,"/home/circleci/project/big_tests/tests/sm_helper.erl"}, {line,185}]}, {sm_SUITE,ping_timeout,1, [{file,"/home/circleci/project/big_tests/tests/sm_SUITE.erl"}, {line,635}]}, {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/4270/216848/pgsql_mnesia.26.2.2-amd64/big/ct_run.test%40ca7c3cb68c8a.2024-04-23_11.32.24/big_tests.tests.sm_SUITE.logs/run.2024-04-23_11.47.10/sm_suite.ping_timeout.340866.html)

mysql_redis_26 / mysql_redis / 9c17be067a96df455fdc7b95c625cb6932982456 Reports root/ big OK: 5790 / Failed: 1 / User-skipped: 139 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{{timeout,true,[{times,50,false}],ok}, [{mongoose_helper,do_wait_until,2, [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"}, {line,359}]}, {sm_helper,kill_and_connect_with_resume_session_without_waiting_for_result, 1, [{file,"/home/circleci/project/big_tests/tests/sm_helper.erl"}, {line,185}]}, {sm_SUITE,ping_timeout,1, [{file,"/home/circleci/project/big_tests/tests/sm_SUITE.erl"}, {line,635}]}, {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/4270/216851/mysql_redis.26.2.2-amd64/big/ct_run.test%4045dbedf3d0f9.2024-04-23_11.32.52/big_tests.tests.sm_SUITE.logs/run.2024-04-23_11.49.44/sm_suite.ping_timeout.462722.html)
mongoose-im commented 1 week ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 0a4f1ff12fdff5605795d659c7db98e70a4fbe2f Reports root/ big OK: 437 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 0a4f1ff12fdff5605795d659c7db98e70a4fbe2f Reports root / small


small_tests_26 / small_tests / 0a4f1ff12fdff5605795d659c7db98e70a4fbe2f Reports root / small


small_tests_26_arm64 / small_tests / 0a4f1ff12fdff5605795d659c7db98e70a4fbe2f Reports root / small


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 0a4f1ff12fdff5605795d659c7db98e70a4fbe2f Reports root/ big OK: 4726 / Failed: 1 / User-skipped: 111 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error, {{badmatch, [{xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"domain.example.com">>}, {<<"from">>, <<"alice_ping_timeout_3304@domain.example.com/escalus-default-resource">>}, {<<"id">>,<<"00bce109cc5cd09e">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}, {xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"domain.example.com">>}, {<<"from">>, <<"alice_ping_timeout_3304@domain.example.com/escalus-default-resource">>}, {<<"id">>,<<"31abb6f00af85e24">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}]}, [{sm_SUITE,pi... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/217134/pgsql_mnesia.25.3.2.9-amd64/big/ct_run.test%409d8ad7517943.2024-04-24_13.09.03/big_tests.tests.sm_SUITE.logs/run.2024-04-24_13.23.25/sm_suite.ping_timeout.304386.html)

ldap_mnesia_26 / ldap_mnesia / 0a4f1ff12fdff5605795d659c7db98e70a4fbe2f Reports root/ big OK: 2575 / Failed: 1 / User-skipped: 897 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error, {{badmatch, [{xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_2340@localhost/escalus-default-resource">>}, {<<"id">>,<<"de63d2f01482507f">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}, {xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_2340@localhost/escalus-default-resource">>}, {<<"id">>,<<"0cad8ef5536c9c58">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}]}, [{sm_SUITE,ping_timeout,1, [{file,"/home/ci... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/217152/ldap_mnesia.26.2.2-amd64/big/ct_run.test%4013a36dc64abc.2024-04-24_13.09.41/big_tests.tests.sm_SUITE.logs/run.2024-04-24_13.23.56/sm_suite.ping_timeout.125955.html)

internal_mnesia_26 / internal_mnesia / 0a4f1ff12fdff5605795d659c7db98e70a4fbe2f Reports root/ big OK: 2737 / Failed: 1 / User-skipped: 757 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error, {{badmatch, [{xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_2286@localhost/escalus-default-resource">>}, {<<"id">>,<<"a89c8ca22be879ae">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}, {xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_2286@localhost/escalus-default-resource">>}, {<<"id">>,<<"375a10b910bbd71c">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}]}, [{sm_SUITE,ping_timeout,1, [{file,"/home/ci... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/217146/internal_mnesia.26.2.2-amd64/big/ct_run.test%40c59750015bc7.2024-04-24_13.09.40/big_tests.tests.sm_SUITE.logs/run.2024-04-24_13.24.24/sm_suite.ping_timeout.136835.html)

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

sm_SUITE:ping:ping_timeout ```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}]}, {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/4270/217141/mysql_redis.26.2.2-amd64/big/ct_run.test%40a91c848225da.2024-04-24_13.09.45/big_tests.tests.sm_SUITE.logs/run.2024-04-24_13.27.11/sm_suite.ping_timeout.350722.html)

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

sm_SUITE:ping:ping_timeout ```erlang {error,{{badmatch,false}, [{escalus_session,stream_resumption,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_session.erl"}, {line,259}]}, {escalus_connection,connection_step,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,161}]}, {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]}, {escalus_connection,start,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,145}]}, {sm_helper,connect_spec,3, [{file,"/home/circleci/project/big_tests/tests/sm_helper.erl"}, {line,154}]}, {sm_SUITE,ping_timeout,1, [{file,"/home/circleci/project/big_tests/tests/sm_SUITE.erl"}, {line,629}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1291}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/217136/pgsql_mnesia.25.3.2.9-amd64/big/ct_run.test%40a28bb9b01555.2024-04-24_13.09.18/big_tests.tests.sm_SUITE.logs/run.2024-04-24_13.26.49/sm_suite.ping_timeout.305411.html)

ldap_mnesia_25 / ldap_mnesia / 0a4f1ff12fdff5605795d659c7db98e70a4fbe2f Reports root/ big OK: 3238 / Failed: 0 / User-skipped: 897 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / 0a4f1ff12fdff5605795d659c7db98e70a4fbe2f Reports root/ big OK: 5325 / Failed: 1 / User-skipped: 178 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error,{{badmatch,false}, [{escalus_session,stream_resumption,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_session.erl"}, {line,259}]}, {escalus_connection,connection_step,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,161}]}, {lists,foldl_1,3,[{file,"lists.erl"},{line,1599}]}, {escalus_connection,start,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,145}]}, {sm_helper,connect_spec,3, [{file,"/home/circleci/project/big_tests/tests/sm_helper.erl"}, {line,154}]}, {sm_SUITE,ping_timeout,1, [{file,"/home/circleci/project/big_tests/tests/sm_SUITE.erl"}, {line,629}]}, {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/4270/217149/pgsql_cets.26.2.2-amd64/big/ct_run.test%402ea81bf4ccad.2024-04-24_13.09.55/big_tests.tests.sm_SUITE.logs/run.2024-04-24_13.25.33/sm_suite.ping_timeout.317443.html)

dynamic_domains_mysql_redis_26 / mysql_redis / 0a4f1ff12fdff5605795d659c7db98e70a4fbe2f Reports root/ big OK: 5461 / 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_602@domain.example.com">>}, {<<"to">>, <<"alice_dropped_client_doesnt_create_duplicate_carbons_602@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_602@domain.example.com/res1">>}, {<<"type">>,<<"chat">>}, {<<"to">>, <<"bob_dropped_client_doesnt_create_duplicate_carbons_602@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/4270/217140/mysql_redis.26.2.2-amd64/big/ct_run.test%40e8b7f85c8254.2024-04-24_13.09.52/big_tests.tests.carboncopy_SUITE.logs/run.2024-04-24_13.10.41/carboncopy_suite.dropped_client_doesnt_create_duplicate_carbons.8836.html)

dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 0a4f1ff12fdff5605795d659c7db98e70a4fbe2f Reports root/ big OK: 5495 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 0a4f1ff12fdff5605795d659c7db98e70a4fbe2f Reports root/ big OK: 5492 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 0a4f1ff12fdff5605795d659c7db98e70a4fbe2f Reports root/ big OK: 5884 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / 0a4f1ff12fdff5605795d659c7db98e70a4fbe2f Reports root/ big OK: 5881 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0

mongoose-im commented 1 week ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / b3f999c4081480f9e7d5a45d081f1746e7597cce Reports root/ big OK: 437 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / b3f999c4081480f9e7d5a45d081f1746e7597cce Reports root / small


small_tests_26 / small_tests / b3f999c4081480f9e7d5a45d081f1746e7597cce Reports root / small


small_tests_26_arm64 / small_tests / b3f999c4081480f9e7d5a45d081f1746e7597cce Reports root / small


ldap_mnesia_25 / ldap_mnesia / b3f999c4081480f9e7d5a45d081f1746e7597cce Reports root/ big OK: 2333 / Failed: 1 / User-skipped: 897 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error, {{badmatch, [{xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_1928@localhost/escalus-default-resource">>}, {<<"id">>,<<"8043b6a2a321666e">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}, {xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_1928@localhost/escalus-default-resource">>}, {<<"id">>,<<"89438885b5b7c3b9">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}]}, [{sm_SUITE,ping_timeout,1, [{file,"/home/ci... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/217619/ldap_mnesia.25.3.2.9-amd64/big/ct_run.test%40c0e7b2412c81.2024-04-25_12.00.16/big_tests.tests.sm_SUITE.logs/run.2024-04-25_12.13.32/sm_suite.ping_timeout.145282.html)

internal_mnesia_26 / internal_mnesia / b3f999c4081480f9e7d5a45d081f1746e7597cce Reports root/ big OK: 2417 / Failed: 1 / User-skipped: 757 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error, {{badmatch, [{xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_1964@localhost/escalus-default-resource">>}, {<<"id">>,<<"55ab6a8a5df1153d">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}, {xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_1964@localhost/escalus-default-resource">>}, {<<"id">>,<<"4bdbf4442a948fd0">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}]}, [{sm_SUITE,ping_timeout,1, [{file,"/home/ci... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/217626/internal_mnesia.26.2.2-amd64/big/ct_run.test%40bdf1fbe524c4.2024-04-25_12.01.27/big_tests.tests.sm_SUITE.logs/run.2024-04-25_12.17.03/sm_suite.ping_timeout.128898.html)

pgsql_cets_26 / pgsql_cets / b3f999c4081480f9e7d5a45d081f1746e7597cce Reports root/ big OK: 4441 / Failed: 1 / User-skipped: 178 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error, {{badmatch, [{xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_3141@localhost/escalus-default-resource">>}, {<<"id">>,<<"1d026977322f4180">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}, {xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_3141@localhost/escalus-default-resource">>}, {<<"id">>,<<"33f5434f240b9fb5">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}]}, [{sm_SUITE,ping_timeout,1, [{file,"/home/ci... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/217634/pgsql_cets.26.2.2-amd64/big/ct_run.test%40956535c0d19a.2024-04-25_12.01.24/big_tests.tests.sm_SUITE.logs/run.2024-04-25_12.17.10/sm_suite.ping_timeout.233986.html)

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

sm_SUITE:ping:ping_timeout ```erlang {error, {{badmatch, [{xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_3367@localhost/escalus-default-resource">>}, {<<"id">>,<<"76c4678a7be69312">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}, {xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_3367@localhost/escalus-default-resource">>}, {<<"id">>,<<"5417e19ddf49bea1">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}]}, [{sm_SUITE,ping_timeout,1, [{file,"/home/ci... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/217633/mysql_redis.26.2.2-amd64/big/ct_run.test%406b784d97779f.2024-04-25_12.01.40/big_tests.tests.sm_SUITE.logs/run.2024-04-25_12.18.58/sm_suite.ping_timeout.176387.html)

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

sm_SUITE:ping:ping_timeout ```erlang {error, {{badmatch, [{xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"domain.example.com">>}, {<<"from">>, <<"alice_ping_timeout_3165@domain.example.com/escalus-default-resource">>}, {<<"id">>,<<"84e6a0ce3b31c1de">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}, {xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"domain.example.com">>}, {<<"from">>, <<"alice_ping_timeout_3165@domain.example.com/escalus-default-resource">>}, {<<"id">>,<<"04057a63beedbbe4">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}]}, [{sm_SUITE,pi... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/217621/odbc_mssql_mnesia.26.2.2-amd64/big/ct_run.test%40253ffb6f4c38.2024-04-25_12.01.37/big_tests.tests.sm_SUITE.logs/run.2024-04-25_12.17.44/sm_suite.ping_timeout.257922.html)

ldap_mnesia_26 / ldap_mnesia / b3f999c4081480f9e7d5a45d081f1746e7597cce Reports root/ big OK: 2398 / Failed: 1 / User-skipped: 897 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error, {{badmatch, [{xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_2114@localhost/escalus-default-resource">>}, {<<"id">>,<<"7440ee2af89cda00">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}, {xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_2114@localhost/escalus-default-resource">>}, {<<"id">>,<<"1294b855e6d667f4">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}]}, [{sm_SUITE,ping_timeout,1, [{file,"/home/ci... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/217635/ldap_mnesia.26.2.2-amd64/big/ct_run.test%406253ae15b82e.2024-04-25_12.01.28/big_tests.tests.sm_SUITE.logs/run.2024-04-25_12.16.06/sm_suite.ping_timeout.84739.html)

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

sm_SUITE:ping:ping_timeout ```erlang {error, {{badmatch, [{xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_3761@localhost/escalus-default-resource">>}, {<<"id">>,<<"f52dd65317171e83">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}, {xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_3761@localhost/escalus-default-resource">>}, {<<"id">>,<<"2faadcf3210f0c51">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}]}, [{sm_SUITE,ping_timeout,1, [{file,"/home/ci... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/217631/odbc_mssql_mnesia.26.2.2-amd64/big/ct_run.test%40ffe67ba8737e.2024-04-25_12.01.32/big_tests.tests.sm_SUITE.logs/run.2024-04-25_12.20.40/sm_suite.ping_timeout.267266.html)

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

sm_SUITE:ping:ping_timeout ```erlang {error,{{badmatch,false}, [{escalus_session,stream_resumption,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_session.erl"}, {line,259}]}, {escalus_connection,connection_step,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,161}]}, {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]}, {escalus_connection,start,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,145}]}, {sm_helper,connect_spec,3, [{file,"/home/circleci/project/big_tests/tests/sm_helper.erl"}, {line,154}]}, {sm_SUITE,ping_timeout,1, [{file,"/home/circleci/project/big_tests/tests/sm_SUITE.erl"}, {line,629}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1291}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/217616/pgsql_mnesia.25.3.2.9-amd64/big/ct_run.test%4037fc7fafefac.2024-04-25_12.00.24/big_tests.tests.sm_SUITE.logs/run.2024-04-25_12.17.25/sm_suite.ping_timeout.327810.html)

dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / b3f999c4081480f9e7d5a45d081f1746e7597cce Reports root/ big OK: 4951 / Failed: 1 / User-skipped: 111 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error, {{badmatch, [{xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"domain.example.com">>}, {<<"from">>, <<"alice_ping_timeout_3541@domain.example.com/escalus-default-resource">>}, {<<"id">>,<<"39a92fbebfff889f">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}, {xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"domain.example.com">>}, {<<"from">>, <<"alice_ping_timeout_3541@domain.example.com/escalus-default-resource">>}, {<<"id">>,<<"0af6815591621082">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}]}, [{sm_SUITE,pi... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/217620/pgsql_mnesia.25.3.2.9-amd64/big/ct_run.test%4080070a6ff3c4.2024-04-25_12.00.25/big_tests.tests.sm_SUITE.logs/run.2024-04-25_12.14.20/sm_suite.ping_timeout.273155.html)

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

graphql_server_SUITE:admin_cli:clustering_tests:join_successful ```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_server_SUITE,join_successful,1, [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"}, {line,153}]}, {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/4270/217624/pgsql_mnesia.26.2.2-amd64/big/ct_run.test%4026557528e1a5.2024-04-25_12.01.25/big_tests.tests.graphql_server_SUITE.logs/run.2024-04-25_12.08.42/graphql_server_suite.join_successful.html)
sm_SUITE:ping:ping_timeout ```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}]}, {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/4270/217624/pgsql_mnesia.26.2.2-amd64/big/ct_run.test%4026557528e1a5.2024-04-25_12.01.25/big_tests.tests.sm_SUITE.logs/run.2024-04-25_12.20.25/sm_suite.ping_timeout.231555.html)

dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / b3f999c4081480f9e7d5a45d081f1746e7597cce Reports root/ big OK: 5447 / Failed: 1 / User-skipped: 111 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error, {{badmatch, [{xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"domain.example.com">>}, {<<"from">>, <<"alice_ping_timeout_4073@domain.example.com/escalus-default-resource">>}, {<<"id">>,<<"40401fca17f68046">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}, {xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"domain.example.com">>}, {<<"from">>, <<"alice_ping_timeout_4073@domain.example.com/escalus-default-resource">>}, {<<"id">>,<<"1a22870ca9f226b6">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}]}, [{sm_SUITE,pi... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/217630/pgsql_mnesia.26.2.2-amd64/big/ct_run.test%407ecda0c7ab13.2024-04-25_12.01.15/big_tests.tests.sm_SUITE.logs/run.2024-04-25_12.15.49/sm_suite.ping_timeout.334211.html)

dynamic_domains_mysql_redis_26 / mysql_redis / b3f999c4081480f9e7d5a45d081f1746e7597cce Reports root/ big OK: 5462 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0

mongoose-im commented 1 week ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 1c3d83445fe3f2223b889775b14e30200cd1e4c1 Reports root/ big OK: 437 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / 1c3d83445fe3f2223b889775b14e30200cd1e4c1 Reports root / small


small_tests_26 / small_tests / 1c3d83445fe3f2223b889775b14e30200cd1e4c1 Reports root / small


small_tests_26_arm64 / small_tests / 1c3d83445fe3f2223b889775b14e30200cd1e4c1 Reports root / small


ldap_mnesia_25 / ldap_mnesia / 1c3d83445fe3f2223b889775b14e30200cd1e4c1 Reports root/ big OK: 2284 / Failed: 1 / User-skipped: 897 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error, {{badmatch, [{xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_1862@localhost/escalus-default-resource">>}, {<<"id">>,<<"f1e404280c531f4e">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}, {xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_1862@localhost/escalus-default-resource">>}, {<<"id">>,<<"fd98e3b5988528b3">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}]}, [{sm_SUITE,ping_timeout,1, [{file,"/home/ci... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/217650/ldap_mnesia.25.3.2.9-amd64/big/ct_run.test%400d4ea28ae0f7.2024-04-25_14.31.22/big_tests.tests.sm_SUITE.logs/run.2024-04-25_14.44.43/sm_suite.ping_timeout.147970.html)

dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 1c3d83445fe3f2223b889775b14e30200cd1e4c1 Reports root/ big OK: 5495 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


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


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 1c3d83445fe3f2223b889775b14e30200cd1e4c1 Reports root/ big OK: 5495 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / 1c3d83445fe3f2223b889775b14e30200cd1e4c1 Reports root/ big OK: 3238 / Failed: 0 / User-skipped: 897 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / 1c3d83445fe3f2223b889775b14e30200cd1e4c1 Reports root/ big OK: 3378 / Failed: 0 / User-skipped: 757 / Auto-skipped: 0


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


pgsql_cets_26 / pgsql_cets / 1c3d83445fe3f2223b889775b14e30200cd1e4c1 Reports root/ big OK: 5410 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


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


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


pgsql_mnesia_26 / pgsql_mnesia / 1c3d83445fe3f2223b889775b14e30200cd1e4c1 Reports root/ big OK: 5884 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


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

mongoose-im commented 1 week ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / ea3399a82a8b621226ec18bfec09168a00fed787 Reports root/ big OK: 437 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / ea3399a82a8b621226ec18bfec09168a00fed787 Reports root / small


small_tests_26_arm64 / small_tests / ea3399a82a8b621226ec18bfec09168a00fed787 Reports root / small


small_tests_26 / small_tests / ea3399a82a8b621226ec18bfec09168a00fed787 Reports root / small


internal_mnesia_26 / internal_mnesia / ea3399a82a8b621226ec18bfec09168a00fed787 Reports root/ big OK: 2665 / Failed: 1 / User-skipped: 757 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error, {{badmatch, [{xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_2322@localhost/escalus-default-resource">>}, {<<"id">>,<<"f7699b1e7678feec">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}, {xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_2322@localhost/escalus-default-resource">>}, {<<"id">>,<<"07adc7a779933123">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}]}, [{sm_SUITE,ping_timeout,1, [{file,"/home/ci... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/217697/internal_mnesia.26.2.2-amd64/big/ct_run.test%40a7b3e14b752f.2024-04-25_14.57.24/big_tests.tests.sm_SUITE.logs/run.2024-04-25_15.14.11/sm_suite.ping_timeout.189442.html)

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

sm_SUITE:ping:ping_timeout ```erlang {error, {{badmatch, [{xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"domain.example.com">>}, {<<"from">>, <<"alice_ping_timeout_3396@domain.example.com/escalus-default-resource">>}, {<<"id">>,<<"d16d0d53a8fad981">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}, {xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"domain.example.com">>}, {<<"from">>, <<"alice_ping_timeout_3396@domain.example.com/escalus-default-resource">>}, {<<"id">>,<<"dda4a1133d695bd8">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}]}, [{sm_SUITE,pi... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/217692/mysql_redis.26.2.2-amd64/big/ct_run.test%4056ea494b3a6f.2024-04-25_14.57.11/big_tests.tests.sm_SUITE.logs/run.2024-04-25_15.10.45/sm_suite.ping_timeout.335234.html)

ldap_mnesia_26 / ldap_mnesia / ea3399a82a8b621226ec18bfec09168a00fed787 Reports root/ big OK: 2861 / Failed: 1 / User-skipped: 897 / Auto-skipped: 0

sm_SUITE:ping:ping_timeout ```erlang {error, {{badmatch, [{xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_2476@localhost/escalus-default-resource">>}, {<<"id">>,<<"a137a8894f9fb5df">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}, {xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_2476@localhost/escalus-default-resource">>}, {<<"id">>,<<"6fe55571396bcb53">>}], [{xmlel,<<"ping">>,[{<<"xmlns">>,<<"urn:xmpp:ping">>}],[]}, {xmlel,<<"error">>, [{<<"code">>,<<"503">>},{<<"type">>,<<"cancel">>}], [{xmlel,<<"service-unavailable">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], []}, {xmlel,<<"text">>, [{<<"xmlns">>, <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}], [{xmlcdata,<<"Route offline">>}]}]}]}]}, [{sm_SUITE,ping_timeout,1, [{file,"/home/ci... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/217689/ldap_mnesia.26.2.2-amd64/big/ct_run.test%40ee6d6cc0fa22.2024-04-25_14.57.05/big_tests.tests.sm_SUITE.logs/run.2024-04-25_15.10.48/sm_suite.ping_timeout.237954.html)

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

sm_SUITE:ping:ping_timeout ```erlang {error, {thrown, {timeout, [{escalus_connection,receive_stanza,2, [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"}, {line,303}]}, {sm_SUITE,ping_timeout,1, [{file,"/home/circleci/project/big_tests/tests/sm_SUITE.erl"}, {line,633}]}, {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/4270/217699/odbc_mssql_mnesia.26.2.2-amd64/big/ct_run.test%4038f50db751a1.2024-04-25_14.57.23/big_tests.tests.sm_SUITE.logs/run.2024-04-25_15.13.07/sm_suite.ping_timeout.315395.html)

dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / ea3399a82a8b621226ec18bfec09168a00fed787 Reports root/ big OK: 5495 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / ea3399a82a8b621226ec18bfec09168a00fed787 Reports root/ big OK: 5495 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / ea3399a82a8b621226ec18bfec09168a00fed787 Reports root/ big OK: 5410 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / ea3399a82a8b621226ec18bfec09168a00fed787 Reports root/ big OK: 5884 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / ea3399a82a8b621226ec18bfec09168a00fed787 Reports root/ big OK: 5859 / Failed: 1 / User-skipped: 139 / Auto-skipped: 3

pubsub_SUITE:tree+hometree_specific:can_create_node_with_existing_parent_path ```erlang {error,{{badmatch,false}, [{pubsub_tools,check_response,2, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,444}]}, {pubsub_tools,receive_response,3, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,434}]}, {pubsub_tools,receive_and_check_response,4, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,424}]}, {pubsub_SUITE,'-can_create_node_with_existing_parent_path/1-fun-0-', 1, [{file,"/home/circleci/project/big_tests/tests/pubsub_SUITE.erl"}, {line,1783}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1302}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4270/217695/mysql_redis.26.2.2-amd64/big/ct_run.test%4081b869896dbc.2024-04-25_14.57.09/big_tests.tests.pubsub_SUITE.logs/run.2024-04-25_15.11.30/pubsub_suite.can_create_node_with_existing_parent_path.html)

pgsql_mnesia_26 / pgsql_mnesia / ea3399a82a8b621226ec18bfec09168a00fed787 Reports root/ big OK: 5884 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / ea3399a82a8b621226ec18bfec09168a00fed787 Reports root/ big OK: 5881 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0

mongoose-im commented 1 week ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / dd557f9b260f7431afe92d92091177b491779d84 Reports root/ big OK: 437 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / dd557f9b260f7431afe92d92091177b491779d84 Reports root / small


small_tests_26 / small_tests / dd557f9b260f7431afe92d92091177b491779d84 Reports root / small


small_tests_26_arm64 / small_tests / dd557f9b260f7431afe92d92091177b491779d84 Reports root / small


ldap_mnesia_26 / ldap_mnesia / dd557f9b260f7431afe92d92091177b491779d84 Reports root/ big OK: 3238 / Failed: 0 / User-skipped: 897 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / dd557f9b260f7431afe92d92091177b491779d84 Reports root/ big OK: 3237 / Failed: 1 / User-skipped: 897 / Auto-skipped: 0

graphql_last_SUITE:admin_cli:admin_last_configured:admin_last:admin_count_active_users ```erlang {error,{{assertEqual,[{module,graphql_last_SUITE}, {line,312}, {expression,"get_ok_value ( p ( countActiveUsers ) , Res1 )"}, {expected,2}, {value,1}]}, [{graphql_last_SUITE,admin_count_active_users_story,3, [{file,"/home/circleci/project/big_tests/tests/graphql_last_SUITE.erl"}, {line,312}]}, {escalus_story,story,4, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,72}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,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/4270/217717/ldap_mnesia.25.3.2.9-amd64/big/ct_run.test%4085680c760e4e.2024-04-25_16.15.48/big_tests.tests.graphql_last_SUITE.logs/run.2024-04-25_16.17.58/graphql_last_suite.admin_count_active_users.9476.html)

dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / dd557f9b260f7431afe92d92091177b491779d84 Reports root/ big OK: 5495 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / dd557f9b260f7431afe92d92091177b491779d84 Reports root/ big OK: 5462 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / dd557f9b260f7431afe92d92091177b491779d84 Reports root/ big OK: 3377 / Failed: 1 / User-skipped: 757 / Auto-skipped: 0

pubsub_SUITE:tree+node_config:send_last_published_item_test ```erlang {error,{{badmatch,false}, [{pubsub_tools,check_response,2, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,444}]}, {pubsub_tools,receive_response,3, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,434}]}, {pubsub_tools,receive_and_check_response,4, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,424}]}, {pubsub_SUITE,'-send_last_published_item_test/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/tests/pubsub_SUITE.erl"}, {line,891}]}, {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/4270/217729/internal_mnesia.26.2.2-amd64/big/ct_run.test%409c3798a642bf.2024-04-25_16.16.49/big_tests.tests.pubsub_SUITE.logs/run.2024-04-25_16.29.53/pubsub_suite.send_last_published_item_test.47875.html)

dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / dd557f9b260f7431afe92d92091177b491779d84 Reports root/ big OK: 5495 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / dd557f9b260f7431afe92d92091177b491779d84 Reports root/ big OK: 5492 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / dd557f9b260f7431afe92d92091177b491779d84 Reports root/ big OK: 5884 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / dd557f9b260f7431afe92d92091177b491779d84 Reports root/ big OK: 5410 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / dd557f9b260f7431afe92d92091177b491779d84 Reports root/ big OK: 5863 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / dd557f9b260f7431afe92d92091177b491779d84 Reports root/ big OK: 5884 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / dd557f9b260f7431afe92d92091177b491779d84 Reports root/ big OK: 5881 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0

mongoose-im commented 1 week ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / 1793c1c571d6cfe9d646d501ad13b92cda560d3a Reports root/ big OK: 437 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_26 / small_tests / 1793c1c571d6cfe9d646d501ad13b92cda560d3a Reports root / small


small_tests_25 / small_tests / 1793c1c571d6cfe9d646d501ad13b92cda560d3a Reports root / small


small_tests_26_arm64 / small_tests / 1793c1c571d6cfe9d646d501ad13b92cda560d3a Reports root / small


ldap_mnesia_25 / ldap_mnesia / 1793c1c571d6cfe9d646d501ad13b92cda560d3a Reports root/ big OK: 2286 / Failed: 0 / User-skipped: 897 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 1793c1c571d6cfe9d646d501ad13b92cda560d3a Reports root/ big OK: 4543 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / 1793c1c571d6cfe9d646d501ad13b92cda560d3a Reports root/ big OK: 2286 / Failed: 0 / User-skipped: 897 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / 1793c1c571d6cfe9d646d501ad13b92cda560d3a Reports root/ big OK: 4510 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / 1793c1c571d6cfe9d646d501ad13b92cda560d3a Reports root/ big OK: 2426 / Failed: 0 / User-skipped: 757 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 1793c1c571d6cfe9d646d501ad13b92cda560d3a Reports root/ big OK: 4543 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / 1793c1c571d6cfe9d646d501ad13b92cda560d3a Reports root/ big OK: 4540 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / 1793c1c571d6cfe9d646d501ad13b92cda560d3a Reports root/ big OK: 4458 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 1793c1c571d6cfe9d646d501ad13b92cda560d3a Reports root/ big OK: 4932 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / 1793c1c571d6cfe9d646d501ad13b92cda560d3a Reports root/ big OK: 4911 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 1793c1c571d6cfe9d646d501ad13b92cda560d3a Reports root/ big OK: 4932 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / 1793c1c571d6cfe9d646d501ad13b92cda560d3a Reports root/ big OK: 4929 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0

mongoose-im commented 1 week ago

elasticsearch_and_cassandra_26 / elasticsearch_and_cassandra_mnesia / d19484bdbe88c103de69c7e5a74f9fce8aa73bfd Reports root/ big OK: 437 / Failed: 0 / User-skipped: 43 / Auto-skipped: 0


small_tests_25 / small_tests / d19484bdbe88c103de69c7e5a74f9fce8aa73bfd Reports root / small


small_tests_26 / small_tests / d19484bdbe88c103de69c7e5a74f9fce8aa73bfd Reports root / small


small_tests_26_arm64 / small_tests / d19484bdbe88c103de69c7e5a74f9fce8aa73bfd Reports root / small


ldap_mnesia_25 / ldap_mnesia / d19484bdbe88c103de69c7e5a74f9fce8aa73bfd Reports root/ big OK: 2286 / Failed: 0 / User-skipped: 897 / Auto-skipped: 0


dynamic_domains_mysql_redis_26 / mysql_redis / d19484bdbe88c103de69c7e5a74f9fce8aa73bfd Reports root/ big OK: 4510 / Failed: 0 / User-skipped: 144 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / d19484bdbe88c103de69c7e5a74f9fce8aa73bfd Reports root/ big OK: 4543 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / d19484bdbe88c103de69c7e5a74f9fce8aa73bfd Reports root/ big OK: 2286 / Failed: 0 / User-skipped: 897 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / d19484bdbe88c103de69c7e5a74f9fce8aa73bfd Reports root/ big OK: 4543 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_26 / odbc_mssql_mnesia / d19484bdbe88c103de69c7e5a74f9fce8aa73bfd Reports root/ big OK: 4540 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


pgsql_cets_26 / pgsql_cets / d19484bdbe88c103de69c7e5a74f9fce8aa73bfd Reports root/ big OK: 4458 / Failed: 0 / User-skipped: 178 / Auto-skipped: 0


internal_mnesia_26 / internal_mnesia / d19484bdbe88c103de69c7e5a74f9fce8aa73bfd Reports root/ big OK: 2426 / Failed: 0 / User-skipped: 757 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / d19484bdbe88c103de69c7e5a74f9fce8aa73bfd Reports root/ big OK: 4932 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mysql_redis_26 / mysql_redis / d19484bdbe88c103de69c7e5a74f9fce8aa73bfd Reports root/ big OK: 4911 / Failed: 0 / User-skipped: 139 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / d19484bdbe88c103de69c7e5a74f9fce8aa73bfd Reports root/ big OK: 4932 / Failed: 0 / User-skipped: 118 / Auto-skipped: 0


mssql_mnesia_26 / odbc_mssql_mnesia / d19484bdbe88c103de69c7e5a74f9fce8aa73bfd Reports root/ big OK: 4929 / Failed: 0 / User-skipped: 121 / Auto-skipped: 0