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

Fix relative links in docs #4376

Merged
merged 2 commits into from
Sep 12, 2024
Merged

Fix relative links in docs #4376

merged 2 commits into from
Sep 12, 2024

Conversation

arcusfelis
Copy link
Contributor

@arcusfelis arcusfelis commented Sep 12, 2024

This PR addresses MIM-2055

Proposed changes include:

  • Fix paths
    *. Use md suffix

Fixes warnings like that:

INFO    -  Doc file 'migrations/6.0.0_6.1.0.md' contains an unrecognized relative link '../../configuration/shaper', it was left as is. Did you mean '../configuration/shaper.md'?
  • Why is it needed?
  • The old way is "fine". It is how it should look in the compiled version. Though, it what mkdocs should do during the compilation step. In the compiled version there is no "md" suffix.

@mongoose-im
Copy link
Collaborator

mongoose-im commented Sep 12, 2024

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


small_tests_26 / small_tests / d86b9f0
Reports root / small


small_tests_27 / small_tests / d86b9f0
Reports root / small


small_tests_27_arm64 / small_tests / d86b9f0
Reports root / small


dynamic_domains_mysql_redis_27 / mysql_redis / d86b9f0
Reports root/ big
OK: 4676 / Failed: 0 / User-skipped: 152 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / d86b9f0
Reports root/ big
OK: 2346 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / d86b9f0
Reports root/ big
OK: 4709 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


ldap_mnesia_27 / ldap_mnesia / d86b9f0
Reports root/ big
OK: 2346 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / d86b9f0
Reports root/ big
OK: 4709 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_27 / odbc_mssql_mnesia / d86b9f0
Reports root/ big
OK: 4706 / Failed: 0 / User-skipped: 122 / Auto-skipped: 0


pgsql_cets_27 / pgsql_cets / d86b9f0
Reports root/ big
OK: 4598 / Failed: 0 / User-skipped: 186 / Auto-skipped: 0


internal_mnesia_27 / internal_mnesia / d86b9f0
Reports root/ big
OK: 2488 / Failed: 0 / User-skipped: 768 / Auto-skipped: 0


mysql_redis_27 / mysql_redis / d86b9f0
Reports root/ big
OK: 5081 / Failed: 0 / User-skipped: 147 / Auto-skipped: 0


pgsql_mnesia_27 / pgsql_mnesia / d86b9f0
Reports root/ big
OK: 5100 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


mssql_mnesia_27 / odbc_mssql_mnesia / d86b9f0
Reports root/ big
OK: 5089 / Failed: 8 / User-skipped: 131 / Auto-skipped: 0

amp_big_SUITE:basic:drop_deliver_to_offline_user_test
{error,{{badrpc,timeout},
    [{escalus_rpc,call_with_cookie_match,
            [mongooseim@localhost,ejabberd_admin,register,
             [<<"bOb_drop_deliver_to_offline_user_test_108_drop_deliver_to_offline_user_test_123">>,
            <<"localhost">>,<<"makrolika">>],
             3000,mongooseim],
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"},
             {line,34}]},
     {lists,foreach_1,2,[{file,"lists.erl"},{line,2310}]},
     {escalus_ejabberd,create_users,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"},
              {line,211}]},
     {escalus_fresh,create_users,2,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_fresh.erl"},
             {line,62}]},
     {escalus_fresh,story,3,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_fresh.erl"},
             {line,27}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

amp_big_SUITE:basic:drop_deliver_to_offline_user_test
{error,{{badrpc,timeout},
    [{escalus_rpc,call_with_cookie_match,
            [mongooseim@localhost,ejabberd_admin,register,
             [<<"bOb_drop_deliver_to_offline_user_test_112_drop_deliver_to_offline_user_test_125">>,
            <<"localhost">>,<<"makrolika">>],
             3000,mongooseim],
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"},
             {line,34}]},
     {lists,foreach_1,2,[{file,"lists.erl"},{line,2310}]},
     {escalus_ejabberd,create_users,2,
               [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_ejabberd.erl"},
              {line,211}]},
     {escalus_fresh,create_users,2,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_fresh.erl"},
             {line,62}]},
     {escalus_fresh,story,3,
            [{file,"/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_fresh.erl"},
             {line,27}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_account_SUITE:admin_account_http:admin_register_user_limit_error
{error,
  {{badmap,null},
   [{erlang,map_get,
      [<<"message">>,null],
      [{error_info,#{module => erl_erts_errors}}]},
    {graphql_helper,get_value,2,
      [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
       {line,342}]},
    {graphql_account_SUITE,admin_register_user_limit_error,1,
      [{file,
         "/home/circleci/project/big_tests/tests/graphql_account_SUITE.erl"},
       {line,385}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1303}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

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

Report log

graphql_account_SUITE:domain_admin_account:admin_register_user_limit_error
{error,
  {{badmap,null},
   [{erlang,map_get,
      [<<"message">>,null],
      [{error_info,#{module => erl_erts_errors}}]},
    {graphql_helper,get_value,2,
      [{file,"/home/circleci/project/big_tests/tests/graphql_helper.erl"},
       {line,342}]},
    {graphql_account_SUITE,admin_register_user_limit_error,1,
      [{file,
         "/home/circleci/project/big_tests/tests/graphql_account_SUITE.erl"},
       {line,385}]},
    {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
    {test_server,run_test_case_eval1,6,
      [{file,"test_server.erl"},{line,1303}]},
    {test_server,run_test_case_eval,9,
      [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_last_SUITE:admin_http:admin_last_configured:admin_old_users:admin_list_old_users_domain
{error,{{badmatch,[#{<<"jid">> => <<"bob@localhost">>,
           <<"timestamp">> => <<"2024-09-12T11:10:26.000000Z">>},
           #{<<"jid">> =>
             <<"bob_drop_deliver_to_offline_user_test_108_drop_deliver_to_offline_user_test_123@localhost">>,
           <<"timestamp">> => null},
           #{<<"jid">> =>
             <<"bob_drop_deliver_to_offline_user_test_112_drop_deliver_to_offline_user_test_125@localhost">>,
           <<"timestamp">> => null}]},
    [{graphql_last_SUITE,admin_list_old_users_domain_story,3,
               [{file,"/home/circleci/project/big_tests/tests/graphql_last_SUITE.erl"},
                {line,388}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_last_SUITE:admin_http:admin_last_configured:admin_old_users:admin_list_old_users_global
{error,{{badmatch,[#{<<"jid">> => <<"[email protected]">>,
           <<"timestamp">> => <<"2024-09-12T11:10:26.000000Z">>},
           #{<<"jid">> => <<"bob@localhost">>,
           <<"timestamp">> => <<"2024-09-12T11:10:26.000000Z">>},
           #{<<"jid">> =>
             <<"bob_drop_deliver_to_offline_user_test_108_drop_deliver_to_offline_user_test_123@localhost">>,
           <<"timestamp">> => null},
           #{<<"jid">> =>
             <<"bob_drop_deliver_to_offline_user_test_112_drop_deliver_to_offline_user_test_125@localhost">>,
           <<"timestamp">> => null}]},
    [{graphql_last_SUITE,admin_list_old_users_global_story,4,
               [{file,"/home/circleci/project/big_tests/tests/graphql_last_SUITE.erl"},
                {line,412}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log

graphql_last_SUITE:admin_http:admin_last_configured:admin_old_users:admin_remove_old_users_domain
{error,{{badmatch,[#{<<"jid">> => <<"bob@localhost">>,
           <<"timestamp">> => <<"2024-09-12T11:10:27.000000Z">>},
           #{<<"jid">> =>
             <<"bob_drop_deliver_to_offline_user_test_108_drop_deliver_to_offline_user_test_123@localhost">>,
           <<"timestamp">> => null},
           #{<<"jid">> =>
             <<"bob_drop_deliver_to_offline_user_test_112_drop_deliver_to_offline_user_test_125@localhost">>,
           <<"timestamp">> => null}]},
    [{graphql_last_SUITE,admin_remove_old_users_domain_story,4,
               [{file,"/home/circleci/project/big_tests/tests/graphql_last_SUITE.erl"},
                {line,340}]},
     {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1794}]},
     {test_server,run_test_case_eval1,6,
            [{file,"test_server.erl"},{line,1303}]},
     {test_server,run_test_case_eval,9,
            [{file,"test_server.erl"},{line,1235}]}]}}

Report log


pgsql_mnesia_26 / pgsql_mnesia / d86b9f0
Reports root/ big
OK: 5100 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


mssql_mnesia_27 / odbc_mssql_mnesia / d86b9f0
Reports root/ big
OK: 5097 / Failed: 0 / User-skipped: 131 / Auto-skipped: 0

Copy link

codecov bot commented Sep 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.22%. Comparing base (3186e4f) to head (4d95cc1).
Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4376      +/-   ##
==========================================
+ Coverage   85.19%   85.22%   +0.03%     
==========================================
  Files         549      549              
  Lines       33808    33808              
==========================================
+ Hits        28803    28814      +11     
+ Misses       5005     4994      -11     

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

@mongoose-im
Copy link
Collaborator

mongoose-im commented Sep 12, 2024

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


small_tests_27 / small_tests / 511f660
Reports root / small


small_tests_26 / small_tests / 511f660
Reports root / small


small_tests_27_arm64 / small_tests / 511f660
Reports root / small


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

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

Report log

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

Report log


ldap_mnesia_27 / ldap_mnesia / 511f660
Reports root/ big
OK: 2346 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


dynamic_domains_mysql_redis_27 / mysql_redis / 511f660
Reports root/ big
OK: 4676 / Failed: 0 / User-skipped: 152 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / 511f660
Reports root/ big
OK: 4709 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


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

sm_SUITE:tcp_tests:parallel_unacknowledged_message_hook:unacknowledged_message_hook_filter
{error,
  {{get_c2s_state_name,
     {external_state,resume_session},
     [{times,1,
        {error,
          {badrpc,
            {'EXIT',
              {{shutdown,socket_closed},
               {sys,get_state,[<10259.154339.0>]}}}},
          [{distributed_helper,rpc,
             [#{node => mongooseim@localhost},
            sys,get_state,
            [<10259.154339.0>]],
             [{file,
              "/home/circleci/project/big_tests/../test/common/distributed_helper.erl"},
            {line,140}]},
           {mongoose_helper,get_c2s_state_name,1,
             [{file,
              "/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
            {line,591}]},
           {mongoose_helper,do_wait_until,2,
             [{file,
              "/home/circleci/project/big_tests/../test/common/mongoose_helper.erl"},
            {line,362}]},
           {sm_SUITE,unacknowledged_message_hook_filter,1,
             [{file,
              "/home/circleci/project/big_tests/tests/sm_SUITE.erl"},
            {line,832}]},
           {test_server,ts_tc,3,
             [{file,"test_server.erl"},{line,1793}]},
           {test_server,run_test_case_eval1,6,
             [{file,"test_server.erl"},{line,1302}]},
           {test_server,run_test_case_eval,9,
             [{file,"test_server.erl"},{line,1234}]}]}},
      {times,49,
        {error,
          {badrpc,
            {'EXIT',{noproc,{sys,get_state,[<10259.154339.0>]}}}},
          [{distributed_helper,rpc,
 ...

Report log


pgsql_cets_27 / pgsql_cets / 511f660
Reports root/ big
OK: 4598 / Failed: 0 / User-skipped: 186 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_27 / odbc_mssql_mnesia / 511f660
Reports root/ big
OK: 4706 / Failed: 0 / User-skipped: 122 / Auto-skipped: 0


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

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

Report log


mysql_redis_27 / mysql_redis / 511f660
Reports root/ big
OK: 5081 / Failed: 0 / User-skipped: 147 / Auto-skipped: 0


pgsql_mnesia_27 / pgsql_mnesia / 511f660
Reports root/ big
OK: 5100 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


mssql_mnesia_27 / odbc_mssql_mnesia / 511f660
Reports root/ big
OK: 5097 / Failed: 0 / User-skipped: 131 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 511f660
Reports root/ big
OK: 5100 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0

@mongoose-im
Copy link
Collaborator

mongoose-im commented Sep 12, 2024

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


small_tests_26 / small_tests / 4d95cc1
Reports root / small


small_tests_27 / small_tests / 4d95cc1
Reports root / small


small_tests_27_arm64 / small_tests / 4d95cc1
Reports root / small


internal_mnesia_27 / internal_mnesia / 4d95cc1
Reports root/ big

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

Report log

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

Report log

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

Report log

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

Report log

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

Report log

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

Report log

component_SUITE:hidden_components:init_per_group
{'EXIT',
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [mongoose_domain_core,<<"localhost">>],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]},
          {mongoose_domain_core,get_host_type,1,
            [{file,
               "/home/circleci/project/src/domain/mongoose_domain_core.erl"},
             {line,48}]},
          {ejabberd_auth,call_auth_modules_for_domain,3,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,533}]},
          {ejabberd_auth,does_user_exist,1,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,331}]},
          {ejabberd_auth,try_register,2,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,237}]},
          {mongoose_account_api,register_user,3,
            [{file,
               "/home/circleci/project/src/mongoose_account_api.erl"},
             {line,78}]},
          {ejabberd_admin,register,3,[]}]}}},
   [{escalus_rpc,call_with_cookie_match,
      [mongooseim@localhost,ejabberd_admin,register,
       [<<"alicE">>,<<"localhost">>,<<"matygrysa">>],
       3000,mongooseim],
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"},
       {line,34}]},
    {lists,foreach_1,2,[{file,"lists.erl"},{line,2310}]},
    {escalus_ejabberd,create_users,2,
      [{file,
 ...

Report log

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

Report log

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

Report log

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

Report log

extdisco_SUITE:extdisco_not_configured:external_services_discovery_not_supported
{error,
  {{badrpc,
     {'EXIT',
       {badarg,
         [{ets,lookup,
            [mongoose_domain_core,<<"localhost">>],
            [{error_info,
               #{cause => id,module => erl_stdlib_errors}}]},
          {mongoose_domain_core,get_host_type,1,
            [{file,
               "/home/circleci/project/src/domain/mongoose_domain_core.erl"},
             {line,48}]},
          {ejabberd_auth,call_auth_modules_for_domain,3,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,533}]},
          {ejabberd_auth,does_user_exist,1,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,331}]},
          {ejabberd_auth,try_register,2,
            [{file,
               "/home/circleci/project/src/auth/ejabberd_auth.erl"},
             {line,237}]},
          {mongoose_account_api,register_user,3,
            [{file,
               "/home/circleci/project/src/mongoose_account_api.erl"},
             {line,78}]},
          {ejabberd_admin,register,3,[]}]}}},
   [{escalus_rpc,call_with_cookie_match,
      [mongooseim@localhost,ejabberd_admin,register,
       [<<"alicE_external_services_discovery_not_supported_557">>,
      <<"localhost">>,<<"matygrysa">>],
       3000,mongooseim],
      [{file,
         "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_rpc.erl"},
       {line,34}]},
    {lists,foreach_1,2,[{file,"lists.erl"},{line,2310}]},
 ...

Report log

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

Report log

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

Report log

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

Report log

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

Report log

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

Report log

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

Report log

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

Report log

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

Report log

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

Report log

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

Report log

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

Report log

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

Report log

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

Report log

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

Report log

116 errors were truncated


ldap_mnesia_27 / ldap_mnesia / 4d95cc1
Reports root/ big
OK: 2346 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


ldap_mnesia_26 / ldap_mnesia / 4d95cc1
Reports root/ big
OK: 2346 / Failed: 0 / User-skipped: 910 / Auto-skipped: 0


dynamic_domains_mysql_redis_27 / mysql_redis / 4d95cc1
Reports root/ big
OK: 4676 / Failed: 0 / User-skipped: 152 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_27 / pgsql_mnesia / 4d95cc1
Reports root/ big
OK: 4709 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_27 / odbc_mssql_mnesia / 4d95cc1
Reports root/ big
OK: 4706 / Failed: 0 / User-skipped: 122 / Auto-skipped: 0


pgsql_cets_27 / pgsql_cets / 4d95cc1
Reports root/ big
OK: 4598 / Failed: 0 / User-skipped: 186 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_26 / pgsql_mnesia / 4d95cc1
Reports root/ big
OK: 4709 / Failed: 0 / User-skipped: 119 / Auto-skipped: 0


mysql_redis_27 / mysql_redis / 4d95cc1
Reports root/ big
OK: 5081 / Failed: 0 / User-skipped: 147 / Auto-skipped: 0


pgsql_mnesia_27 / pgsql_mnesia / 4d95cc1
Reports root/ big
OK: 5100 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


pgsql_mnesia_26 / pgsql_mnesia / 4d95cc1
Reports root/ big
OK: 5100 / Failed: 0 / User-skipped: 128 / Auto-skipped: 0


mssql_mnesia_27 / odbc_mssql_mnesia / 4d95cc1
Reports root/ big
OK: 5097 / Failed: 0 / User-skipped: 131 / Auto-skipped: 0


internal_mnesia_27 / internal_mnesia / 4d95cc1
Reports root/ big
OK: 2488 / Failed: 0 / User-skipped: 768 / Auto-skipped: 0

@arcusfelis arcusfelis marked this pull request as ready for review September 12, 2024 14:49
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 9c1cdf8 into master Sep 12, 2024
4 checks passed
@chrzaszcz chrzaszcz deleted the fix-mkdocs-links branch September 12, 2024 15:05
@jacekwegr jacekwegr added this to the 6.3.0 milestone Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants