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

Introduce log_helper, and use it in config_parser_SUITE #4239

Closed chrzaszcz closed 1 month ago

chrzaszcz commented 1 month ago

The main motivation for this PR is that using logger_ct_backend in small tests is difficult. I also tried the new helper in the upcoming PR for mongoose_instrument_log, and it simplified my tests significantly.

Small tests used logger_ct_backend, but it was meant for big tests:

Advantages of the new helper:

I didn't move logger_ct_backend away from test/common - it does no harm apart from being more difficult to use.

mongoose-im commented 1 month ago

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


small_tests_25 / small_tests / aac3dc0ddb367401f4b4872d2a98d806c99e5fc6 Reports root / small


small_tests_26 / small_tests / aac3dc0ddb367401f4b4872d2a98d806c99e5fc6 Reports root / small


small_tests_26_arm64 / small_tests / aac3dc0ddb367401f4b4872d2a98d806c99e5fc6 Reports root / small


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


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


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


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


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


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


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


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


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


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


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


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

mongoose-im commented 1 month ago

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


small_tests_25 / small_tests / af88267a7af0eb9ba983f8c064581d17fbf7051e Reports root / small


small_tests_26 / small_tests / af88267a7af0eb9ba983f8c064581d17fbf7051e Reports root / small


small_tests_26_arm64 / small_tests / af88267a7af0eb9ba983f8c064581d17fbf7051e Reports root / small


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


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


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


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


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


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


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


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


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

sm_SUITE:ping_timeout ```erlang {error, {{badmatch, [{xmlel,<<"iq">>, [{<<"type">>,<<"error">>}, {<<"to">>,<<"localhost">>}, {<<"from">>, <<"alice_ping_timeout_3428@localhost/escalus-default-resource">>}, {<<"id">>,<<"a9d5cb126252d9cc">>}], [{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_3428@localhost/escalus-default-resource">>}, {<<"id">>,<<"e7b54b2b6ed71f2a">>}], [{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/4239/211428/mysql_redis.26.1.2-amd64/big/ct_run.test%40e59ba294e260.2024-03-11_11.28.56/big_tests.tests.sm_SUITE.logs/run.2024-03-11_11.46.14/sm_suite.ping_timeout.html)

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


mssql_mnesia_26 / odbc_mssql_mnesia / af88267a7af0eb9ba983f8c064581d17fbf7051e Reports root/ big OK: 4875 / Failed: 13 / User-skipped: 121 / Auto-skipped: 0

graphql_muc_light_SUITE:domain_admin:domain_admin_muc_light:admin_create_room_with_unprepped_id ```erlang {error, {{badmatch,null}, [{graphql_muc_light_SUITE,admin_create_room_with_unprepped_id,1, [{file, "/home/circleci/project/big_tests/tests/graphql_muc_light_SUITE.erl"}, {line,1155}]}, {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]}, {test_server,run_test_case_eval1,6, [{file,"test_server.erl"},{line,1302}]}, {test_server,run_test_case_eval,9, [{file,"test_server.erl"},{line,1234}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4239/211439/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b4ad729f7f38.2024-03-11_11.28.48/big_tests.tests.graphql_muc_light_SUITE.logs/run.2024-03-11_11.32.58/graphql_muc_light_suite.admin_create_room_with_unprepped_id.44547.html)
pep_SUITE:pep_tests:disco_sm_items_test ```erlang {error, {timeout_when_waiting_for_stanza, [{escalus_client,wait_for_stanza, [{client,<<"alice_disco_sm_items_test_2932@localhost/res1">>, escalus_tcp,<0.76641.0>, [{event_manager,<0.76575.0>}, {server,<<"localhost">>}, {username,<<"alicE_disco_sm_items_test_2932">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.76575.0>}, {server,<<"localhost">>}, {username,<<"alicE_disco_sm_items_test_2932">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alice_disco_sm_items_test_2932">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE_disco_sm_items_test_2932">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"3b4d6f3fd99eb171">>}]}, 5000], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"}, {line,136}]}, {pubsub_tools,receive_response,3, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,433}]}, {pubsub_tools,receive_and_check_response,4, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,424}]}, {pep_SUITE,'-disco_sm_items_test/1-fun-2-',2, ... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4239/211439/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b4ad729f7f38.2024-03-11_11.28.48/big_tests.tests.pep_SUITE.logs/run.2024-03-11_11.44.18/pep_suite.disco_sm_items_test.170115.html)
pep_SUITE:pep_tests:publish_options_fail_wrong_value_story ```erlang {error, {timeout_when_waiting_for_stanza, [{escalus_client,wait_for_stanza, [{client, <<"alice_publish_options_fail_wrong_value_story_2940@localhost/res1">>, escalus_tcp,<0.76648.0>, [{event_manager,<0.76615.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_fail_wrong_value_story_2940">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.76615.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_fail_wrong_value_story_2940">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username, <<"alice_publish_options_fail_wrong_value_story_2940">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username, <<"alicE_publish_options_fail_wrong_value_story_2940">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"07706dd3f053a8fb">>}]}, 5000], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"}, {line,136}]}, {pubsub_tools,receive_response,3, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,433}]}, {pubsub_tools,receive_and_check_re... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4239/211439/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b4ad729f7f38.2024-03-11_11.28.48/big_tests.tests.pep_SUITE.logs/run.2024-03-11_11.44.18/pep_suite.publish_options_fail_wrong_value_story.102788.html)
pep_SUITE:pep_tests:publish_options_fail_wrong_form ```erlang {error, {timeout_when_waiting_for_stanza, [{escalus_client,wait_for_stanza, [{client, <<"alice_publish_options_fail_wrong_form_2938@localhost/res1">>, escalus_tcp,<0.76642.0>, [{event_manager,<0.76605.0>}, {server,<<"localhost">>}, {username,<<"alicE_publish_options_fail_wrong_form_2938">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.76605.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_fail_wrong_form_2938">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alice_publish_options_fail_wrong_form_2938">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE_publish_options_fail_wrong_form_2938">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"9afbd61abe0c984c">>}]}, 5000], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"}, {line,136}]}, {pep_SUITE,'-publish_options_fail_wrong_form/1-fun-0-',1, [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"}, {line,313}]}, {escalus_story,story,4, [{file, "/home/circleci/project/big_tests/_build/... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4239/211439/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b4ad729f7f38.2024-03-11_11.28.48/big_tests.tests.pep_SUITE.logs/run.2024-03-11_11.44.18/pep_suite.publish_options_fail_wrong_form.103556.html)
pep_SUITE:pep_tests:send_caps_after_login_test ```erlang {error, {timeout_when_waiting_for_stanza, [{escalus_client,wait_for_stanza, [{client, <<"alice_send_caps_after_login_test_2934@localhost/res1">>, escalus_tcp,<0.76650.0>, [{event_manager,<0.76585.0>}, {server,<<"localhost">>}, {username,<<"alicE_send_caps_after_login_test_2934">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.76585.0>}, {server,<<"localhost">>}, {username,<<"alicE_send_caps_after_login_test_2934">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alice_send_caps_after_login_test_2934">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE_send_caps_after_login_test_2934">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"b445bdb62654135a">>}]}, 5000], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"}, {line,136}]}, {pubsub_tools,receive_response,3, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,433}]}, {pubsub_tools,receive_and_check_response,4, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,424}]}, {pep_S... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4239/211439/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b4ad729f7f38.2024-03-11_11.28.48/big_tests.tests.pep_SUITE.logs/run.2024-03-11_11.44.18/pep_suite.send_caps_after_login_test.103428.html)
pep_SUITE:pep_tests:publish_options_success_test ```erlang {error, {timeout_when_waiting_for_stanza, [{escalus_client,wait_for_stanza, [{client, <<"alice_publish_options_success_test_2933@localhost/res1">>, escalus_tcp,<0.76649.0>, [{event_manager,<0.76582.0>}, {server,<<"localhost">>}, {username,<<"alicE_publish_options_success_test_2933">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.76582.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_success_test_2933">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alice_publish_options_success_test_2933">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE_publish_options_success_test_2933">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"f7f0ec253e299d0c">>}]}, 5000], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"}, {line,136}]}, {pubsub_tools,receive_response,3, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,433}]}, {pubsub_tools,receive_and_check_response,4, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, ... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4239/211439/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b4ad729f7f38.2024-03-11_11.28.48/big_tests.tests.pep_SUITE.logs/run.2024-03-11_11.44.18/pep_suite.publish_options_success_test.103300.html)
pep_SUITE:pep_tests:publish_options_fail_unknown_option_story ```erlang {error, {timeout_when_waiting_for_stanza, [{escalus_client,wait_for_stanza, [{client, <<"alice_publish_options_fail_unknown_option_story_2935@localhost/res1">>, escalus_tcp,<0.76647.0>, [{event_manager,<0.76590.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_fail_unknown_option_story_2935">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.76590.0>}, {server,<<"localhost">>}, {username, <<"alicE_publish_options_fail_unknown_option_story_2935">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username, <<"alice_publish_options_fail_unknown_option_story_2935">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username, <<"alicE_publish_options_fail_unknown_option_story_2935">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"adacffd8868d4344">>}]}, 5000], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"}, {line,136}]}, {pep_SUITE,'-publish_options_fail_unknown_option_story/1-fun-0-',1, [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"}, {line,2... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4239/211439/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b4ad729f7f38.2024-03-11_11.28.48/big_tests.tests.pep_SUITE.logs/run.2024-03-11_11.44.18/pep_suite.publish_options_fail_unknown_option_story.102916.html)
pep_SUITE:pep_tests:authorize_access_model ```erlang {error, {timeout_when_waiting_for_stanza, [{escalus_client,wait_for_stanza, [{client,<<"alice_authorize_access_model_2945@localhost/res1">>, escalus_tcp,<0.76663.0>, [{event_manager,<0.76640.0>}, {server,<<"localhost">>}, {username,<<"alicE_authorize_access_model_2945">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.76640.0>}, {server,<<"localhost">>}, {username,<<"alicE_authorize_access_model_2945">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alice_authorize_access_model_2945">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE_authorize_access_model_2945">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"7894f17cbbf5e402">>}]}, 5000], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"}, {line,136}]}, {pubsub_tools,receive_response,3, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,433}]}, {pubsub_tools,receive_and_check_response,4, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,424}]}, {pep_SUITE,'-authorize_access_model/1... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4239/211439/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b4ad729f7f38.2024-03-11_11.28.48/big_tests.tests.pep_SUITE.logs/run.2024-03-11_11.44.18/pep_suite.authorize_access_model.170499.html)
pep_SUITE:pep_tests:delayed_receive ```erlang {error, {timeout_when_waiting_for_stanza, [{escalus_client,wait_for_stanza, [{client,<<"alice_delayed_receive_2931@localhost/res1">>, escalus_tcp,<0.76651.0>, [{event_manager,<0.76570.0>}, {server,<<"localhost">>}, {username,<<"alicE_delayed_receive_2931">>}, {resource,<<"res1">>}], [{event_client, [{event_manager,<0.76570.0>}, {server,<<"localhost">>}, {username,<<"alicE_delayed_receive_2931">>}, {resource,<<"res1">>}]}, {resource,<<"res1">>}, {username,<<"alice_delayed_receive_2931">>}, {server,<<"localhost">>}, {host,<<"localhost">>}, {port,5222}, {auth,{escalus_auth,auth_plain}}, {wspath,undefined}, {username,<<"alicE_delayed_receive_2931">>}, {server,<<"localhost">>}, {password,<<"matygrysa">>}, {stream_id,<<"889165ee26883c72">>}]}, 5000], [{file, "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"}, {line,136}]}, {pubsub_tools,receive_response,3, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,433}]}, {pubsub_tools,receive_and_check_response,4, [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"}, {line,424}]}, {pep_SUITE,delayed_receive_story,3, [{file,"/home/circleci/projec... ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4239/211439/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b4ad729f7f38.2024-03-11_11.28.48/big_tests.tests.pep_SUITE.logs/run.2024-03-11_11.44.18/pep_suite.delayed_receive.170243.html)
pep_SUITE:pep_tests:publish_and_notify_test ```erlang {error,{{assertion_failed,assert_many,false,[is_roster_set],[],[]}, [{escalus_new_assert,assert_true,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"}, {line,84}]}, {escalus_story,'-make_all_clients_friends/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,108}]}, {escalus_utils,'-each_with_index/3-fun-0-',3, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"}, {line,87}]}, {lists,foldl_1,3,[{file,"lists.erl"},{line,1599}]}, {escalus_utils,'-each_with_index/3-fun-0-',3, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"}, {line,87}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1594}]}, {escalus_utils,distinct_pairs,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"}, {line,60}]}, {escalus_story,make_all_clients_friends,1, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,106}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4239/211439/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b4ad729f7f38.2024-03-11_11.28.48/big_tests.tests.pep_SUITE.logs/run.2024-03-11_11.44.18/pep_suite.publish_and_notify_test.103044.html)
pep_SUITE:pep_tests:h_ok_after_notify_test ```erlang {error,{{assertion_failed,assert_many,false,[is_roster_set],[],[]}, [{escalus_new_assert,assert_true,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"}, {line,84}]}, {escalus_story,'-make_all_clients_friends/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,108}]}, {escalus_utils,'-each_with_index/3-fun-0-',3, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"}, {line,87}]}, {lists,foldl_1,3,[{file,"lists.erl"},{line,1599}]}, {escalus_utils,'-each_with_index/3-fun-0-',3, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"}, {line,87}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1594}]}, {escalus_utils,distinct_pairs,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"}, {line,60}]}, {escalus_story,make_all_clients_friends,1, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,106}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4239/211439/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b4ad729f7f38.2024-03-11_11.28.48/big_tests.tests.pep_SUITE.logs/run.2024-03-11_11.44.18/pep_suite.h_ok_after_notify_test.170371.html)
pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription ```erlang {error,{{assertion_failed,assert_many,false, [is_roster_set,is_presence,is_presence], [],[]}, [{escalus_new_assert,assert_true,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"}, {line,84}]}, {escalus_story,'-make_all_clients_friends/1-fun-0-',2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,114}]}, {escalus_utils,'-each_with_index/3-fun-0-',3, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"}, {line,87}]}, {lists,foldl_1,3,[{file,"lists.erl"},{line,1599}]}, {escalus_utils,'-each_with_index/3-fun-0-',3, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"}, {line,87}]}, {lists,foldl,3,[{file,"lists.erl"},{line,1594}]}, {escalus_utils,distinct_pairs,2, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"}, {line,60}]}, {escalus_story,make_all_clients_friends,1, [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"}, {line,106}]}]}} ``` [Report log](https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/4239/211439/odbc_mssql_mnesia.26.1.2-amd64/big/ct_run.test%40b4ad729f7f38.2024-03-11_11.28.48/big_tests.tests.pep_SUITE.logs/run.2024-03-11_11.44.18/pep_suite.unsubscribe_after_presence_unsubscription.188418.html)
pep_SUITE:pep_tests:delayed_receive_with_sm ```erlang {error, {{assertion_failed,assert_many,false, [is_message,is_iq,is_presence,is_presence,is_sm_ack_request, is_sm_ack_request,is_sm_ack_request,is_sm_ack_request], [{xmlel,<<"iq">>, [{<<"from">>,<<"bob_delayed_receive_with_sm_2942@localhost">>}, {<<"to">>, <<"bob_delayed_receive_with_sm_2942@localhost/res1">>}, {<<"id">>,<<"push9b7a69b68b700d78">>}, {<<"type">>,<<"set">>}], [{xmlel,<<"query">>, [{<<"xmlns">>,<<"jabber:iq:roster">>}], [{xmlel,<<"item">>, [{<<"jid">>, <<"alice_delayed_receive_with_sm_2942@localhost">>}, {<<"subscription">>,<<"to">>}], []}]}]}, {xmlel,<<"r">>,[{<<"xmlns">>,<<"urn:xmpp:sm:3">>}],[]}, {xmlel,<<"presence">>, [{<<"from">>,<<"alice_delayed_receive_with_sm_2942@localhost">>}, {<<"to">>, <<"bob_delayed_receive_with_sm_2942@localhost/res1">>}, {<<"type">>,<<"subscribed">>}], []}, {xmlel,<<"r">>,[{<<"xmlns">>,<<"urn:xmpp:sm:3">>}],[]}, {xmlel,<<"presence">>, [{<<"from">>, <<"alice_delayed_receive_with_sm_2942@localhost/res1">>}, {<<"to">>, <<"bob_delayed_receive_with_sm_2942@localhost/res1">>}], []}, {xmlel,<<"r">>,[{<<"xmlns">>,<<"urn:xmpp:sm:3">>}],[]}], "