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

Graphql mnesia #3725

Merged
merged 12 commits into from
Aug 23, 2022
Merged

Graphql mnesia #3725

merged 12 commits into from
Aug 23, 2022

Conversation

JanuszJakubiec
Copy link
Contributor

No description provided.

@mongoose-im
Copy link
Collaborator

mongoose-im commented Aug 9, 2022

small_tests_24 / small_tests / 1d61b4e
Reports root / small


small_tests_25 / small_tests / 1d61b4e
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 1d61b4e
Reports root/ big
OK: 3352 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 1d61b4e
Reports root/ big
OK: 1909 / Failed: 0 / User-skipped: 513 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / 1d61b4e
Reports root/ big
OK: 1909 / Failed: 0 / User-skipped: 513 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 1d61b4e
Reports root/ big
OK: 3351 / Failed: 1 / User-skipped: 88 / Auto-skipped: 0

graphql_roster_SUITE:admin_roster_http:admin_invite_accept_and_cancel_subscription
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bob_admin_invite_accept_and_cancel_subscription_944@domain.example.com/res1">>,
          escalus_tcp,<0.22863.0>,
          [{event_manager,<0.22861.0>},
           {server,<<"domain.example.com">>},
           {username,
             <<"bOb_admin_invite_accept_and_cancel_subscription_944">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.22861.0>},
            {server,<<"domain.example.com">>},
            {username,
              <<"bOb_admin_invite_accept_and_cancel_subscription_944">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"bob_admin_invite_accept_and_cancel_subscription_944">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"bOb_admin_invite_accept_and_cancel_subscription_944">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"b9626a59ecf5ba36">>}]},
        1],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {graphql_roster_SUITE,
       admin_invite_accept_and_cancel_subscription_story,3,...

Report log


dynamic_domains_mysql_redis_25 / mysql_redis / 1d61b4e
Reports root/ big
OK: 3335 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 1d61b4e
Reports root/ big
OK: 3352 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 1d61b4e
Reports root/ big
OK: 3726 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


internal_mnesia_25 / internal_mnesia / 1d61b4e
Reports root/ big
OK: 2030 / Failed: 0 / User-skipped: 392 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 1d61b4e
Reports root/ big
OK: 2326 / Failed: 0 / User-skipped: 387 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / 1d61b4e
Reports root/ big
OK: 3721 / Failed: 0 / User-skipped: 102 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 1d61b4e
Reports root/ big
OK: 3726 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / 1d61b4e
Reports root/ big
OK: 2187 / Failed: 0 / User-skipped: 380 / Auto-skipped: 0

@codecov
Copy link

codecov bot commented Aug 9, 2022

Codecov Report

Merging #3725 (fb3bf4d) into master (86e3cef) will increase coverage by 12.26%.
The diff coverage is 78.65%.

@@             Coverage Diff             @@
##           master    #3725       +/-   ##
===========================================
+ Coverage   70.40%   82.66%   +12.26%     
===========================================
  Files         526      529        +3     
  Lines       33893    33952       +59     
===========================================
+ Hits        23861    28066     +4205     
+ Misses      10032     5886     -4146     
Impacted Files Coverage Δ
src/ejabberd_admin.erl 72.44% <ø> (+13.86%) ⬆️
src/ejabberd_ctl.erl 49.11% <ø> (+0.57%) ⬆️
src/graphql/mongoose_graphql.erl 91.11% <ø> (ø)
src/mnesia_api.erl 74.61% <74.61%> (ø)
...l/admin/mongoose_graphql_mnesia_admin_mutation.erl 91.66% <91.66%> (ø)
.../graphql/admin/mongoose_graphql_admin_mutation.erl 100.00% <100.00%> (+21.42%) ⬆️
src/graphql/admin/mongoose_graphql_admin_query.erl 100.00% <100.00%> (+7.14%) ⬆️
...phql/admin/mongoose_graphql_mnesia_admin_query.erl 100.00% <100.00%> (ø)
src/graphql/mongoose_graphql_union.erl 100.00% <100.00%> (+7.14%) ⬆️
src/pubsub/mod_pubsub_db_mnesia.erl 92.40% <0.00%> (-0.43%) ⬇️
... and 147 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@mongoose-im
Copy link
Collaborator

mongoose-im commented Aug 9, 2022

small_tests_24 / small_tests / 58c9b6b
Reports root / small


small_tests_25 / small_tests / 58c9b6b
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 58c9b6b
Reports root/ big
OK: 3352 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 58c9b6b
Reports root/ big
OK: 1909 / Failed: 0 / User-skipped: 513 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 58c9b6b
Reports root/ big
OK: 3352 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / 58c9b6b
Reports root/ big
OK: 3335 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / 58c9b6b
Reports root/ big
OK: 1909 / Failed: 0 / User-skipped: 513 / Auto-skipped: 0


internal_mnesia_25 / internal_mnesia / 58c9b6b
Reports root/ big
OK: 2030 / Failed: 0 / User-skipped: 392 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 58c9b6b
Reports root/ big
OK: 3733 / Failed: 1 / User-skipped: 98 / Auto-skipped: 0

pubsub_SUITE:tree+node_config:send_last_published_item_test
{error,{{badmatch,false},
    [{pubsub_tools,check_response,2,
             [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
            {line,491}]},
     {pubsub_tools,receive_response,3,
             [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
            {line,481}]},
     {pubsub_tools,receive_subscribe_response,3,
             [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
            {line,334}]},
     {pubsub_SUITE,'-send_last_published_item_test/1-fun-0-',2,
             [{file,"/home/circleci/project/big_tests/tests/pubsub_SUITE.erl"},
            {line,937}]},
     {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,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 58c9b6b
Reports root/ big
OK: 3352 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 58c9b6b
Reports root/ big
OK: 2326 / Failed: 0 / User-skipped: 387 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 58c9b6b
Reports root/ big
OK: 3726 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / 58c9b6b
Reports root/ big
OK: 3721 / Failed: 0 / User-skipped: 102 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / 58c9b6b
Reports root/ big
OK: 3732 / Failed: 2 / User-skipped: 98 / Auto-skipped: 0

muc_SUITE:hibernation:hibernated_room_can_be_queried_for_archive
{error,{{assertion_failed,assert,is_groupchat_message,
              [<<"Restorable message">>],
              undefined,"undefined"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {muc_SUITE,wait_for_mam_result,3,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4394}]},
     {muc_SUITE,'-hibernated_room_can_be_queried_for_archive/1-fun-0-',3,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4130}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {muc_SUITE,hibernated_room_can_be_queried_for_archive,1,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4126}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

pubsub_SUITE:tree+node_config:send_last_published_item_test
{error,{{badmatch,false},
    [{pubsub_tools,check_response,2,
             [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
            {line,491}]},
     {pubsub_tools,receive_response,3,
             [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
            {line,481}]},
     {pubsub_tools,receive_subscribe_response,3,
             [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
            {line,334}]},
     {pubsub_SUITE,'-send_last_published_item_test/1-fun-0-',2,
             [{file,"/home/circleci/project/big_tests/tests/pubsub_SUITE.erl"},
            {line,937}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


riak_mnesia_24 / riak_mnesia / 58c9b6b
Reports root/ big
OK: 2187 / Failed: 0 / User-skipped: 380 / Auto-skipped: 0

@mongoose-im
Copy link
Collaborator

mongoose-im commented Aug 10, 2022

small_tests_24 / small_tests / 7302ae4
Reports root / small


small_tests_25 / small_tests / 7302ae4
Reports root / small


ldap_mnesia_24 / ldap_mnesia / 7302ae4
Reports root/ big
OK: 1913 / Failed: 0 / User-skipped: 513 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 7302ae4
Reports root/ big
OK: 3356 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 7302ae4
Reports root/ big
OK: 3356 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / 7302ae4
Reports root/ big
OK: 3339 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / 7302ae4
Reports root/ big
OK: 1913 / Failed: 0 / User-skipped: 513 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 7302ae4
Reports root/ big
OK: 3356 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 7302ae4
Reports root/ big
OK: 3741 / Failed: 1 / User-skipped: 97 / Auto-skipped: 0

pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription
{error,
  {{badmatch,
     [{xmlel,<<"message">>,
        [{<<"from">>,
        <<"alice_unsubscribe_after_presence_unsubscription_2247@localhost">>},
         {<<"to">>,
        <<"bob_unsubscribe_after_presence_unsubscription_2247@localhost/res1">>},
         {<<"type">>,<<"headline">>}],
        [{xmlel,<<"event">>,
           [{<<"xmlns">>,
           <<"http://jabber.org/protocol/pubsub#event">>}],
           [{xmlel,<<"items">>,
            [{<<"node">>,<<"WDC+npFkgfXkxB1FKchM2Q==">>}],
            [{xmlel,<<"item">>,
               [{<<"id">>,<<"salmon">>}],
               [{xmlel,<<"entry">>,
                  [{<<"xmlns">>,
                  <<"http://www.w3.org/2005/Atom">>}],
                  []}]}]}]},
         {xmlel,<<"headers">>,
           [{<<"xmlns">>,<<"http://jabber.org/protocol/shim">>}],
           []}]}]},
   [{pep_SUITE,'-unsubscribe_after_presence_unsubscription/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"},
       {line,384}]},
    {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,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log


internal_mnesia_25 / internal_mnesia / 7302ae4
Reports root/ big
OK: 2034 / Failed: 0 / User-skipped: 392 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 7302ae4
Reports root/ big
OK: 2330 / Failed: 0 / User-skipped: 387 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / 7302ae4
Reports root/ big
OK: 3725 / Failed: 1 / User-skipped: 102 / Auto-skipped: 3

pubsub_SUITE:tree+hometree_specific:can_create_node_with_existing_parent_path
{error,{{badmatch,false},
    [{pubsub_tools,check_response,2,
             [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
            {line,491}]},
     {pubsub_tools,receive_response,3,
             [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
            {line,481}]},
     {pubsub_tools,receive_and_check_response,4,
             [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
            {line,471}]},
     {pubsub_SUITE,'-can_create_node_with_existing_parent_path/1-fun-0-',
             1,
             [{file,"/home/circleci/project/big_tests/tests/pubsub_SUITE.erl"},
            {line,1802}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


mssql_mnesia_25 / odbc_mssql_mnesia / 7302ae4
Reports root/ big
OK: 3730 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 7302ae4
Reports root/ big
OK: 3730 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / 7302ae4
Reports root/ big
OK: 2191 / Failed: 0 / User-skipped: 380 / Auto-skipped: 0

@mongoose-im
Copy link
Collaborator

mongoose-im commented Aug 11, 2022

small_tests_24 / small_tests / ef1d207
Reports root / small


small_tests_25 / small_tests / ef1d207
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / ef1d207
Reports root/ big
OK: 3350 / Failed: 2 / User-skipped: 88 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log


ldap_mnesia_24 / ldap_mnesia / ef1d207
Reports root/ big
OK: 1907 / Failed: 2 / User-skipped: 513 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / ef1d207
Reports root/ big
OK: 3350 / Failed: 2 / User-skipped: 88 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


ldap_mnesia_25 / ldap_mnesia / ef1d207
Reports root/ big
OK: 1907 / Failed: 2 / User-skipped: 513 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


dynamic_domains_mysql_redis_25 / mysql_redis / ef1d207
Reports root/ big
OK: 3347 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / ef1d207
Reports root/ big
OK: 3354 / Failed: 8 / User-skipped: 88 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

mod_blocking_SUITE:manage:remove_user_from_blocklist
{error,{{assertion_failed,assert_many,false,
              [is_iq_result,#Fun<mod_blocking_SUITE.32.29136960>],
              [],[]},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {mod_blocking_SUITE,'-remove_user_from_blocklist/1-fun-0-',2,
               [{file,"/home/circleci/project/big_tests/tests/mod_blocking_SUITE.erl"},
                {line,202}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

mod_blocking_SUITE:manage:add_another_user_to_blocklist
{error,{{assertion_failed,assert_many,false,
              [is_iq_result,#Fun<mod_blocking_SUITE.32.29136960>],
              [],[]},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {mod_blocking_SUITE,'-add_another_user_to_blocklist/1-fun-0-',2,
               [{file,"/home/circleci/project/big_tests/tests/mod_blocking_SUITE.erl"},
                {line,182}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

mod_blocking_SUITE:manage:add_many_users_to_blocklist
{error,{{badmatch,0},
    [{escalus_story,drop_presences,2,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,191}]},
     {escalus_story,'-start_ready_clients/2-fun-0-',3,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,135}]},
     {lists,foldl,3,[{file,"lists.erl"},{line,1350}]},
     {escalus_story,start_ready_clients,2,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,128}]},
     {lists,flatmap_1,2,[{file,"lists.erl"},{line,1335}]},
     {lists,flatmap_1,2,[{file,"lists.erl"},{line,1335}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,69}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]}]}}

Report log

mod_blocking_SUITE:manage:remove_many_user_from_blocklist
{error,{{assertion_failed,assert_many,false,
              [is_iq_result,#Fun<mod_blocking_SUITE.32.29136960>],
              [],[]},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {mod_blocking_SUITE,'-remove_many_user_from_blocklist/1-fun-0-',3,
               [{file,"/home/circleci/project/big_tests/tests/mod_blocking_SUITE.erl"},
                {line,212}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

mod_blocking_SUITE:manage:clear_blocklist
{error,{{badmatch,0},
    [{escalus_story,drop_presences,2,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,191}]},
     {escalus_story,'-start_ready_clients/2-fun-0-',3,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,135}]},
     {lists,foldl,3,[{file,"lists.erl"},{line,1350}]},
     {escalus_story,start_ready_clients,2,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,128}]},
     {lists,flatmap_1,2,[{file,"lists.erl"},{line,1335}]},
     {lists,flatmap_1,2,[{file,"lists.erl"},{line,1335}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,69}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]}]}}

Report log

mod_blocking_SUITE:manage:add_user_to_blocklist
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"[email protected]/res1">>,
          escalus_tcp,<0.22997.1>,
          [{event_manager,<0.22955.1>},
           {server,<<"domain.example.com">>},
           {username,
             <<"alicE_unnamed_1955_add_user_to_blocklist_1960">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.22955.1>},
            {server,<<"domain.example.com">>},
            {username,
              <<"alicE_unnamed_1955_add_user_to_blocklist_1960">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_unnamed_1955_add_user_to_blocklist_1960">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_unnamed_1955_add_user_to_blocklist_1960">>},
           {server,<<"domain.example.com">>},
           {host,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"40abff82e54b0667">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {mod_blocking_SUITE,'-add_user_to_blocklist/1-fun-0-',2,
       [{file,
          "/home/circleci/project/big...

Report log


pgsql_mnesia_24 / pgsql_mnesia / ef1d207
Reports root/ big
OK: 3724 / Failed: 2 / User-skipped: 97 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log


internal_mnesia_25 / internal_mnesia / ef1d207
Reports root/ big
OK: 2042 / Failed: 0 / User-skipped: 392 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / ef1d207
Reports root/ big
OK: 2338 / Failed: 0 / User-skipped: 387 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / ef1d207
Reports root/ big
OK: 3732 / Failed: 1 / User-skipped: 102 / Auto-skipped: 0

muc_SUITE:hibernation:hibernated_room_can_be_queried_for_archive
{error,{{assertion_failed,assert,is_groupchat_message,
              [<<"Restorable message">>],
              undefined,"undefined"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {muc_SUITE,wait_for_mam_result,3,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4394}]},
     {muc_SUITE,'-hibernated_room_can_be_queried_for_archive/1-fun-0-',3,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4130}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {muc_SUITE,hibernated_room_can_be_queried_for_archive,1,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4126}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


pgsql_mnesia_25 / pgsql_mnesia / ef1d207
Reports root/ big
OK: 3724 / Failed: 2 / User-skipped: 97 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


riak_mnesia_24 / riak_mnesia / ef1d207
Reports root/ big
OK: 2185 / Failed: 2 / User-skipped: 380 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log


mssql_mnesia_25 / odbc_mssql_mnesia / ef1d207
Reports root/ big
OK: 3716 / Failed: 10 / User-skipped: 97 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

inbox_extensions_SUITE:async_pools:one_to_one:mute_muted_entry_gets_unmuted
{error,
  {{assert,
     [{module,inbox_extensions_SUITE},
      {line,798},
      {expression,"escalus_pred : is_message ( Message )"},
      {expected,true},
      {value,false}]},
   [{inbox_extensions_SUITE,check_message_with_properties,4,
      [{file,
         "/home/circleci/project/big_tests/tests/inbox_extensions_SUITE.erl"},
       {line,798}]},
    {inbox_extensions_SUITE,set_inbox_properties,4,
      [{file,
         "/home/circleci/project/big_tests/tests/inbox_extensions_SUITE.erl"},
       {line,792}]},
    {inbox_extensions_SUITE,'-mute_muted_entry_gets_unmuted/1-fun-2-',2,
      [{file,
         "/home/circleci/project/big_tests/tests/inbox_extensions_SUITE.erl"},
       {line,568}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1291}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1223}]}]}}

Report log

muc_SUITE:hibernation:hibernated_room_can_be_queried_for_archive
{error,{{assertion_failed,assert,is_groupchat_message,
              [<<"Restorable message">>],
              undefined,"undefined"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {muc_SUITE,wait_for_mam_result,3,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4394}]},
     {muc_SUITE,'-hibernated_room_can_be_queried_for_archive/1-fun-0-',3,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4130}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {muc_SUITE,hibernated_room_can_be_queried_for_archive,1,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4126}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

smart_markers_SUITE:regular:one2one:repeated_markers_produce_no_warnings
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alice_repeated_markers_produce_no_warnings_2961@localhost/res1">>,
          escalus_tcp,<0.25953.2>,
          [{event_manager,<0.25930.2>},
           {server,<<"localhost">>},
           {username,
             <<"alicE_repeated_markers_produce_no_warnings_2961">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.25930.2>},
            {server,<<"localhost">>},
            {username,
              <<"alicE_repeated_markers_produce_no_warnings_2961">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_repeated_markers_produce_no_warnings_2961">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_repeated_markers_produce_no_warnings_2961">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"3f13fdda3f5d5008">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {smart_markers_SUITE,
       '-repeated_markers_produce_no_warnings/1-fun-1-',2,
       [{file,
          "/home/circleci/project/big_tests/tests/smart_markers_SUITE.erl"},
      ...

Report log

smart_markers_SUITE:regular:one2one:marker_for_thread_can_be_fetched
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alice_marker_for_thread_can_be_fetched_2956@localhost/res1">>,
          escalus_tcp,<0.25939.2>,
          [{event_manager,<0.25894.2>},
           {server,<<"localhost">>},
           {username,
             <<"alicE_marker_for_thread_can_be_fetched_2956">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.25894.2>},
            {server,<<"localhost">>},
            {username,
              <<"alicE_marker_for_thread_can_be_fetched_2956">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_marker_for_thread_can_be_fetched_2956">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_marker_for_thread_can_be_fetched_2956">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"833036d216f4770c">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {smart_markers_SUITE,'-marker_for_thread_can_be_fetched/1-fun-0-',2,
       [{file,
          "/home/circleci/project/big_tests/tests/smart_markers_SUITE.erl"},
        {line,208}]},
     {escalus_st...

Report log

smart_markers_SUITE:regular:one2one:marker_is_stored
{error,
  {{badmatch,
     {error,
       {connection_step_failed,
         {{escalus_session,authenticate},
          {client,<<"alicE_marker_is_stored_2958@localhost/res1">>,
            escalus_tcp,<0.25967.2>,undefined,
            [{event_client,
               [{event_manager,<0.25909.2>},
              {server,<<"localhost">>},
              {username,<<"alicE_marker_is_stored_2958">>},
              {resource,<<"res1">>}]},
             {resource,<<"res1">>},
             {username,<<"alicE_marker_is_stored_2958">>},
             {server,<<"localhost">>},
             {host,<<"localhost">>},
             {port,5222},
             {auth,{escalus_auth,auth_plain}},
             {wspath,undefined},
             {username,<<"alicE_marker_is_stored_2958">>},
             {server,<<"localhost">>},
             {password,<<"matygrysa">>},
             {stream_id,<<"5bee830c38a649a3">>}]},
          [{compression,[<<"zlib">>]},
           {starttls,true},
           {stream_management,true},
           {advanced_message_processing,true},
           {client_state_indication,false},
           {sasl_mechanisms,[<<"SCRAM-SHA-256">>,<<"PLAIN">>]},
           {caps,undefined}]},
         {timeout,auth_reply}}}},
   [{escalus_story,'-start_ready_clients/2-fun-0-',3,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,131}]},
    {lists,foldl,3,[{file,"lists.erl"},{line,1350}]},
    {escalus_story,start_ready_clie...

Report log

smart_markers_SUITE:regular:one2one:marker_after_timestamp_for_threadid_can_be_fetched
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alice_marker_after_timestamp_for_threadid_can_be_fetched_2960@localhost/res1">>,
          escalus_tcp,<0.25946.2>,
          [{event_manager,<0.25928.2>},
           {server,<<"localhost">>},
           {username,
             <<"alicE_marker_after_timestamp_for_threadid_can_be_fetched_2960">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.25928.2>},
            {server,<<"localhost">>},
            {username,
              <<"alicE_marker_after_timestamp_for_threadid_can_be_fetched_2960">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_marker_after_timestamp_for_threadid_can_be_fetched_2960">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_marker_after_timestamp_for_threadid_can_be_fetched_2960">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"09d79f8e0d76e991">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {smart_markers_SUITE,
       '-marker_after_timestamp_for_threadid_can_be_fetched/1-fun-0-',2,
       [{file,...

Report log

smart_markers_SUITE:regular:one2one:marker_after_timestamp_can_be_fetched
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"alice_marker_after_timestamp_can_be_fetched_2955@localhost/res1">>,
          escalus_tcp,<0.25936.2>,
          [{event_manager,<0.25887.2>},
           {server,<<"localhost">>},
           {username,
             <<"alicE_marker_after_timestamp_can_be_fetched_2955">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.25887.2>},
            {server,<<"localhost">>},
            {username,
              <<"alicE_marker_after_timestamp_can_be_fetched_2955">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,
             <<"alice_marker_after_timestamp_can_be_fetched_2955">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,
             <<"alicE_marker_after_timestamp_can_be_fetched_2955">>},
           {server,<<"localhost">>},
           {password,<<"matygrysa">>},
           {stream_id,<<"d66c284c5cbff660">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {smart_markers_SUITE,
       '-marker_after_timestamp_can_be_fetched/1-fun-0-',2,
       [{file,
          "/home/circleci/project/big_tests/tests/smart_markers_SUITE.erl"},
...

Report log

smart_markers_SUITE:regular:one2one:remove_markers_when_removed_user
{error,
  {{badrpc,
     {'EXIT',
       {timeout,
         {gen_server,call,
           ['wpool_pool-mongoose_wpool$rdbms$global$default-4',
            {sql_cmd,
              {sql_execute,auth_delete_user,
                [<<"localhost">>,
                 <<"bob_remove_markers_when_removed_user_2959">>]},
              -576459623467},
            60000]}}}},
   [{distributed_helper,rpc,
      [#{node => mongooseim@localhost},
       ejabberd_auth,remove_user,
       [{jid,<<"bob_remove_markers_when_removed_user_2959">>,
        <<"localhost">>,<<>>}]],
      [{file,
         "/home/circleci/project/big_tests/tests/distributed_helper.erl"},
       {line,117}]},
    {smart_markers_SUITE,'-remove_markers_when_removed_user/1-fun-2-',2,
      [{file,
         "/home/circleci/project/big_tests/tests/smart_markers_SUITE.erl"},
       {line,245}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1291}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1223}]}]}}

Report log

@mongoose-im
Copy link
Collaborator

mongoose-im commented Aug 11, 2022

small_tests_24 / small_tests / e18fbe7
Reports root / small


small_tests_25 / small_tests / e18fbe7
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / e18fbe7
Reports root/ big
OK: 3349 / Failed: 3 / User-skipped: 88 / Auto-skipped: 12

bosh_SUITE:essential_https:accept_higher_hold_value
{error,
  {{assertEqual,
     [{module,bosh_SUITE},
      {line,251},
      {expression,"get_bosh_sessions ( )"},
      {expected,[]},
      {value,
        [{bosh_session,<<"67a2941012e1ddc87984f940d79d567b0e5b4cf4">>,
           <8831.6076.0>}]}]},
   [{bosh_SUITE,accept_higher_hold_value,1,
      [{file,"/home/circleci/project/big_tests/tests/bosh_SUITE.erl"},
       {line,251}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log


ldap_mnesia_24 / ldap_mnesia / e18fbe7
Reports root/ big
OK: 1907 / Failed: 2 / User-skipped: 513 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / e18fbe7
Reports root/ big
OK: 3350 / Failed: 2 / User-skipped: 88 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


dynamic_domains_mysql_redis_25 / mysql_redis / e18fbe7
Reports root/ big
OK: 3346 / Failed: 1 / User-skipped: 105 / Auto-skipped: 0

muc_SUITE:hibernation:hibernated_room_can_be_queried_for_archive
{error,{{assertion_failed,assert,is_groupchat_message,
              [<<"Restorable message">>],
              undefined,"undefined"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {muc_SUITE,wait_for_mam_result,3,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4394}]},
     {muc_SUITE,'-hibernated_room_can_be_queried_for_archive/1-fun-0-',3,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4130}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {muc_SUITE,hibernated_room_can_be_queried_for_archive,1,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4126}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


ldap_mnesia_25 / ldap_mnesia / e18fbe7
Reports root/ big
OK: 1907 / Failed: 2 / User-skipped: 513 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / e18fbe7
Reports root/ big
OK: 3349 / Failed: 3 / User-skipped: 88 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

muc_SUITE:hibernation:hibernated_room_can_be_queried_for_archive
{error,{{assertion_failed,assert,is_groupchat_message,
              [<<"Restorable message">>],
              undefined,"undefined"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {muc_SUITE,wait_for_mam_result,3,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4394}]},
     {muc_SUITE,'-hibernated_room_can_be_queried_for_archive/1-fun-0-',3,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4130}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {muc_SUITE,hibernated_room_can_be_queried_for_archive,1,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4126}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


pgsql_mnesia_24 / pgsql_mnesia / e18fbe7
Reports root/ big
OK: 3724 / Failed: 2 / User-skipped: 97 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log


internal_mnesia_25 / internal_mnesia / e18fbe7
Reports root/ big
OK: 2042 / Failed: 0 / User-skipped: 392 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / e18fbe7
Reports root/ big
OK: 2338 / Failed: 0 / User-skipped: 387 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / e18fbe7
Reports root/ big
OK: 3724 / Failed: 2 / User-skipped: 97 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


mysql_redis_25 / mysql_redis / e18fbe7
Reports root/ big
OK: 3744 / Failed: 1 / User-skipped: 102 / Auto-skipped: 0

pep_SUITE:pep_tests:authorize_access_model
{error,{{badmatch,false},
    [{pubsub_tools,check_notification,2,
             [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
            {line,509}]},
     {pubsub_tools,receive_notification,3,
             [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
            {line,505}]},
     {pubsub_tools,receive_item_notification,4,
             [{file,"/home/circleci/project/big_tests/tests/pubsub_tools.erl"},
            {line,303}]},
     {pep_SUITE,'-authorize_access_model/1-fun-0-',2,
          [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"},
           {line,356}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


mssql_mnesia_25 / odbc_mssql_mnesia / e18fbe7
Reports root/ big
OK: 3723 / Failed: 3 / User-skipped: 97 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

muc_SUITE:hibernation:hibernated_room_can_be_queried_for_archive
{error,{{assertion_failed,assert,is_groupchat_message,
              [<<"Restorable message">>],
              undefined,"undefined"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {muc_SUITE,wait_for_mam_result,3,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4394}]},
     {muc_SUITE,'-hibernated_room_can_be_queried_for_archive/1-fun-0-',3,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4130}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {muc_SUITE,hibernated_room_can_be_queried_for_archive,1,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4126}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


riak_mnesia_24 / riak_mnesia / e18fbe7
Reports root/ big
OK: 2185 / Failed: 2 / User-skipped: 380 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{badrpc,{'EXIT',{aborted,{no_exists,vcard}}}},
    [{distributed_helper,rpc,
               [#{node => mongooseim@localhost},
                mnesia,dirty_write,
                [vcard,{vcard,1,<<"TEST">>}]],
               [{file,"/home/circleci/project/big_tests/tests/distributed_helper.erl"},
                {line,117}]},
     {mongooseimctl_helper,rpc_call,3,
                 [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_helper.erl"},
                {line,30}]},
     {graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,94}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

@mongoose-im
Copy link
Collaborator

mongoose-im commented Aug 11, 2022

small_tests_24 / small_tests / 629b86f
Reports root / small


small_tests_25 / small_tests / 629b86f
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 629b86f
Reports root/ big
OK: 3350 / Failed: 2 / User-skipped: 88 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log


ldap_mnesia_24 / ldap_mnesia / 629b86f
Reports root/ big
OK: 1907 / Failed: 2 / User-skipped: 513 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log


dynamic_domains_mysql_redis_25 / mysql_redis / 629b86f
Reports root/ big
OK: 3347 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 629b86f
Reports root/ big
OK: 3350 / Failed: 2 / User-skipped: 88 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


ldap_mnesia_25 / ldap_mnesia / 629b86f
Reports root/ big
OK: 1907 / Failed: 2 / User-skipped: 513 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 629b86f
Reports root/ big
OK: 3350 / Failed: 2 / User-skipped: 88 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


pgsql_mnesia_24 / pgsql_mnesia / 629b86f
Reports root/ big
OK: 3724 / Failed: 2 / User-skipped: 97 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log


internal_mnesia_25 / internal_mnesia / 629b86f
Reports root/ big
OK: 2042 / Failed: 0 / User-skipped: 392 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 629b86f
Reports root/ big
OK: 2338 / Failed: 0 / User-skipped: 387 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 629b86f
Reports root/ big
OK: 3724 / Failed: 2 / User-skipped: 97 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


mysql_redis_25 / mysql_redis / 629b86f
Reports root/ big
OK: 3733 / Failed: 0 / User-skipped: 102 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / 629b86f
Reports root/ big
OK: 3724 / Failed: 2 / User-skipped: 97 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


riak_mnesia_24 / riak_mnesia / 629b86f
Reports root/ big
OK: 2185 / Failed: 2 / User-skipped: 380 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

@mongoose-im
Copy link
Collaborator

mongoose-im commented Aug 12, 2022

small_tests_24 / small_tests / 73ce27e
Reports root / small


small_tests_25 / small_tests / 73ce27e
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 73ce27e
Reports root/ big
OK: 3350 / Failed: 2 / User-skipped: 88 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log


ldap_mnesia_24 / ldap_mnesia / 73ce27e
Reports root/ big
OK: 1907 / Failed: 2 / User-skipped: 513 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 73ce27e
Reports root/ big
OK: 3350 / Failed: 2 / User-skipped: 88 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


dynamic_domains_mysql_redis_25 / mysql_redis / 73ce27e
Reports root/ big
OK: 3347 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / 73ce27e
Reports root/ big
OK: 1907 / Failed: 2 / User-skipped: 513 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 73ce27e
Reports root/ big
OK: 3350 / Failed: 2 / User-skipped: 88 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


pgsql_mnesia_24 / pgsql_mnesia / 73ce27e
Reports root/ big
OK: 3724 / Failed: 2 / User-skipped: 97 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log


internal_mnesia_25 / internal_mnesia / 73ce27e
Reports root/ big
OK: 2042 / Failed: 0 / User-skipped: 392 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 73ce27e
Reports root/ big
OK: 2338 / Failed: 0 / User-skipped: 387 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 73ce27e
Reports root/ big
OK: 3724 / Failed: 2 / User-skipped: 97 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


mysql_redis_25 / mysql_redis / 73ce27e
Reports root/ big
OK: 3754 / Failed: 3 / User-skipped: 102 / Auto-skipped: 0

pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription
{error,
  {{badmatch,
     [{xmlel,<<"message">>,
        [{<<"from">>,
        <<"alice_unsubscribe_after_presence_unsubscription_2183@localhost">>},
         {<<"to">>,
        <<"bob_unsubscribe_after_presence_unsubscription_2183@localhost/res1">>},
         {<<"type">>,<<"headline">>}],
        [{xmlel,<<"event">>,
           [{<<"xmlns">>,
           <<"http://jabber.org/protocol/pubsub#event">>}],
           [{xmlel,<<"items">>,
            [{<<"node">>,<<"CgeAttqWmQqtKuxh6hP0dQ==">>}],
            [{xmlel,<<"item">>,
               [{<<"id">>,<<"salmon">>}],
               [{xmlel,<<"entry">>,
                  [{<<"xmlns">>,
                  <<"http://www.w3.org/2005/Atom">>}],
                  []}]}]}]},
         {xmlel,<<"headers">>,
           [{<<"xmlns">>,<<"http://jabber.org/protocol/shim">>}],
           []}]}]},
   [{pep_SUITE,'-unsubscribe_after_presence_unsubscription/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"},
       {line,384}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1291}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1223}]}]}}

Report log

pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription
{error,
  {{badmatch,
     [{xmlel,<<"message">>,
        [{<<"from">>,
        <<"alice_unsubscribe_after_presence_unsubscription_2194@localhost">>},
         {<<"to">>,
        <<"bob_unsubscribe_after_presence_unsubscription_2194@localhost/res1">>},
         {<<"type">>,<<"headline">>}],
        [{xmlel,<<"event">>,
           [{<<"xmlns">>,
           <<"http://jabber.org/protocol/pubsub#event">>}],
           [{xmlel,<<"items">>,
            [{<<"node">>,<<"EOl7lIRiwIHcRJ9+nc3Nrw==">>}],
            [{xmlel,<<"item">>,
               [{<<"id">>,<<"salmon">>}],
               [{xmlel,<<"entry">>,
                  [{<<"xmlns">>,
                  <<"http://www.w3.org/2005/Atom">>}],
                  []}]}]}]},
         {xmlel,<<"headers">>,
           [{<<"xmlns">>,<<"http://jabber.org/protocol/shim">>}],
           []}]}]},
   [{pep_SUITE,'-unsubscribe_after_presence_unsubscription/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"},
       {line,384}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1291}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1223}]}]}}

Report log

pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription
{error,
  {{badmatch,
     [{xmlel,<<"message">>,
        [{<<"from">>,
        <<"alice_unsubscribe_after_presence_unsubscription_2207@localhost">>},
         {<<"to">>,
        <<"bob_unsubscribe_after_presence_unsubscription_2207@localhost/res1">>},
         {<<"type">>,<<"headline">>}],
        [{xmlel,<<"event">>,
           [{<<"xmlns">>,
           <<"http://jabber.org/protocol/pubsub#event">>}],
           [{xmlel,<<"items">>,
            [{<<"node">>,<<"Sav9q91X3/SLUnDuNaZPow==">>}],
            [{xmlel,<<"item">>,
               [{<<"id">>,<<"salmon">>}],
               [{xmlel,<<"entry">>,
                  [{<<"xmlns">>,
                  <<"http://www.w3.org/2005/Atom">>}],
                  []}]}]}]},
         {xmlel,<<"headers">>,
           [{<<"xmlns">>,<<"http://jabber.org/protocol/shim">>}],
           []}]}]},
   [{pep_SUITE,'-unsubscribe_after_presence_unsubscription/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"},
       {line,384}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1291}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1223}]}]}}

Report log


mssql_mnesia_25 / odbc_mssql_mnesia / 73ce27e
Reports root/ big
OK: 3724 / Failed: 2 / User-skipped: 97 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


riak_mnesia_24 / riak_mnesia / 73ce27e
Reports root/ big
OK: 2185 / Failed: 2 / User-skipped: 380 / Auto-skipped: 12

graphql_mnesia_SUITE:admin_mnesia_cli:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

graphql_mnesia_SUITE:admin_mnesia_http:backup_and_restore_test
{error,{{assert,[{module,graphql_mnesia_SUITE},
         {line,105},
         {expression,"is_record_in_a_vcard_table ( )"},
         {expected,true},
         {value,false}]},
    [{graphql_mnesia_SUITE,backup_and_restore_test,1,
                 [{file,"/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
                {line,105}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

@mongoose-im
Copy link
Collaborator

mongoose-im commented Aug 12, 2022

small_tests_24 / small_tests / 095d5e3
Reports root / small


small_tests_25 / small_tests / 095d5e3
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 095d5e3
Reports root/ big
OK: 3364 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 095d5e3
Reports root/ big
OK: 1921 / Failed: 0 / User-skipped: 513 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 095d5e3
Reports root/ big
OK: 3364 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / 095d5e3
Reports root/ big
OK: 3347 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / 095d5e3
Reports root/ big
OK: 1921 / Failed: 0 / User-skipped: 513 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 095d5e3
Reports root/ big
OK: 3364 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 095d5e3
Reports root/ big
OK: 3738 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


internal_mnesia_25 / internal_mnesia / 095d5e3
Reports root/ big
OK: 2042 / Failed: 0 / User-skipped: 392 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 095d5e3
Reports root/ big
OK: 3738 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 095d5e3
Reports root/ big
OK: 2338 / Failed: 0 / User-skipped: 387 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / 095d5e3
Reports root/ big
OK: 3733 / Failed: 0 / User-skipped: 102 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / 095d5e3
Reports root/ big
OK: 3737 / Failed: 1 / User-skipped: 97 / Auto-skipped: 0

muc_SUITE:hibernation:hibernated_room_can_be_queried_for_archive
{error,{{assertion_failed,assert,is_groupchat_message,
              [<<"Restorable message">>],
              undefined,"undefined"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {muc_SUITE,wait_for_mam_result,3,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4394}]},
     {muc_SUITE,'-hibernated_room_can_be_queried_for_archive/1-fun-0-',3,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4130}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {muc_SUITE,hibernated_room_can_be_queried_for_archive,1,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4126}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


riak_mnesia_24 / riak_mnesia / 095d5e3
Reports root/ big
OK: 2199 / Failed: 0 / User-skipped: 380 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / 095d5e3
Reports root/ big
OK: 3738 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0

@mongoose-im
Copy link
Collaborator

mongoose-im commented Aug 12, 2022

small_tests_24 / small_tests / f921e51
Reports root / small


small_tests_25 / small_tests / f921e51
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / f921e51
Reports root/ big
OK: 3372 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / f921e51
Reports root/ big
OK: 1929 / Failed: 0 / User-skipped: 513 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / f921e51
Reports root/ big
OK: 3371 / Failed: 1 / User-skipped: 88 / Auto-skipped: 0

muc_SUITE:hibernation:hibernated_room_can_be_queried_for_archive
{error,{{assertion_failed,assert,is_groupchat_message,
              [<<"Restorable message">>],
              undefined,"undefined"},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {muc_SUITE,wait_for_mam_result,3,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4394}]},
     {muc_SUITE,'-hibernated_room_can_be_queried_for_archive/1-fun-0-',3,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4130}]},
     {escalus_story,story,4,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,72}]},
     {muc_SUITE,hibernated_room_can_be_queried_for_archive,1,
          [{file,"/home/circleci/project/big_tests/tests/muc_SUITE.erl"},
           {line,4126}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1223}]}]}}

Report log


pgsql_mnesia_24 / pgsql_mnesia / f921e51
Reports root/ big
OK: 3746 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / f921e51
Reports root/ big
OK: 3355 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / f921e51
Reports root/ big
OK: 1947 / Failed: 1 / User-skipped: 513 / Auto-skipped: 0

pubsub_SUITE:tree+basic:subscribe_options_deliver_option_test
{error,
  {{badmatch,
     [{xmlel,<<"message">>,
        [{<<"from">>,<<"pubsub.localhost">>},
         {<<"to">>,
        <<"bob_subscribe_options_deliver_option_test_1316@localhost/res1">>},
         {<<"type">>,<<"headline">>}],
        [{xmlel,<<"event">>,
           [{<<"xmlns">>,
           <<"http://jabber.org/protocol/pubsub#event">>}],
           [{xmlel,<<"items">>,
            [{<<"node">>,<<"princely_musings_yb.0UsuV3Ck=">>}],
            [{xmlel,<<"item">>,
               [{<<"id">>,<<"item1">>}],
               [{xmlel,<<"entry">>,
                  [{<<"xmlns">>,
                  <<"http://www.w3.org/2005/Atom">>}],
                  []}]}]}]},
         {xmlel,<<"headers">>,
           [{<<"xmlns">>,<<"http://jabber.org/protocol/shim">>}],
           []}]}]},
   [{pubsub_SUITE,'-subscribe_options_deliver_option_test/1-fun-0-',3,
      [{file,"/home/circleci/project/big_tests/tests/pubsub_SUITE.erl"},
       {line,479}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1291}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1223}]}]}}

Report log


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / f921e51
Reports root/ big
OK: 3372 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


internal_mnesia_25 / internal_mnesia / f921e51
Reports root/ big
OK: 2050 / Failed: 0 / User-skipped: 392 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / f921e51
Reports root/ big
OK: 2346 / Failed: 0 / User-skipped: 387 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / f921e51
Reports root/ big
OK: 3741 / Failed: 0 / User-skipped: 102 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / f921e51
Reports root/ big
OK: 3746 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / f921e51
Reports root/ big
OK: 2207 / Failed: 0 / User-skipped: 380 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / f921e51
Reports root/ big
OK: 3746 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0

@mongoose-im
Copy link
Collaborator

mongoose-im commented Aug 18, 2022

small_tests_24 / small_tests / 3496b04
Reports root / small


small_tests_25 / small_tests / 3496b04
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 3496b04
Reports root/ big
OK: 3539 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 3496b04
Reports root/ big
OK: 1935 / Failed: 0 / User-skipped: 520 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 3496b04
Reports root/ big
OK: 3539 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / 3496b04
Reports root/ big
OK: 3522 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / 3496b04
Reports root/ big
OK: 1935 / Failed: 0 / User-skipped: 520 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 3496b04
Reports root/ big
OK: 3539 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


internal_mnesia_25 / internal_mnesia / 3496b04
Reports root/ big
OK: 2056 / Failed: 0 / User-skipped: 399 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 3496b04
Reports root/ big
OK: 2395 / Failed: 1 / User-skipped: 394 / Auto-skipped: 0

bosh_SUITE:essential:accept_higher_hold_value
{error,
  {{assertEqual,
     [{module,bosh_SUITE},
      {line,251},
      {expression,"get_bosh_sessions ( )"},
      {expected,[]},
      {value,
        [{bosh_session,<<"469a14fa0216ce5d8ddc9d2dd763e3ac8e0336e0">>,
           <9155.5497.0>}]}]},
   [{bosh_SUITE,accept_higher_hold_value,1,
      [{file,"/home/circleci/project/big_tests/tests/bosh_SUITE.erl"},
       {line,251}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1291}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1223}]}]}}

Report log


pgsql_mnesia_24 / pgsql_mnesia / 3496b04
Reports root/ big
OK: 3913 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 3496b04
Reports root/ big
OK: 3913 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / 3496b04
Reports root/ big
OK: 3919 / Failed: 1 / User-skipped: 102 / Auto-skipped: 0

pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription
{error,
  {{badmatch,
     [{xmlel,<<"message">>,
        [{<<"from">>,
        <<"alice_unsubscribe_after_presence_unsubscription_2238@localhost">>},
         {<<"to">>,
        <<"bob_unsubscribe_after_presence_unsubscription_2238@localhost/res1">>},
         {<<"type">>,<<"headline">>}],
        [{xmlel,<<"event">>,
           [{<<"xmlns">>,
           <<"http://jabber.org/protocol/pubsub#event">>}],
           [{xmlel,<<"items">>,
            [{<<"node">>,<<"jkua6Opvy+Z4LD9wWGVzJQ==">>}],
            [{xmlel,<<"item">>,
               [{<<"id">>,<<"salmon">>}],
               [{xmlel,<<"entry">>,
                  [{<<"xmlns">>,
                  <<"http://www.w3.org/2005/Atom">>}],
                  []}]}]}]},
         {xmlel,<<"headers">>,
           [{<<"xmlns">>,<<"http://jabber.org/protocol/shim">>}],
           []}]}]},
   [{pep_SUITE,'-unsubscribe_after_presence_unsubscription/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"},
       {line,384}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1291}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1223}]}]}}

Report log


mssql_mnesia_25 / odbc_mssql_mnesia / 3496b04
Reports root/ big
OK: 3913 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / 3496b04
Reports root/ big
OK: 2235 / Failed: 0 / User-skipped: 387 / Auto-skipped: 0

@mongoose-im
Copy link
Collaborator

mongoose-im commented Aug 18, 2022

small_tests_24 / small_tests / 1a2b6af
Reports root / small


small_tests_25 / small_tests / 1a2b6af
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 1a2b6af
Reports root/ big
OK: 3548 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 1a2b6af
Reports root/ big
OK: 1935 / Failed: 0 / User-skipped: 529 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 1a2b6af
Reports root/ big
OK: 3548 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / 1a2b6af
Reports root/ big
OK: 3531 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / 1a2b6af
Reports root/ big
OK: 1935 / Failed: 0 / User-skipped: 529 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 1a2b6af
Reports root/ big
OK: 3548 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


internal_mnesia_25 / internal_mnesia / 1a2b6af
Reports root/ big
OK: 2056 / Failed: 0 / User-skipped: 408 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 1a2b6af
Reports root/ big
OK: 3922 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 1a2b6af
Reports root/ big
OK: 2396 / Failed: 0 / User-skipped: 403 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 1a2b6af
Reports root/ big
OK: 3933 / Failed: 1 / User-skipped: 97 / Auto-skipped: 0

pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription
{error,
  {{badmatch,
     [{xmlel,<<"message">>,
        [{<<"from">>,
        <<"alice_unsubscribe_after_presence_unsubscription_2297@localhost">>},
         {<<"to">>,
        <<"bob_unsubscribe_after_presence_unsubscription_2297@localhost/res1">>},
         {<<"type">>,<<"headline">>}],
        [{xmlel,<<"event">>,
           [{<<"xmlns">>,
           <<"http://jabber.org/protocol/pubsub#event">>}],
           [{xmlel,<<"items">>,
            [{<<"node">>,<<"CaARa7cXqVx2tXEajrQzPw==">>}],
            [{xmlel,<<"item">>,
               [{<<"id">>,<<"salmon">>}],
               [{xmlel,<<"entry">>,
                  [{<<"xmlns">>,
                  <<"http://www.w3.org/2005/Atom">>}],
                  []}]}]}]},
         {xmlel,<<"headers">>,
           [{<<"xmlns">>,<<"http://jabber.org/protocol/shim">>}],
           []}]}]},
   [{pep_SUITE,'-unsubscribe_after_presence_unsubscription/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"},
       {line,384}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1291}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1223}]}]}}

Report log


mysql_redis_25 / mysql_redis / 1a2b6af
Reports root/ big
OK: 3917 / Failed: 0 / User-skipped: 102 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / 1a2b6af
Reports root/ big
OK: 3922 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / 1a2b6af
Reports root/ big
OK: 2235 / Failed: 0 / User-skipped: 396 / Auto-skipped: 0

@mongoose-im
Copy link
Collaborator

mongoose-im commented Aug 19, 2022

small_tests_24 / small_tests / 148938c
Reports root / small


small_tests_25 / small_tests / 148938c
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 148938c
Reports root/ big
OK: 3548 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / 148938c
Reports root/ big
OK: 3531 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 148938c
Reports root/ big
OK: 1934 / Failed: 1 / User-skipped: 529 / Auto-skipped: 0

bosh_SUITE:essential_https:accept_higher_hold_value
{error,
  {{assertEqual,
     [{module,bosh_SUITE},
      {line,251},
      {expression,"get_bosh_sessions ( )"},
      {expected,[]},
      {value,
        [{bosh_session,<<"6f49951991de9392974719b96d176d9c9950f92e">>,
           <8843.5395.0>}]}]},
   [{bosh_SUITE,accept_higher_hold_value,1,
      [{file,"/home/circleci/project/big_tests/tests/bosh_SUITE.erl"},
       {line,251}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1292}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1224}]}]}}

Report log


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 148938c
Reports root/ big
OK: 3548 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / 148938c
Reports root/ big
OK: 1935 / Failed: 0 / User-skipped: 529 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 148938c
Reports root/ big
OK: 3922 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 148938c
Reports root/ big
OK: 3547 / Failed: 1 / User-skipped: 88 / Auto-skipped: 0

graphql_account_SUITE:admin_account_cli:admin_remove_non_existing_user
{error,
  {function_clause,
    [{graphql_helper,get_error,
       [1,
        {{exit_status,1},
         "{\n  \"errors\" : [\n  {\n    \"path\" : [\n    \"account\",\n    \"removeUser\"\n    ],\n    \"message\" : \"User does not exist or you are not authorised properly\",\n    \"extensions\" : {\n    \"jid\" : \"{jid,<<\\\"unknown987\\\">>,<<\\\"unknown\\\">>,<<>>}\",\n    \"code\" : \"not_allowed\"\n    }\n  }\n  ],\n  \"data\" : {\n  \"account\" : {\n    \"removeUser\" : null\n  }\n  }\n}\n=ERROR REPORT==== 19-Aug-2022::05:14:24.292781 ===\n  reason: {error,not_allowed}\n  server: <<\"unknown\">>\n  user: <<\"unknown987\">>\n  what: backend_disallows_user_removal\n"}],
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,140}]},
     {graphql_helper,get_err_msg,2,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,138}]},
     {graphql_account_SUITE,admin_remove_non_existing_user,1,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_account_SUITE.erl"},
        {line,225}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1223}]}]}}

Report log


internal_mnesia_25 / internal_mnesia / 148938c
Reports root/ big
OK: 2056 / Failed: 0 / User-skipped: 408 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 148938c
Reports root/ big
OK: 2396 / Failed: 0 / User-skipped: 403 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 148938c
Reports root/ big
OK: 3922 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / 148938c
Reports root/ big
OK: 3917 / Failed: 0 / User-skipped: 102 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / 148938c
Reports root/ big
OK: 3921 / Failed: 1 / User-skipped: 97 / Auto-skipped: 0

push_integration_SUITE:pubsub_ful:pm_notifications_with_inbox:inbox_msg_unread_count_fcm
{error,
  {{assertMatch,
     [{module,push_integration_SUITE},
      {line,662},
      {expression,"Data"},
      {pattern,"# { << \"message-count\" >> := ExpectedCount }"},
      {value,
        #{<<"last-message-body">> => <<"Private message">>,
        <<"last-message-sender">> =>
          <<"alice_inbox_msg_unread_count_fcm_2564@localhost">>,
        <<"message-count">> => 1}}]},
   [{push_integration_SUITE,check_notification,2,
      [{file,
         "/home/circleci/project/big_tests/tests/push_integration_SUITE.erl"},
       {line,662}]},
    {push_integration_SUITE,'-inbox_msg_unread_count/3-fun-0-',6,
      [{file,
         "/home/circleci/project/big_tests/tests/push_integration_SUITE.erl"},
       {line,578}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1291}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1223}]}]}}

Report log


riak_mnesia_24 / riak_mnesia / 148938c
Reports root/ big
OK: 2235 / Failed: 0 / User-skipped: 396 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 148938c
Reports root/ big
OK: 1935 / Failed: 0 / User-skipped: 529 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 148938c
Reports root/ big
OK: 3547 / Failed: 1 / User-skipped: 88 / Auto-skipped: 0

inbox_extensions_SUITE:async_pools:one_to_one:mute_muted_entry_gets_unmuted
{error,
  {{assert,
     [{module,inbox_extensions_SUITE},
      {line,798},
      {expression,"escalus_pred : is_message ( Message )"},
      {expected,true},
      {value,false}]},
   [{inbox_extensions_SUITE,check_message_with_properties,4,
      [{file,
         "/home/circleci/project/big_tests/tests/inbox_extensions_SUITE.erl"},
       {line,798}]},
    {inbox_extensions_SUITE,set_inbox_properties,4,
      [{file,
         "/home/circleci/project/big_tests/tests/inbox_extensions_SUITE.erl"},
       {line,792}]},
    {inbox_extensions_SUITE,'-mute_muted_entry_gets_unmuted/1-fun-2-',2,
      [{file,
         "/home/circleci/project/big_tests/tests/inbox_extensions_SUITE.erl"},
       {line,568}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1291}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1223}]}]}}

Report log


mssql_mnesia_25 / odbc_mssql_mnesia / 148938c
Reports root/ big
OK: 3922 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 148938c
Reports root/ big
OK: 3556 / Failed: 1 / User-skipped: 88 / Auto-skipped: 0

disco_and_caps_SUITE:disco_with_caps:user_can_query_friend_resources
{error,{{assertion_failed,assert_many,false,[is_roster_set],[],[]},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {escalus_story,'-make_all_clients_friends/1-fun-0-',2,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,108}]},
     {escalus_utils,'-each_with_index/3-fun-0-',3,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"},
             {line,87}]},
     {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]},
     {escalus_utils,'-each_with_index/3-fun-0-',3,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"},
             {line,87}]},
     {lists,foldl,3,[{file,"lists.erl"},{line,1350}]},
     {escalus_utils,distinct_pairs,2,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"},
             {line,60}]},
     {escalus_story,make_all_clients_friends,1,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,106}]}]}}

Report log

@JanuszJakubiec JanuszJakubiec marked this pull request as ready for review August 19, 2022 06:47
@mongoose-im
Copy link
Collaborator

mongoose-im commented Aug 22, 2022

small_tests_24 / small_tests / 85c0fb7
Reports root / small


small_tests_25 / small_tests / 85c0fb7
Reports root / small


ldap_mnesia_24 / ldap_mnesia / 85c0fb7
Reports root/ big
OK: 1938 / Failed: 1 / User-skipped: 529 / Auto-skipped: 0

graphql_mnesia_SUITE:admin_mnesia_cli:set_master_test
{error,
  {function_clause,
    [{graphql_helper,arg_value_to_binary,
       [mongooseim@localhost],
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,56}]},
     {graphql_helper,encode_cli_arg,2,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,51}]},
     {lists,flatmap,2,[{file,"lists.erl"},{line,1254}]},
     {graphql_helper,execute_command,5,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,41}]},
     {graphql_mnesia_SUITE,set_master_test,1,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
        {line,222}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log


ldap_mnesia_25 / ldap_mnesia / 85c0fb7
Reports root/ big
OK: 1938 / Failed: 1 / User-skipped: 529 / Auto-skipped: 0

graphql_mnesia_SUITE:admin_mnesia_cli:set_master_test
{error,
  {function_clause,
    [{graphql_helper,arg_value_to_binary,
       [mongooseim@localhost],
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,56}]},
     {graphql_helper,encode_cli_arg,2,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,51}]},
     {lists,flatmap_1,2,[{file,"lists.erl"},{line,1335}]},
     {graphql_helper,execute_command,5,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,41}]},
     {graphql_mnesia_SUITE,set_master_test,1,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
        {line,222}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1223}]}]}}

Report log


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 85c0fb7
Reports root/ big
OK: 3535 / Failed: 17 / User-skipped: 88 / Auto-skipped: 0

graphql_roster_SUITE:domain_admin_roster:domain_admin_subscribe_to_all_no_permission
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_roster_SUITE:domain_admin_roster:domain_admin_subscribe_to_all
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_roster_SUITE:domain_admin_roster:domain_admin_subscribe_all_to_all_no_permission
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_roster_SUITE:domain_admin_roster:domain_admin_subscribe_all_to_all
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_stats_SUITE:domain_admin_stats:domain_admin_stats_global_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_stats_SUITE:domain_admin_stats:domain_admin_stats_domain_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_stats_SUITE:domain_admin_stats:domain_admin_stats_domain_no_permission_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:admin_mnesia_cli:set_master_test
{error,
  {function_clause,
    [{graphql_helper,arg_value_to_binary,
       [mongooseim@localhost],
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,56}]},
     {graphql_helper,encode_cli_arg,2,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,51}]},
     {lists,flatmap,2,[{file,"lists.erl"},{line,1254}]},
     {graphql_helper,execute_command,5,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,41}]},
     {graphql_mnesia_SUITE,set_master_test,1,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
        {line,222}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_dump_mnesia_table_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_dump_mnesia_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_backup_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_restore_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_load_mnesia_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_change_nodename_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_install_fallback_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_set_master_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_get_info_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log


dynamic_domains_mysql_redis_25 / mysql_redis / 85c0fb7
Reports root/ big
OK: 3518 / Failed: 17 / User-skipped: 105 / Auto-skipped: 0

graphql_roster_SUITE:domain_admin_roster:domain_admin_subscribe_to_all_no_permission
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_roster_SUITE:domain_admin_roster:domain_admin_subscribe_to_all
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_roster_SUITE:domain_admin_roster:domain_admin_subscribe_all_to_all_no_permission
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_roster_SUITE:domain_admin_roster:domain_admin_subscribe_all_to_all
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_stats_SUITE:domain_admin_stats:domain_admin_stats_global_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_stats_SUITE:domain_admin_stats:domain_admin_stats_domain_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_stats_SUITE:domain_admin_stats:domain_admin_stats_domain_no_permission_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:admin_mnesia_cli:set_master_test
{error,
  {function_clause,
    [{graphql_helper,arg_value_to_binary,
       [mongooseim@localhost],
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,56}]},
     {graphql_helper,encode_cli_arg,2,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,51}]},
     {lists,flatmap_1,2,[{file,"lists.erl"},{line,1335}]},
     {graphql_helper,execute_command,5,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,41}]},
     {graphql_mnesia_SUITE,set_master_test,1,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
        {line,222}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1223}]}]}}

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_dump_mnesia_table_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_dump_mnesia_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_backup_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_restore_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_load_mnesia_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_change_nodename_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_install_fallback_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_set_master_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_get_info_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 85c0fb7
Reports root/ big
OK: 3535 / Failed: 17 / User-skipped: 88 / Auto-skipped: 0

graphql_roster_SUITE:domain_admin_roster:domain_admin_subscribe_to_all_no_permission
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_roster_SUITE:domain_admin_roster:domain_admin_subscribe_to_all
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_roster_SUITE:domain_admin_roster:domain_admin_subscribe_all_to_all_no_permission
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_roster_SUITE:domain_admin_roster:domain_admin_subscribe_all_to_all
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_stats_SUITE:domain_admin_stats:domain_admin_stats_global_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_stats_SUITE:domain_admin_stats:domain_admin_stats_domain_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_stats_SUITE:domain_admin_stats:domain_admin_stats_domain_no_permission_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:admin_mnesia_cli:set_master_test
{error,
  {function_clause,
    [{graphql_helper,arg_value_to_binary,
       [mongooseim@localhost],
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,56}]},
     {graphql_helper,encode_cli_arg,2,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,51}]},
     {lists,flatmap_1,2,[{file,"lists.erl"},{line,1335}]},
     {graphql_helper,execute_command,5,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,41}]},
     {graphql_mnesia_SUITE,set_master_test,1,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
        {line,222}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1223}]}]}}

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_dump_mnesia_table_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_dump_mnesia_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_backup_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_restore_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_load_mnesia_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_change_nodename_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_install_fallback_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_set_master_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log

graphql_mnesia_SUITE:domain_admin_mnesia:domain_admin_get_info_test
{error,{{badmatch,#{<<"account">> =>
            #{commands =>
                #{<<"banUser">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"reason">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Ban an account: kick sessions and set a random password">>,
                    doc =>
                      <<"mutation ($reason: String!, $user: JID!) { account { banUser(reason: $reason, user: $user) { jid message } } }">>,
                    fields =>
                      [#{name => <<"jid">>},
                       #{name => <<"message">>}],
                    op_type => <<"mutation">>},
                <<"changeUserPassword">> =>
                  #{args =>
                      [#{kind => <<"SCALAR">>,
                       name => <<"newPassword">>,
                       type => <<"String">>,
                       wrap => [required]},
                       #{kind => <<"SCALAR">>,
                       name => <<"user">>,
                       type => <<"JID">>,
                       wrap => [required]}],
                    desc =>
                      <<"Change the password of a user">>,
                    doc =>
              ...

Report log


internal_mnesia_25 / internal_mnesia / 85c0fb7
Reports root/ big
OK: 2059 / Failed: 1 / User-skipped: 408 / Auto-skipped: 0

graphql_mnesia_SUITE:admin_mnesia_cli:set_master_test
{error,
  {function_clause,
    [{graphql_helper,arg_value_to_binary,
       [mongooseim@localhost],
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,56}]},
     {graphql_helper,encode_cli_arg,2,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,51}]},
     {lists,flatmap_1,2,[{file,"lists.erl"},{line,1335}]},
     {graphql_helper,execute_command,5,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,41}]},
     {graphql_mnesia_SUITE,set_master_test,1,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
        {line,222}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1223}]}]}}

Report log


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 85c0fb7
Reports root/ big
OK: 2399 / Failed: 1 / User-skipped: 403 / Auto-skipped: 0

graphql_mnesia_SUITE:admin_mnesia_cli:set_master_test
{error,
  {function_clause,
    [{graphql_helper,arg_value_to_binary,
       [mongooseim@localhost],
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,56}]},
     {graphql_helper,encode_cli_arg,2,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,51}]},
     {lists,flatmap_1,2,[{file,"lists.erl"},{line,1335}]},
     {graphql_helper,execute_command,5,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,41}]},
     {graphql_mnesia_SUITE,set_master_test,1,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
        {line,222}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1291}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1223}]}]}}

Report log


riak_mnesia_24 / riak_mnesia / 85c0fb7
Reports root/ big
OK: 2238 / Failed: 1 / User-skipped: 396 / Auto-skipped: 0

graphql_mnesia_SUITE:admin_mnesia_cli:set_master_test
{error,
  {function_clause,
    [{graphql_helper,arg_value_to_binary,
       [mongooseim@localhost],
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,56}]},
     {graphql_helper,encode_cli_arg,2,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,51}]},
     {lists,flatmap,2,[{file,"lists.erl"},{line,1254}]},
     {graphql_helper,execute_command,5,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_helper.erl"},
        {line,41}]},
     {graphql_mnesia_SUITE,set_master_test,1,
       [{file,
          "/home/circleci/project/big_tests/tests/graphql_mnesia_SUITE.erl"},
        {line,222}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
     {test_server,run_test_case_eval1,6,
       [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
       [{file,"test_server.erl"},{line,1224}]}]}}

Report log

@mongoose-im
Copy link
Collaborator

mongoose-im commented Aug 22, 2022

small_tests_24 / small_tests / 89f60bf
Reports root / small


small_tests_25 / small_tests / 89f60bf
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 89f60bf
Reports root/ big
OK: 3552 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 89f60bf
Reports root/ big
OK: 1939 / Failed: 0 / User-skipped: 529 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 89f60bf
Reports root/ big
OK: 3552 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / 89f60bf
Reports root/ big
OK: 3535 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / 89f60bf
Reports root/ big
OK: 1939 / Failed: 0 / User-skipped: 529 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 89f60bf
Reports root/ big
OK: 3926 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


internal_mnesia_25 / internal_mnesia / 89f60bf
Reports root/ big
OK: 2059 / Failed: 0 / User-skipped: 408 / Auto-skipped: 1


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 89f60bf
Reports root/ big
OK: 3552 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 89f60bf
Reports root/ big
OK: 2400 / Failed: 0 / User-skipped: 403 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 89f60bf
Reports root/ big
OK: 3926 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / 89f60bf
Reports root/ big
OK: 3921 / Failed: 0 / User-skipped: 102 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / 89f60bf
Reports root/ big
OK: 3937 / Failed: 1 / User-skipped: 97 / Auto-skipped: 0

pep_SUITE:pep_tests:publish_and_notify_test
{error,{{assertion_failed,assert_many,false,[is_presence],[],[]},
    [{escalus_new_assert,assert_true,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_new_assert.erl"},
                {line,84}]},
     {escalus_story,'-make_all_clients_friends/1-fun-0-',2,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,109}]},
     {escalus_utils,'-each_with_index/3-fun-0-',3,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"},
             {line,87}]},
     {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]},
     {escalus_utils,'-each_with_index/3-fun-0-',3,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"},
             {line,87}]},
     {lists,foldl,3,[{file,"lists.erl"},{line,1350}]},
     {escalus_utils,distinct_pairs,2,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_utils.erl"},
             {line,60}]},
     {escalus_story,make_all_clients_friends,1,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
             {line,106}]}]}}

Report log


riak_mnesia_24 / riak_mnesia / 89f60bf
Reports root/ big
OK: 2239 / Failed: 0 / User-skipped: 396 / Auto-skipped: 0


internal_mnesia_25 / internal_mnesia / 89f60bf
Reports root/ big
OK: 2060 / Failed: 0 / User-skipped: 408 / Auto-skipped: 0

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.

It looks good in general, but there are some comments, mostly minor.

One more question: why allow all as a key? Wouldn't it be more straightforward to e.g. ask for 'all' by default if the list of keys is not provided?

check_created_file(create_full_filename(Filename), <<"{mnesia_table_test,1,<<\"TEST\">>}">>).

dump_mnesia_table_file_error_test(Config) ->
Res = dump_mnesia_table(<<"">>, <<"vcard">>, Config),
Copy link
Member

Choose a reason for hiding this comment

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

Minor, style

Suggested change
Res = dump_mnesia_table(<<"">>, <<"vcard">>, Config),
Res = dump_mnesia_table(<<>>, <<"vcard">>, Config),

check_created_file(create_full_filename(Filename), <<"{mnesia_table_test,1,<<\"TEST\">>}">>).

dump_mnesia_file_error_test(Config) ->
Res = dump_mnesia(<<"">>, Config),
Copy link
Member

Choose a reason for hiding this comment

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

Minor, style

Suggested change
Res = dump_mnesia(<<"">>, Config),
Res = dump_mnesia(<<>>, Config),

delete_file(create_full_filename(Filename)).

backup_wrong_filename_test(Config) ->
Res = backup_mnesia(<<"">>, Config),
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
Res = backup_mnesia(<<"">>, Config),
Res = backup_mnesia(<<>>, Config),

?assertEqual(<<"wrong_filename">>, get_err_code(Res)).

restore_no_file_test(Config) ->
Res = restore_mnesia(<<"">>, Config),
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
Res = restore_mnesia(<<"">>, Config),
Res = restore_mnesia(<<>>, Config),

write_to_vcard() ->
rpc_call(mnesia, dirty_write, [vcard, #vcard{us = 1, vcard = <<"TEST">>}]).

is_record_in_a_table() ->
Copy link
Member

Choose a reason for hiding this comment

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

I would just call it is_record_in_table or is_record_in_the_table - in a table suggests that it can be any table.

Comment on lines 211 to 213
lists:foldl(fun(Val, Acc) ->
Acc ++ [{ok, convert_value(Val)}]
end, [], Value);
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
lists:foldl(fun(Val, Acc) ->
Acc ++ [{ok, convert_value(Val)}]
end, [], Value);
[{ok, convert_value(Item)} || Item <- Value];

set_master(node());
set_master(NodeString) when is_list(NodeString) ->
set_master(list_to_atom(NodeString));
set_master(NodeString) when is_binary(NodeString) ->
Copy link
Member

Choose a reason for hiding this comment

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

There is no binary in the spec. Do we need to support both a string and a binary?

Comment on lines 14 to 21
execute(_Ctx, mnesia, <<"info">>, #{<<"keys">> := Keys}) ->
ResultList = mnesia_api:mnesia_info(Keys),
{ok, lists:foldl(fun
({ok, _} = Result, Acc) ->
Acc ++ [Result];
({Error, Map}, Acc) ->
Acc ++ [make_error(Error, Map)]
end, [], ResultList)}.
Copy link
Member

Choose a reason for hiding this comment

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

The foldl could be replaced with a map, but actually I would do it like this for better readability:

Suggested change
execute(_Ctx, mnesia, <<"info">>, #{<<"keys">> := Keys}) ->
ResultList = mnesia_api:mnesia_info(Keys),
{ok, lists:foldl(fun
({ok, _} = Result, Acc) ->
Acc ++ [Result];
({Error, Map}, Acc) ->
Acc ++ [make_error(Error, Map)]
end, [], ResultList)}.
execute(_Ctx, mnesia, <<"info">>, #{<<"keys">> := Keys}) ->
ResultList = mnesia_api:mnesia_info(Keys),
{ok, lists:map(fun process_result/1, ResultList)}.
process_result({ok, _} = Result) -> Result;
process_result({Error, Map}) -> make_error(Error, Map).

However, just using lists:map would be fine for me as well.

Comment on lines 14 to 21
execute(_Ctx, mnesia, <<"setMaster">>, #{<<"node">> := Node}) ->
case mnesia_api:set_master(Node) of
{ok, _} -> {ok, "Master node set"};
{error, Reason} -> make_error({error, Reason}, #{node => Node})
end;
execute(_Ctx, mnesia, <<"backup">>, #{<<"path">> := Path}) ->
case mnesia_api:backup_mnesia(binary_to_list(Path)) of
{ok, _} -> {ok, "Mnesia was successfully backuped"};
Copy link
Member

Choose a reason for hiding this comment

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

Maybe "Mnesia backup was successfully created"?

<<"toString">> := ToString, <<"source">> := Source, <<"target">> := Target}) ->
case mnesia_api:mnesia_change_nodename(binary_to_list(FromString), binary_to_list(ToString),
binary_to_list(Source), binary_to_list(Target)) of
{ok, _} -> {ok, "Name of the node was successfully changed"};
Copy link
Member

Choose a reason for hiding this comment

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

Let's not give the false impression of renaming the running node:

Suggested change
{ok, _} -> {ok, "Name of the node was successfully changed"};
{ok, _} -> {ok, "Name of the node in the backup was successfully changed"};

@mongoose-im
Copy link
Collaborator

mongoose-im commented Aug 22, 2022

small_tests_24 / small_tests / b311328
Reports root / small


small_tests_25 / small_tests / b311328
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / b311328
Reports root/ big
OK: 3554 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / b311328
Reports root/ big
OK: 1941 / Failed: 0 / User-skipped: 529 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / b311328
Reports root/ big
OK: 3537 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / b311328
Reports root/ big
OK: 3554 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / b311328
Reports root/ big
OK: 1941 / Failed: 0 / User-skipped: 529 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / b311328
Reports root/ big
OK: 3554 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / b311328
Reports root/ big
OK: 3928 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


internal_mnesia_25 / internal_mnesia / b311328
Reports root/ big
OK: 2062 / Failed: 0 / User-skipped: 408 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / b311328
Reports root/ big
OK: 2402 / Failed: 0 / User-skipped: 403 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / b311328
Reports root/ big
OK: 3928 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / b311328
Reports root/ big
OK: 3923 / Failed: 0 / User-skipped: 102 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / b311328
Reports root/ big
OK: 3939 / Failed: 1 / User-skipped: 97 / Auto-skipped: 0

pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription
{error,
  {{badmatch,
     [{xmlel,<<"message">>,
        [{<<"from">>,
        <<"alice_unsubscribe_after_presence_unsubscription_2313@localhost">>},
         {<<"to">>,
        <<"bob_unsubscribe_after_presence_unsubscription_2313@localhost/res1">>},
         {<<"type">>,<<"headline">>}],
        [{xmlel,<<"event">>,
           [{<<"xmlns">>,
           <<"http://jabber.org/protocol/pubsub#event">>}],
           [{xmlel,<<"items">>,
            [{<<"node">>,<<"QcONlp9Mkqarhvr88CgP/A==">>}],
            [{xmlel,<<"item">>,
               [{<<"id">>,<<"salmon">>}],
               [{xmlel,<<"entry">>,
                  [{<<"xmlns">>,
                  <<"http://www.w3.org/2005/Atom">>}],
                  []}]}]}]},
         {xmlel,<<"headers">>,
           [{<<"xmlns">>,<<"http://jabber.org/protocol/shim">>}],
           []}]}]},
   [{pep_SUITE,'-unsubscribe_after_presence_unsubscription/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"},
       {line,384}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1291}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1223}]}]}}

Report log


riak_mnesia_24 / riak_mnesia / b311328
Reports root/ big
OK: 2241 / Failed: 0 / User-skipped: 396 / Auto-skipped: 0

@mongoose-im
Copy link
Collaborator

mongoose-im commented Aug 22, 2022

dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 0874407
Reports root


ldap_mnesia_24 / ldap_mnesia / 0874407
Reports root


pgsql_mnesia_24 / pgsql_mnesia / 0874407
Reports root


riak_mnesia_24 / riak_mnesia / 0874407
Reports root


pgsql_mnesia_25 / pgsql_mnesia / 0874407
Reports root


ldap_mnesia_25 / ldap_mnesia / 0874407
Reports root


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 0874407
Reports root


internal_mnesia_25 / internal_mnesia / 0874407
Reports root


dynamic_domains_mysql_redis_25 / mysql_redis / 0874407
Reports root


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 0874407
Reports root


mssql_mnesia_25 / odbc_mssql_mnesia / 0874407
Reports root


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 0874407
Reports root


mysql_redis_25 / mysql_redis / 0874407
Reports root


small_tests_24 / small_tests / 0874407
Reports root / small


small_tests_25 / small_tests / 0874407
Reports root / small

@mongoose-im
Copy link
Collaborator

mongoose-im commented Aug 22, 2022

small_tests_24 / small_tests / 6c4aa15
Reports root / small


small_tests_25 / small_tests / 6c4aa15
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 6c4aa15
Reports root/ big
OK: 3554 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 6c4aa15
Reports root/ big
OK: 1941 / Failed: 0 / User-skipped: 529 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 6c4aa15
Reports root/ big
OK: 3554 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / 6c4aa15
Reports root/ big
OK: 3537 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 6c4aa15
Reports root/ big
OK: 3554 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 6c4aa15
Reports root/ big
OK: 3928 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / 6c4aa15
Reports root/ big
OK: 1941 / Failed: 0 / User-skipped: 529 / Auto-skipped: 0


internal_mnesia_25 / internal_mnesia / 6c4aa15
Reports root/ big
OK: 2062 / Failed: 0 / User-skipped: 408 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 6c4aa15
Reports root/ big
OK: 2402 / Failed: 0 / User-skipped: 403 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 6c4aa15
Reports root/ big
OK: 3928 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / 6c4aa15
Reports root/ big
OK: 3923 / Failed: 0 / User-skipped: 102 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / 6c4aa15
Reports root/ big
OK: 2241 / Failed: 0 / User-skipped: 396 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / 6c4aa15
Reports root/ big
OK: 3928 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0

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, I just added one comment.

priv/graphql/schemas/admin/mnesia.gql Outdated Show resolved Hide resolved
@mongoose-im
Copy link
Collaborator

mongoose-im commented Aug 23, 2022

small_tests_24 / small_tests / fb3bf4d
Reports root / small


small_tests_25 / small_tests / fb3bf4d
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / fb3bf4d
Reports root/ big
OK: 3554 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / fb3bf4d
Reports root/ big
OK: 1941 / Failed: 0 / User-skipped: 529 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / fb3bf4d
Reports root/ big
OK: 3537 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / fb3bf4d
Reports root/ big
OK: 1941 / Failed: 0 / User-skipped: 529 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / fb3bf4d
Reports root/ big
OK: 3554 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


internal_mnesia_25 / internal_mnesia / fb3bf4d
Reports root/ big
OK: 2062 / Failed: 0 / User-skipped: 408 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / fb3bf4d
Reports root/ big
OK: 3554 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / fb3bf4d
Reports root/ big
OK: 2402 / Failed: 0 / User-skipped: 403 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / fb3bf4d
Reports root/ big
OK: 3926 / Failed: 2 / User-skipped: 97 / Auto-skipped: 0

mam_SUITE:rdbms_async_pool_impl_specific:end_per_group
{error,
 {{badrpc,
   {'EXIT',
  {{start_child_failed,
    {error,
     {{shutdown,
     {failed_to_start_child,pm_mam_async_pool_localhost,
      {shutdown,
       {failed_to_start_child,
      'wpool_pool-pm_mam_async_pool_localhost-process-sup',
      {shutdown,
       {failed_to_start_child,
        'wpool_pool-pm_mam_async_pool_localhost-1',
        {already_started,<8843.20421.1>}}}}}}},
    {child,undefined,pm_mam_sup_async_pool_localhost,
     {mongoose_async_pools,start_link,
      [<<"localhost">>,pm_mam,
       #{batch_name => insert_mam_messages30,batch_size => 30,
       enabled => true,
       flush_callback => fun mod_mam_rdbms_arch_async:flush/2,
       flush_extra =>
        #{batch_name => insert_mam_messages30,batch_size => 30,
        enabled => true,flush_interval => 2000,pool_size => 16},
       flush_interval => 2000,pool_size => 16,pool_type => batch}]},
     transient,false,infinity,supervisor,
     [mongoose_async_pools]}}},
    #{id => pm_mam_sup_async_pool_localhost,restart => transient,
    start =>
     {mongoose_async_pools,start_link,
      [<<"localhost">>,pm_mam,
       #{batch_name => insert_mam_messages30,batch_size => 30,
       enabled => true,
       flush_callback => fun mod_mam_rdbms_arch_async:flush/2,
       flush_extra =>
        #{batch_name => insert_mam_messages30,batch_size => 30,
        enabled => true,flush_interval => 2000,pool_size => 16},
       flush_interval => 2000,pool_size => 16,pool_type => batch}]},
    type => supe...

Report log

mam_SUITE:rdbms_async_pool_disabled_complex_queries:mam04:pagination_simple_enforced
{error,{{badmatch,[]},
    [{mam_SUITE,'-pagination_simple_enforced/1-fun-0-',3,
          [{file,"/home/circleci/project/big_tests/tests/mam_SUITE.erl"},
           {line,1279}]},
     {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,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log

mam_SUITE:rdbms_async_pool_disabled_retraction:mam06:retract_message
{error,{{archive_size,1,[{times,200,0}]},
    [{mongoose_helper,do_wait_until,2,
              [{file,"/home/circleci/project/big_tests/tests/mongoose_helper.erl"},
               {line,371}]},
     {mam_SUITE,'-test_retract_message/1-fun-0-',4,
          [{file,"/home/circleci/project/big_tests/tests/mam_SUITE.erl"},
           {line,1782}]},
     {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,1783}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1292}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1224}]}]}}

Report log


pgsql_mnesia_25 / pgsql_mnesia / fb3bf4d
Reports root/ big
OK: 3928 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / fb3bf4d
Reports root/ big
OK: 3934 / Failed: 1 / User-skipped: 102 / Auto-skipped: 0

pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription
{error,
  {{badmatch,
     [{xmlel,<<"message">>,
        [{<<"from">>,
        <<"alice_unsubscribe_after_presence_unsubscription_2214@localhost">>},
         {<<"to">>,
        <<"bob_unsubscribe_after_presence_unsubscription_2214@localhost/res1">>},
         {<<"type">>,<<"headline">>}],
        [{xmlel,<<"event">>,
           [{<<"xmlns">>,
           <<"http://jabber.org/protocol/pubsub#event">>}],
           [{xmlel,<<"items">>,
            [{<<"node">>,<<"rSzpSBEeilINKGCMei64lA==">>}],
            [{xmlel,<<"item">>,
               [{<<"id">>,<<"salmon">>}],
               [{xmlel,<<"entry">>,
                  [{<<"xmlns">>,
                  <<"http://www.w3.org/2005/Atom">>}],
                  []}]}]}]},
         {xmlel,<<"headers">>,
           [{<<"xmlns">>,<<"http://jabber.org/protocol/shim">>}],
           []}]}]},
   [{pep_SUITE,'-unsubscribe_after_presence_unsubscription/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"},
       {line,384}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1291}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1223}]}]}}

Report log


mssql_mnesia_25 / odbc_mssql_mnesia / fb3bf4d
Reports root/ big
OK: 3939 / Failed: 1 / User-skipped: 97 / Auto-skipped: 0

pep_SUITE:pep_tests:unsubscribe_after_presence_unsubscription
{error,
  {{badmatch,
     [{xmlel,<<"message">>,
        [{<<"from">>,
        <<"alice_unsubscribe_after_presence_unsubscription_2387@localhost">>},
         {<<"to">>,
        <<"bob_unsubscribe_after_presence_unsubscription_2387@localhost/res1">>},
         {<<"type">>,<<"headline">>}],
        [{xmlel,<<"event">>,
           [{<<"xmlns">>,
           <<"http://jabber.org/protocol/pubsub#event">>}],
           [{xmlel,<<"items">>,
            [{<<"node">>,<<"kGoI/hJg54Xn02Wf9xMufQ==">>}],
            [{xmlel,<<"item">>,
               [{<<"id">>,<<"salmon">>}],
               [{xmlel,<<"entry">>,
                  [{<<"xmlns">>,
                  <<"http://www.w3.org/2005/Atom">>}],
                  []}]}]}]},
         {xmlel,<<"headers">>,
           [{<<"xmlns">>,<<"http://jabber.org/protocol/shim">>}],
           []}]}]},
   [{pep_SUITE,'-unsubscribe_after_presence_unsubscription/1-fun-0-',2,
      [{file,"/home/circleci/project/big_tests/tests/pep_SUITE.erl"},
       {line,384}]},
    {escalus_story,story,4,
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_story.erl"},
       {line,72}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1782}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1291}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1223}]}]}}

Report log


riak_mnesia_24 / riak_mnesia / fb3bf4d
Reports root/ big
OK: 2241 / Failed: 0 / User-skipped: 396 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / fb3bf4d
Reports root/ big
OK: 3928 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0

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 👍

@chrzaszcz chrzaszcz merged commit 26701b0 into master Aug 23, 2022
@chrzaszcz chrzaszcz deleted the graphql-mnesia branch August 23, 2022 13:31
@chrzaszcz chrzaszcz added this to the 6.0.0 milestone Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants