Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding cockroachdb_cets preset #4378

Merged
merged 12 commits into from
Oct 14, 2024
Merged

Adding cockroachdb_cets preset #4378

merged 12 commits into from
Oct 14, 2024

Conversation

JanuszJakubiec
Copy link
Contributor

@JanuszJakubiec JanuszJakubiec commented Sep 18, 2024

Adding new preset cockroachdb_cets. It required:

  • adding new database in setup-db.sh, cockroachdb. It required:
    • adding new database schema cockroachdb.sql
    • adding sql script for adding database and creating users create_user.sql
    • adding script used to create certificates inside of cockroachDB container docker-setup-cockroachdb.sh
    • adding changes to Makefile, to generate new certificates, if their validity is shorter than 10 hours, earlier it was 1 hour.
    • adding new config section for cockroachdb_cets in test.config.
  • adding new cockroachdb database in template.yml in CircleCI.
  • adding new backend in mongoose_rdbms mongoose_rdbms_cockroachdb.erl, it was necessary, because of the escape_string/1 function that needs to be different than in the `mongoose_rdbms_pgsql.erl'(there is no such function exported in this module, so the default operation from mongoose_rdbms.erl is performed).
  • adding function transform_fields/2 in rdbms_queries.erl, to transform cockroachdb queries, to wrap into quotation marks every column name, when the cockroachdb database is used.
  • changing tests:
  • adding cockroachdb as the new rdbms database in documentation. Adding changes to changelog: doc/migrations/6.2.1_x.x.x.md

@JanuszJakubiec JanuszJakubiec changed the title Cockroachdb preset Cockroachdb preset WIP Sep 18, 2024
@JanuszJakubiec JanuszJakubiec changed the title Cockroachdb preset WIP Adding cockroachdb_cets preset WIP Sep 18, 2024
@JanuszJakubiec JanuszJakubiec force-pushed the cockroachdb-preset branch 2 times, most recently from ad1414d to 11d0557 Compare September 18, 2024 14:50
@mongoose-im
Copy link
Collaborator

mongoose-im commented Sep 18, 2024

cockroachdb_cets_27 / cockroachdb_cets / 11d0557
Reports root


elasticsearch_and_cassandra_27 / elasticsearch_and_cassandra_mnesia / 11d0557
Reports root/ big
OK: 461 / Failed: 0 / User-skipped: 49 / Auto-skipped: 0


small_tests_27 / small_tests / 11d0557
Reports root / small


small_tests_26 / small_tests / 11d0557
Reports root / small


small_tests_27_arm64 / small_tests / 11d0557
Reports root / small


ldap_mnesia_26 / ldap_mnesia / 11d0557
Reports root/ big
OK: 2345 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


ldap_mnesia_27 / ldap_mnesia / 11d0557
Reports root/ big
OK: 2345 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


dynamic_domains_mysql_redis_27 / mysql_redis / 11d0557
Reports root/ big
OK: 4675 / Failed: 0 / User-skipped: 152 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 11d0557
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / 11d0557
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


pgsql_cets_27 / pgsql_cets / 11d0557
Reports root/ big
OK: 4597 / Failed: 0 / User-skipped: 186 / Auto-skipped: 0


internal_mnesia_27 / internal_mnesia / 11d0557
Reports root/ big
OK: 2468 / Failed: 1 / User-skipped: 768 / Auto-skipped: 18

service_mongoose_system_metrics_SUITE:all_clustered_mongooses_report_the_same_client_id
{skip,
  {failed,
    {service_mongoose_system_metrics_SUITE,init_per_testcase,
      {{badrpc,timeout},
       [{distributed_helper,rpc,
          [#{timeout => 30000,node => mongooseim2@localhost},
           mongoose_cluster,join,
           [mongooseim@localhost]],
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,140}]},
        {distributed_helper,add_node_to_mnesia_cluster,2,
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,44}]},
        {distributed_helper,add_node_to_cluster,2,
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,36}]},
        {service_mongoose_system_metrics_SUITE,init_per_testcase,2,
          [{file,
             "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"},
           {line,113}]},
        {test_server,do_init_per_testcase,2,
          [{file,"test_server.erl"},{line,1564}]},
        {test_server,run_test_case_eval1,6,
          [{file,"test_server.erl"},{line,1265}]},
        {test_server,run_test_case_eval,9,
          [{file,"test_server.erl"},{line,1235}]}]}}}}

Report log

system_probes_SUITE:mnesia:mnesia_info
{error,{test_case_failed,"Incorrect number of instrumentation events - matched: 0, expected: positive"}}

Report log

system_probes_SUITE:end_per_suite
{error,{test_case_failed,"Instrumentation events that were logged, but not tested:\n[{mnesia_info,#{}}]\nYou need to test them with instrument_helper:assert/3"}}

Report log

service_domain_db_SUITE:no_db:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {noproc,
         {gen_server,call,
           [mongoose_domain_sup,
            {terminate_child,mongoose_domain_core},
            infinity]}}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim2@localhost},
       mongoose_domain_sup,restart_core,
       [[[],
       [<<"mim2only">>,<<"type1">>,<<"type2">>,<<"dummy auth">>,
        <<"dbgroup">>,<<"dbgroup2">>,<<"cfggroup">>]]]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {domain_helper,restart_domain_core,3,
      [{file,"/home/circleci/project/big_tests/tests/domain_helper.erl"},
       {line,33}]},
    {service_domain_db_SUITE,setup_service,2,
      [{file,
         "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"},
       {line,320}]},
    {service_domain_db_SUITE,init_per_group,2,
      [{file,
         "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"},
       {line,243}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1391}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

service_domain_db_SUITE:end_per_suite
{error,
  {{badrpc,
     {'EXIT',
       {noproc,
         {gen_server,call,
           [mongoose_domain_sup,
            {terminate_child,mongoose_domain_core},
            infinity]}}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim2@localhost},
       mongoose_domain_sup,restart_core,
       [[]]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {domain_helper,restart_domain_core,1,
      [{file,"/home/circleci/project/big_tests/tests/domain_helper.erl"},
       {line,30}]},
    {service_domain_db_SUITE,'-end_per_suite/1-lc$^0/1-0-',1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"},
       {line,215}]},
    {service_domain_db_SUITE,end_per_suite,1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"},
       {line,215}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1391}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

dynamic_domains_SUITE:init_per_suite
{'EXIT',
  {{badrpc,timeout},
   [{distributed_helper,rpc,
      [#{timeout => 30000,node => mongooseim2@localhost},
       mongoose_cluster,join,
       [mongooseim@localhost]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {distributed_helper,add_node_to_mnesia_cluster,2,
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,44}]},
    {distributed_helper,add_node_to_cluster,2,
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,36}]},
    {dynamic_domains_SUITE,cluster_nodes,2,
      [{file,
         "/home/circleci/project/big_tests/tests/dynamic_domains_SUITE.erl"},
       {line,238}]},
    {dynamic_domains_SUITE,init_per_suite,1,
      [{file,
         "/home/circleci/project/big_tests/tests/dynamic_domains_SUITE.erl"},
       {line,33}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1391}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

local_iq_SUITE:init_per_suite
{'EXIT',{{badrpc,timeout},
     [{distributed_helper,rpc,
                [#{timeout => 30000,
                 node => mongooseim2@localhost},
                 mongoose_cluster,join,
                 [mongooseim@localhost]],
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,140}]},
      {distributed_helper,add_node_to_mnesia_cluster,2,
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,44}]},
      {distributed_helper,add_node_to_cluster,2,
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,36}]},
      {local_iq_SUITE,init_per_suite,1,
              [{file,"/home/circleci/project/big_tests/tests/local_iq_SUITE.erl"},
               {line,29}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1391}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1235}]}]}}

Report log


mysql_redis_27 / mysql_redis / 11d0557
Reports root/ big
OK: 5080 / Failed: 0 / User-skipped: 147 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_27 / odbc_mssql_mnesia / 11d0557
Reports root/ big
OK: 4704 / Failed: 1 / User-skipped: 122 / Auto-skipped: 0

service_mongoose_system_metrics_SUITE:module_opts:rdbms_module_opts_are_reported
{error,
  {{assert,
     [{module,service_mongoose_system_metrics_SUITE},
      {line,373},
      {comment,{mod_auth_token,<<"backend">>,<<"rdbms">>}},
      {expression,
        "is_module_opt_reported ( atom_to_binary ( Module ) , Key , Value )"},
      {expected,true},
      {value,false}]},
   [{service_mongoose_system_metrics_SUITE,check_module_opt,3,
      [{file,
         "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"},
       {line,373}]},
    {service_mongoose_system_metrics_SUITE,rdbms_module_opts_are_reported,
      1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"},
       {line,238}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1303}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log


pgsql_mnesia_26 / pgsql_mnesia / 11d0557
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


pgsql_mnesia_27 / pgsql_mnesia / 11d0557
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


mssql_mnesia_27 / odbc_mssql_mnesia / 11d0557
Reports root/ big
OK: 5096 / Failed: 0 / User-skipped: 131 / Auto-skipped: 0

Copy link

codecov bot commented Sep 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.18%. Comparing base (aafbc75) to head (d05c632).
Report is 29 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4378      +/-   ##
==========================================
+ Coverage   85.15%   85.18%   +0.03%     
==========================================
  Files         549      550       +1     
  Lines       33808    33839      +31     
==========================================
+ Hits        28790    28827      +37     
+ Misses       5018     5012       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mongoose-im
Copy link
Collaborator

mongoose-im commented Sep 18, 2024

elasticsearch_and_cassandra_27 / elasticsearch_and_cassandra_mnesia / 05d3ff1
Reports root/ big
OK: 461 / Failed: 0 / User-skipped: 49 / Auto-skipped: 0


small_tests_27 / small_tests / 05d3ff1
Reports root / small


small_tests_26 / small_tests / 05d3ff1
Reports root / small


small_tests_27_arm64 / small_tests / 05d3ff1
Reports root / small


cockroachdb_cets_27 / cockroachdb_cets / 05d3ff1
Reports root/ big
OK: 345 / Failed: 100 / User-skipped: 51 / Auto-skipped: 2866

amp_big_SUITE:basic:notify_deliver_to_online_user_recipient_privacy_test
{error,
  {{assertion_failed,assert_many,false,
     [is_iq_result,is_privacy_set],
     [{xmlel,<<"iq">>,
        [{<<"from">>,
        <<"bob_notify_deliver_to_online_user_recipient_privacy_test_63@localhost">>},
         {<<"to">>,
        <<"bob_notify_deliver_to_online_user_recipient_privacy_test_63@localhost/res1">>},
         {<<"id">>,<<"9c950974a659c655b72fc7c486dc7463">>},
         {<<"type">>,<<"error">>}],
        [{xmlel,<<"query">>,
           [{<<"xmlns">>,<<"jabber:iq:privacy">>}],
           [{xmlel,<<"list">>,
            [{<<"name">>,<<"deny_all_message">>}],
            [{xmlel,<<"item">>,
               [{<<"order">>,<<"1">>},{<<"action">>,<<"deny">>}],
               [{xmlel,<<"message">>,[],[]}]}]}]},
         {xmlel,<<"error">>,
           [{<<"code">>,<<"501">>},{<<"type">>,<<"cancel">>}],
           [{xmlel,<<"feature-not-implemented">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            []},
          {xmlel,<<"text">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            [{xmlcdata,
               <<"Failed to handle the privacy IQ request in\n                             c2s">>}]}]}]}],
     "   <iq from='bob_notify_deliver_to_online_user_recipient_privacy_test_63@localhost' to='bob_notify_deliver_to_online_user_recipient_privacy_test_63@localhost/res1' id='9c950974a659c655b72fc7c486dc7463' type='error'><query xmlns='jabber:iq:privacy'><list name='deny_all_...

Report log

amp_big_SUITE:basic:notify_deliver_to_online_user_recipient_privacy_test
{error,
  {{assertion_failed,assert_many,false,
     [is_iq_result,is_privacy_set],
     [{xmlel,<<"iq">>,
        [{<<"from">>,
        <<"bob_notify_deliver_to_online_user_recipient_privacy_test_64@localhost">>},
         {<<"to">>,
        <<"bob_notify_deliver_to_online_user_recipient_privacy_test_64@localhost/res1">>},
         {<<"id">>,<<"5290d809baacfec149bb1e54d24ebada">>},
         {<<"type">>,<<"error">>}],
        [{xmlel,<<"query">>,
           [{<<"xmlns">>,<<"jabber:iq:privacy">>}],
           [{xmlel,<<"list">>,
            [{<<"name">>,<<"deny_all_message">>}],
            [{xmlel,<<"item">>,
               [{<<"order">>,<<"1">>},{<<"action">>,<<"deny">>}],
               [{xmlel,<<"message">>,[],[]}]}]}]},
         {xmlel,<<"error">>,
           [{<<"code">>,<<"501">>},{<<"type">>,<<"cancel">>}],
           [{xmlel,<<"feature-not-implemented">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            []},
          {xmlel,<<"text">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            [{xmlcdata,
               <<"Failed to handle the privacy IQ request in\n                             c2s">>}]}]}]}],
     "   <iq from='bob_notify_deliver_to_online_user_recipient_privacy_test_64@localhost' to='bob_notify_deliver_to_online_user_recipient_privacy_test_64@localhost/res1' id='5290d809baacfec149bb1e54d24ebada' type='error'><query xmlns='jabber:iq:privacy'><list name='deny_all_...

Report log

amp_big_SUITE:basic:notify_deliver_to_online_user_recipient_privacy_test
{error,
  {{assertion_failed,assert_many,false,
     [is_iq_result,is_privacy_set],
     [{xmlel,<<"iq">>,
        [{<<"from">>,
        <<"bob_notify_deliver_to_online_user_recipient_privacy_test_65@localhost">>},
         {<<"to">>,
        <<"bob_notify_deliver_to_online_user_recipient_privacy_test_65@localhost/res1">>},
         {<<"id">>,<<"b19ce3ca0bf479ce5e136e6f84a4eb27">>},
         {<<"type">>,<<"error">>}],
        [{xmlel,<<"query">>,
           [{<<"xmlns">>,<<"jabber:iq:privacy">>}],
           [{xmlel,<<"list">>,
            [{<<"name">>,<<"deny_all_message">>}],
            [{xmlel,<<"item">>,
               [{<<"order">>,<<"1">>},{<<"action">>,<<"deny">>}],
               [{xmlel,<<"message">>,[],[]}]}]}]},
         {xmlel,<<"error">>,
           [{<<"code">>,<<"501">>},{<<"type">>,<<"cancel">>}],
           [{xmlel,<<"feature-not-implemented">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            []},
          {xmlel,<<"text">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            [{xmlcdata,
               <<"Failed to handle the privacy IQ request in\n                             c2s">>}]}]}]}],
     "   <iq from='bob_notify_deliver_to_online_user_recipient_privacy_test_65@localhost' to='bob_notify_deliver_to_online_user_recipient_privacy_test_65@localhost/res1' id='b19ce3ca0bf479ce5e136e6f84a4eb27' type='error'><query xmlns='jabber:iq:privacy'><list name='deny_all_...

Report log

amp_big_SUITE:basic:notify_deliver_to_online_user_recipient_privacy_test
{error,
  {{assertion_failed,assert_many,false,
     [is_iq_result,is_privacy_set],
     [{xmlel,<<"iq">>,
        [{<<"from">>,
        <<"bob_notify_deliver_to_online_user_recipient_privacy_test_66@localhost">>},
         {<<"to">>,
        <<"bob_notify_deliver_to_online_user_recipient_privacy_test_66@localhost/res1">>},
         {<<"id">>,<<"eff02a0a8ce266f7276b2bd6609c9bc1">>},
         {<<"type">>,<<"error">>}],
        [{xmlel,<<"query">>,
           [{<<"xmlns">>,<<"jabber:iq:privacy">>}],
           [{xmlel,<<"list">>,
            [{<<"name">>,<<"deny_all_message">>}],
            [{xmlel,<<"item">>,
               [{<<"order">>,<<"1">>},{<<"action">>,<<"deny">>}],
               [{xmlel,<<"message">>,[],[]}]}]}]},
         {xmlel,<<"error">>,
           [{<<"code">>,<<"501">>},{<<"type">>,<<"cancel">>}],
           [{xmlel,<<"feature-not-implemented">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            []},
          {xmlel,<<"text">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            [{xmlcdata,
               <<"Failed to handle the privacy IQ request in\n                             c2s">>}]}]}]}],
     "   <iq from='bob_notify_deliver_to_online_user_recipient_privacy_test_66@localhost' to='bob_notify_deliver_to_online_user_recipient_privacy_test_66@localhost/res1' id='eff02a0a8ce266f7276b2bd6609c9bc1' type='error'><query xmlns='jabber:iq:privacy'><list name='deny_all_...

Report log

amp_big_SUITE:basic:notify_deliver_to_offline_user_recipient_privacy_test
{error,
  {{assertion_failed,assert_many,false,
     [is_iq_result,is_privacy_set],
     [{xmlel,<<"iq">>,
        [{<<"from">>,
        <<"bob_notify_deliver_to_offline_user_recipient_privacy_test_80@localhost">>},
         {<<"to">>,
        <<"bob_notify_deliver_to_offline_user_recipient_privacy_test_80@localhost/res1">>},
         {<<"id">>,<<"4a2a7225704d4fa1b5e392c6160d434f">>},
         {<<"type">>,<<"error">>}],
        [{xmlel,<<"query">>,
           [{<<"xmlns">>,<<"jabber:iq:privacy">>}],
           [{xmlel,<<"list">>,
            [{<<"name">>,<<"deny_all_message">>}],
            [{xmlel,<<"item">>,
               [{<<"order">>,<<"1">>},{<<"action">>,<<"deny">>}],
               [{xmlel,<<"message">>,[],[]}]}]}]},
         {xmlel,<<"error">>,
           [{<<"code">>,<<"501">>},{<<"type">>,<<"cancel">>}],
           [{xmlel,<<"feature-not-implemented">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            []},
          {xmlel,<<"text">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            [{xmlcdata,
               <<"Failed to handle the privacy IQ request in\n                             c2s">>}]}]}]}],
     "   <iq from='bob_notify_deliver_to_offline_user_recipient_privacy_test_80@localhost' to='bob_notify_deliver_to_offline_user_recipient_privacy_test_80@localhost/res1' id='4a2a7225704d4fa1b5e392c6160d434f' type='error'><query xmlns='jabber:iq:privacy'><list name='deny_...

Report log

amp_big_SUITE:basic:notify_deliver_to_offline_user_recipient_privacy_test
{error,
  {{assertion_failed,assert_many,false,
     [is_iq_result,is_privacy_set],
     [{xmlel,<<"iq">>,
        [{<<"from">>,
        <<"bob_notify_deliver_to_offline_user_recipient_privacy_test_78@localhost">>},
         {<<"to">>,
        <<"bob_notify_deliver_to_offline_user_recipient_privacy_test_78@localhost/res1">>},
         {<<"id">>,<<"a1a6596598aa1a950a59cbe3395ec62f">>},
         {<<"type">>,<<"error">>}],
        [{xmlel,<<"query">>,
           [{<<"xmlns">>,<<"jabber:iq:privacy">>}],
           [{xmlel,<<"list">>,
            [{<<"name">>,<<"deny_all_message">>}],
            [{xmlel,<<"item">>,
               [{<<"order">>,<<"1">>},{<<"action">>,<<"deny">>}],
               [{xmlel,<<"message">>,[],[]}]}]}]},
         {xmlel,<<"error">>,
           [{<<"code">>,<<"501">>},{<<"type">>,<<"cancel">>}],
           [{xmlel,<<"feature-not-implemented">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            []},
          {xmlel,<<"text">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            [{xmlcdata,
               <<"Failed to handle the privacy IQ request in\n                             c2s">>}]}]}]}],
     "   <iq from='bob_notify_deliver_to_offline_user_recipient_privacy_test_78@localhost' to='bob_notify_deliver_to_offline_user_recipient_privacy_test_78@localhost/res1' id='a1a6596598aa1a950a59cbe3395ec62f' type='error'><query xmlns='jabber:iq:privacy'><list name='deny_...

Report log

amp_big_SUITE:basic:notify_deliver_to_offline_user_recipient_privacy_test
{error,
  {{assertion_failed,assert_many,false,
     [is_iq_result,is_privacy_set],
     [{xmlel,<<"iq">>,
        [{<<"from">>,
        <<"bob_notify_deliver_to_offline_user_recipient_privacy_test_79@localhost">>},
         {<<"to">>,
        <<"bob_notify_deliver_to_offline_user_recipient_privacy_test_79@localhost/res1">>},
         {<<"id">>,<<"76564bd5ec9e561b7d73c1a179ee0d37">>},
         {<<"type">>,<<"error">>}],
        [{xmlel,<<"query">>,
           [{<<"xmlns">>,<<"jabber:iq:privacy">>}],
           [{xmlel,<<"list">>,
            [{<<"name">>,<<"deny_all_message">>}],
            [{xmlel,<<"item">>,
               [{<<"order">>,<<"1">>},{<<"action">>,<<"deny">>}],
               [{xmlel,<<"message">>,[],[]}]}]}]},
         {xmlel,<<"error">>,
           [{<<"code">>,<<"501">>},{<<"type">>,<<"cancel">>}],
           [{xmlel,<<"feature-not-implemented">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            []},
          {xmlel,<<"text">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            [{xmlcdata,
               <<"Failed to handle the privacy IQ request in\n                             c2s">>}]}]}]}],
     "   <iq from='bob_notify_deliver_to_offline_user_recipient_privacy_test_79@localhost' to='bob_notify_deliver_to_offline_user_recipient_privacy_test_79@localhost/res1' id='76564bd5ec9e561b7d73c1a179ee0d37' type='error'><query xmlns='jabber:iq:privacy'><list name='deny_...

Report log

amp_big_SUITE:basic:notify_deliver_to_offline_user_recipient_privacy_test
{error,
  {{assertion_failed,assert_many,false,
     [is_iq_result,is_privacy_set],
     [{xmlel,<<"iq">>,
        [{<<"from">>,
        <<"bob_notify_deliver_to_offline_user_recipient_privacy_test_77@localhost">>},
         {<<"to">>,
        <<"bob_notify_deliver_to_offline_user_recipient_privacy_test_77@localhost/res1">>},
         {<<"id">>,<<"143f7772736892cf099c7b07be3c6013">>},
         {<<"type">>,<<"error">>}],
        [{xmlel,<<"query">>,
           [{<<"xmlns">>,<<"jabber:iq:privacy">>}],
           [{xmlel,<<"list">>,
            [{<<"name">>,<<"deny_all_message">>}],
            [{xmlel,<<"item">>,
               [{<<"order">>,<<"1">>},{<<"action">>,<<"deny">>}],
               [{xmlel,<<"message">>,[],[]}]}]}]},
         {xmlel,<<"error">>,
           [{<<"code">>,<<"501">>},{<<"type">>,<<"cancel">>}],
           [{xmlel,<<"feature-not-implemented">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            []},
          {xmlel,<<"text">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            [{xmlcdata,
               <<"Failed to handle the privacy IQ request in\n                             c2s">>}]}]}]}],
     "   <iq from='bob_notify_deliver_to_offline_user_recipient_privacy_test_77@localhost' to='bob_notify_deliver_to_offline_user_recipient_privacy_test_77@localhost/res1' id='143f7772736892cf099c7b07be3c6013' type='error'><query xmlns='jabber:iq:privacy'><list name='deny_...

Report log

amp_big_SUITE:mam:mam_success:notify_deliver_to_offline_user_test
{error,{test_case_failed,"Respond size is 0, 1 is expected."}}

Report log

amp_big_SUITE:mam:mam_success:notify_deliver_to_offline_user_test
{error,{test_case_failed,"Respond size is 0, 1 is expected."}}

Report log

amp_big_SUITE:mam:mam_success:error_deliver_to_offline_user_test
{error,{test_case_failed,"Respond size is 0, 1 is expected."}}

Report log

amp_big_SUITE:mam:mam_success:drop_deliver_to_offline_user_test
{error,{test_case_failed,"Respond size is 0, 1 is expected."}}

Report log

amp_big_SUITE:mam:mam_success:error_deliver_to_offline_user_test
{error,{test_case_failed,"Respond size is 0, 1 is expected."}}

Report log

amp_big_SUITE:mam:mam_success:drop_deliver_to_offline_user_test
{error,{test_case_failed,"Respond size is 0, 1 is expected."}}

Report log

amp_big_SUITE:mam:mam_success:notify_deliver_to_offline_user_test
{error,{test_case_failed,"Respond size is 0, 1 is expected."}}

Report log

amp_big_SUITE:mam:mam_success:notify_deliver_to_offline_user_test
{error,{test_case_failed,"Respond size is 0, 1 is expected."}}

Report log

amp_big_SUITE:offline:offline_success:notify_deliver_to_online_user_recipient_privacy_test
{error,
  {{assertion_failed,assert_many,false,
     [is_iq_result,is_privacy_set],
     [{xmlel,<<"iq">>,
        [{<<"from">>,
        <<"bob_notify_deliver_to_online_user_recipient_privacy_test_253@localhost">>},
         {<<"to">>,
        <<"bob_notify_deliver_to_online_user_recipient_privacy_test_253@localhost/res1">>},
         {<<"id">>,<<"79da986a7ab63beacff092af9c32df4c">>},
         {<<"type">>,<<"error">>}],
        [{xmlel,<<"query">>,
           [{<<"xmlns">>,<<"jabber:iq:privacy">>}],
           [{xmlel,<<"list">>,
            [{<<"name">>,<<"deny_all_message">>}],
            [{xmlel,<<"item">>,
               [{<<"order">>,<<"1">>},{<<"action">>,<<"deny">>}],
               [{xmlel,<<"message">>,[],[]}]}]}]},
         {xmlel,<<"error">>,
           [{<<"code">>,<<"501">>},{<<"type">>,<<"cancel">>}],
           [{xmlel,<<"feature-not-implemented">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            []},
          {xmlel,<<"text">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            [{xmlcdata,
               <<"Failed to handle the privacy IQ request in\n                             c2s">>}]}]}]}],
     "   <iq from='bob_notify_deliver_to_online_user_recipient_privacy_test_253@localhost' to='bob_notify_deliver_to_online_user_recipient_privacy_test_253@localhost/res1' id='79da986a7ab63beacff092af9c32df4c' type='error'><query xmlns='jabber:iq:privacy'><list name='deny_...

Report log

amp_big_SUITE:offline:offline_success:notify_deliver_to_online_user_recipient_privacy_test
{error,
  {{assertion_failed,assert_many,false,
     [is_iq_result,is_privacy_set],
     [{xmlel,<<"iq">>,
        [{<<"from">>,
        <<"bob_notify_deliver_to_online_user_recipient_privacy_test_252@localhost">>},
         {<<"to">>,
        <<"bob_notify_deliver_to_online_user_recipient_privacy_test_252@localhost/res1">>},
         {<<"id">>,<<"0f9eb505cf7ef92fc67b08df654bc78d">>},
         {<<"type">>,<<"error">>}],
        [{xmlel,<<"query">>,
           [{<<"xmlns">>,<<"jabber:iq:privacy">>}],
           [{xmlel,<<"list">>,
            [{<<"name">>,<<"deny_all_message">>}],
            [{xmlel,<<"item">>,
               [{<<"order">>,<<"1">>},{<<"action">>,<<"deny">>}],
               [{xmlel,<<"message">>,[],[]}]}]}]},
         {xmlel,<<"error">>,
           [{<<"code">>,<<"501">>},{<<"type">>,<<"cancel">>}],
           [{xmlel,<<"feature-not-implemented">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            []},
          {xmlel,<<"text">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            [{xmlcdata,
               <<"Failed to handle the privacy IQ request in\n                             c2s">>}]}]}]}],
     "   <iq from='bob_notify_deliver_to_online_user_recipient_privacy_test_252@localhost' to='bob_notify_deliver_to_online_user_recipient_privacy_test_252@localhost/res1' id='0f9eb505cf7ef92fc67b08df654bc78d' type='error'><query xmlns='jabber:iq:privacy'><list name='deny_...

Report log

amp_big_SUITE:offline:offline_success:notify_deliver_to_online_user_recipient_privacy_test
{error,
  {{assertion_failed,assert_many,false,
     [is_iq_result,is_privacy_set],
     [{xmlel,<<"iq">>,
        [{<<"from">>,
        <<"bob_notify_deliver_to_online_user_recipient_privacy_test_256@localhost">>},
         {<<"to">>,
        <<"bob_notify_deliver_to_online_user_recipient_privacy_test_256@localhost/res1">>},
         {<<"id">>,<<"2926b6267a7ca89f6ef076817bfb32d1">>},
         {<<"type">>,<<"error">>}],
        [{xmlel,<<"query">>,
           [{<<"xmlns">>,<<"jabber:iq:privacy">>}],
           [{xmlel,<<"list">>,
            [{<<"name">>,<<"deny_all_message">>}],
            [{xmlel,<<"item">>,
               [{<<"order">>,<<"1">>},{<<"action">>,<<"deny">>}],
               [{xmlel,<<"message">>,[],[]}]}]}]},
         {xmlel,<<"error">>,
           [{<<"code">>,<<"501">>},{<<"type">>,<<"cancel">>}],
           [{xmlel,<<"feature-not-implemented">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            []},
          {xmlel,<<"text">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            [{xmlcdata,
               <<"Failed to handle the privacy IQ request in\n                             c2s">>}]}]}]}],
     "   <iq from='bob_notify_deliver_to_online_user_recipient_privacy_test_256@localhost' to='bob_notify_deliver_to_online_user_recipient_privacy_test_256@localhost/res1' id='2926b6267a7ca89f6ef076817bfb32d1' type='error'><query xmlns='jabber:iq:privacy'><list name='deny_...

Report log

amp_big_SUITE:offline:offline_success:notify_deliver_to_online_user_recipient_privacy_test
{error,
  {{assertion_failed,assert_many,false,
     [is_iq_result,is_privacy_set],
     [{xmlel,<<"iq">>,
        [{<<"from">>,
        <<"bob_notify_deliver_to_online_user_recipient_privacy_test_257@localhost">>},
         {<<"to">>,
        <<"bob_notify_deliver_to_online_user_recipient_privacy_test_257@localhost/res1">>},
         {<<"id">>,<<"4b0a824f7f3253e4a74b797b4273e62f">>},
         {<<"type">>,<<"error">>}],
        [{xmlel,<<"query">>,
           [{<<"xmlns">>,<<"jabber:iq:privacy">>}],
           [{xmlel,<<"list">>,
            [{<<"name">>,<<"deny_all_message">>}],
            [{xmlel,<<"item">>,
               [{<<"order">>,<<"1">>},{<<"action">>,<<"deny">>}],
               [{xmlel,<<"message">>,[],[]}]}]}]},
         {xmlel,<<"error">>,
           [{<<"code">>,<<"501">>},{<<"type">>,<<"cancel">>}],
           [{xmlel,<<"feature-not-implemented">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            []},
          {xmlel,<<"text">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            [{xmlcdata,
               <<"Failed to handle the privacy IQ request in\n                             c2s">>}]}]}]}],
     "   <iq from='bob_notify_deliver_to_online_user_recipient_privacy_test_257@localhost' to='bob_notify_deliver_to_online_user_recipient_privacy_test_257@localhost/res1' id='4b0a824f7f3253e4a74b797b4273e62f' type='error'><query xmlns='jabber:iq:privacy'><list name='deny_...

Report log

amp_big_SUITE:offline:offline_success:notify_deliver_to_offline_user_recipient_privacy_test
{error,
  {{assertion_failed,assert_many,false,
     [is_iq_result,is_privacy_set],
     [{xmlel,<<"iq">>,
        [{<<"from">>,
        <<"bob_notify_deliver_to_offline_user_recipient_privacy_test_261@localhost">>},
         {<<"to">>,
        <<"bob_notify_deliver_to_offline_user_recipient_privacy_test_261@localhost/res1">>},
         {<<"id">>,<<"7ad2d53cfea873d0c27336f6085e3636">>},
         {<<"type">>,<<"error">>}],
        [{xmlel,<<"query">>,
           [{<<"xmlns">>,<<"jabber:iq:privacy">>}],
           [{xmlel,<<"list">>,
            [{<<"name">>,<<"deny_all_message">>}],
            [{xmlel,<<"item">>,
               [{<<"order">>,<<"1">>},{<<"action">>,<<"deny">>}],
               [{xmlel,<<"message">>,[],[]}]}]}]},
         {xmlel,<<"error">>,
           [{<<"code">>,<<"501">>},{<<"type">>,<<"cancel">>}],
           [{xmlel,<<"feature-not-implemented">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            []},
          {xmlel,<<"text">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            [{xmlcdata,
               <<"Failed to handle the privacy IQ request in\n                             c2s">>}]}]}]}],
     "   <iq from='bob_notify_deliver_to_offline_user_recipient_privacy_test_261@localhost' to='bob_notify_deliver_to_offline_user_recipient_privacy_test_261@localhost/res1' id='7ad2d53cfea873d0c27336f6085e3636' type='error'><query xmlns='jabber:iq:privacy'><list name='d...

Report log

amp_big_SUITE:offline:offline_success:notify_deliver_to_offline_user_recipient_privacy_test
{error,
  {{assertion_failed,assert_many,false,
     [is_iq_result,is_privacy_set],
     [{xmlel,<<"iq">>,
        [{<<"from">>,
        <<"bob_notify_deliver_to_offline_user_recipient_privacy_test_265@localhost">>},
         {<<"to">>,
        <<"bob_notify_deliver_to_offline_user_recipient_privacy_test_265@localhost/res1">>},
         {<<"id">>,<<"ed751f9bca710b3cc093f7e8c141ffaf">>},
         {<<"type">>,<<"error">>}],
        [{xmlel,<<"query">>,
           [{<<"xmlns">>,<<"jabber:iq:privacy">>}],
           [{xmlel,<<"list">>,
            [{<<"name">>,<<"deny_all_message">>}],
            [{xmlel,<<"item">>,
               [{<<"order">>,<<"1">>},{<<"action">>,<<"deny">>}],
               [{xmlel,<<"message">>,[],[]}]}]}]},
         {xmlel,<<"error">>,
           [{<<"code">>,<<"501">>},{<<"type">>,<<"cancel">>}],
           [{xmlel,<<"feature-not-implemented">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            []},
          {xmlel,<<"text">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            [{xmlcdata,
               <<"Failed to handle the privacy IQ request in\n                             c2s">>}]}]}]}],
     "   <iq from='bob_notify_deliver_to_offline_user_recipient_privacy_test_265@localhost' to='bob_notify_deliver_to_offline_user_recipient_privacy_test_265@localhost/res1' id='ed751f9bca710b3cc093f7e8c141ffaf' type='error'><query xmlns='jabber:iq:privacy'><list name='d...

Report log

amp_big_SUITE:offline:offline_success:notify_deliver_to_offline_user_recipient_privacy_test
{error,
  {{assertion_failed,assert_many,false,
     [is_iq_result,is_privacy_set],
     [{xmlel,<<"iq">>,
        [{<<"from">>,
        <<"bob_notify_deliver_to_offline_user_recipient_privacy_test_263@localhost">>},
         {<<"to">>,
        <<"bob_notify_deliver_to_offline_user_recipient_privacy_test_263@localhost/res1">>},
         {<<"id">>,<<"1a512cf84ade8539e791fd6283feac48">>},
         {<<"type">>,<<"error">>}],
        [{xmlel,<<"query">>,
           [{<<"xmlns">>,<<"jabber:iq:privacy">>}],
           [{xmlel,<<"list">>,
            [{<<"name">>,<<"deny_all_message">>}],
            [{xmlel,<<"item">>,
               [{<<"order">>,<<"1">>},{<<"action">>,<<"deny">>}],
               [{xmlel,<<"message">>,[],[]}]}]}]},
         {xmlel,<<"error">>,
           [{<<"code">>,<<"501">>},{<<"type">>,<<"cancel">>}],
           [{xmlel,<<"feature-not-implemented">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            []},
          {xmlel,<<"text">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            [{xmlcdata,
               <<"Failed to handle the privacy IQ request in\n                             c2s">>}]}]}]}],
     "   <iq from='bob_notify_deliver_to_offline_user_recipient_privacy_test_263@localhost' to='bob_notify_deliver_to_offline_user_recipient_privacy_test_263@localhost/res1' id='1a512cf84ade8539e791fd6283feac48' type='error'><query xmlns='jabber:iq:privacy'><list name='d...

Report log

amp_big_SUITE:offline:offline_success:notify_deliver_to_offline_user_recipient_privacy_test
{error,
  {{assertion_failed,assert_many,false,
     [is_iq_result,is_privacy_set],
     [{xmlel,<<"iq">>,
        [{<<"from">>,
        <<"bob_notify_deliver_to_offline_user_recipient_privacy_test_262@localhost">>},
         {<<"to">>,
        <<"bob_notify_deliver_to_offline_user_recipient_privacy_test_262@localhost/res1">>},
         {<<"id">>,<<"cc29b5263bcf1ca9cf245f8e7ed66303">>},
         {<<"type">>,<<"error">>}],
        [{xmlel,<<"query">>,
           [{<<"xmlns">>,<<"jabber:iq:privacy">>}],
           [{xmlel,<<"list">>,
            [{<<"name">>,<<"deny_all_message">>}],
            [{xmlel,<<"item">>,
               [{<<"order">>,<<"1">>},{<<"action">>,<<"deny">>}],
               [{xmlel,<<"message">>,[],[]}]}]}]},
         {xmlel,<<"error">>,
           [{<<"code">>,<<"501">>},{<<"type">>,<<"cancel">>}],
           [{xmlel,<<"feature-not-implemented">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            []},
          {xmlel,<<"text">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            [{xmlcdata,
               <<"Failed to handle the privacy IQ request in\n                             c2s">>}]}]}]}],
     "   <iq from='bob_notify_deliver_to_offline_user_recipient_privacy_test_262@localhost' to='bob_notify_deliver_to_offline_user_recipient_privacy_test_262@localhost/res1' id='cc29b5263bcf1ca9cf245f8e7ed66303' type='error'><query xmlns='jabber:iq:privacy'><list name='d...

Report log

amp_big_SUITE:offline:offline_failure:notify_deliver_to_online_user_recipient_privacy_test
{error,
  {{assertion_failed,assert_many,false,
     [is_iq_result,is_privacy_set],
     [{xmlel,<<"iq">>,
        [{<<"from">>,
        <<"bob_notify_deliver_to_online_user_recipient_privacy_test_309@localhost">>},
         {<<"to">>,
        <<"bob_notify_deliver_to_online_user_recipient_privacy_test_309@localhost/res1">>},
         {<<"id">>,<<"4f074073b7173c4ba4f1edacbc9325d8">>},
         {<<"type">>,<<"error">>}],
        [{xmlel,<<"query">>,
           [{<<"xmlns">>,<<"jabber:iq:privacy">>}],
           [{xmlel,<<"list">>,
            [{<<"name">>,<<"deny_all_message">>}],
            [{xmlel,<<"item">>,
               [{<<"order">>,<<"1">>},{<<"action">>,<<"deny">>}],
               [{xmlel,<<"message">>,[],[]}]}]}]},
         {xmlel,<<"error">>,
           [{<<"code">>,<<"501">>},{<<"type">>,<<"cancel">>}],
           [{xmlel,<<"feature-not-implemented">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            []},
          {xmlel,<<"text">>,
            [{<<"xmlns">>,
              <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
            [{xmlcdata,
               <<"Failed to handle the privacy IQ request in\n                             c2s">>}]}]}]}],
     "   <iq from='bob_notify_deliver_to_online_user_recipient_privacy_test_309@localhost' to='bob_notify_deliver_to_online_user_recipient_privacy_test_309@localhost/res1' id='4f074073b7173c4ba4f1edacbc9325d8' type='error'><query xmlns='jabber:iq:privacy'><list name='deny_...

Report log

218 errors were truncated


ldap_mnesia_26 / ldap_mnesia / 05d3ff1
Reports root/ big
OK: 2345 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


ldap_mnesia_27 / ldap_mnesia / 05d3ff1
Reports root/ big
OK: 2345 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / 05d3ff1
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


dynamic_domains_mysql_redis_27 / mysql_redis / 05d3ff1
Reports root/ big
OK: 4675 / Failed: 0 / User-skipped: 152 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 05d3ff1
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_27 / odbc_mssql_mnesia / 05d3ff1
Reports root/ big
OK: 4705 / Failed: 0 / User-skipped: 122 / Auto-skipped: 0


pgsql_cets_27 / pgsql_cets / 05d3ff1
Reports root/ big
OK: 4597 / Failed: 0 / User-skipped: 186 / Auto-skipped: 0


internal_mnesia_27 / internal_mnesia / 05d3ff1
Reports root/ big
OK: 2487 / Failed: 0 / User-skipped: 768 / Auto-skipped: 0


mysql_redis_27 / mysql_redis / 05d3ff1
Reports root/ big
OK: 5080 / Failed: 0 / User-skipped: 147 / Auto-skipped: 0


pgsql_mnesia_27 / pgsql_mnesia / 05d3ff1
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 05d3ff1
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


mssql_mnesia_27 / odbc_mssql_mnesia / 05d3ff1
Reports root/ big
OK: 5096 / Failed: 0 / User-skipped: 131 / Auto-skipped: 0

@mongoose-im
Copy link
Collaborator

mongoose-im commented Sep 18, 2024

elasticsearch_and_cassandra_27 / elasticsearch_and_cassandra_mnesia / 9f1bdfd
Reports root/ big
OK: 461 / Failed: 0 / User-skipped: 49 / Auto-skipped: 0


small_tests_27 / small_tests / 9f1bdfd
Reports root / small


small_tests_26 / small_tests / 9f1bdfd
Reports root / small


small_tests_27_arm64 / small_tests / 9f1bdfd
Reports root / small


internal_mnesia_27 / internal_mnesia / 9f1bdfd
Reports root/ big

cluster_commands_SUITE:join_twice_using_rpc
{error,
  {{badrpc,timeout},
   [{distributed_helper,rpc,
      [#{timeout => 60000,node => mongooseim2@localhost},
       mongoose_cluster,join,
       [mongooseim@localhost]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {cluster_commands_SUITE,join_twice_using_rpc,1,
      [{file,
         "/home/circleci/project/big_tests/tests/cluster_commands_SUITE.erl"},
       {line,296}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1303}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

cluster_commands_SUITE:join_twice_in_parallel_using_rpc
{'EXIT',{{badrpc,timeout},
     {distributed_helper,rpc,
               [#{timeout => 60000,
                node => mongooseim2@localhost},
                mongoose_cluster,join,
                [mongooseim@localhost]],
               [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                {line,140}]}}}

Report log

cluster_commands_SUITE:cluster_of_three
{error,
  {{assertEqual,
     [{module,cluster_commands_SUITE},
      {line,357},
      {expression,"OpCode1"},
      {expected,0},
      {value,1}]},
   [{cluster_commands_SUITE,cluster_of_three,1,
      [{file,
         "/home/circleci/project/big_tests/tests/cluster_commands_SUITE.erl"},
       {line,357}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1303}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

cluster_commands_SUITE:leave_the_three
{error,
  {{badrpc,timeout},
   [{distributed_helper,rpc,
      [#{timeout => 60000,node => mongooseim2@localhost},
       mongoose_cluster,join,
       [mongooseim@localhost]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {cluster_commands_SUITE,leave_the_three,1,
      [{file,
         "/home/circleci/project/big_tests/tests/cluster_commands_SUITE.erl"},
       {line,369}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1303}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

cluster_commands_SUITE:remove_alive_from_cluster
{error,
  {{badrpc,timeout},
   [{distributed_helper,rpc,
      [#{timeout => 60000,node => mongooseim2@localhost},
       mongoose_cluster,join,
       [mongooseim@localhost]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {cluster_commands_SUITE,remove_alive_from_cluster,1,
      [{file,
         "/home/circleci/project/big_tests/tests/cluster_commands_SUITE.erl"},
       {line,411}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1303}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

component_SUITE:subdomain:init_per_group
{'EXIT',{{badrpc,timeout},
     [{distributed_helper,rpc,
                [#{timeout => 30000,
                 node => mongooseim@localhost},
                 application,start,
                 [mongooseim]],
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,140}]},
      {ejabberd_node_utils,restart_application,2,
                 [{file,"/home/circleci/project/big_tests/tests/ejabberd_node_utils.erl"},
                {line,79}]},
      {component_SUITE,add_domain,1,
               [{file,"/home/circleci/project/big_tests/tests/component_SUITE.erl"},
              {line,569}]},
      {component_SUITE,init_per_group,2,
               [{file,"/home/circleci/project/big_tests/tests/component_SUITE.erl"},
              {line,94}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1391}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1235}]}]}}

Report log

component_SUITE:hidden_components:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [mongoose_domain_core,<<"localhost">>],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]},
          {mongoose_domain_core,get_host_type,1,
            [{file,
               "/home/circleci/project/src/domain/mongoose_domain_core.erl"},
             {line,48}]},
          {ejabberd_auth,call_auth_modules_for_domain,3,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,533}]},
          {ejabberd_auth,does_user_exist,1,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,331}]},
          {ejabberd_auth,try_register,2,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,237}]},
          {mongoose_account_api,register_user,3,
            [{file,
               "/home/circleci/project/src/mongoose_account_api.erl"},
             {line,78}]},
          {ejabberd_admin,register,3,[]}]}}},
   [{escalus_rpc,call_with_cookie_match,
      [mongooseim@localhost,ejabberd_admin,register,
       [<<"alicE">>,<<"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,2310}]},
    {escalus_ejabberd,create_users,2,
      [{file,
 ...

Report log

component_SUITE:distributed:init_per_group
{'EXIT',{{badrpc,timeout},
     [{distributed_helper,rpc,
                [#{timeout => 30000,
                 node => mongooseim2@localhost},
                 mongoose_cluster,join,
                 [mongooseim@localhost]],
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,140}]},
      {distributed_helper,add_node_to_mnesia_cluster,2,
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,44}]},
      {distributed_helper,add_node_to_cluster,2,
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,36}]},
      {component_SUITE,init_per_group,2,
               [{file,"/home/circleci/project/big_tests/tests/component_SUITE.erl"},
              {line,101}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1391}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1235}]}]}}

Report log

connect_SUITE:init_per_suite
{'EXIT',
  {{badrpc,
     {'EXIT',
       {noproc,
         {gen_server,call,
           [mongoose_instrument,
            {add_handler,event_table,
              #{declared_events =>
                [{c2s_tcp_data_out,#{}},
                 {c2s_tls_data_out,#{}},
                 {c2s_tcp_data_in,#{}},
                 {c2s_tls_data_in,#{}},
                 {c2s_xmpp_element_size_out,#{}},
                 {c2s_xmpp_element_size_in,#{}},
                 {c2s_message_processed,
                   #{host_type => <<"localhost">>}}]}}]}}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_instrument,add_handler,
       [event_table,
      #{declared_events =>
          [{c2s_tcp_data_out,#{}},
           {c2s_tls_data_out,#{}},
           {c2s_tcp_data_in,#{}},
           {c2s_tls_data_in,#{}},
           {c2s_xmpp_element_size_out,#{}},
           {c2s_xmpp_element_size_in,#{}},
           {c2s_message_processed,#{host_type => <<"localhost">>}}]}]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {instrument_helper,start,2,
      [{file,
         "/home/circleci/project/big_tests/tests/instrument_helper.erl"},
       {line,55}]},
    {connect_SUITE,init_per_suite,1,
      [{file,"/home/circleci/project/big_tests/tests/connect_SUITE.erl"},
       {line,135}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
  ...

Report log

disco_and_caps_SUITE:init_per_suite
{'EXIT',
  {"Table owner did not respond",
   [{ets_helper,new,2,
      [{file,
         "/home/circleci/project/big_tests/../test/common/ets_helper.erl"},
       {line,19}]},
    {instrument_helper,start,2,
      [{file,
         "/home/circleci/project/big_tests/tests/instrument_helper.erl"},
       {line,52}]},
    {disco_and_caps_SUITE,init_per_suite,1,
      [{file,
         "/home/circleci/project/big_tests/tests/disco_and_caps_SUITE.erl"},
       {line,39}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1391}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

extdisco_SUITE:extdisco_not_configured:external_services_discovery_not_supported
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [mongoose_domain_core,<<"localhost">>],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]},
          {mongoose_domain_core,get_host_type,1,
            [{file,
               "/home/circleci/project/src/domain/mongoose_domain_core.erl"},
             {line,48}]},
          {ejabberd_auth,call_auth_modules_for_domain,3,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,533}]},
          {ejabberd_auth,does_user_exist,1,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,331}]},
          {ejabberd_auth,try_register,2,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,237}]},
          {mongoose_account_api,register_user,3,
            [{file,
               "/home/circleci/project/src/mongoose_account_api.erl"},
             {line,78}]},
          {ejabberd_admin,register,3,[]}]}}},
   [{escalus_rpc,call_with_cookie_match,
      [mongooseim@localhost,ejabberd_admin,register,
       [<<"alicE_external_services_discovery_not_supported_511">>,
      <<"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,2310}]},
 ...

Report log

extdisco_SUITE:extdisco_configured:init_per_group
{'EXIT',{{badrpc,nodedown},
     [{distributed_helper,rpc,
                [#{node => mongooseim@localhost},
                 mongoose_modules,replace_modules,
                 [<<"localhost">>,[],
                #{mod_extdisco =>
                    #{service =>
                      [#{port => 3478,type => stun,
                         host => <<"1.1.1.1">>,
                         password => <<"secret">>,
                         username => <<"username">>,
                         transport => <<"udp">>}],
                    iqdisc => no_queue}}]],
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,140}]},
      {extdisco_SUITE,set_external_services,2,
              [{file,"/home/circleci/project/big_tests/tests/extdisco_SUITE.erl"},
               {line,317}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1391}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1235}]}]}}

Report log

extdisco_SUITE:multiple_extdisco_configured:init_per_group
{'EXIT',{{badrpc,nodedown},
     [{distributed_helper,rpc,
                [#{node => mongooseim@localhost},
                 mongoose_modules,replace_modules,
                 [<<"localhost">>,[],
                #{mod_extdisco =>
                    #{service =>
                      [#{port => 3478,type => stun,
                         host => <<"1.1.1.1">>,
                         password => <<"secret">>,
                         username => <<"username">>,
                         transport => <<"udp">>},
                       #{port => 3478,type => stun,
                         host => <<"1.1.1.1">>,
                         password => <<"secret">>,
                         username => <<"username">>,
                         transport => <<"udp">>},
                       #{port => 3478,type => turn,
                         host => <<"2.2.2.2">>,
                         password => <<"secret">>,
                         username => <<"username">>,
                         transport => <<"tcp">>}],
                    iqdisc => no_queue}}]],
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,140}]},
      {extdisco_SUITE,set_external_services,2,
              [{file,"/home/circleci/project/big_tests/tests/extdisco_SUITE.erl"},
               {line,317}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_serv...

Report log

extdisco_SUITE:extdisco_required_elements_configured:init_per_group
{'EXIT',{{badrpc,nodedown},
     [{distributed_helper,rpc,
                [#{node => mongooseim@localhost},
                 mongoose_modules,replace_modules,
                 [<<"localhost">>,[],
                #{mod_extdisco =>
                    #{service =>
                      [#{type => ftp,
                         host => <<"3.3.3.3">>}],
                    iqdisc => no_queue}}]],
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,140}]},
      {extdisco_SUITE,set_external_services,2,
              [{file,"/home/circleci/project/big_tests/tests/extdisco_SUITE.erl"},
               {line,317}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1391}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1235}]}]}}

Report log

gdpr_SUITE:init_per_suite
{'EXIT',{{badrpc,nodedown},
     [{distributed_helper,rpc,
                [#{node => mongooseim@localhost},
                 file,get_cwd,[]],
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,140}]},
      {gdpr_SUITE,get_mim_cwd,0,
            [{file,"/home/circleci/project/big_tests/tests/gdpr_SUITE.erl"},
             {line,1725}]},
      {gdpr_SUITE,init_per_suite,1,
            [{file,"/home/circleci/project/big_tests/tests/gdpr_SUITE.erl"},
             {line,177}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1391}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_SUITE:init_per_suite
{'EXIT',{{badrpc,nodedown},
     [{distributed_helper,rpc,
                [#{node => mongooseim@localhost},
                 gen_mod,loaded_modules_with_opts,
                 [<<"localhost">>]],
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,140}]},
      {dynamic_modules,'-save_modules/3-fun-0-',4,
               [{file,"/home/circleci/project/big_tests/tests/dynamic_modules.erl"},
              {line,16}]},
      {lists,foldl,3,[{file,"lists.erl"},{line,2146}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1391}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_sse_SUITE:admin:init_per_group
{'EXIT',{{badrpc,nodedown},
     [{distributed_helper,rpc,
                [#{node => mongooseim@localhost},
                 mongoose_config,get_opt,
                 [listen]],
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,140}]},
      {graphql_helper,get_listener_config,2,
              [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
               {line,145}]},
      {graphql_helper,get_listener_opts,1,
              [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
               {line,200}]},
      {graphql_helper,init_admin_handler,1,
              [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
               {line,152}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1391}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_sse_SUITE:user:init_per_group
{'EXIT',{{badrpc,nodedown},
     [{distributed_helper,rpc,
                [#{node => mongooseim@localhost},
                 mongoose_graphql_commands,build_specs,
                 [user]],
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,140}]},
      {graphql_helper,add_specs,1,
              [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
               {line,183}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1391}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_sse_SUITE:timeout:init_per_group
{'EXIT',{{badrpc,nodedown},
     [{distributed_helper,rpc,
                [#{node => mongooseim@localhost},
                 mongoose_config,get_opt,
                 [listen]],
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,140}]},
      {mongoose_helper,get_listeners,2,
               [{file,"/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
              {line,494}]},
      {graphql_sse_SUITE,get_graphql_user_listener,0,
               [{file,"/home/circleci/project/big_tests/tests/graphql_sse_SUITE.erl"},
                {line,167}]},
      {graphql_sse_SUITE,init_per_group,2,
               [{file,"/home/circleci/project/big_tests/tests/graphql_sse_SUITE.erl"},
                {line,40}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1391}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_account_SUITE:init_per_suite
{'EXIT',
  {{badrpc,nodedown},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},mongoose_config,get_opt,[hosts]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {mongoose_helper,auth_modules,0,
      [{file,
         "/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
       {line,85}]},
    {graphql_account_SUITE,init_per_suite,1,
      [{file,
         "/home/circleci/project/big_tests/tests/graphql_account_SUITE.erl"},
       {line,93}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1391}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_domain_SUITE:init_per_suite
{'EXIT',
  {{badrpc,nodedown},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       mongoose_rdbms,sql_transaction,
       [<<"dummy auth">>,fun erlang:yield/0]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {mongoose_helper,is_rdbms_enabled,1,
      [{file,
         "/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
       {line,61}]},
    {graphql_domain_SUITE,init_per_suite,1,
      [{file,
         "/home/circleci/project/big_tests/tests/graphql_domain_SUITE.erl"},
       {line,70}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1391}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

ct_framework:error_in_suite
{error,'graphql_inbox_SUITE:all/0 failed'}

Report log

graphql_last_SUITE:init_per_suite
{'EXIT',{{badrpc,nodedown},
     [{distributed_helper,rpc,
                [#{node => mongooseim@localhost},
                 gen_mod,loaded_modules_with_opts,
                 [<<"localhost">>]],
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,140}]},
      {dynamic_modules,'-save_modules/3-fun-0-',4,
               [{file,"/home/circleci/project/big_tests/tests/dynamic_modules.erl"},
              {line,16}]},
      {lists,foldl,3,[{file,"lists.erl"},{line,2146}]},
      {graphql_last_SUITE,init_per_suite,1,
                [{file,"/home/circleci/project/big_tests/tests/graphql_last_SUITE.erl"},
                 {line,137}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1391}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_muc_SUITE:init_per_suite
{'EXIT',{{badrpc,nodedown},
     [{distributed_helper,rpc,
                [#{node => mongooseim@localhost},
                 gen_mod,loaded_modules_with_opts,
                 [<<"localhost">>]],
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,140}]},
      {dynamic_modules,'-save_modules/3-fun-0-',4,
               [{file,"/home/circleci/project/big_tests/tests/dynamic_modules.erl"},
              {line,16}]},
      {lists,foldl,3,[{file,"lists.erl"},{line,2146}]},
      {graphql_muc_SUITE,init_per_suite,1,
               [{file,"/home/circleci/project/big_tests/tests/graphql_muc_SUITE.erl"},
                {line,220}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1391}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_muc_light_SUITE:init_per_suite
{'EXIT',
  {{badrpc,nodedown},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       gen_mod,loaded_modules_with_opts,
       [<<"localhost">>]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {dynamic_modules,'-save_modules/3-fun-0-',4,
      [{file,"/home/circleci/project/big_tests/tests/dynamic_modules.erl"},
       {line,16}]},
    {lists,foldl,3,[{file,"lists.erl"},{line,2146}]},
    {graphql_muc_light_SUITE,init_per_suite,1,
      [{file,
         "/home/circleci/project/big_tests/tests/graphql_muc_light_SUITE.erl"},
       {line,201}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1391}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

116 errors were truncated


dynamic_domains_mysql_redis_27 / mysql_redis / 9f1bdfd
Reports root/ big
OK: 4675 / Failed: 0 / User-skipped: 152 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / 9f1bdfd
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / 9f1bdfd
Reports root/ big
OK: 2345 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


ldap_mnesia_27 / ldap_mnesia / 9f1bdfd
Reports root/ big
OK: 2326 / Failed: 1 / User-skipped: 910 / Auto-skipped: 18

service_mongoose_system_metrics_SUITE:all_clustered_mongooses_report_the_same_client_id
{skip,
  {failed,
    {service_mongoose_system_metrics_SUITE,init_per_testcase,
      {{badrpc,timeout},
       [{distributed_helper,rpc,
          [#{timeout => 30000,node => mongooseim2@localhost},
           mongoose_cluster,join,
           [mongooseim@localhost]],
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,140}]},
        {distributed_helper,add_node_to_mnesia_cluster,2,
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,44}]},
        {distributed_helper,add_node_to_cluster,2,
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,36}]},
        {service_mongoose_system_metrics_SUITE,init_per_testcase,2,
          [{file,
             "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"},
           {line,113}]},
        {test_server,do_init_per_testcase,2,
          [{file,"test_server.erl"},{line,1564}]},
        {test_server,run_test_case_eval1,6,
          [{file,"test_server.erl"},{line,1265}]},
        {test_server,run_test_case_eval,9,
          [{file,"test_server.erl"},{line,1235}]}]}}}}

Report log

system_probes_SUITE:mnesia:mnesia_info
{error,{test_case_failed,"Incorrect number of instrumentation events - matched: 0, expected: positive"}}

Report log

system_probes_SUITE:end_per_suite
{error,{test_case_failed,"Instrumentation events that were logged, but not tested:\n[{mnesia_info,#{}}]\nYou need to test them with instrument_helper:assert/3"}}

Report log

service_domain_db_SUITE:no_db:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {noproc,
         {gen_server,call,
           [mongoose_domain_sup,
            {terminate_child,mongoose_domain_core},
            infinity]}}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim2@localhost},
       mongoose_domain_sup,restart_core,
       [[[],
       [<<"mim2only">>,<<"type1">>,<<"type2">>,<<"dummy auth">>,
        <<"dbgroup">>,<<"dbgroup2">>,<<"cfggroup">>]]]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {domain_helper,restart_domain_core,3,
      [{file,"/home/circleci/project/big_tests/tests/domain_helper.erl"},
       {line,33}]},
    {service_domain_db_SUITE,setup_service,2,
      [{file,
         "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"},
       {line,320}]},
    {service_domain_db_SUITE,init_per_group,2,
      [{file,
         "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"},
       {line,243}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1391}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

service_domain_db_SUITE:end_per_suite
{error,
  {{badrpc,
     {'EXIT',
       {noproc,
         {gen_server,call,
           [mongoose_domain_sup,
            {terminate_child,mongoose_domain_core},
            infinity]}}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim2@localhost},
       mongoose_domain_sup,restart_core,
       [[]]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {domain_helper,restart_domain_core,1,
      [{file,"/home/circleci/project/big_tests/tests/domain_helper.erl"},
       {line,30}]},
    {service_domain_db_SUITE,'-end_per_suite/1-lc$^0/1-0-',1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"},
       {line,215}]},
    {service_domain_db_SUITE,end_per_suite,1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"},
       {line,215}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1391}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

dynamic_domains_SUITE:init_per_suite
{'EXIT',
  {{badrpc,timeout},
   [{distributed_helper,rpc,
      [#{timeout => 30000,node => mongooseim2@localhost},
       mongoose_cluster,join,
       [mongooseim@localhost]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {distributed_helper,add_node_to_mnesia_cluster,2,
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,44}]},
    {distributed_helper,add_node_to_cluster,2,
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,36}]},
    {dynamic_domains_SUITE,cluster_nodes,2,
      [{file,
         "/home/circleci/project/big_tests/tests/dynamic_domains_SUITE.erl"},
       {line,238}]},
    {dynamic_domains_SUITE,init_per_suite,1,
      [{file,
         "/home/circleci/project/big_tests/tests/dynamic_domains_SUITE.erl"},
       {line,33}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1391}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

local_iq_SUITE:init_per_suite
{'EXIT',{{badrpc,timeout},
     [{distributed_helper,rpc,
                [#{timeout => 30000,
                 node => mongooseim2@localhost},
                 mongoose_cluster,join,
                 [mongooseim@localhost]],
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,140}]},
      {distributed_helper,add_node_to_mnesia_cluster,2,
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,44}]},
      {distributed_helper,add_node_to_cluster,2,
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,36}]},
      {local_iq_SUITE,init_per_suite,1,
              [{file,"/home/circleci/project/big_tests/tests/local_iq_SUITE.erl"},
               {line,29}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1391}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1235}]}]}}

Report log


pgsql_cets_27 / pgsql_cets / 9f1bdfd
Reports root/ big
OK: 4597 / Failed: 0 / User-skipped: 186 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 9f1bdfd
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 9f1bdfd
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


mysql_redis_27 / mysql_redis / 9f1bdfd
Reports root/ big
OK: 5079 / Failed: 1 / User-skipped: 147 / Auto-skipped: 0

carboncopy_SUITE:one2one:dropped_client_doesnt_create_duplicate_carbons
{error,
  {{badmatch,
     [{xmlel,<<"message">>,
        [{<<"from">>,
        <<"alice_dropped_client_doesnt_create_duplicate_carbons_593@localhost">>},
         {<<"to">>,
        <<"alice_dropped_client_doesnt_create_duplicate_carbons_593@localhost/res2">>},
         {<<"xmlns">>,<<"jabber:client">>},
         {<<"type">>,<<"chat">>}],
        [{xmlel,<<"sent">>,
           [{<<"xmlns">>,<<"urn:xmpp:carbons:2">>}],
           [{xmlel,<<"forwarded">>,
            [{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
            [{xmlel,<<"message">>,
               [{<<"from">>,
                 <<"alice_dropped_client_doesnt_create_duplicate_carbons_593@localhost/res1">>},
                {<<"type">>,<<"chat">>},
                {<<"to">>,
                 <<"bob_dropped_client_doesnt_create_duplicate_carbons_593@localhost/res1">>},
                {<<"xmlns">>,<<"jabber:client">>}],
               [{xmlel,<<"body">>,[],
                  [{xmlcdata,
                     <<"And pious action">>}]}]}]}]}]}]},
   [{carboncopy_SUITE,
      '-dropped_client_doesnt_create_duplicate_carbons/1-fun-0-',4,
      [{file,
         "/home/circleci/project/big_tests/tests/carboncopy_SUITE.erl"},
       {line,189}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_serv...

Report log


dynamic_domains_mssql_mnesia_27 / odbc_mssql_mnesia / 9f1bdfd
Reports root/ big
OK: 4705 / Failed: 0 / User-skipped: 122 / Auto-skipped: 0


pgsql_mnesia_27 / pgsql_mnesia / 9f1bdfd
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


mssql_mnesia_27 / odbc_mssql_mnesia / 9f1bdfd
Reports root/ big
OK: 5090 / Failed: 1 / User-skipped: 131 / Auto-skipped: 5

bosh_SUITE:essential_https:accept_higher_hold_value
{error,
  {{assertEqual,
     [{module,bosh_SUITE},
      {line,261},
      {expression,"get_bosh_sessions ( )"},
      {expected,[]},
      {value,
        [{bosh_session,<<"35481ce8c887595237a67c3835e1339577675c51">>,
           <10456.10607.0>}]}]},
   [{bosh_SUITE,accept_higher_hold_value,1,
      [{file,"/home/circleci/project/big_tests/tests/bosh_SUITE.erl"},
       {line,261}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1303}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log


cockroachdb_cets_27 / cockroachdb_cets / 9f1bdfd
Reports root/ big
OK: 3762 / Failed: 55 / User-skipped: 172 / Auto-skipped: 768

gdpr_SUITE:retrieve_personal_data:retrieve_vcard
{error,
  {{assertion_failed,assert,is_iq_result,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"alice_retrieve_vcard_714@localhost">>},
        {<<"to">>,<<"alice_retrieve_vcard_714@localhost/res1">>},
        {<<"id">>,<<"ea90a3e475775969fc13119f23551fb7">>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"vCard">>,
          [{<<"xmlns">>,<<"vcard-temp">>}],
          [{xmlel,<<"FN">>,[],[{xmlcdata,<<"Alice">>}]},
           {xmlel,<<"LN">>,[],[{xmlcdata,<<"Ecila">>}]}]},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"401">>},{<<"type">>,<<"cancel">>}],
          [{xmlel,<<"unexpected-request">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []}]}]},
     "<iq from='alice_retrieve_vcard_714@localhost' to='alice_retrieve_vcard_714@localhost/res1' id='ea90a3e475775969fc13119f23551fb7' type='error'><vCard xmlns='vcard-temp'><FN>Alice</FN><LN>Ecila</LN></vCard><error code='401' type='cancel'><unexpected-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {gdpr_SUITE,'-retrieve_vcard/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/gdpr_SUITE.erl"},
       {line,458}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
   ...

Report log

gdpr_SUITE:remove_personal_data:remove_vcard
{error,
  {{assertion_failed,assert,is_iq_result,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"alice_remove_vcard_738@localhost">>},
        {<<"to">>,<<"alice_remove_vcard_738@localhost/res1">>},
        {<<"id">>,<<"1acfb982c28c41b38303df849db3c4e4">>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"vCard">>,
          [{<<"xmlns">>,<<"vcard-temp">>}],
          [{xmlel,<<"FN">>,[],[{xmlcdata,<<"Alice">>}]},
           {xmlel,<<"LN">>,[],[{xmlcdata,<<"Ecila">>}]}]},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"401">>},{<<"type">>,<<"cancel">>}],
          [{xmlel,<<"unexpected-request">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []}]}]},
     "<iq from='alice_remove_vcard_738@localhost' to='alice_remove_vcard_738@localhost/res1' id='1acfb982c28c41b38303df849db3c4e4' type='error'><vCard xmlns='vcard-temp'><FN>Alice</FN><LN>Ecila</LN></vCard><error code='401' type='cancel'><unexpected-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {gdpr_SUITE,'-remove_vcard/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/gdpr_SUITE.erl"},
       {line,477}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,...

Report log

graphql_domain_SUITE:domain_http:get_domains_by_host_type
{error,{{assertEqual,[{module,graphql_domain_SUITE},
            {line,190},
            {expression,"lists : sort ( ParsedResult )"},
            {expected,[<<"example.com">>,<<"second.example.com">>]},
            {value,[<<"example.com">>]}]},
    [{graphql_domain_SUITE,get_domains_by_host_type,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_domain_SUITE.erl"},
                {line,190}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_domain_SUITE:domain_cli:create_domain
{error,{#{what => invalid_response_code,
      response_code => {exit_status,1},
      expected_type => ok},
    [{graphql_helper,assert_response_code,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_domain_SUITE,create_domain,2,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_domain_SUITE.erl"},
                {line,109}]},
     {graphql_domain_SUITE,create_domain,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_domain_SUITE.erl"},
                {line,104}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_roster_SUITE:user_roster:user_invite_accept_and_cancel_subscription
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bob_user_invite_accept_and_cancel_subscription_1187@localhost/res1">>,
          escalus_tcp,<0.28140.0>,
          [{event_manager,<0.28138.0>},
           {server,<<"localhost">>},
           {username,
             <<"bOb_user_invite_accept_and_cancel_subscription_1187">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.28138.0>},
            {server,<<"localhost">>},
            {username,
              <<"bOb_user_invite_accept_and_cancel_subscription_1187">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"bob_user_invite_accept_and_cancel_subscription_1187">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"bOb_user_invite_accept_and_cancel_subscription_1187">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"b998d38526b4be24">>}]},
        1],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {graphql_roster_SUITE,
       user_invite_accept_and_cancel_subscription_story,3,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_roster_...

Report log

graphql_vcard_SUITE:user:user_vcard_configured:user_set_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,144},
            {expression,"skip_null_fields ( ParsedResultSet )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"COUNTRY123">>,
                     <<"extadd">> => <<"extaddTest">>,
                     <<"locality">> => <<"LOCALITY123">>,
                     <<"pcode">> => <<"PcodeTest">>,
                     <<"pobox">> => <<"poboxTest">>,
                     <<"region">> => <<"REGION777">>,
                     <<"street">> => <<"TESTSTREET123">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]},
                     #{<<"country">> =>
                       <<"COUNTRY123SECOND">>,
                     <<"extadd">> =>
                       <<"extaddTestSecond">>,
                     <<"locality">> =>
                       <<"LOCALITY123Second">>,
                     <<"pcode">> => <<"PcodeTestSECOND">>,
                     <<"pobox">> => <<"poboxTestSecond">>,
                     <<"region">> => <<"REGION777TEST">>,
                     <<"street">> =>
                       <<"TESTSTREET123Second">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>,
                        <<"POSTAL">>]}],
                  <<"agent">> =>
                    [#{<<"vcard">> =>
                       #{<<"formattedName">> =>
                           <<"TestName">>,
                         <<"nameCompone...

Report log

graphql_vcard_SUITE:user:user_vcard_configured:user_get_their_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,163},
            {expression,"skip_null_fields ( ParsedResult )"},
            {expected,#{<<"email">> =>
                    [#{<<"tags">> => [<<"HOME">>,<<"WORK">>],
                     <<"userId">> => <<"TESTEMAIL">>},
                     #{<<"tags">> => [<<"HOME">>],
                     <<"userId">> => <<"TESTEMAIL2">>}],
                  <<"formattedName">> => <<"TESTNAME">>}},
            {value,null}]},
    [{graphql_vcard_SUITE,user_get_their_vcard,2,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,163}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:user:user_vcard_configured:user_get_others_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,188},
            {expression,"skip_null_fields ( ParsedResult )"},
            {expected,#{<<"email">> =>
                    [#{<<"tags">> => [<<"HOME">>,<<"WORK">>],
                     <<"userId">> => <<"TESTEMAIL">>},
                     #{<<"tags">> => [<<"HOME">>],
                     <<"userId">> => <<"TESTEMAIL2">>}],
                  <<"formattedName">> => <<"TESTNAME">>}},
            {value,null}]},
    [{graphql_vcard_SUITE,user_get_others_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,188}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:domain_admin_vcard:admin_set_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,278},
            {expression,"skip_null_fields ( ParsedResultSet )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"COUNTRY123">>,
                     <<"extadd">> => <<"extaddTest">>,
                     <<"locality">> => <<"LOCALITY123">>,
                     <<"pcode">> => <<"PcodeTest">>,
                     <<"pobox">> => <<"poboxTest">>,
                     <<"region">> => <<"REGION777">>,
                     <<"street">> => <<"TESTSTREET123">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]},
                     #{<<"country">> =>
                       <<"COUNTRY123SECOND">>,
                     <<"extadd">> =>
                       <<"extaddTestSecond">>,
                     <<"locality">> =>
                       <<"LOCALITY123Second">>,
                     <<"pcode">> => <<"PcodeTestSECOND">>,
                     <<"pobox">> => <<"poboxTestSecond">>,
                     <<"region">> => <<"REGION777TEST">>,
                     <<"street">> =>
                       <<"TESTSTREET123Second">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>,
                        <<"POSTAL">>]}],
                  <<"agent">> =>
                    [#{<<"vcard">> =>
                       #{<<"formattedName">> =>
                           <<"TestName">>,
                         <<"nameCompone...

Report log

graphql_vcard_SUITE:domain_admin_vcard:admin_set_vcard_incomplete_fields
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,278},
            {expression,"skip_null_fields ( ParsedResultSet )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"COUNTRY123">>,
                     <<"extadd">> => <<"extaddTest">>,
                     <<"locality">> => <<"LOCALITY123">>,
                     <<"pobox">> => <<"poboxTest">>,
                     <<"region">> => <<"REGION777">>,
                     <<"street">> => <<"TESTSTREET123">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]}],
                  <<"formattedName">> => <<"TestName">>,
                  <<"nameComponents">> => #{}}},
            {value,null}]},
    [{graphql_vcard_SUITE,admin_set_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,278}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:domain_admin_vcard:admin_get_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,308},
            {expression,"skip_null_fields ( ParsedResult )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"TESTCTRY">>,
                     <<"extadd">> => <<"TESTExtadd">>,
                     <<"locality">> => <<"TESTLocality">>,
                     <<"pcode">> => <<"TESTPCODE">>,
                     <<"pobox">> => <<"TESTPobox">>,
                     <<"region">> => <<"TESTRegion">>,
                     <<"street">> => <<"TESTStreet">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]}]}},
            {value,null}]},
    [{graphql_vcard_SUITE,admin_get_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,308}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:admin_http:admin_vcard_configured:admin_set_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,278},
            {expression,"skip_null_fields ( ParsedResultSet )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"COUNTRY123">>,
                     <<"extadd">> => <<"extaddTest">>,
                     <<"locality">> => <<"LOCALITY123">>,
                     <<"pcode">> => <<"PcodeTest">>,
                     <<"pobox">> => <<"poboxTest">>,
                     <<"region">> => <<"REGION777">>,
                     <<"street">> => <<"TESTSTREET123">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]},
                     #{<<"country">> =>
                       <<"COUNTRY123SECOND">>,
                     <<"extadd">> =>
                       <<"extaddTestSecond">>,
                     <<"locality">> =>
                       <<"LOCALITY123Second">>,
                     <<"pcode">> => <<"PcodeTestSECOND">>,
                     <<"pobox">> => <<"poboxTestSecond">>,
                     <<"region">> => <<"REGION777TEST">>,
                     <<"street">> =>
                       <<"TESTSTREET123Second">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>,
                        <<"POSTAL">>]}],
                  <<"agent">> =>
                    [#{<<"vcard">> =>
                       #{<<"formattedName">> =>
                           <<"TestName">>,
                         <<"nameCompone...

Report log

graphql_vcard_SUITE:admin_http:admin_vcard_configured:admin_set_vcard_incomplete_fields
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,278},
            {expression,"skip_null_fields ( ParsedResultSet )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"COUNTRY123">>,
                     <<"extadd">> => <<"extaddTest">>,
                     <<"locality">> => <<"LOCALITY123">>,
                     <<"pobox">> => <<"poboxTest">>,
                     <<"region">> => <<"REGION777">>,
                     <<"street">> => <<"TESTSTREET123">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]}],
                  <<"formattedName">> => <<"TestName">>,
                  <<"nameComponents">> => #{}}},
            {value,null}]},
    [{graphql_vcard_SUITE,admin_set_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,278}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:admin_http:admin_vcard_configured:admin_get_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,308},
            {expression,"skip_null_fields ( ParsedResult )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"TESTCTRY">>,
                     <<"extadd">> => <<"TESTExtadd">>,
                     <<"locality">> => <<"TESTLocality">>,
                     <<"pcode">> => <<"TESTPCODE">>,
                     <<"pobox">> => <<"TESTPobox">>,
                     <<"region">> => <<"TESTRegion">>,
                     <<"street">> => <<"TESTStreet">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]}]}},
            {value,null}]},
    [{graphql_vcard_SUITE,admin_get_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,308}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:admin_cli:admin_vcard_configured:admin_set_vcard
{error,{#{what => invalid_response_code,
      response_code => {exit_status,1},
      expected_type => ok},
    [{graphql_helper,assert_response_code,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_vcard_SUITE,admin_set_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,277}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:admin_cli:admin_vcard_configured:admin_set_vcard_incomplete_fields
{error,{#{what => invalid_response_code,
      response_code => {exit_status,1},
      expected_type => ok},
    [{graphql_helper,assert_response_code,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_vcard_SUITE,admin_set_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,277}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:admin_cli:admin_vcard_configured:admin_get_vcard
{error,{#{what => invalid_response_code,
      response_code => {exit_status,1},
      expected_type => ok},
    [{graphql_helper,assert_response_code,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_vcard_SUITE,admin_get_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,307}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

muc_SUITE:http_auth:init_per_group
{'EXIT',{{case_clause,{error,eaddrinuse}},
     [{http_helper,start,3,
             [{file,"/home/circleci/project/big_tests/tests/http_helper.erl"},
            {line,28}]},
      {muc_SUITE,init_per_group,2,
           [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
            {line,395}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1391}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1235}]}]}}

Report log

oauth_SUITE:provision_token:provision_token_login
{error,{{badmatch,{xmlel,<<"vCard">>,[{<<"xmlns">>,<<"vcard-temp">>}],[]}},
    [{oauth_SUITE,provision_token_login,1,
            [{file,"/home/circleci/project/big_tests/tests/oauth_SUITE.erl"},
             {line,306}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

oauth_SUITE:provision_token:provision_token_login
{error,{{badmatch,{xmlel,<<"vCard">>,[{<<"xmlns">>,<<"vcard-temp">>}],[]}},
    [{oauth_SUITE,provision_token_login,1,
            [{file,"/home/circleci/project/big_tests/tests/oauth_SUITE.erl"},
             {line,306}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

oauth_SUITE:provision_token:provision_token_login
{error,{{badmatch,{xmlel,<<"vCard">>,[{<<"xmlns">>,<<"vcard-temp">>}],[]}},
    [{oauth_SUITE,provision_token_login,1,
            [{file,"/home/circleci/project/big_tests/tests/oauth_SUITE.erl"},
             {line,306}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

pubsub_SUITE:dag+basic:create_delete_node_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alice_create_delete_node_test_2873@localhost/res1">>,
          escalus_tcp,<0.73188.0>,
          [{event_manager,<0.73097.0>},
           {server,<<"localhost">>},
           {username,<<"alicE_create_delete_node_test_2873">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.73097.0>},
            {server,<<"localhost">>},
            {username,<<"alicE_create_delete_node_test_2873">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"alice_create_delete_node_test_2873">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"alicE_create_delete_node_test_2873">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"ef70444e89a3ddab">>}]},
        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}]},
     {escalus_story,story,...

Report log

pubsub_SUITE:dag+collection_config:disable_payload_leaf_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alice_disable_payload_leaf_test_2928@localhost/res1">>,
          escalus_tcp,<0.73845.0>,
          [{event_manager,<0.73834.0>},
           {server,<<"localhost">>},
           {username,<<"alicE_disable_payload_leaf_test_2928">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.73834.0>},
            {server,<<"localhost">>},
            {username,<<"alicE_disable_payload_leaf_test_2928">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"alice_disable_payload_leaf_test_2928">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"alicE_disable_payload_leaf_test_2928">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"76511d310598ceb0">>}]},
        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}]},
     {pubsub_SUI...

Report log

push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_fcm_w_click_action
{error,{{badrpc,timeout},
    [{escalus_rpc,call_with_cookie_match,
            [mongooseim@localhost,ejabberd_admin,register,
             [<<"alicE_pm_msg_notify_on_fcm_w_click_action_3052">>,
            <<"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,2310}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

push_integration_SUITE:pubsub_ful:pm_msg_notifications:pm_msg_notify_on_apns_silent
{error,{{badrpc,timeout},
    [{escalus_rpc,call_with_cookie_match,
            [mongooseim@localhost,ejabberd_admin,register,
             [<<"alicE_pm_msg_notify_on_apns_silent_3053">>,
            <<"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,2310}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

106 errors were truncated

@mongoose-im
Copy link
Collaborator

mongoose-im commented Sep 19, 2024

elasticsearch_and_cassandra_27 / elasticsearch_and_cassandra_mnesia / 859f0b1
Reports root/ big
OK: 461 / Failed: 0 / User-skipped: 49 / Auto-skipped: 0


small_tests_27 / small_tests / 859f0b1
Reports root / small


small_tests_26 / small_tests / 859f0b1
Reports root / small


small_tests_27_arm64 / small_tests / 859f0b1
Reports root / small


ldap_mnesia_27 / ldap_mnesia / 859f0b1
Reports root/ big
OK: 2345 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


dynamic_domains_mysql_redis_27 / mysql_redis / 859f0b1
Reports root/ big
OK: 4632 / Failed: 36 / User-skipped: 152 / Auto-skipped: 27

gdpr_SUITE:retrieve_personal_data:retrieve_vcard
{error,
  {{assertion_failed,assert,is_iq_result,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"[email protected]">>},
        {<<"to">>,
         <<"[email protected]/res1">>},
        {<<"id">>,<<"97e7b7d39ef495b14a23f13775284c0a">>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"vCard">>,
          [{<<"xmlns">>,<<"vcard-temp">>}],
          [{xmlel,<<"FN">>,[],[{xmlcdata,<<"Alice">>}]},
           {xmlel,<<"LN">>,[],[{xmlcdata,<<"Ecila">>}]}]},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"401">>},{<<"type">>,<<"cancel">>}],
          [{xmlel,<<"unexpected-request">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []}]}]},
     "<iq from='[email protected]' to='[email protected]/res1' id='97e7b7d39ef495b14a23f13775284c0a' type='error'><vCard xmlns='vcard-temp'><FN>Alice</FN><LN>Ecila</LN></vCard><error code='401' type='cancel'><unexpected-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {gdpr_SUITE,'-retrieve_vcard/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/gdpr_SUITE.erl"},
       {line,458}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/de...

Report log

gdpr_SUITE:remove_personal_data:remove_vcard
{error,
  {{assertion_failed,assert,is_iq_result,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"[email protected]">>},
        {<<"to">>,<<"[email protected]/res1">>},
        {<<"id">>,<<"cd64ac61a5766bc243c6d84d5940f605">>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"vCard">>,
          [{<<"xmlns">>,<<"vcard-temp">>}],
          [{xmlel,<<"FN">>,[],[{xmlcdata,<<"Alice">>}]},
           {xmlel,<<"LN">>,[],[{xmlcdata,<<"Ecila">>}]}]},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"401">>},{<<"type">>,<<"cancel">>}],
          [{xmlel,<<"unexpected-request">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []}]}]},
     "<iq from='[email protected]' to='[email protected]/res1' id='cd64ac61a5766bc243c6d84d5940f605' type='error'><vCard xmlns='vcard-temp'><FN>Alice</FN><LN>Ecila</LN></vCard><error code='401' type='cancel'><unexpected-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {gdpr_SUITE,'-remove_vcard/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/gdpr_SUITE.erl"},
       {line,477}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/sr...

Report log

graphql_vcard_SUITE:user:user_vcard_configured:user_set_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,144},
            {expression,"skip_null_fields ( ParsedResultSet )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"COUNTRY123">>,
                     <<"extadd">> => <<"extaddTest">>,
                     <<"locality">> => <<"LOCALITY123">>,
                     <<"pcode">> => <<"PcodeTest">>,
                     <<"pobox">> => <<"poboxTest">>,
                     <<"region">> => <<"REGION777">>,
                     <<"street">> => <<"TESTSTREET123">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]},
                     #{<<"country">> =>
                       <<"COUNTRY123SECOND">>,
                     <<"extadd">> =>
                       <<"extaddTestSecond">>,
                     <<"locality">> =>
                       <<"LOCALITY123Second">>,
                     <<"pcode">> => <<"PcodeTestSECOND">>,
                     <<"pobox">> => <<"poboxTestSecond">>,
                     <<"region">> => <<"REGION777TEST">>,
                     <<"street">> =>
                       <<"TESTSTREET123Second">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>,
                        <<"POSTAL">>]}],
                  <<"agent">> =>
                    [#{<<"vcard">> =>
                       #{<<"formattedName">> =>
                           <<"TestName">>,
                         <<"nameCompone...

Report log

graphql_vcard_SUITE:user:user_vcard_configured:user_get_their_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,163},
            {expression,"skip_null_fields ( ParsedResult )"},
            {expected,#{<<"email">> =>
                    [#{<<"tags">> => [<<"HOME">>,<<"WORK">>],
                     <<"userId">> => <<"TESTEMAIL">>},
                     #{<<"tags">> => [<<"HOME">>],
                     <<"userId">> => <<"TESTEMAIL2">>}],
                  <<"formattedName">> => <<"TESTNAME">>}},
            {value,null}]},
    [{graphql_vcard_SUITE,user_get_their_vcard,2,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,163}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:user:user_vcard_configured:user_get_others_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,188},
            {expression,"skip_null_fields ( ParsedResult )"},
            {expected,#{<<"email">> =>
                    [#{<<"tags">> => [<<"HOME">>,<<"WORK">>],
                     <<"userId">> => <<"TESTEMAIL">>},
                     #{<<"tags">> => [<<"HOME">>],
                     <<"userId">> => <<"TESTEMAIL2">>}],
                  <<"formattedName">> => <<"TESTNAME">>}},
            {value,null}]},
    [{graphql_vcard_SUITE,user_get_others_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,188}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:domain_admin_vcard:admin_set_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,278},
            {expression,"skip_null_fields ( ParsedResultSet )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"COUNTRY123">>,
                     <<"extadd">> => <<"extaddTest">>,
                     <<"locality">> => <<"LOCALITY123">>,
                     <<"pcode">> => <<"PcodeTest">>,
                     <<"pobox">> => <<"poboxTest">>,
                     <<"region">> => <<"REGION777">>,
                     <<"street">> => <<"TESTSTREET123">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]},
                     #{<<"country">> =>
                       <<"COUNTRY123SECOND">>,
                     <<"extadd">> =>
                       <<"extaddTestSecond">>,
                     <<"locality">> =>
                       <<"LOCALITY123Second">>,
                     <<"pcode">> => <<"PcodeTestSECOND">>,
                     <<"pobox">> => <<"poboxTestSecond">>,
                     <<"region">> => <<"REGION777TEST">>,
                     <<"street">> =>
                       <<"TESTSTREET123Second">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>,
                        <<"POSTAL">>]}],
                  <<"agent">> =>
                    [#{<<"vcard">> =>
                       #{<<"formattedName">> =>
                           <<"TestName">>,
                         <<"nameCompone...

Report log

graphql_vcard_SUITE:domain_admin_vcard:admin_set_vcard_incomplete_fields
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,278},
            {expression,"skip_null_fields ( ParsedResultSet )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"COUNTRY123">>,
                     <<"extadd">> => <<"extaddTest">>,
                     <<"locality">> => <<"LOCALITY123">>,
                     <<"pobox">> => <<"poboxTest">>,
                     <<"region">> => <<"REGION777">>,
                     <<"street">> => <<"TESTSTREET123">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]}],
                  <<"formattedName">> => <<"TestName">>,
                  <<"nameComponents">> => #{}}},
            {value,null}]},
    [{graphql_vcard_SUITE,admin_set_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,278}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:domain_admin_vcard:admin_get_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,308},
            {expression,"skip_null_fields ( ParsedResult )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"TESTCTRY">>,
                     <<"extadd">> => <<"TESTExtadd">>,
                     <<"locality">> => <<"TESTLocality">>,
                     <<"pcode">> => <<"TESTPCODE">>,
                     <<"pobox">> => <<"TESTPobox">>,
                     <<"region">> => <<"TESTRegion">>,
                     <<"street">> => <<"TESTStreet">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]}]}},
            {value,null}]},
    [{graphql_vcard_SUITE,admin_get_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,308}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:admin_http:admin_vcard_configured:admin_set_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,278},
            {expression,"skip_null_fields ( ParsedResultSet )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"COUNTRY123">>,
                     <<"extadd">> => <<"extaddTest">>,
                     <<"locality">> => <<"LOCALITY123">>,
                     <<"pcode">> => <<"PcodeTest">>,
                     <<"pobox">> => <<"poboxTest">>,
                     <<"region">> => <<"REGION777">>,
                     <<"street">> => <<"TESTSTREET123">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]},
                     #{<<"country">> =>
                       <<"COUNTRY123SECOND">>,
                     <<"extadd">> =>
                       <<"extaddTestSecond">>,
                     <<"locality">> =>
                       <<"LOCALITY123Second">>,
                     <<"pcode">> => <<"PcodeTestSECOND">>,
                     <<"pobox">> => <<"poboxTestSecond">>,
                     <<"region">> => <<"REGION777TEST">>,
                     <<"street">> =>
                       <<"TESTSTREET123Second">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>,
                        <<"POSTAL">>]}],
                  <<"agent">> =>
                    [#{<<"vcard">> =>
                       #{<<"formattedName">> =>
                           <<"TestName">>,
                         <<"nameCompone...

Report log

graphql_vcard_SUITE:admin_http:admin_vcard_configured:admin_set_vcard_incomplete_fields
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,278},
            {expression,"skip_null_fields ( ParsedResultSet )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"COUNTRY123">>,
                     <<"extadd">> => <<"extaddTest">>,
                     <<"locality">> => <<"LOCALITY123">>,
                     <<"pobox">> => <<"poboxTest">>,
                     <<"region">> => <<"REGION777">>,
                     <<"street">> => <<"TESTSTREET123">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]}],
                  <<"formattedName">> => <<"TestName">>,
                  <<"nameComponents">> => #{}}},
            {value,null}]},
    [{graphql_vcard_SUITE,admin_set_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,278}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:admin_http:admin_vcard_configured:admin_get_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,308},
            {expression,"skip_null_fields ( ParsedResult )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"TESTCTRY">>,
                     <<"extadd">> => <<"TESTExtadd">>,
                     <<"locality">> => <<"TESTLocality">>,
                     <<"pcode">> => <<"TESTPCODE">>,
                     <<"pobox">> => <<"TESTPobox">>,
                     <<"region">> => <<"TESTRegion">>,
                     <<"street">> => <<"TESTStreet">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]}]}},
            {value,null}]},
    [{graphql_vcard_SUITE,admin_get_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,308}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:admin_cli:admin_vcard_configured:admin_set_vcard
{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,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_vcard_SUITE,admin_set_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,277}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:admin_cli:admin_vcard_configured:admin_set_vcard_incomplete_fields
{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,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_vcard_SUITE,admin_set_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,277}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:admin_cli:admin_vcard_configured:admin_get_vcard
{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,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_vcard_SUITE,admin_get_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,307}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

oauth_SUITE:provision_token:provision_token_login
{error,{{badmatch,{xmlel,<<"vCard">>,[{<<"xmlns">>,<<"vcard-temp">>}],[]}},
    [{oauth_SUITE,provision_token_login,1,
            [{file,"/home/circleci/project/big_tests/tests/oauth_SUITE.erl"},
             {line,306}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

oauth_SUITE:provision_token:provision_token_login
{error,{{badmatch,{xmlel,<<"vCard">>,[{<<"xmlns">>,<<"vcard-temp">>}],[]}},
    [{oauth_SUITE,provision_token_login,1,
            [{file,"/home/circleci/project/big_tests/tests/oauth_SUITE.erl"},
             {line,306}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

oauth_SUITE:provision_token:provision_token_login
{error,{{badmatch,{xmlel,<<"vCard">>,[{<<"xmlns">>,<<"vcard-temp">>}],[]}},
    [{oauth_SUITE,provision_token_login,1,
            [{file,"/home/circleci/project/big_tests/tests/oauth_SUITE.erl"},
             {line,306}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

vcard_SUITE:rw:update_own_card
{error,
  {{assertion_failed,assert,is_iq_result,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"[email protected]">>},
        {<<"to">>,<<"[email protected]/res1">>},
        {<<"id">>,<<"7aee7c2dc0ad7a787305f57efe7a7ca0">>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"vCard">>,
          [{<<"xmlns">>,<<"vcard-temp">>}],
          [{xmlel,<<"FN">>,[],[{xmlcdata,<<"Old name">>}]}]},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"401">>},{<<"type">>,<<"cancel">>}],
          [{xmlel,<<"unexpected-request">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []}]}]},
     "<iq from='[email protected]' to='[email protected]/res1' id='7aee7c2dc0ad7a787305f57efe7a7ca0' type='error'><vCard xmlns='vcard-temp'><FN>Old name</FN></vCard><error code='401' type='cancel'><unexpected-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {vcard_SUITE,'-update_own_card/1-fun-0-',1,
      [{file,"/home/circleci/project/big_tests/tests/vcard_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,1794}]},
    {test_server,ru...

Report log

vcard_SUITE:ro_full:retrieve_own_card
{error,{test_case_failed,"Expected <<\"alice\">> got undefined\n"}}

Report log

vcard_SUITE:ro_full:update_other_card
{error,{test_case_failed,"Expected <<\"alice\">> got undefined\n"}}

Report log

vcard_SUITE:ro_full:retrieve_others_card
{error,{test_case_failed,"Expected <<\"bob\">> got undefined\n"}}

Report log

vcard_SUITE:ro_full:search_some
{error,{{badmatch,[]},
    [{vcard_SUITE,'-search_some/1-fun-0-',2,
            [{file,"/home/circleci/project/big_tests/tests/vcard_SUITE.erl"},
             {line,442}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

vcard_SUITE:ro_full:search_some_many_fields
{error,{{badmatch,[]},
    [{vcard_SUITE,'-search_some_many_fields/1-fun-0-',1,
            [{file,"/home/circleci/project/big_tests/tests/vcard_SUITE.erl"},
             {line,859}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

vcard_SUITE:ro_full:search_wildcard
{error,{test_case_failed,"can't find user <<\"[email protected]\">> in received results: []"}}

Report log

vcard_SUITE:ro_full:search_rsm_count
{error,{{badmatch,<<"0">>},
    [{vcard_SUITE,'-search_rsm_count/1-fun-0-',1,
            [{file,"/home/circleci/project/big_tests/tests/vcard_SUITE.erl"},
             {line,800}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

11 errors were truncated


ldap_mnesia_26 / ldap_mnesia / 859f0b1
Reports root/ big
OK: 2326 / Failed: 1 / User-skipped: 910 / Auto-skipped: 18

service_mongoose_system_metrics_SUITE:all_clustered_mongooses_report_the_same_client_id
{skip,
  {failed,
    {service_mongoose_system_metrics_SUITE,init_per_testcase,
      {{badrpc,timeout},
       [{distributed_helper,rpc,
          [#{timeout => 30000,node => mongooseim2@localhost},
           mongoose_cluster,join,
           [mongooseim@localhost]],
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,140}]},
        {distributed_helper,add_node_to_mnesia_cluster,2,
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,44}]},
        {distributed_helper,add_node_to_cluster,2,
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,36}]},
        {service_mongoose_system_metrics_SUITE,init_per_testcase,2,
          [{file,
             "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"},
           {line,113}]},
        {test_server,do_init_per_testcase,2,
          [{file,"test_server.erl"},{line,1563}]},
        {test_server,run_test_case_eval1,6,
          [{file,"test_server.erl"},{line,1264}]},
        {test_server,run_test_case_eval,9,
          [{file,"test_server.erl"},{line,1234}]}]}}}}

Report log

system_probes_SUITE:mnesia:mnesia_info
{error,{test_case_failed,"Incorrect number of instrumentation events - matched: 0, expected: positive"}}

Report log

system_probes_SUITE:end_per_suite
{error,{test_case_failed,"Instrumentation events that were logged, but not tested:\n[{mnesia_info,#{}}]\nYou need to test them with instrument_helper:assert/3"}}

Report log

service_domain_db_SUITE:no_db:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {noproc,
         {gen_server,call,
           [mongoose_domain_sup,
            {terminate_child,mongoose_domain_core},
            infinity]}}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim2@localhost},
       mongoose_domain_sup,restart_core,
       [[[],
       [<<"mim2only">>,<<"type1">>,<<"type2">>,<<"dummy auth">>,
        <<"dbgroup">>,<<"dbgroup2">>,<<"cfggroup">>]]]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {domain_helper,restart_domain_core,3,
      [{file,"/home/circleci/project/big_tests/tests/domain_helper.erl"},
       {line,33}]},
    {service_domain_db_SUITE,setup_service,2,
      [{file,
         "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"},
       {line,320}]},
    {service_domain_db_SUITE,init_per_group,2,
      [{file,
         "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"},
       {line,243}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1390}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1234}]}]}}

Report log

service_domain_db_SUITE:end_per_suite
{error,
  {{badrpc,
     {'EXIT',
       {noproc,
         {gen_server,call,
           [mongoose_domain_sup,
            {terminate_child,mongoose_domain_core},
            infinity]}}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim2@localhost},
       mongoose_domain_sup,restart_core,
       [[]]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {domain_helper,restart_domain_core,1,
      [{file,"/home/circleci/project/big_tests/tests/domain_helper.erl"},
       {line,30}]},
    {service_domain_db_SUITE,'-end_per_suite/1-lc$^0/1-0-',1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"},
       {line,215}]},
    {service_domain_db_SUITE,end_per_suite,1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"},
       {line,215}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1390}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1234}]}]}}

Report log

dynamic_domains_SUITE:init_per_suite
{'EXIT',
  {{badrpc,timeout},
   [{distributed_helper,rpc,
      [#{timeout => 30000,node => mongooseim2@localhost},
       mongoose_cluster,join,
       [mongooseim@localhost]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {distributed_helper,add_node_to_mnesia_cluster,2,
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,44}]},
    {distributed_helper,add_node_to_cluster,2,
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,36}]},
    {dynamic_domains_SUITE,cluster_nodes,2,
      [{file,
         "/home/circleci/project/big_tests/tests/dynamic_domains_SUITE.erl"},
       {line,238}]},
    {dynamic_domains_SUITE,init_per_suite,1,
      [{file,
         "/home/circleci/project/big_tests/tests/dynamic_domains_SUITE.erl"},
       {line,33}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1390}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1234}]}]}}

Report log

local_iq_SUITE:init_per_suite
{'EXIT',{{badrpc,timeout},
     [{distributed_helper,rpc,
                [#{timeout => 30000,
                 node => mongooseim2@localhost},
                 mongoose_cluster,join,
                 [mongooseim@localhost]],
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,140}]},
      {distributed_helper,add_node_to_mnesia_cluster,2,
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,44}]},
      {distributed_helper,add_node_to_cluster,2,
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,36}]},
      {local_iq_SUITE,init_per_suite,1,
              [{file,"/home/circleci/project/big_tests/tests/local_iq_SUITE.erl"},
               {line,29}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1793}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1390}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1234}]}]}}

Report log


dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / 859f0b1
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 859f0b1
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


internal_mnesia_27 / internal_mnesia / 859f0b1
Reports root/ big
OK: 2487 / Failed: 0 / User-skipped: 768 / Auto-skipped: 0


pgsql_cets_27 / pgsql_cets / 859f0b1
Reports root/ big
OK: 4597 / Failed: 0 / User-skipped: 186 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_27 / odbc_mssql_mnesia / 859f0b1
Reports root/ big
OK: 4662 / Failed: 36 / User-skipped: 122 / Auto-skipped: 27

gdpr_SUITE:retrieve_personal_data:retrieve_vcard
{error,
  {{assertion_failed,assert,is_iq_result,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"[email protected]">>},
        {<<"to">>,
         <<"[email protected]/res1">>},
        {<<"id">>,<<"506a54d55eb7e949a2ca9662bb072dd9">>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"vCard">>,
          [{<<"xmlns">>,<<"vcard-temp">>}],
          [{xmlel,<<"FN">>,[],[{xmlcdata,<<"Alice">>}]},
           {xmlel,<<"LN">>,[],[{xmlcdata,<<"Ecila">>}]}]},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"401">>},{<<"type">>,<<"cancel">>}],
          [{xmlel,<<"unexpected-request">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []}]}]},
     "<iq from='[email protected]' to='[email protected]/res1' id='506a54d55eb7e949a2ca9662bb072dd9' type='error'><vCard xmlns='vcard-temp'><FN>Alice</FN><LN>Ecila</LN></vCard><error code='401' type='cancel'><unexpected-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {gdpr_SUITE,'-retrieve_vcard/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/gdpr_SUITE.erl"},
       {line,458}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/de...

Report log

gdpr_SUITE:remove_personal_data:remove_vcard
{error,
  {{assertion_failed,assert,is_iq_result,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"[email protected]">>},
        {<<"to">>,<<"[email protected]/res1">>},
        {<<"id">>,<<"041794246cfb1187af2ec925be934061">>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"vCard">>,
          [{<<"xmlns">>,<<"vcard-temp">>}],
          [{xmlel,<<"FN">>,[],[{xmlcdata,<<"Alice">>}]},
           {xmlel,<<"LN">>,[],[{xmlcdata,<<"Ecila">>}]}]},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"401">>},{<<"type">>,<<"cancel">>}],
          [{xmlel,<<"unexpected-request">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []}]}]},
     "<iq from='[email protected]' to='[email protected]/res1' id='041794246cfb1187af2ec925be934061' type='error'><vCard xmlns='vcard-temp'><FN>Alice</FN><LN>Ecila</LN></vCard><error code='401' type='cancel'><unexpected-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {gdpr_SUITE,'-remove_vcard/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/gdpr_SUITE.erl"},
       {line,477}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/sr...

Report log

graphql_vcard_SUITE:user:user_vcard_configured:user_set_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,144},
            {expression,"skip_null_fields ( ParsedResultSet )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"COUNTRY123">>,
                     <<"extadd">> => <<"extaddTest">>,
                     <<"locality">> => <<"LOCALITY123">>,
                     <<"pcode">> => <<"PcodeTest">>,
                     <<"pobox">> => <<"poboxTest">>,
                     <<"region">> => <<"REGION777">>,
                     <<"street">> => <<"TESTSTREET123">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]},
                     #{<<"country">> =>
                       <<"COUNTRY123SECOND">>,
                     <<"extadd">> =>
                       <<"extaddTestSecond">>,
                     <<"locality">> =>
                       <<"LOCALITY123Second">>,
                     <<"pcode">> => <<"PcodeTestSECOND">>,
                     <<"pobox">> => <<"poboxTestSecond">>,
                     <<"region">> => <<"REGION777TEST">>,
                     <<"street">> =>
                       <<"TESTSTREET123Second">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>,
                        <<"POSTAL">>]}],
                  <<"agent">> =>
                    [#{<<"vcard">> =>
                       #{<<"formattedName">> =>
                           <<"TestName">>,
                         <<"nameCompone...

Report log

graphql_vcard_SUITE:user:user_vcard_configured:user_get_their_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,163},
            {expression,"skip_null_fields ( ParsedResult )"},
            {expected,#{<<"email">> =>
                    [#{<<"tags">> => [<<"HOME">>,<<"WORK">>],
                     <<"userId">> => <<"TESTEMAIL">>},
                     #{<<"tags">> => [<<"HOME">>],
                     <<"userId">> => <<"TESTEMAIL2">>}],
                  <<"formattedName">> => <<"TESTNAME">>}},
            {value,null}]},
    [{graphql_vcard_SUITE,user_get_their_vcard,2,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,163}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:user:user_vcard_configured:user_get_others_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,188},
            {expression,"skip_null_fields ( ParsedResult )"},
            {expected,#{<<"email">> =>
                    [#{<<"tags">> => [<<"HOME">>,<<"WORK">>],
                     <<"userId">> => <<"TESTEMAIL">>},
                     #{<<"tags">> => [<<"HOME">>],
                     <<"userId">> => <<"TESTEMAIL2">>}],
                  <<"formattedName">> => <<"TESTNAME">>}},
            {value,null}]},
    [{graphql_vcard_SUITE,user_get_others_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,188}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:domain_admin_vcard:admin_set_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,278},
            {expression,"skip_null_fields ( ParsedResultSet )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"COUNTRY123">>,
                     <<"extadd">> => <<"extaddTest">>,
                     <<"locality">> => <<"LOCALITY123">>,
                     <<"pcode">> => <<"PcodeTest">>,
                     <<"pobox">> => <<"poboxTest">>,
                     <<"region">> => <<"REGION777">>,
                     <<"street">> => <<"TESTSTREET123">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]},
                     #{<<"country">> =>
                       <<"COUNTRY123SECOND">>,
                     <<"extadd">> =>
                       <<"extaddTestSecond">>,
                     <<"locality">> =>
                       <<"LOCALITY123Second">>,
                     <<"pcode">> => <<"PcodeTestSECOND">>,
                     <<"pobox">> => <<"poboxTestSecond">>,
                     <<"region">> => <<"REGION777TEST">>,
                     <<"street">> =>
                       <<"TESTSTREET123Second">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>,
                        <<"POSTAL">>]}],
                  <<"agent">> =>
                    [#{<<"vcard">> =>
                       #{<<"formattedName">> =>
                           <<"TestName">>,
                         <<"nameCompone...

Report log

graphql_vcard_SUITE:domain_admin_vcard:admin_set_vcard_incomplete_fields
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,278},
            {expression,"skip_null_fields ( ParsedResultSet )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"COUNTRY123">>,
                     <<"extadd">> => <<"extaddTest">>,
                     <<"locality">> => <<"LOCALITY123">>,
                     <<"pobox">> => <<"poboxTest">>,
                     <<"region">> => <<"REGION777">>,
                     <<"street">> => <<"TESTSTREET123">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]}],
                  <<"formattedName">> => <<"TestName">>,
                  <<"nameComponents">> => #{}}},
            {value,null}]},
    [{graphql_vcard_SUITE,admin_set_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,278}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:domain_admin_vcard:admin_get_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,308},
            {expression,"skip_null_fields ( ParsedResult )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"TESTCTRY">>,
                     <<"extadd">> => <<"TESTExtadd">>,
                     <<"locality">> => <<"TESTLocality">>,
                     <<"pcode">> => <<"TESTPCODE">>,
                     <<"pobox">> => <<"TESTPobox">>,
                     <<"region">> => <<"TESTRegion">>,
                     <<"street">> => <<"TESTStreet">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]}]}},
            {value,null}]},
    [{graphql_vcard_SUITE,admin_get_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,308}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:admin_http:admin_vcard_configured:admin_set_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,278},
            {expression,"skip_null_fields ( ParsedResultSet )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"COUNTRY123">>,
                     <<"extadd">> => <<"extaddTest">>,
                     <<"locality">> => <<"LOCALITY123">>,
                     <<"pcode">> => <<"PcodeTest">>,
                     <<"pobox">> => <<"poboxTest">>,
                     <<"region">> => <<"REGION777">>,
                     <<"street">> => <<"TESTSTREET123">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]},
                     #{<<"country">> =>
                       <<"COUNTRY123SECOND">>,
                     <<"extadd">> =>
                       <<"extaddTestSecond">>,
                     <<"locality">> =>
                       <<"LOCALITY123Second">>,
                     <<"pcode">> => <<"PcodeTestSECOND">>,
                     <<"pobox">> => <<"poboxTestSecond">>,
                     <<"region">> => <<"REGION777TEST">>,
                     <<"street">> =>
                       <<"TESTSTREET123Second">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>,
                        <<"POSTAL">>]}],
                  <<"agent">> =>
                    [#{<<"vcard">> =>
                       #{<<"formattedName">> =>
                           <<"TestName">>,
                         <<"nameCompone...

Report log

graphql_vcard_SUITE:admin_http:admin_vcard_configured:admin_set_vcard_incomplete_fields
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,278},
            {expression,"skip_null_fields ( ParsedResultSet )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"COUNTRY123">>,
                     <<"extadd">> => <<"extaddTest">>,
                     <<"locality">> => <<"LOCALITY123">>,
                     <<"pobox">> => <<"poboxTest">>,
                     <<"region">> => <<"REGION777">>,
                     <<"street">> => <<"TESTSTREET123">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]}],
                  <<"formattedName">> => <<"TestName">>,
                  <<"nameComponents">> => #{}}},
            {value,null}]},
    [{graphql_vcard_SUITE,admin_set_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,278}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:admin_http:admin_vcard_configured:admin_get_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,308},
            {expression,"skip_null_fields ( ParsedResult )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"TESTCTRY">>,
                     <<"extadd">> => <<"TESTExtadd">>,
                     <<"locality">> => <<"TESTLocality">>,
                     <<"pcode">> => <<"TESTPCODE">>,
                     <<"pobox">> => <<"TESTPobox">>,
                     <<"region">> => <<"TESTRegion">>,
                     <<"street">> => <<"TESTStreet">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]}]}},
            {value,null}]},
    [{graphql_vcard_SUITE,admin_get_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,308}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:admin_cli:admin_vcard_configured:admin_set_vcard
{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,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_vcard_SUITE,admin_set_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,277}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:admin_cli:admin_vcard_configured:admin_set_vcard_incomplete_fields
{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,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_vcard_SUITE,admin_set_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,277}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:admin_cli:admin_vcard_configured:admin_get_vcard
{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,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_vcard_SUITE,admin_get_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,307}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

oauth_SUITE:provision_token:provision_token_login
{error,{{badmatch,{xmlel,<<"vCard">>,[{<<"xmlns">>,<<"vcard-temp">>}],[]}},
    [{oauth_SUITE,provision_token_login,1,
            [{file,"/home/circleci/project/big_tests/tests/oauth_SUITE.erl"},
             {line,306}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

oauth_SUITE:provision_token:provision_token_login
{error,{{badmatch,{xmlel,<<"vCard">>,[{<<"xmlns">>,<<"vcard-temp">>}],[]}},
    [{oauth_SUITE,provision_token_login,1,
            [{file,"/home/circleci/project/big_tests/tests/oauth_SUITE.erl"},
             {line,306}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

oauth_SUITE:provision_token:provision_token_login
{error,{{badmatch,{xmlel,<<"vCard">>,[{<<"xmlns">>,<<"vcard-temp">>}],[]}},
    [{oauth_SUITE,provision_token_login,1,
            [{file,"/home/circleci/project/big_tests/tests/oauth_SUITE.erl"},
             {line,306}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

vcard_SUITE:rw:update_own_card
{error,
  {{assertion_failed,assert,is_iq_result,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"[email protected]">>},
        {<<"to">>,<<"[email protected]/res1">>},
        {<<"id">>,<<"c14914f39de03e9013c1cc4b99889d52">>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"vCard">>,
          [{<<"xmlns">>,<<"vcard-temp">>}],
          [{xmlel,<<"FN">>,[],[{xmlcdata,<<"Old name">>}]}]},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"401">>},{<<"type">>,<<"cancel">>}],
          [{xmlel,<<"unexpected-request">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []}]}]},
     "<iq from='[email protected]' to='[email protected]/res1' id='c14914f39de03e9013c1cc4b99889d52' type='error'><vCard xmlns='vcard-temp'><FN>Old name</FN></vCard><error code='401' type='cancel'><unexpected-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {vcard_SUITE,'-update_own_card/1-fun-0-',1,
      [{file,"/home/circleci/project/big_tests/tests/vcard_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,1794}]},
    {test_server,ru...

Report log

vcard_SUITE:ro_full:retrieve_own_card
{error,{test_case_failed,"Expected <<\"alice\">> got undefined\n"}}

Report log

vcard_SUITE:ro_full:update_other_card
{error,{test_case_failed,"Expected <<\"alice\">> got undefined\n"}}

Report log

vcard_SUITE:ro_full:retrieve_others_card
{error,{test_case_failed,"Expected <<\"bob\">> got undefined\n"}}

Report log

vcard_SUITE:ro_full:search_some
{error,{{badmatch,[]},
    [{vcard_SUITE,'-search_some/1-fun-0-',2,
            [{file,"/home/circleci/project/big_tests/tests/vcard_SUITE.erl"},
             {line,442}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

vcard_SUITE:ro_full:search_some_many_fields
{error,{{badmatch,[]},
    [{vcard_SUITE,'-search_some_many_fields/1-fun-0-',1,
            [{file,"/home/circleci/project/big_tests/tests/vcard_SUITE.erl"},
             {line,859}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

vcard_SUITE:ro_full:search_wildcard
{error,{test_case_failed,"can't find user <<\"[email protected]\">> in received results: []"}}

Report log

vcard_SUITE:ro_full:search_rsm_count
{error,{{badmatch,<<"0">>},
    [{vcard_SUITE,'-search_rsm_count/1-fun-0-',1,
            [{file,"/home/circleci/project/big_tests/tests/vcard_SUITE.erl"},
             {line,800}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

11 errors were truncated


mysql_redis_27 / mysql_redis / 859f0b1
Reports root/ big
OK: 5037 / Failed: 36 / User-skipped: 147 / Auto-skipped: 27

gdpr_SUITE:retrieve_personal_data:retrieve_vcard
{error,
  {{assertion_failed,assert,is_iq_result,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"alice_retrieve_vcard_715@localhost">>},
        {<<"to">>,<<"alice_retrieve_vcard_715@localhost/res1">>},
        {<<"id">>,<<"78aa934511456d721537f9b97679c62c">>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"vCard">>,
          [{<<"xmlns">>,<<"vcard-temp">>}],
          [{xmlel,<<"FN">>,[],[{xmlcdata,<<"Alice">>}]},
           {xmlel,<<"LN">>,[],[{xmlcdata,<<"Ecila">>}]}]},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"401">>},{<<"type">>,<<"cancel">>}],
          [{xmlel,<<"unexpected-request">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []}]}]},
     "<iq from='alice_retrieve_vcard_715@localhost' to='alice_retrieve_vcard_715@localhost/res1' id='78aa934511456d721537f9b97679c62c' type='error'><vCard xmlns='vcard-temp'><FN>Alice</FN><LN>Ecila</LN></vCard><error code='401' type='cancel'><unexpected-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {gdpr_SUITE,'-retrieve_vcard/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/gdpr_SUITE.erl"},
       {line,458}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
   ...

Report log

gdpr_SUITE:remove_personal_data:remove_vcard
{error,
  {{assertion_failed,assert,is_iq_result,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"alice_remove_vcard_739@localhost">>},
        {<<"to">>,<<"alice_remove_vcard_739@localhost/res1">>},
        {<<"id">>,<<"294bf6880ef15a7313fa14b722a19ca1">>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"vCard">>,
          [{<<"xmlns">>,<<"vcard-temp">>}],
          [{xmlel,<<"FN">>,[],[{xmlcdata,<<"Alice">>}]},
           {xmlel,<<"LN">>,[],[{xmlcdata,<<"Ecila">>}]}]},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"401">>},{<<"type">>,<<"cancel">>}],
          [{xmlel,<<"unexpected-request">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []}]}]},
     "<iq from='alice_remove_vcard_739@localhost' to='alice_remove_vcard_739@localhost/res1' id='294bf6880ef15a7313fa14b722a19ca1' type='error'><vCard xmlns='vcard-temp'><FN>Alice</FN><LN>Ecila</LN></vCard><error code='401' type='cancel'><unexpected-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {gdpr_SUITE,'-remove_vcard/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/gdpr_SUITE.erl"},
       {line,477}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,...

Report log

graphql_vcard_SUITE:user:user_vcard_configured:user_set_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,144},
            {expression,"skip_null_fields ( ParsedResultSet )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"COUNTRY123">>,
                     <<"extadd">> => <<"extaddTest">>,
                     <<"locality">> => <<"LOCALITY123">>,
                     <<"pcode">> => <<"PcodeTest">>,
                     <<"pobox">> => <<"poboxTest">>,
                     <<"region">> => <<"REGION777">>,
                     <<"street">> => <<"TESTSTREET123">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]},
                     #{<<"country">> =>
                       <<"COUNTRY123SECOND">>,
                     <<"extadd">> =>
                       <<"extaddTestSecond">>,
                     <<"locality">> =>
                       <<"LOCALITY123Second">>,
                     <<"pcode">> => <<"PcodeTestSECOND">>,
                     <<"pobox">> => <<"poboxTestSecond">>,
                     <<"region">> => <<"REGION777TEST">>,
                     <<"street">> =>
                       <<"TESTSTREET123Second">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>,
                        <<"POSTAL">>]}],
                  <<"agent">> =>
                    [#{<<"vcard">> =>
                       #{<<"formattedName">> =>
                           <<"TestName">>,
                         <<"nameCompone...

Report log

graphql_vcard_SUITE:user:user_vcard_configured:user_get_their_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,163},
            {expression,"skip_null_fields ( ParsedResult )"},
            {expected,#{<<"email">> =>
                    [#{<<"tags">> => [<<"HOME">>,<<"WORK">>],
                     <<"userId">> => <<"TESTEMAIL">>},
                     #{<<"tags">> => [<<"HOME">>],
                     <<"userId">> => <<"TESTEMAIL2">>}],
                  <<"formattedName">> => <<"TESTNAME">>}},
            {value,null}]},
    [{graphql_vcard_SUITE,user_get_their_vcard,2,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,163}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:user:user_vcard_configured:user_get_others_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,188},
            {expression,"skip_null_fields ( ParsedResult )"},
            {expected,#{<<"email">> =>
                    [#{<<"tags">> => [<<"HOME">>,<<"WORK">>],
                     <<"userId">> => <<"TESTEMAIL">>},
                     #{<<"tags">> => [<<"HOME">>],
                     <<"userId">> => <<"TESTEMAIL2">>}],
                  <<"formattedName">> => <<"TESTNAME">>}},
            {value,null}]},
    [{graphql_vcard_SUITE,user_get_others_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,188}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:domain_admin_vcard:admin_set_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,278},
            {expression,"skip_null_fields ( ParsedResultSet )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"COUNTRY123">>,
                     <<"extadd">> => <<"extaddTest">>,
                     <<"locality">> => <<"LOCALITY123">>,
                     <<"pcode">> => <<"PcodeTest">>,
                     <<"pobox">> => <<"poboxTest">>,
                     <<"region">> => <<"REGION777">>,
                     <<"street">> => <<"TESTSTREET123">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]},
                     #{<<"country">> =>
                       <<"COUNTRY123SECOND">>,
                     <<"extadd">> =>
                       <<"extaddTestSecond">>,
                     <<"locality">> =>
                       <<"LOCALITY123Second">>,
                     <<"pcode">> => <<"PcodeTestSECOND">>,
                     <<"pobox">> => <<"poboxTestSecond">>,
                     <<"region">> => <<"REGION777TEST">>,
                     <<"street">> =>
                       <<"TESTSTREET123Second">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>,
                        <<"POSTAL">>]}],
                  <<"agent">> =>
                    [#{<<"vcard">> =>
                       #{<<"formattedName">> =>
                           <<"TestName">>,
                         <<"nameCompone...

Report log

graphql_vcard_SUITE:domain_admin_vcard:admin_set_vcard_incomplete_fields
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,278},
            {expression,"skip_null_fields ( ParsedResultSet )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"COUNTRY123">>,
                     <<"extadd">> => <<"extaddTest">>,
                     <<"locality">> => <<"LOCALITY123">>,
                     <<"pobox">> => <<"poboxTest">>,
                     <<"region">> => <<"REGION777">>,
                     <<"street">> => <<"TESTSTREET123">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]}],
                  <<"formattedName">> => <<"TestName">>,
                  <<"nameComponents">> => #{}}},
            {value,null}]},
    [{graphql_vcard_SUITE,admin_set_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,278}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:domain_admin_vcard:admin_get_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,308},
            {expression,"skip_null_fields ( ParsedResult )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"TESTCTRY">>,
                     <<"extadd">> => <<"TESTExtadd">>,
                     <<"locality">> => <<"TESTLocality">>,
                     <<"pcode">> => <<"TESTPCODE">>,
                     <<"pobox">> => <<"TESTPobox">>,
                     <<"region">> => <<"TESTRegion">>,
                     <<"street">> => <<"TESTStreet">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]}]}},
            {value,null}]},
    [{graphql_vcard_SUITE,admin_get_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,308}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:admin_http:admin_vcard_configured:admin_set_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,278},
            {expression,"skip_null_fields ( ParsedResultSet )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"COUNTRY123">>,
                     <<"extadd">> => <<"extaddTest">>,
                     <<"locality">> => <<"LOCALITY123">>,
                     <<"pcode">> => <<"PcodeTest">>,
                     <<"pobox">> => <<"poboxTest">>,
                     <<"region">> => <<"REGION777">>,
                     <<"street">> => <<"TESTSTREET123">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]},
                     #{<<"country">> =>
                       <<"COUNTRY123SECOND">>,
                     <<"extadd">> =>
                       <<"extaddTestSecond">>,
                     <<"locality">> =>
                       <<"LOCALITY123Second">>,
                     <<"pcode">> => <<"PcodeTestSECOND">>,
                     <<"pobox">> => <<"poboxTestSecond">>,
                     <<"region">> => <<"REGION777TEST">>,
                     <<"street">> =>
                       <<"TESTSTREET123Second">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>,
                        <<"POSTAL">>]}],
                  <<"agent">> =>
                    [#{<<"vcard">> =>
                       #{<<"formattedName">> =>
                           <<"TestName">>,
                         <<"nameCompone...

Report log

graphql_vcard_SUITE:admin_http:admin_vcard_configured:admin_set_vcard_incomplete_fields
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,278},
            {expression,"skip_null_fields ( ParsedResultSet )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"COUNTRY123">>,
                     <<"extadd">> => <<"extaddTest">>,
                     <<"locality">> => <<"LOCALITY123">>,
                     <<"pobox">> => <<"poboxTest">>,
                     <<"region">> => <<"REGION777">>,
                     <<"street">> => <<"TESTSTREET123">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]}],
                  <<"formattedName">> => <<"TestName">>,
                  <<"nameComponents">> => #{}}},
            {value,null}]},
    [{graphql_vcard_SUITE,admin_set_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,278}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:admin_http:admin_vcard_configured:admin_get_vcard
{error,{{assertEqual,[{module,graphql_vcard_SUITE},
            {line,308},
            {expression,"skip_null_fields ( ParsedResult )"},
            {expected,#{<<"address">> =>
                    [#{<<"country">> => <<"TESTCTRY">>,
                     <<"extadd">> => <<"TESTExtadd">>,
                     <<"locality">> => <<"TESTLocality">>,
                     <<"pcode">> => <<"TESTPCODE">>,
                     <<"pobox">> => <<"TESTPobox">>,
                     <<"region">> => <<"TESTRegion">>,
                     <<"street">> => <<"TESTStreet">>,
                     <<"tags">> =>
                       [<<"HOME">>,<<"WORK">>]}]}},
            {value,null}]},
    [{graphql_vcard_SUITE,admin_get_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,308}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:admin_cli:admin_vcard_configured:admin_set_vcard
{error,{#{what => invalid_response_code,
      response_code => {exit_status,1},
      expected_type => ok},
    [{graphql_helper,assert_response_code,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_vcard_SUITE,admin_set_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,277}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:admin_cli:admin_vcard_configured:admin_set_vcard_incomplete_fields
{error,{#{what => invalid_response_code,
      response_code => {exit_status,1},
      expected_type => ok},
    [{graphql_helper,assert_response_code,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_vcard_SUITE,admin_set_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,277}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_vcard_SUITE:admin_cli:admin_vcard_configured:admin_get_vcard
{error,{#{what => invalid_response_code,
      response_code => {exit_status,1},
      expected_type => ok},
    [{graphql_helper,assert_response_code,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_vcard_SUITE,admin_get_vcard,3,
                [{file,"/home/circleci/project/big_tests/tests/graphql_vcard_SUITE.erl"},
                 {line,307}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

oauth_SUITE:provision_token:provision_token_login
{error,{{badmatch,{xmlel,<<"vCard">>,[{<<"xmlns">>,<<"vcard-temp">>}],[]}},
    [{oauth_SUITE,provision_token_login,1,
            [{file,"/home/circleci/project/big_tests/tests/oauth_SUITE.erl"},
             {line,306}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

oauth_SUITE:provision_token:provision_token_login
{error,{{badmatch,{xmlel,<<"vCard">>,[{<<"xmlns">>,<<"vcard-temp">>}],[]}},
    [{oauth_SUITE,provision_token_login,1,
            [{file,"/home/circleci/project/big_tests/tests/oauth_SUITE.erl"},
             {line,306}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

oauth_SUITE:provision_token:provision_token_login
{error,{{badmatch,{xmlel,<<"vCard">>,[{<<"xmlns">>,<<"vcard-temp">>}],[]}},
    [{oauth_SUITE,provision_token_login,1,
            [{file,"/home/circleci/project/big_tests/tests/oauth_SUITE.erl"},
             {line,306}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

vcard_SUITE:rw:update_own_card
{error,
  {{assertion_failed,assert,is_iq_result,
     {xmlel,<<"iq">>,
       [{<<"from">>,<<"alice@localhost">>},
        {<<"to">>,<<"alice@localhost/res1">>},
        {<<"id">>,<<"3efe4d14848d06c01a2da2e9abebfb78">>},
        {<<"type">>,<<"error">>}],
       [{xmlel,<<"vCard">>,
          [{<<"xmlns">>,<<"vcard-temp">>}],
          [{xmlel,<<"FN">>,[],[{xmlcdata,<<"Old name">>}]}]},
        {xmlel,<<"error">>,
          [{<<"code">>,<<"401">>},{<<"type">>,<<"cancel">>}],
          [{xmlel,<<"unexpected-request">>,
             [{<<"xmlns">>,
             <<"urn:ietf:params:xml:ns:xmpp-stanzas">>}],
             []}]}]},
     "<iq from='alice@localhost' to='alice@localhost/res1' id='3efe4d14848d06c01a2da2e9abebfb78' type='error'><vCard xmlns='vcard-temp'><FN>Old name</FN></vCard><error code='401' type='cancel'><unexpected-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>"},
   [{escalus_new_assert,assert_true,2,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
       {line,84}]},
    {vcard_SUITE,'-update_own_card/1-fun-0-',1,
      [{file,"/home/circleci/project/big_tests/tests/vcard_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,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"t...

Report log

vcard_SUITE:ro_full:retrieve_own_card
{error,{test_case_failed,"Expected <<\"alice\">> got undefined\n"}}

Report log

vcard_SUITE:ro_full:update_other_card
{error,{test_case_failed,"Expected <<\"alice\">> got undefined\n"}}

Report log

vcard_SUITE:ro_full:retrieve_others_card
{error,{test_case_failed,"Expected <<\"bob\">> got undefined\n"}}

Report log

vcard_SUITE:ro_full:search_some
{error,{{badmatch,[]},
    [{vcard_SUITE,'-search_some/1-fun-0-',2,
            [{file,"/home/circleci/project/big_tests/tests/vcard_SUITE.erl"},
             {line,442}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

vcard_SUITE:ro_full:search_some_many_fields
{error,{{badmatch,[]},
    [{vcard_SUITE,'-search_some_many_fields/1-fun-0-',1,
            [{file,"/home/circleci/project/big_tests/tests/vcard_SUITE.erl"},
             {line,859}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

vcard_SUITE:ro_full:search_wildcard
{error,{test_case_failed,"can't find user <<\"[email protected]\">> in received results: []"}}

Report log

vcard_SUITE:ro_full:search_rsm_count
{error,{{badmatch,<<"0">>},
    [{vcard_SUITE,'-search_rsm_count/1-fun-0-',1,
            [{file,"/home/circleci/project/big_tests/tests/vcard_SUITE.erl"},
             {line,800}]},
     {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,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

11 errors were truncated


pgsql_mnesia_26 / pgsql_mnesia / 859f0b1
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


pgsql_mnesia_27 / pgsql_mnesia / 859f0b1
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0

@mongoose-im
Copy link
Collaborator

mongoose-im commented Oct 1, 2024

elasticsearch_and_cassandra_27 / elasticsearch_and_cassandra_mnesia / f7f48bb
Reports root/ big
OK: 461 / Failed: 0 / User-skipped: 49 / Auto-skipped: 0


small_tests_26 / small_tests / f7f48bb
Reports root / small


small_tests_27 / small_tests / f7f48bb
Reports root / small


small_tests_27_arm64 / small_tests / f7f48bb
Reports root / small


ldap_mnesia_26 / ldap_mnesia / f7f48bb
Reports root/ big
OK: 2345 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


ldap_mnesia_27 / ldap_mnesia / f7f48bb
Reports root/ big
OK: 2345 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / f7f48bb
Reports root/ big
OK: 4569 / Failed: 6 / User-skipped: 119 / Auto-skipped: 133

graphql_server_SUITE:admin_cli:clustering_tests:remove_alive_from_cluster
{error,{{badrpc,nodedown},
    [{distributed_helper,rpc,
               [#{node => mongooseim3@localhost},
                mnesia,system_info,
                [db_nodes]],
               [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                {line,140}]},
     {graphql_server_SUITE,have_node_in_mnesia,3,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,333}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_server_SUITE:admin_cli:clustering_tests:remove_node_test
{error,{#{what => invalid_response_code,expected_type => ok,
      response_code => {exit_status,3}},
    [{graphql_helper,assert_response_code,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_server_SUITE,remove_node_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,225}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_server_SUITE:admin_cli:clustering_tests:stop_node_test
{error,{#{what => invalid_response_code,expected_type => ok,
      response_code => {exit_status,3}},
    [{graphql_helper,assert_response_code,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_server_SUITE,stop_node_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,230}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

metrics_api_SUITE:all_metrics_are_global:end_per_group
{error,
  {{badrpc,
     {'EXIT',
       {{badmatch,{[{atomic,ok}],[mongooseim3@localhost]}},
        [{mongoose_cluster,detach_nodes,1,
           [{file,"/home/circleci/project/src/mongoose_cluster.erl"},
          {line,210}]},
         {mongoose_cluster,'-do_leave/0-fun-0-',0,
           [{file,"/home/circleci/project/src/mongoose_cluster.erl"},
          {line,52}]},
         {mongoose_cluster,with_app_stopped,2,
           [{file,"/home/circleci/project/src/mongoose_cluster.erl"},
          {line,219}]},
         {global,trans,4,[{file,"global.erl"},{line,699}]},
         {mongoose_cluster,leave,0,[]}]}}},
   [{distributed_helper,rpc,
      [#{timeout => 30000,node => mongooseim2@localhost},
       mongoose_cluster,leave,[]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {distributed_helper,remove_node_from_cluster,2,
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,55}]},
    {metrics_helper,finalize_by_all_metrics_are_global,2,
      [{file,"/home/circleci/project/big_tests/tests/metrics_helper.erl"},
       {line,30}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1391}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

metrics_api_SUITE:global:cluster_size
{skip,
  {failed,
    {metrics_api_SUITE,init_per_testcase,
      {{badrpc,
         {'EXIT',
           {{badmatch,{[{atomic,ok}],[mongooseim3@localhost]}},
            [{mongoose_cluster,detach_nodes,1,
               [{file,
                "/home/circleci/project/src/mongoose_cluster.erl"},
              {line,210}]},
             {mongoose_cluster,'-do_leave/0-fun-0-',0,
               [{file,
                "/home/circleci/project/src/mongoose_cluster.erl"},
              {line,52}]},
             {mongoose_cluster,with_app_stopped,2,
               [{file,
                "/home/circleci/project/src/mongoose_cluster.erl"},
              {line,219}]},
             {global,trans,4,[{file,"global.erl"},{line,699}]},
             {mongoose_cluster,leave,0,[]}]}}},
       [{distributed_helper,rpc,
          [#{timeout => 30000,node => mongooseim2@localhost},
           mongoose_cluster,leave,[]],
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,140}]},
        {distributed_helper,remove_node_from_cluster,2,
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,55}]},
        {metrics_api_SUITE,'-ensure_nodes_not_clustered/1-lc$^1/1-1-',
          2,
          [{file,
             "/home/circleci/project/big_tests/tests/metrics_api_SUITE.erl"},
           {line,475}]},
        {metrics_api_SUITE,ensure_nodes_not_clustered,1,
        ...

Report log

persistent_cluster_id_SUITE:rdbms:all_nodes_in_the_cluster_have_the_same_cluster_id
{failed,
  {persistent_cluster_id_SUITE,end_per_testcase,
    {'EXIT',
      {{badrpc,
         {'EXIT',
           {{badmatch,{[{atomic,ok}],[mongooseim3@localhost]}},
            [{mongoose_cluster,detach_nodes,1,
               [{file,
                "/home/circleci/project/src/mongoose_cluster.erl"},
              {line,210}]},
             {mongoose_cluster,'-do_leave/0-fun-0-',0,
               [{file,
                "/home/circleci/project/src/mongoose_cluster.erl"},
              {line,52}]},
             {mongoose_cluster,with_app_stopped,2,
               [{file,
                "/home/circleci/project/src/mongoose_cluster.erl"},
              {line,219}]},
             {global,trans,4,[{file,"global.erl"},{line,699}]},
             {mongoose_cluster,leave,0,[]}]}}},
       [{distributed_helper,rpc,
          [#{timeout => 30000,node => mongooseim2@localhost},
           mongoose_cluster,leave,[]],
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,140}]},
        {distributed_helper,remove_node_from_cluster,2,
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,55}]},
        {persistent_cluster_id_SUITE,end_per_testcase,2,
          [{file,
             "/home/circleci/project/big_tests/tests/persistent_cluster_id_SUITE.erl"},
           {line,108}]},
        {test_server,do_end_per_testcase,4,
          [{file,"test_serv...

Report log

persistent_cluster_id_SUITE:rdbms:cluster_id_is_restored_to_mnesia_from_rdbms_if_mnesia_lost
{error,
  {{badrpc,
     {'EXIT',
       {{badmatch,{[{atomic,ok}],[mongooseim3@localhost]}},
        [{mongoose_cluster,detach_nodes,1,
           [{file,"/home/circleci/project/src/mongoose_cluster.erl"},
          {line,210}]},
         {mongoose_cluster,'-do_leave/0-fun-0-',0,
           [{file,"/home/circleci/project/src/mongoose_cluster.erl"},
          {line,52}]},
         {mongoose_cluster,with_app_stopped,2,
           [{file,"/home/circleci/project/src/mongoose_cluster.erl"},
          {line,219}]},
         {global,trans,4,[{file,"global.erl"},{line,699}]},
         {mongoose_cluster,leave,0,[]}]}}},
   [{distributed_helper,rpc,
      [#{timeout => 30000,node => mongooseim@localhost},
       mongoose_cluster,leave,[]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {persistent_cluster_id_SUITE,
      cluster_id_is_restored_to_mnesia_from_rdbms_if_mnesia_lost,1,
      [{file,
         "/home/circleci/project/big_tests/tests/persistent_cluster_id_SUITE.erl"},
       {line,174}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1303}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

service_domain_db_SUITE:init_per_suite
{'EXIT',
  {{badrpc,nodedown},
   [{distributed_helper,rpc,
      [#{node => mongooseim3@localhost},
       mongoose_service,loaded_services_with_opts,[]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {dynamic_services,save_services,2,
      [{file,
         "/home/circleci/project/big_tests/tests/dynamic_services.erl"},
       {line,15}]},
    {lists,foldl_1,3,[{file,"lists.erl"},{line,2151}]},
    {service_domain_db_SUITE,init_per_suite,1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"},
       {line,198}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1391}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

service_mongoose_system_metrics_SUITE:all_clustered_mongooses_report_the_same_client_id
{failed,
  {service_mongoose_system_metrics_SUITE,end_per_testcase,
    {'EXIT',
      {{badrpc,
         {'EXIT',
           {{badmatch,{[{atomic,ok}],[mongooseim3@localhost]}},
            [{mongoose_cluster,detach_nodes,1,
               [{file,
                "/home/circleci/project/src/mongoose_cluster.erl"},
              {line,210}]},
             {mongoose_cluster,'-do_leave/0-fun-0-',0,
               [{file,
                "/home/circleci/project/src/mongoose_cluster.erl"},
              {line,52}]},
             {mongoose_cluster,with_app_stopped,2,
               [{file,
                "/home/circleci/project/src/mongoose_cluster.erl"},
              {line,219}]},
             {global,trans,4,[{file,"global.erl"},{line,699}]},
             {mongoose_cluster,leave,0,[]}]}}},
       [{distributed_helper,rpc,
          [#{timeout => 30000,node => mongooseim2@localhost},
           mongoose_cluster,leave,[]],
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,140}]},
        {distributed_helper,remove_node_from_cluster,2,
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,55}]},
        {service_mongoose_system_metrics_SUITE,end_per_testcase,2,
          [{file,
             "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"},
           {line,160}]},
        {test_server,do_end_per_testcase,...

Report log

service_mongoose_system_metrics_SUITE:log_transparency:just_removed_from_config_logs_question
{error,
  {{badrpc,nodedown},
   [{distributed_helper,rpc,
      [#{node => mongooseim3@localhost},
       mongoose_service,ensure_stopped,
       [service_mongoose_system_metrics]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {service_mongoose_system_metrics_SUITE,disable_system_metrics,1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"},
       {line,437}]},
    {service_mongoose_system_metrics_SUITE,
      just_removed_from_config_logs_question,1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"},
       {line,283}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1303}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

system_probes_SUITE:mnesia:mnesia_info
{error,{test_case_failed,"Incorrect number of instrumentation events - matched: 0, expected: positive"}}

Report log

system_probes_SUITE:end_per_suite
{error,{test_case_failed,"Instrumentation events that were logged, but not tested:\n[{mnesia_info,#{}}]\nYou need to test them with instrument_helper:assert/3"}}

Report log


internal_mnesia_27 / internal_mnesia / f7f48bb
Reports root/ big
OK: 2487 / Failed: 0 / User-skipped: 768 / Auto-skipped: 0


pgsql_cets_27 / pgsql_cets / f7f48bb
Reports root/ big
OK: 4597 / Failed: 0 / User-skipped: 186 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / f7f48bb
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


dynamic_domains_mysql_redis_27 / mysql_redis / f7f48bb
Reports root/ big
OK: 4675 / Failed: 0 / User-skipped: 152 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_27 / odbc_mssql_mnesia / f7f48bb
Reports root/ big
OK: 4705 / Failed: 0 / User-skipped: 122 / Auto-skipped: 0


cockroachdb_cets_27 / cockroachdb_cets / f7f48bb
Reports root/ big
OK: 4591 / Failed: 6 / User-skipped: 186 / Auto-skipped: 0

rdbms_SUITE:global_rdbms_queries:read_unicode_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\tcolumn = <<\"unicode\">>\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (\",<<\"unicode\">>,\") VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT unicode FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tcompare_selected = #{expected_suffix => <<>>,pos => 1,\n               selected_suffix => <<\"\\\\\">>}\n\texpected_length = 1\n\tinsert_query_binary = <<\"INSERT INTO test_types (unicode) VALUES ('\\\\\\\\')\">>\n\tselected_length = 2\n"}}

Report log

rdbms_SUITE:global_rdbms_queries:read_unicode250_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\tcolumn = <<\"unicode250\">>\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (\",<<\"unicode250\">>,\n            \") VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT unicode250 FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tcompare_selected = #{expected_suffix => <<>>,pos => 1,\n               selected_suffix => <<\"\\\\\">>}\n\texpected_length = 1\n\tinsert_query_binary = <<\"INSERT INTO test_types (unicode250) VALUES ('\\\\\\\\')\">>\n\tselected_length = 2\n"}}

Report log

rdbms_SUITE:global_rdbms_queries:read_ascii_string_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (ascii_string) VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT ascii_string FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tinsert_query_binary = <<\"INSERT INTO test_types (ascii_string) VALUES ('\\\\\\\\')\">>\n"}}

Report log

rdbms_SUITE:tagged_rdbms_queries:read_unicode_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\tcolumn = <<\"unicode\">>\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (\",<<\"unicode\">>,\") VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT unicode FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tcompare_selected = #{expected_suffix => <<>>,pos => 1,\n               selected_suffix => <<\"\\\\\">>}\n\texpected_length = 1\n\tinsert_query_binary = <<\"INSERT INTO test_types (unicode) VALUES ('\\\\\\\\')\">>\n\tselected_length = 2\n"}}

Report log

rdbms_SUITE:tagged_rdbms_queries:read_unicode250_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\tcolumn = <<\"unicode250\">>\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (\",<<\"unicode250\">>,\n            \") VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT unicode250 FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tcompare_selected = #{expected_suffix => <<>>,pos => 1,\n               selected_suffix => <<\"\\\\\">>}\n\texpected_length = 1\n\tinsert_query_binary = <<\"INSERT INTO test_types (unicode250) VALUES ('\\\\\\\\')\">>\n\tselected_length = 2\n"}}

Report log

rdbms_SUITE:tagged_rdbms_queries:read_ascii_string_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (ascii_string) VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT ascii_string FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tinsert_query_binary = <<\"INSERT INTO test_types (ascii_string) VALUES ('\\\\\\\\')\">>\n"}}

Report log


mysql_redis_27 / mysql_redis / f7f48bb
Reports root/ big
OK: 5080 / Failed: 0 / User-skipped: 147 / Auto-skipped: 0


pgsql_mnesia_27 / pgsql_mnesia / f7f48bb
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


mssql_mnesia_27 / odbc_mssql_mnesia / f7f48bb
Reports root/ big
OK: 5096 / Failed: 0 / User-skipped: 131 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / f7f48bb
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / f7f48bb
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


cockroachdb_cets_27 / cockroachdb_cets / f7f48bb
Reports root/ big
OK: 4585 / Failed: 8 / User-skipped: 186 / Auto-skipped: 4

graphql_domain_SUITE:domain_http:get_domains_after_deletion
{error,{{assertEqual,[{module,graphql_domain_SUITE},
            {line,227},
            {expression,"ParsedResult"},
            {expected,[]},
            {value,[<<"second.example.com">>]}]},
    [{graphql_domain_SUITE,get_domains_after_deletion,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_domain_SUITE.erl"},
                {line,227}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

pubsub_SUITE:dag+manage_subscriptions:retrieve_pending_subscription_requests_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alice_retrieve_pending_subscription_requests_test_2820@localhost/res1">>,
          escalus_tcp,<0.74408.0>,
          [{event_manager,<0.74390.0>},
           {server,<<"localhost">>},
           {username,
             <<"alicE_retrieve_pending_subscription_requests_test_2820">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.74390.0>},
            {server,<<"localhost">>},
            {username,
              <<"alicE_retrieve_pending_subscription_requests_test_2820">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_retrieve_pending_subscription_requests_test_2820">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_retrieve_pending_subscription_requests_test_2820">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"0850055d151f4b8a">>}]},
        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_t...

Report log

rdbms_SUITE:global_rdbms_queries:read_unicode_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\tcolumn = <<\"unicode\">>\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (\",<<\"unicode\">>,\") VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT unicode FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tcompare_selected = #{expected_suffix => <<>>,pos => 1,\n               selected_suffix => <<\"\\\\\">>}\n\texpected_length = 1\n\tinsert_query_binary = <<\"INSERT INTO test_types (unicode) VALUES ('\\\\\\\\')\">>\n\tselected_length = 2\n"}}

Report log

rdbms_SUITE:global_rdbms_queries:read_unicode250_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\tcolumn = <<\"unicode250\">>\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (\",<<\"unicode250\">>,\n            \") VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT unicode250 FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tcompare_selected = #{expected_suffix => <<>>,pos => 1,\n               selected_suffix => <<\"\\\\\">>}\n\texpected_length = 1\n\tinsert_query_binary = <<\"INSERT INTO test_types (unicode250) VALUES ('\\\\\\\\')\">>\n\tselected_length = 2\n"}}

Report log

rdbms_SUITE:global_rdbms_queries:read_ascii_string_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (ascii_string) VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT ascii_string FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tinsert_query_binary = <<\"INSERT INTO test_types (ascii_string) VALUES ('\\\\\\\\')\">>\n"}}

Report log

rdbms_SUITE:tagged_rdbms_queries:read_unicode_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\tcolumn = <<\"unicode\">>\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (\",<<\"unicode\">>,\") VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT unicode FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tcompare_selected = #{expected_suffix => <<>>,pos => 1,\n               selected_suffix => <<\"\\\\\">>}\n\texpected_length = 1\n\tinsert_query_binary = <<\"INSERT INTO test_types (unicode) VALUES ('\\\\\\\\')\">>\n\tselected_length = 2\n"}}

Report log

rdbms_SUITE:tagged_rdbms_queries:read_unicode250_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\tcolumn = <<\"unicode250\">>\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (\",<<\"unicode250\">>,\n            \") VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT unicode250 FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tcompare_selected = #{expected_suffix => <<>>,pos => 1,\n               selected_suffix => <<\"\\\\\">>}\n\texpected_length = 1\n\tinsert_query_binary = <<\"INSERT INTO test_types (unicode250) VALUES ('\\\\\\\\')\">>\n\tselected_length = 2\n"}}

Report log

rdbms_SUITE:tagged_rdbms_queries:read_ascii_string_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (ascii_string) VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT ascii_string FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tinsert_query_binary = <<\"INSERT INTO test_types (ascii_string) VALUES ('\\\\\\\\')\">>\n"}}

Report log

@mongoose-im
Copy link
Collaborator

mongoose-im commented Oct 3, 2024

elasticsearch_and_cassandra_27 / elasticsearch_and_cassandra_mnesia / 182700d
Reports root/ big
OK: 461 / Failed: 0 / User-skipped: 49 / Auto-skipped: 0


small_tests_26 / small_tests / 182700d
Reports root / small


small_tests_27 / small_tests / 182700d
Reports root / small


small_tests_27_arm64 / small_tests / 182700d
Reports root / small


dynamic_domains_mysql_redis_27 / mysql_redis / 182700d
Reports root/ big
OK: 4675 / Failed: 0 / User-skipped: 152 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / 182700d
Reports root/ big
OK: 2345 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


pgsql_cets_27 / pgsql_cets / 182700d
Reports root/ big
OK: 4597 / Failed: 0 / User-skipped: 186 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 182700d
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / 182700d
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_27 / odbc_mssql_mnesia / 182700d
Reports root/ big
OK: 4705 / Failed: 0 / User-skipped: 122 / Auto-skipped: 0


ldap_mnesia_27 / ldap_mnesia / 182700d
Reports root/ big
OK: 2294 / Failed: 1 / User-skipped: 784 / Auto-skipped: 176

s2s_SUITE:both_plain:dns_discovery
{skip,
  {failed,
    {s2s_SUITE,init_per_testcase,
      {{badrpc,timeout},
       [{distributed_helper,rpc,
          [#{node => mongooseim@localhost},
           meck,new,
           [inet_res,[no_link,unstick,passthrough]]],
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,140}]},
        {s2s_SUITE,meck_inet_res,1,
          [{file,
             "/home/circleci/project/big_tests/tests/s2s_SUITE.erl"},
           {line,142}]},
        {s2s_SUITE,init_per_testcase,2,
          [{file,
             "/home/circleci/project/big_tests/tests/s2s_SUITE.erl"},
           {line,123}]},
        {test_server,do_init_per_testcase,2,
          [{file,"test_server.erl"},{line,1564}]},
        {test_server,run_test_case_eval1,6,
          [{file,"test_server.erl"},{line,1265}]},
        {test_server,run_test_case_eval,9,
          [{file,"test_server.erl"},{line,1235}]}]}}}}

Report log

s2s_SUITE:both_plain:dns_discovery_ip_fail
{skip,
  {failed,
    {s2s_SUITE,init_per_testcase,
      {{badrpc,
         {'EXIT',
           {{already_started,<10456.84686.0>},
            [{meck_proc,start,
               [inet_res,[no_link,unstick,passthrough]],
               [{file,
                "/home/circleci/project/_build/default/lib/meck/src/meck_proc.erl"},
              {line,93}]},
             {meck,new,2,[]}]}}},
       [{distributed_helper,rpc,
          [#{node => mongooseim@localhost},
           meck,new,
           [inet_res,[no_link,unstick,passthrough]]],
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,140}]},
        {s2s_SUITE,meck_inet_res,1,
          [{file,
             "/home/circleci/project/big_tests/tests/s2s_SUITE.erl"},
           {line,142}]},
        {s2s_SUITE,init_per_testcase,2,
          [{file,
             "/home/circleci/project/big_tests/tests/s2s_SUITE.erl"},
           {line,135}]},
        {test_server,do_init_per_testcase,2,
          [{file,"test_server.erl"},{line,1564}]},
        {test_server,run_test_case_eval1,6,
          [{file,"test_server.erl"},{line,1265}]},
        {test_server,run_test_case_eval,9,
          [{file,"test_server.erl"},{line,1235}]}]}}}}

Report log

s2s_SUITE:node1_tls_optional_node2_tls_required_trusted_with_cachain:init_per_group
{'EXIT',{{badrpc,timeout},
     [{distributed_helper,rpc,
                [#{node => mongooseim@localhost},
                 mongoose_listener,start_listener,
                 [#{module => ejabberd_s2s_in,port => 5269,
                  num_acceptors => 100,hibernate_after => 0,
                  backlog => 1024,connection_type => s2s,
                  tls =>
                    #{dhfile =>
                      "priv/ssl/fake_dh_server.pem",
                    verify_mode => peer,
                    protocol_options =>
                      ["no_sslv2","no_sslv3","no_tlsv1",
                       "no_tlsv1_1"],
                    ciphers => "TLSv1.2:TLSv1.3"},
                  proxy_protocol => false,
                  shaper => s2s_shaper,
                  max_stanza_size => 131072,ip_address => "0",
                  proto => tcp,
                  ip_tuple => {0,0,0,0},
                  ip_version => 4}]],
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,140}]},
      {s2s_helper,'-configure_s2s/2-lc$^0/1-0-',3,
            [{file,"/home/circleci/project/big_tests/tests/s2s_helper.erl"},
             {line,32}]},
      {s2s_helper,configure_s2s,2,
            [{file,"/home/circleci/project/big_tests/tests/s2s_helper.erl"},
             {line,33}]},
      {s2s_SUITE,init_per_group,2,
           [{file,"/home/circleci/project/big_tests/tests/s2s_SUITE.erl"},
            {line,116}]},
      {test...

Report log

s2s_SUITE:dialback:init_per_group
{'EXIT',{{badrpc,nodedown},
     [{distributed_helper,rpc,
                [#{node => mongooseim2@localhost},
                 mnesia,system_info,
                 [is_running]],
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,140}]},
      {distributed_helper,has_mnesia,1,
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,31}]},
      {distributed_helper,add_node_to_cluster,2,
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,34}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1391}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1235}]}]}}

Report log

service_mongoose_system_metrics_SUITE:init_per_suite
{'EXIT',
  {{badrpc,nodedown},
   [{distributed_helper,rpc,
      [#{node => mongooseim2@localhost},
       mongoose_service,loaded_services_with_opts,[]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {dynamic_services,save_services,2,
      [{file,
         "/home/circleci/project/big_tests/tests/dynamic_services.erl"},
       {line,15}]},
    {lists,foldl_1,3,[{file,"lists.erl"},{line,2151}]},
    {service_mongoose_system_metrics_SUITE,init_per_suite,1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"},
       {line,78}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1391}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

system_probes_SUITE:mnesia:mnesia_info
{error,{{badrpc,nodedown},
    [{distributed_helper,rpc,
               [#{node => mongooseim2@localhost},
                mnesia,system_info,
                [is_running]],
               [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                {line,140}]},
     {distributed_helper,has_mnesia,1,
               [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                {line,31}]},
     {distributed_helper,add_node_to_cluster,2,
               [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                {line,34}]},
     {system_probes_SUITE,mnesia_info,1,
                [{file,"/home/circleci/project/big_tests/tests/system_probes_SUITE.erl"},
                 {line,96}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

service_domain_db_SUITE:init_per_suite
{'EXIT',
  {{badrpc,nodedown},
   [{distributed_helper,rpc,
      [#{node => mongooseim2@localhost},
       mongoose_service,loaded_services_with_opts,[]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {dynamic_services,save_services,2,
      [{file,
         "/home/circleci/project/big_tests/tests/dynamic_services.erl"},
       {line,15}]},
    {lists,foldl_1,3,[{file,"lists.erl"},{line,2151}]},
    {service_domain_db_SUITE,init_per_suite,1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"},
       {line,198}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1391}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

dynamic_domains_SUITE:init_per_suite
{'EXIT',
  {{badrpc,nodedown},
   [{distributed_helper,rpc,
      [#{node => mongooseim2@localhost},mnesia,system_info,[is_running]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {distributed_helper,has_mnesia,1,
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,31}]},
    {distributed_helper,add_node_to_cluster,2,
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,34}]},
    {dynamic_domains_SUITE,cluster_nodes,2,
      [{file,
         "/home/circleci/project/big_tests/tests/dynamic_domains_SUITE.erl"},
       {line,238}]},
    {dynamic_domains_SUITE,init_per_suite,1,
      [{file,
         "/home/circleci/project/big_tests/tests/dynamic_domains_SUITE.erl"},
       {line,33}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1391}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

local_iq_SUITE:init_per_suite
{'EXIT',{{badrpc,nodedown},
     [{distributed_helper,rpc,
                [#{node => mongooseim2@localhost},
                 mnesia,system_info,
                 [is_running]],
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,140}]},
      {distributed_helper,has_mnesia,1,
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,31}]},
      {distributed_helper,add_node_to_cluster,2,
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,34}]},
      {local_iq_SUITE,init_per_suite,1,
              [{file,"/home/circleci/project/big_tests/tests/local_iq_SUITE.erl"},
               {line,29}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1391}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1235}]}]}}

Report log

cets_disco_SUITE:file:file_backend
{failed,
  {cets_disco_SUITE,end_per_testcase,
    {'EXIT',
      {{badrpc,nodedown},
       [{distributed_helper,rpc,
          [#{node => mongooseim2@localhost},meck,unload,[]],
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,140}]},
        {test_server,do_end_per_testcase,4,
          [{file,"test_server.erl"},{line,1638}]},
        {test_server,run_test_case_eval1,6,
          [{file,"test_server.erl"},{line,1346}]},
        {test_server,run_test_case_eval,9,
          [{file,"test_server.erl"},{line,1235}]}]}}}}

Report log


internal_mnesia_27 / internal_mnesia / 182700d
Reports root/ big
OK: 2468 / Failed: 1 / User-skipped: 768 / Auto-skipped: 18

service_mongoose_system_metrics_SUITE:all_clustered_mongooses_report_the_same_client_id
{skip,
  {failed,
    {service_mongoose_system_metrics_SUITE,init_per_testcase,
      {{badrpc,timeout},
       [{distributed_helper,rpc,
          [#{timeout => 30000,node => mongooseim2@localhost},
           mongoose_cluster,join,
           [mongooseim@localhost]],
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,140}]},
        {distributed_helper,add_node_to_mnesia_cluster,2,
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,44}]},
        {distributed_helper,add_node_to_cluster,2,
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,36}]},
        {service_mongoose_system_metrics_SUITE,init_per_testcase,2,
          [{file,
             "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"},
           {line,113}]},
        {test_server,do_init_per_testcase,2,
          [{file,"test_server.erl"},{line,1564}]},
        {test_server,run_test_case_eval1,6,
          [{file,"test_server.erl"},{line,1265}]},
        {test_server,run_test_case_eval,9,
          [{file,"test_server.erl"},{line,1235}]}]}}}}

Report log

system_probes_SUITE:mnesia:mnesia_info
{error,{test_case_failed,"Incorrect number of instrumentation events - matched: 0, expected: positive"}}

Report log

system_probes_SUITE:end_per_suite
{error,{test_case_failed,"Instrumentation events that were logged, but not tested:\n[{mnesia_info,#{}}]\nYou need to test them with instrument_helper:assert/3"}}

Report log

service_domain_db_SUITE:no_db:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {noproc,
         {gen_server,call,
           [mongoose_domain_sup,
            {terminate_child,mongoose_domain_core},
            infinity]}}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim2@localhost},
       mongoose_domain_sup,restart_core,
       [[[],
       [<<"mim2only">>,<<"type1">>,<<"type2">>,<<"dummy auth">>,
        <<"dbgroup">>,<<"dbgroup2">>,<<"cfggroup">>]]]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {domain_helper,restart_domain_core,3,
      [{file,"/home/circleci/project/big_tests/tests/domain_helper.erl"},
       {line,33}]},
    {service_domain_db_SUITE,setup_service,2,
      [{file,
         "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"},
       {line,320}]},
    {service_domain_db_SUITE,init_per_group,2,
      [{file,
         "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"},
       {line,243}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1391}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

service_domain_db_SUITE:end_per_suite
{error,
  {{badrpc,
     {'EXIT',
       {noproc,
         {gen_server,call,
           [mongoose_domain_sup,
            {terminate_child,mongoose_domain_core},
            infinity]}}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim2@localhost},
       mongoose_domain_sup,restart_core,
       [[]]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {domain_helper,restart_domain_core,1,
      [{file,"/home/circleci/project/big_tests/tests/domain_helper.erl"},
       {line,30}]},
    {service_domain_db_SUITE,'-end_per_suite/1-lc$^0/1-0-',1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"},
       {line,215}]},
    {service_domain_db_SUITE,end_per_suite,1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"},
       {line,215}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1391}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

dynamic_domains_SUITE:init_per_suite
{'EXIT',
  {{badrpc,timeout},
   [{distributed_helper,rpc,
      [#{timeout => 30000,node => mongooseim2@localhost},
       mongoose_cluster,join,
       [mongooseim@localhost]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {distributed_helper,add_node_to_mnesia_cluster,2,
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,44}]},
    {distributed_helper,add_node_to_cluster,2,
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,36}]},
    {dynamic_domains_SUITE,cluster_nodes,2,
      [{file,
         "/home/circleci/project/big_tests/tests/dynamic_domains_SUITE.erl"},
       {line,238}]},
    {dynamic_domains_SUITE,init_per_suite,1,
      [{file,
         "/home/circleci/project/big_tests/tests/dynamic_domains_SUITE.erl"},
       {line,33}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1391}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

local_iq_SUITE:init_per_suite
{'EXIT',{{badrpc,timeout},
     [{distributed_helper,rpc,
                [#{timeout => 30000,
                 node => mongooseim2@localhost},
                 mongoose_cluster,join,
                 [mongooseim@localhost]],
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,140}]},
      {distributed_helper,add_node_to_mnesia_cluster,2,
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,44}]},
      {distributed_helper,add_node_to_cluster,2,
                [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                 {line,36}]},
      {local_iq_SUITE,init_per_suite,1,
              [{file,"/home/circleci/project/big_tests/tests/local_iq_SUITE.erl"},
               {line,29}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
      {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1391}]},
      {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1235}]}]}}

Report log


mysql_redis_27 / mysql_redis / 182700d
Reports root/ big
OK: 5079 / Failed: 1 / User-skipped: 147 / Auto-skipped: 0

domain_isolation_SUITE:two_domains:routing_one2one_message_to_another_domain_gets_dropped
{error,{test_case_failed,"Incorrect number of instrumentation events - matched: 0, expected: 1"}}

Report log

domain_isolation_SUITE:end_per_suite
{error,{test_case_failed,"Instrumentation events that were logged, but not tested:\n[{router_stanza_dropped,#{host_type => <<\"localhost\">>}}]\nYou need to test them with instrument_helper:assert/3"}}

Report log


cockroachdb_cets_27 / cockroachdb_cets / 182700d
Reports root/ big
OK: 4591 / Failed: 6 / User-skipped: 186 / Auto-skipped: 0

rdbms_SUITE:global_rdbms_queries:read_unicode_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\tcolumn = <<\"unicode\">>\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (\",<<\"unicode\">>,\") VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT unicode FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tcompare_selected = #{expected_suffix => <<>>,pos => 1,\n               selected_suffix => <<\"\\\\\">>}\n\texpected_length = 1\n\tinsert_query_binary = <<\"INSERT INTO test_types (unicode) VALUES ('\\\\\\\\')\">>\n\tselected_length = 2\n"}}

Report log

rdbms_SUITE:global_rdbms_queries:read_unicode250_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\tcolumn = <<\"unicode250\">>\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (\",<<\"unicode250\">>,\n            \") VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT unicode250 FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tcompare_selected = #{expected_suffix => <<>>,pos => 1,\n               selected_suffix => <<\"\\\\\">>}\n\texpected_length = 1\n\tinsert_query_binary = <<\"INSERT INTO test_types (unicode250) VALUES ('\\\\\\\\')\">>\n\tselected_length = 2\n"}}

Report log

rdbms_SUITE:global_rdbms_queries:read_ascii_string_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (ascii_string) VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT ascii_string FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tinsert_query_binary = <<\"INSERT INTO test_types (ascii_string) VALUES ('\\\\\\\\')\">>\n"}}

Report log

rdbms_SUITE:tagged_rdbms_queries:read_unicode_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\tcolumn = <<\"unicode\">>\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (\",<<\"unicode\">>,\") VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT unicode FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tcompare_selected = #{expected_suffix => <<>>,pos => 1,\n               selected_suffix => <<\"\\\\\">>}\n\texpected_length = 1\n\tinsert_query_binary = <<\"INSERT INTO test_types (unicode) VALUES ('\\\\\\\\')\">>\n\tselected_length = 2\n"}}

Report log

rdbms_SUITE:tagged_rdbms_queries:read_unicode250_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\tcolumn = <<\"unicode250\">>\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (\",<<\"unicode250\">>,\n            \") VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT unicode250 FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tcompare_selected = #{expected_suffix => <<>>,pos => 1,\n               selected_suffix => <<\"\\\\\">>}\n\texpected_length = 1\n\tinsert_query_binary = <<\"INSERT INTO test_types (unicode250) VALUES ('\\\\\\\\')\">>\n\tselected_length = 2\n"}}

Report log

rdbms_SUITE:tagged_rdbms_queries:read_ascii_string_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (ascii_string) VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT ascii_string FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tinsert_query_binary = <<\"INSERT INTO test_types (ascii_string) VALUES ('\\\\\\\\')\">>\n"}}

Report log


pgsql_mnesia_27 / pgsql_mnesia / 182700d
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 182700d
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


mssql_mnesia_27 / odbc_mssql_mnesia / 182700d
Reports root/ big
OK: 5096 / Failed: 0 / User-skipped: 131 / Auto-skipped: 0


ldap_mnesia_27 / ldap_mnesia / 182700d
Reports root/ big
OK: 2345 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


internal_mnesia_27 / internal_mnesia / 182700d
Reports root/ big
OK: 2487 / Failed: 0 / User-skipped: 768 / Auto-skipped: 0


mysql_redis_27 / mysql_redis / 182700d
Reports root/ big
OK: 5079 / Failed: 1 / User-skipped: 147 / Auto-skipped: 0

service_domain_db_SUITE:db:plain_db_sequential:db_event_could_appear_with_lower_id
{error,
  {{badmatch,1319},
   [{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,754}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1303}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log


cockroachdb_cets_27 / cockroachdb_cets / 182700d
Reports root/ big
OK: 4591 / Failed: 6 / User-skipped: 186 / Auto-skipped: 0

rdbms_SUITE:global_rdbms_queries:read_unicode_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\tcolumn = <<\"unicode\">>\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (\",<<\"unicode\">>,\") VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT unicode FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tcompare_selected = #{expected_suffix => <<>>,pos => 1,\n               selected_suffix => <<\"\\\\\">>}\n\texpected_length = 1\n\tinsert_query_binary = <<\"INSERT INTO test_types (unicode) VALUES ('\\\\\\\\')\">>\n\tselected_length = 2\n"}}

Report log

rdbms_SUITE:global_rdbms_queries:read_unicode250_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\tcolumn = <<\"unicode250\">>\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (\",<<\"unicode250\">>,\n            \") VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT unicode250 FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tcompare_selected = #{expected_suffix => <<>>,pos => 1,\n               selected_suffix => <<\"\\\\\">>}\n\texpected_length = 1\n\tinsert_query_binary = <<\"INSERT INTO test_types (unicode250) VALUES ('\\\\\\\\')\">>\n\tselected_length = 2\n"}}

Report log

rdbms_SUITE:global_rdbms_queries:read_ascii_string_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (ascii_string) VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT ascii_string FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tinsert_query_binary = <<\"INSERT INTO test_types (ascii_string) VALUES ('\\\\\\\\')\">>\n"}}

Report log

rdbms_SUITE:tagged_rdbms_queries:read_unicode_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\tcolumn = <<\"unicode\">>\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (\",<<\"unicode\">>,\") VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT unicode FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tcompare_selected = #{expected_suffix => <<>>,pos => 1,\n               selected_suffix => <<\"\\\\\">>}\n\texpected_length = 1\n\tinsert_query_binary = <<\"INSERT INTO test_types (unicode) VALUES ('\\\\\\\\')\">>\n\tselected_length = 2\n"}}

Report log

rdbms_SUITE:tagged_rdbms_queries:read_unicode250_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\tcolumn = <<\"unicode250\">>\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (\",<<\"unicode250\">>,\n            \") VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT unicode250 FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tcompare_selected = #{expected_suffix => <<>>,pos => 1,\n               selected_suffix => <<\"\\\\\">>}\n\texpected_length = 1\n\tinsert_query_binary = <<\"INSERT INTO test_types (unicode250) VALUES ('\\\\\\\\')\">>\n\tselected_length = 2\n"}}

Report log

rdbms_SUITE:tagged_rdbms_queries:read_ascii_string_case
{error,{test_case_failed,"assert_equal_extra({ selected , [ { Value } ] }, SelectResult)\n\tExpected {selected,[{<<\"\\\\\">>}]}\n\tValue {selected,[{<<\"\\\\\\\\\">>}]}\n\terase_result = {updated,1}\n\tinsert_query = [\"INSERT INTO test_types (ascii_string) VALUES (\",\n            [39,<<\"\\\\\\\\\">>,39],\n            \")\"]\n\tinsert_result = {updated,1}\n\tselect_query = <<\"SELECT ascii_string FROM test_types\">>\n\tselect_result = {selected,[{<<\"\\\\\\\\\">>}]}\n\ttest_value = <<\"\\\\\">>\n\tinsert_query_binary = <<\"INSERT INTO test_types (ascii_string) VALUES ('\\\\\\\\')\">>\n"}}

Report log

@mongoose-im
Copy link
Collaborator

mongoose-im commented Oct 7, 2024

elasticsearch_and_cassandra_27 / elasticsearch_and_cassandra_mnesia / 9b85335
Reports root/ big
OK: 461 / Failed: 0 / User-skipped: 49 / Auto-skipped: 0


small_tests_27 / small_tests / 9b85335
Reports root / small


small_tests_26 / small_tests / 9b85335
Reports root / small


small_tests_27_arm64 / small_tests / 9b85335
Reports root / small


ldap_mnesia_26 / ldap_mnesia / 9b85335
Reports root/ big
OK: 2345 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


dynamic_domains_mysql_redis_27 / mysql_redis / 9b85335
Reports root/ big
OK: 4675 / Failed: 0 / User-skipped: 152 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 9b85335
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


ldap_mnesia_27 / ldap_mnesia / 9b85335
Reports root/ big
OK: 2345 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


internal_mnesia_27 / internal_mnesia / 9b85335
Reports root/ big
OK: 2487 / Failed: 0 / User-skipped: 768 / Auto-skipped: 0


pgsql_cets_27 / pgsql_cets / 9b85335
Reports root/ big
OK: 4597 / Failed: 0 / User-skipped: 186 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / 9b85335
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_27 / odbc_mssql_mnesia / 9b85335
Reports root/ big
OK: 4705 / Failed: 0 / User-skipped: 122 / Auto-skipped: 0


mysql_redis_27 / mysql_redis / 9b85335
Reports root/ big
OK: 5079 / Failed: 1 / User-skipped: 147 / Auto-skipped: 0

vcard_SUITE:ro_full:retrieve_own_card
{error,{test_case_failed,"Expected <<\"alice\">> got undefined\n"}}

Report log


pgsql_mnesia_27 / pgsql_mnesia / 9b85335
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


cockroachdb_cets_27 / cockroachdb_cets / 9b85335
Reports root/ big
OK: 4597 / Failed: 0 / User-skipped: 186 / Auto-skipped: 0


mssql_mnesia_27 / odbc_mssql_mnesia / 9b85335
Reports root/ big
OK: 5096 / Failed: 0 / User-skipped: 131 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 9b85335
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


mysql_redis_27 / mysql_redis / 9b85335
Reports root/ big
OK: 5080 / Failed: 0 / User-skipped: 147 / Auto-skipped: 0

@JanuszJakubiec JanuszJakubiec changed the title Adding cockroachdb_cets preset WIP Adding cockroachdb_cets preset Oct 7, 2024
@mongoose-im
Copy link
Collaborator

mongoose-im commented Oct 7, 2024

elasticsearch_and_cassandra_27 / elasticsearch_and_cassandra_mnesia / ea30e04
Reports root/ big
OK: 461 / Failed: 0 / User-skipped: 49 / Auto-skipped: 0


small_tests_27 / small_tests / ea30e04
Reports root / small


small_tests_26 / small_tests / ea30e04
Reports root / small


small_tests_27_arm64 / small_tests / ea30e04
Reports root / small


ldap_mnesia_26 / ldap_mnesia / ea30e04
Reports root/ big
OK: 2345 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / ea30e04
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


dynamic_domains_mysql_redis_27 / mysql_redis / ea30e04
Reports root/ big
OK: 4674 / Failed: 1 / User-skipped: 152 / Auto-skipped: 0

carboncopy_SUITE:one2one:dropped_client_doesnt_create_duplicate_carbons
{error,
  {{badmatch,
     [{xmlel,<<"message">>,
        [{<<"from">>,
        <<"alice_dropped_client_doesnt_create_duplicate_carbons_588@domain.example.com">>},
         {<<"to">>,
        <<"alice_dropped_client_doesnt_create_duplicate_carbons_588@domain.example.com/res2">>},
         {<<"xmlns">>,<<"jabber:client">>},
         {<<"type">>,<<"chat">>}],
        [{xmlel,<<"sent">>,
           [{<<"xmlns">>,<<"urn:xmpp:carbons:2">>}],
           [{xmlel,<<"forwarded">>,
            [{<<"xmlns">>,<<"urn:xmpp:forward:0">>}],
            [{xmlel,<<"message">>,
               [{<<"from">>,
                 <<"alice_dropped_client_doesnt_create_duplicate_carbons_588@domain.example.com/res1">>},
                {<<"type">>,<<"chat">>},
                {<<"to">>,
                 <<"bob_dropped_client_doesnt_create_duplicate_carbons_588@domain.example.com/res1">>},
                {<<"xmlns">>,<<"jabber:client">>}],
               [{xmlel,<<"body">>,[],
                  [{xmlcdata,
                     <<"And pious action">>}]}]}]}]}]}]},
   [{carboncopy_SUITE,
      '-dropped_client_doesnt_create_duplicate_carbons/1-fun-0-',4,
      [{file,
         "/home/circleci/project/big_tests/tests/carboncopy_SUITE.erl"},
       {line,189}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_c...

Report log


ldap_mnesia_27 / ldap_mnesia / ea30e04
Reports root/ big
OK: 2345 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


pgsql_cets_27 / pgsql_cets / ea30e04
Reports root/ big
OK: 4597 / Failed: 0 / User-skipped: 186 / Auto-skipped: 0


internal_mnesia_27 / internal_mnesia / ea30e04
Reports root/ big
OK: 2487 / Failed: 0 / User-skipped: 768 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_27 / odbc_mssql_mnesia / ea30e04
Reports root/ big
OK: 4705 / Failed: 0 / User-skipped: 122 / Auto-skipped: 0


mysql_redis_27 / mysql_redis / ea30e04
Reports root/ big
OK: 5080 / Failed: 0 / User-skipped: 147 / Auto-skipped: 0


pgsql_mnesia_27 / pgsql_mnesia / ea30e04
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / ea30e04
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


cockroachdb_cets_27 / cockroachdb_cets / ea30e04
Reports root/ big
OK: 4597 / Failed: 0 / User-skipped: 186 / Auto-skipped: 0


mssql_mnesia_27 / odbc_mssql_mnesia / ea30e04
Reports root/ big
OK: 5096 / Failed: 0 / User-skipped: 131 / Auto-skipped: 0

@mongoose-im
Copy link
Collaborator

mongoose-im commented Oct 7, 2024

elasticsearch_and_cassandra_27 / elasticsearch_and_cassandra_mnesia / e717b55
Reports root/ big
OK: 461 / Failed: 0 / User-skipped: 49 / Auto-skipped: 0


small_tests_26 / small_tests / e717b55
Reports root / small


small_tests_27 / small_tests / e717b55
Reports root / small


small_tests_27_arm64 / small_tests / e717b55
Reports root / small


ldap_mnesia_26 / ldap_mnesia / e717b55
Reports root/ big
OK: 2345 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


dynamic_domains_mysql_redis_27 / mysql_redis / e717b55
Reports root/ big
OK: 4675 / Failed: 0 / User-skipped: 152 / Auto-skipped: 0


ldap_mnesia_27 / ldap_mnesia / e717b55
Reports root/ big
OK: 2345 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / e717b55
Reports root/ big
OK: 4572 / Failed: 4 / User-skipped: 119 / Auto-skipped: 132

graphql_server_SUITE:admin_cli:clustering_tests:remove_dead_from_cluster
{failed,
  {graphql_server_SUITE,end_per_testcase,
    {'EXIT',
      {{badrpc,nodedown},
       [{distributed_helper,rpc,
          [#{timeout => 30000,node => mongooseim3@localhost},
           mongoose_cluster,leave,[]],
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,140}]},
        {distributed_helper,remove_node_from_cluster,2,
          [{file,
             "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
           {line,55}]},
        {graphql_server_SUITE,end_per_testcase,2,
          [{file,
             "/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
           {line,121}]},
        {test_server,do_end_per_testcase,4,
          [{file,"test_server.erl"},{line,1638}]},
        {test_server,run_test_case_eval1,6,
          [{file,"test_server.erl"},{line,1346}]},
        {test_server,run_test_case_eval,9,
          [{file,"test_server.erl"},{line,1235}]}]}}}}

Report log

graphql_server_SUITE:admin_cli:clustering_tests:remove_alive_from_cluster
{error,{{badrpc,nodedown},
    [{distributed_helper,rpc,
               [#{timeout => 60000,
                node => mongooseim3@localhost},
                mongoose_cluster,join,
                [mongooseim@localhost]],
               [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                {line,140}]},
     {graphql_server_SUITE,remove_alive_from_cluster,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,214}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_server_SUITE:admin_cli:clustering_tests:remove_node_test
{error,{#{what => invalid_response_code,expected_type => ok,
      response_code => {exit_status,3}},
    [{graphql_helper,assert_response_code,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_server_SUITE,remove_node_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,225}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_server_SUITE:admin_cli:clustering_tests:stop_node_test
{error,{#{what => invalid_response_code,expected_type => ok,
      response_code => {exit_status,3}},
    [{graphql_helper,assert_response_code,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_server_SUITE,stop_node_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,230}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

service_domain_db_SUITE:init_per_suite
{'EXIT',
  {{badrpc,nodedown},
   [{distributed_helper,rpc,
      [#{node => mongooseim3@localhost},
       mongoose_service,loaded_services_with_opts,[]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {dynamic_services,save_services,2,
      [{file,
         "/home/circleci/project/big_tests/tests/dynamic_services.erl"},
       {line,15}]},
    {lists,foldl_1,3,[{file,"lists.erl"},{line,2151}]},
    {service_domain_db_SUITE,init_per_suite,1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"},
       {line,198}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1391}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

service_mongoose_system_metrics_SUITE:log_transparency:just_removed_from_config_logs_question
{error,
  {{badrpc,nodedown},
   [{distributed_helper,rpc,
      [#{node => mongooseim3@localhost},
       mongoose_service,ensure_stopped,
       [service_mongoose_system_metrics]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {service_mongoose_system_metrics_SUITE,disable_system_metrics,1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"},
       {line,437}]},
    {service_mongoose_system_metrics_SUITE,
      just_removed_from_config_logs_question,1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"},
       {line,283}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1303}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log


internal_mnesia_27 / internal_mnesia / e717b55
Reports root/ big
OK: 2487 / Failed: 0 / User-skipped: 768 / Auto-skipped: 0


pgsql_cets_27 / pgsql_cets / e717b55
Reports root/ big
OK: 4597 / Failed: 0 / User-skipped: 186 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_27 / odbc_mssql_mnesia / e717b55
Reports root/ big
OK: 4705 / Failed: 0 / User-skipped: 122 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / e717b55
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


cockroachdb_cets_27 / cockroachdb_cets / e717b55
Reports root/ big
OK: 4597 / Failed: 0 / User-skipped: 186 / Auto-skipped: 0


mysql_redis_27 / mysql_redis / e717b55
Reports root/ big
OK: 5074 / Failed: 1 / User-skipped: 147 / Auto-skipped: 5

bosh_SUITE:essential:accept_higher_hold_value
{error,
  {{assertEqual,
     [{module,bosh_SUITE},
      {line,261},
      {expression,"get_bosh_sessions ( )"},
      {expected,[]},
      {value,
        [{bosh_session,<<"66827d1e2ab8b48411c4f56c37111cb7ab5516bb">>,
           <10456.11364.0>}]}]},
   [{bosh_SUITE,accept_higher_hold_value,1,
      [{file,"/home/circleci/project/big_tests/tests/bosh_SUITE.erl"},
       {line,261}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1303}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log


pgsql_mnesia_27 / pgsql_mnesia / e717b55
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


mssql_mnesia_27 / odbc_mssql_mnesia / e717b55
Reports root/ big
OK: 5096 / Failed: 0 / User-skipped: 131 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / e717b55
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / e717b55
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


mysql_redis_27 / mysql_redis / e717b55
Reports root/ big
OK: 5080 / Failed: 0 / User-skipped: 147 / Auto-skipped: 0

@mongoose-im
Copy link
Collaborator

mongoose-im commented Oct 7, 2024

elasticsearch_and_cassandra_27 / elasticsearch_and_cassandra_mnesia / d32bfab
Reports root/ big
OK: 461 / Failed: 0 / User-skipped: 49 / Auto-skipped: 0


small_tests_27 / small_tests / d32bfab
Reports root / small


small_tests_26 / small_tests / d32bfab
Reports root / small


small_tests_27_arm64 / small_tests / d32bfab
Reports root / small


ldap_mnesia_26 / ldap_mnesia / d32bfab
Reports root/ big
OK: 2345 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


ldap_mnesia_27 / ldap_mnesia / d32bfab
Reports root/ big
OK: 2345 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


dynamic_domains_mysql_redis_27 / mysql_redis / d32bfab
Reports root/ big
OK: 4675 / Failed: 0 / User-skipped: 152 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / d32bfab
Reports root/ big
OK: 4707 / Failed: 0 / User-skipped: 119 / Auto-skipped: 1

mam_SUITE:rdbms_mnesia_muc_all:muc06:muc_querying_for_all_messages_with_jid
{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,800}]},
        {mam_helper,muc_bootstrap_archive,1,
          [{file,
             "/home/circleci/project/big_tests/tests/mam_helper.erl"},
           {line,1027}]},
        {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


dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / d32bfab
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


internal_mnesia_27 / internal_mnesia / d32bfab
Reports root/ big
OK: 2487 / Failed: 0 / User-skipped: 768 / Auto-skipped: 0


pgsql_cets_27 / pgsql_cets / d32bfab
Reports root/ big
OK: 4597 / Failed: 0 / User-skipped: 186 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_27 / odbc_mssql_mnesia / d32bfab
Reports root/ big
OK: 4705 / Failed: 0 / User-skipped: 122 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / d32bfab
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


cockroachdb_cets_27 / cockroachdb_cets / d32bfab
Reports root/ big
OK: 4597 / Failed: 0 / User-skipped: 186 / Auto-skipped: 0


pgsql_mnesia_27 / pgsql_mnesia / d32bfab
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


mysql_redis_27 / mysql_redis / d32bfab
Reports root/ big
OK: 5080 / Failed: 0 / User-skipped: 147 / Auto-skipped: 0


mssql_mnesia_27 / odbc_mssql_mnesia / d32bfab
Reports root/ big
OK: 5096 / Failed: 0 / User-skipped: 131 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / d32bfab
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0

@JanuszJakubiec JanuszJakubiec marked this pull request as ready for review October 7, 2024 17:16
Copy link
Collaborator

@jacekwegr jacekwegr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! I just have a few minor comments

src/rdbms/rdbms_queries.erl Outdated Show resolved Hide resolved
src/rdbms/mongoose_rdbms.erl Outdated Show resolved Hide resolved
tools/db_configs/cockroachdb/create_user.sql Show resolved Hide resolved
Copy link
Member

@chrzaszcz chrzaszcz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good in general. Apart from the suggestions from @jacekwegr, I added a few comments as well.

src/rdbms/mongoose_rdbms_cockroachdb.erl Outdated Show resolved Hide resolved
doc/migrations/6.2.1_x.x.x.md Outdated Show resolved Hide resolved
It is set up in a docker container when starting the cockroachdb_cets preset.
In the cockroachdb.sql file, all SERIAL ids are being replaced by UUID's.
It still requires some testing, but it is the suggested by the creators of CockroachDB,
as when the database is distributed, the randomly generated UUID type performs much better than SERIAL.
The `family` column in `vcard_search` table is temporarly renamed to "family", beacuse `family` is a reserved
keyword in CockroachDB. Because of that change vcard is currently not working properly and requires
further investigation. Current solution is only to ensure that the database is created during schema migration.
@mongoose-im
Copy link
Collaborator

mongoose-im commented Oct 10, 2024

elasticsearch_and_cassandra_27 / elasticsearch_and_cassandra_mnesia / d05c632
Reports root/ big
OK: 461 / Failed: 0 / User-skipped: 49 / Auto-skipped: 0


small_tests_26 / small_tests / d05c632
Reports root / small


small_tests_27 / small_tests / d05c632
Reports root / small


small_tests_27_arm64 / small_tests / d05c632
Reports root / small


ldap_mnesia_26 / ldap_mnesia / d05c632
Reports root/ big
OK: 2345 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


dynamic_domains_mysql_redis_27 / mysql_redis / d05c632
Reports root/ big
OK: 4675 / Failed: 0 / User-skipped: 152 / Auto-skipped: 0


ldap_mnesia_27 / ldap_mnesia / d05c632
Reports root/ big
OK: 2345 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / d05c632
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / d05c632
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_27 / odbc_mssql_mnesia / d05c632
Reports root/ big
OK: 4705 / Failed: 0 / User-skipped: 122 / Auto-skipped: 0


pgsql_cets_27 / pgsql_cets / d05c632
Reports root/ big
OK: 4597 / Failed: 0 / User-skipped: 186 / Auto-skipped: 0


internal_mnesia_27 / internal_mnesia / d05c632
Reports root/ big
OK: 2487 / Failed: 0 / User-skipped: 768 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / d05c632
Reports root/ big
OK: 5098 / Failed: 1 / User-skipped: 128 / Auto-skipped: 0

sm_SUITE:tcp_tests:parallel_unacknowledged_message_hook:unacknowledged_message_hook_filter
{error,{test_case_failed,"Messages pending: [<<\"msg-2\">>]\n"}}

Report log


cockroachdb_cets_27 / cockroachdb_cets / d05c632
Reports root/ big
OK: 4595 / Failed: 2 / User-skipped: 186 / Auto-skipped: 0

pubsub_SUITE:dag+collection_config:disable_persist_items_leaf_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alice_disable_persist_items_leaf_test_2803@localhost/res1">>,
          escalus_tcp,<0.74549.0>,
          [{event_manager,<0.74546.0>},
           {server,<<"localhost">>},
           {username,<<"alicE_disable_persist_items_leaf_test_2803">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.74546.0>},
            {server,<<"localhost">>},
            {username,
              <<"alicE_disable_persist_items_leaf_test_2803">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"alice_disable_persist_items_leaf_test_2803">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"alicE_disable_persist_items_leaf_test_2803">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"6c75d06bf66d4546">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {pubsub_tools,receive_response,3,
       [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
        {line,433}]},
     {pubsub_tools,receive_and_check_response,4,
       [{file,"/home/circleci/project/big_tests/tests/pubsub_tools....

Report log

pubsub_SUITE:dag+collection_config:disable_notifications_leaf_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alice_disable_notifications_leaf_test_2801@localhost/res1">>,
          escalus_tcp,<0.74548.0>,
          [{event_manager,<0.74536.0>},
           {server,<<"localhost">>},
           {username,<<"alicE_disable_notifications_leaf_test_2801">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.74536.0>},
            {server,<<"localhost">>},
            {username,
              <<"alicE_disable_notifications_leaf_test_2801">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"alice_disable_notifications_leaf_test_2801">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"alicE_disable_notifications_leaf_test_2801">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"0e34becf5c3b3056">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {pubsub_tools,receive_response,3,
       [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
        {line,433}]},
     {pubsub_tools,receive_and_check_response,4,
       [{file,"/home/circleci/project/big_tests/tests/pubsub_tools....

Report log


mysql_redis_27 / mysql_redis / d05c632
Reports root/ big
OK: 5080 / Failed: 0 / User-skipped: 147 / Auto-skipped: 0


pgsql_mnesia_27 / pgsql_mnesia / d05c632
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


mssql_mnesia_27 / odbc_mssql_mnesia / d05c632
Reports root/ big
OK: 5096 / Failed: 0 / User-skipped: 131 / Auto-skipped: 0


cockroachdb_cets_27 / cockroachdb_cets / d05c632
Reports root/ big
OK: 4596 / Failed: 1 / User-skipped: 186 / Auto-skipped: 0

pubsub_SUITE:dag+basic:subscribe_options_separate_request_test
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alice_subscribe_options_separate_request_test_2784@localhost/res1">>,
          escalus_tcp,<0.73971.0>,
          [{event_manager,<0.73891.0>},
           {server,<<"localhost">>},
           {username,
             <<"alicE_subscribe_options_separate_request_test_2784">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.73891.0>},
            {server,<<"localhost">>},
            {username,
              <<"alicE_subscribe_options_separate_request_test_2784">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_subscribe_options_separate_request_test_2784">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_subscribe_options_separate_request_test_2784">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"3393bb6f5ad3547d">>}]},
        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_che...

Report log


pgsql_mnesia_26 / pgsql_mnesia / d05c632
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


elasticsearch_and_cassandra_27 / elasticsearch_and_cassandra_mnesia / d05c632
Reports root/ big
OK: 461 / Failed: 0 / User-skipped: 49 / Auto-skipped: 0


small_tests_27 / small_tests / d05c632
Reports root / small


small_tests_26 / small_tests / d05c632
Reports root / small


small_tests_27_arm64 / small_tests / d05c632
Reports root / small


dynamic_domains_mysql_redis_27 / mysql_redis / d05c632
Reports root/ big
OK: 4675 / Failed: 0 / User-skipped: 152 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / d05c632
Reports root/ big
OK: 2345 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


ldap_mnesia_27 / ldap_mnesia / d05c632
Reports root/ big
OK: 2345 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / d05c632
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_27 / odbc_mssql_mnesia / d05c632
Reports root/ big
OK: 4705 / Failed: 0 / User-skipped: 122 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / d05c632
Reports root/ big
OK: 4708 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


pgsql_cets_27 / pgsql_cets / d05c632
Reports root/ big
OK: 4597 / Failed: 0 / User-skipped: 186 / Auto-skipped: 0


mysql_redis_27 / mysql_redis / d05c632
Reports root/ big
OK: 5080 / Failed: 0 / User-skipped: 147 / Auto-skipped: 0


pgsql_mnesia_27 / pgsql_mnesia / d05c632
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


cockroachdb_cets_27 / cockroachdb_cets / d05c632
Reports root/ big
OK: 4597 / Failed: 0 / User-skipped: 186 / Auto-skipped: 0


internal_mnesia_27 / internal_mnesia / d05c632
Reports root/ big
OK: 2475 / Failed: 5 / User-skipped: 643 / Auto-skipped: 132

graphql_server_SUITE:admin_cli:clustering_tests:remove_alive_from_cluster
{error,{{badrpc,nodedown},
    [{distributed_helper,rpc,
               [#{timeout => 60000,
                node => mongooseim3@localhost},
                mongoose_cluster,join,
                [mongooseim@localhost]],
               [{file,"/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
                {line,140}]},
     {graphql_server_SUITE,remove_alive_from_cluster,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,214}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_server_SUITE:admin_cli:clustering_tests:remove_node_test
{error,{#{what => invalid_response_code,
      response_code => {exit_status,3},
      expected_type => ok},
    [{graphql_helper,assert_response_code,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_server_SUITE,remove_node_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,225}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_server_SUITE:admin_cli:clustering_tests:stop_node_test
{error,{#{what => invalid_response_code,
      response_code => {exit_status,3},
      expected_type => ok},
    [{graphql_helper,assert_response_code,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,258}]},
     {graphql_helper,get_ok_value,2,
             [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
              {line,241}]},
     {graphql_server_SUITE,stop_node_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_server_SUITE.erl"},
                {line,230}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

service_mongoose_system_metrics_SUITE:log_transparency:just_removed_from_config_logs_question
{error,
  {{badrpc,nodedown},
   [{distributed_helper,rpc,
      [#{node => mongooseim3@localhost},
       mongoose_service,ensure_stopped,
       [service_mongoose_system_metrics]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {service_mongoose_system_metrics_SUITE,disable_system_metrics,1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"},
       {line,437}]},
    {service_mongoose_system_metrics_SUITE,
      just_removed_from_config_logs_question,1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_mongoose_system_metrics_SUITE.erl"},
       {line,283}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1303}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

sm_SUITE:tcp_tests:ping_timeout
{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,369}]},
      {escalus_connection,end_stream,1,
        [{file,
           "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"},
         {line,541}]},
      {escalus_connection,stop,1,
        [{file,
           "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_connection.erl"},
         {line,411}]},
      {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
      {test_server,run_test_case_eval1,6,
        [{file,"test_server.erl"},{line,1303}]},
      {test_server,run_test_case_eval,9,
        [{file,"test_server.erl"},{line,1235}]}]}}}

Report log

service_domain_db_SUITE:init_per_suite
{'EXIT',
  {{badrpc,nodedown},
   [{distributed_helper,rpc,
      [#{node => mongooseim3@localhost},
       mongoose_service,loaded_services_with_opts,[]],
      [{file,
         "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
       {line,140}]},
    {dynamic_services,save_services,2,
      [{file,
         "/home/circleci/project/big_tests/tests/dynamic_services.erl"},
       {line,15}]},
    {lists,foldl_1,3,[{file,"lists.erl"},{line,2151}]},
    {service_domain_db_SUITE,init_per_suite,1,
      [{file,
         "/home/circleci/project/big_tests/tests/service_domain_db_SUITE.erl"},
       {line,198}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1391}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log


pgsql_mnesia_26 / pgsql_mnesia / d05c632
Reports root/ big
OK: 5099 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


mssql_mnesia_27 / odbc_mssql_mnesia / d05c632
Reports root/ big
OK: 5096 / Failed: 0 / User-skipped: 131 / Auto-skipped: 0


internal_mnesia_27 / internal_mnesia / d05c632
Reports root/ big
OK: 2486 / Failed: 1 / User-skipped: 768 / Auto-skipped: 0

pubsub_SUITE:tree+basic:publish_with_existing_id_test
{error,{{badmatch,false},
    [{pubsub_tools,check_response,2,
             [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
            {line,444}]},
     {pubsub_tools,receive_response,3,
             [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
            {line,434}]},
     {pubsub_tools,receive_and_check_response,4,
             [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
            {line,424}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log


internal_mnesia_27 / internal_mnesia / d05c632
Reports root/ big
OK: 2487 / Failed: 0 / User-skipped: 768 / Auto-skipped: 0

Copy link
Collaborator

@jacekwegr jacekwegr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! 👍

@chrzaszcz chrzaszcz merged commit b6e6da2 into master Oct 14, 2024
4 checks passed
@chrzaszcz chrzaszcz deleted the cockroachdb-preset branch October 14, 2024 08:36
@chrzaszcz chrzaszcz added this to the 6.3.0 milestone Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants