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

Use the DomainName type in GraphQL #3856

Merged
merged 6 commits into from
Nov 18, 2022
Merged

Use the DomainName type in GraphQL #3856

merged 6 commits into from
Nov 18, 2022

Conversation

chrzaszcz
Copy link
Member

@chrzaszcz chrzaszcz commented Nov 15, 2022

The main goal is to use the DomainName instead of String for all fields containing XMPP doman names in the GraphQL schema. This ensures that the domain is string-prepped:

  • for the checks of @use and @protected directives.
  • for the API logic itself. Here we might have already existing stringprepping, which we could remove as we rework the individual API modules.

Appropriate tests are added with an "unprepped" domain, that starts with a capital letter.

Other changes

inbox_helper contained nested wait_until calls, which resulted in an almost never-ending loop of retries in case of a permanent failure. The checking logic is flattened to a single wait_until now.

@mongoose-im

This comment was marked as outdated.

@codecov
Copy link

codecov bot commented Nov 15, 2022

Codecov Report

Base: 83.14% // Head: 83.12% // Decreases project coverage by -0.02% ⚠️

Coverage data is based on head (b2007a7) compared to base (eec76fe).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3856      +/-   ##
==========================================
- Coverage   83.14%   83.12%   -0.03%     
==========================================
  Files         535      535              
  Lines       34145    34145              
==========================================
- Hits        28391    28383       -8     
- Misses       5754     5762       +8     
Impacted Files Coverage Δ
src/async_pools/mongoose_aggregator_worker.erl 63.33% <0.00%> (-5.01%) ⬇️
src/smart_markers/mod_smart_markers_rdbms.erl 91.66% <0.00%> (-3.34%) ⬇️
src/inbox/mod_inbox_rdbms_async.erl 70.58% <0.00%> (-2.95%) ⬇️
src/domain/service_domain_db.erl 83.33% <0.00%> (-2.09%) ⬇️
src/auth/ejabberd_auth.erl 83.75% <0.00%> (-1.53%) ⬇️
src/domain/mongoose_domain_loader.erl 89.28% <0.00%> (-0.90%) ⬇️
...c/global_distrib/mod_global_distrib_server_mgr.erl 77.01% <0.00%> (-0.58%) ⬇️
src/mod_muc_room.erl 78.68% <0.00%> (-0.06%) ⬇️
src/mod_muc_log.erl 62.82% <0.00%> (ø)
src/rdbms/mongoose_rdbms.erl 66.31% <0.00%> (+1.05%) ⬆️
... and 2 more

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@chrzaszcz chrzaszcz force-pushed the graphql-domain-name branch 2 times, most recently from adc90b3 to d7244e5 Compare November 15, 2022 17:12
@mongoose-im

This comment was marked as outdated.

@mongoose-im

This comment was marked as outdated.

@mongoose-im

This comment was marked as outdated.

@mongoose-im

This comment was marked as outdated.

@mongoose-im
Copy link
Collaborator

mongoose-im commented Nov 16, 2022

small_tests_24 / small_tests / a634845
Reports root / small


small_tests_25 / small_tests / a634845
Reports root / small


ldap_mnesia_24 / ldap_mnesia / a634845
Reports root/ big
OK: 2149 / Failed: 0 / User-skipped: 801 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / a634845
Reports root/ big
OK: 4067 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / a634845
Reports root/ big
OK: 2149 / Failed: 0 / User-skipped: 801 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / a634845
Reports root/ big
OK: 4067 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / a634845
Reports root/ big
OK: 4041 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / a634845
Reports root/ big
OK: 4066 / 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


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / a634845
Reports root/ big
OK: 2631 / Failed: 0 / User-skipped: 654 / Auto-skipped: 0


internal_mnesia_25 / internal_mnesia / a634845
Reports root/ big
OK: 2289 / Failed: 0 / User-skipped: 661 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / a634845
Reports root/ big
OK: 4441 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / a634845
Reports root/ big
OK: 4441 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / a634845
Reports root/ big
OK: 4427 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / a634845
Reports root/ big
OK: 4441 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / a634845
Reports root/ big
OK: 4067 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0

@chrzaszcz chrzaszcz marked this pull request as ready for review November 16, 2022 17:01
Copy link

@kamilwaz kamilwaz 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, just wondering if we should also change types for the following endpoints:

  • domainsByHostType - result type to [DomainName],
  • SessionAdminQuery,
  • domainStats.

@chrzaszcz chrzaszcz marked this pull request as draft November 17, 2022 11:37
@chrzaszcz
Copy link
Member Author

Looks good, just wondering if we should also change types for the following endpoints:

* `domainsByHostType` - result type to `[DomainName]`,

* `SessionAdminQuery`,

* `domainStats`.

Will do, I apparently made a mistake when grepping for items to change.

@mongoose-im
Copy link
Collaborator

mongoose-im commented Nov 17, 2022

riak_mnesia_24 / riak_mnesia / 63bf856
Reports root


small_tests_24 / small_tests / 63bf856
Reports root / small


small_tests_25 / small_tests / 63bf856
Reports root / small


ldap_mnesia_24 / ldap_mnesia / 63bf856
Reports root/ big
OK: 2149 / Failed: 2 / User-skipped: 802 / Auto-skipped: 0

graphql_stats_SUITE:admin_stats_http:admin_stats_domain_without_users_test
{error,{{assertMatch,[{module,graphql_stats_SUITE},
            {line,115},
            {expression,"Result"},
            {pattern,"# { << \"registeredUsers\" >> := 0 , << \"onlineUsers\" >> := 0 }"},
            {value,#{<<"onlineUsers">> => 0,
                 <<"registeredUsers">> => 1}}]},
    [{graphql_stats_SUITE,admin_stats_domain_without_users_test,2,
                [{file,"/home/circleci/project/big_tests/tests/graphql_stats_SUITE.erl"},
                 {line,115}]},
     {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

graphql_stats_SUITE:admin_stats_cli:admin_stats_domain_without_users_test
{error,{{assertMatch,[{module,graphql_stats_SUITE},
            {line,115},
            {expression,"Result"},
            {pattern,"# { << \"registeredUsers\" >> := 0 , << \"onlineUsers\" >> := 0 }"},
            {value,#{<<"onlineUsers">> => 0,
                 <<"registeredUsers">> => 1}}]},
    [{graphql_stats_SUITE,admin_stats_domain_without_users_test,2,
                [{file,"/home/circleci/project/big_tests/tests/graphql_stats_SUITE.erl"},
                 {line,115}]},
     {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_pgsql_mnesia_24 / pgsql_mnesia / 63bf856
Reports root/ big
OK: 4084 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / 63bf856
Reports root/ big
OK: 2149 / Failed: 2 / User-skipped: 802 / Auto-skipped: 0

graphql_stats_SUITE:admin_stats_http:admin_stats_domain_without_users_test
{error,{{assertMatch,[{module,graphql_stats_SUITE},
            {line,115},
            {expression,"Result"},
            {pattern,"# { << \"registeredUsers\" >> := 0 , << \"onlineUsers\" >> := 0 }"},
            {value,#{<<"onlineUsers">> => 0,
                 <<"registeredUsers">> => 1}}]},
    [{graphql_stats_SUITE,admin_stats_domain_without_users_test,2,
                [{file,"/home/circleci/project/big_tests/tests/graphql_stats_SUITE.erl"},
                 {line,115}]},
     {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

graphql_stats_SUITE:admin_stats_cli:admin_stats_domain_without_users_test
{error,{{assertMatch,[{module,graphql_stats_SUITE},
            {line,115},
            {expression,"Result"},
            {pattern,"# { << \"registeredUsers\" >> := 0 , << \"onlineUsers\" >> := 0 }"},
            {value,#{<<"onlineUsers">> => 0,
                 <<"registeredUsers">> => 1}}]},
    [{graphql_stats_SUITE,admin_stats_domain_without_users_test,2,
                [{file,"/home/circleci/project/big_tests/tests/graphql_stats_SUITE.erl"},
                 {line,115}]},
     {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_pgsql_mnesia_25 / pgsql_mnesia / 63bf856
Reports root/ big
OK: 4084 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / 63bf856
Reports root/ big
OK: 4058 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 63bf856
Reports root/ big
OK: 4084 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0

muc_light_http_api_SUITE:end_per_suite
{error,
 {{unregistering_failed,
   {amount,1},
   {unregistered_items,
  [{{<<"_send_message_to_room_2540">>,
     [{escalus_event_mgr,<0.11845.2>},
    {tc_name,send_message_to_room},
    {escalus_cleaner,<0.11844.2>},
    {watchdog,<0.11843.2>},
    {mim_data_dir,
     "/home/circleci/project/big_tests/tests/muc_light_http_api_SUITE_data"},
    {preset,"odbc_mssql_mnesia"},
    {tc_logfile,
     "https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3856/152776/odbc_mssql_mnesia.25.0.1/big/ct_run.test%4063b7f4a7df06.2022-11-17_17.48.24/big_tests.tests.muc_light_http_api_SUITE.logs/run.2022-11-17_18.01.43/muc_light_http_api_suite.send_message_to_room.190850.html"},
    {tc_group_properties,[{name,positive},parallel]},
    {tc_group_path,[]},
    {data_dir,
     "/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/muc_light_http_api_SUITE_data/"},
    {priv_dir,
     "https://circleci-mim-results.s3.eu-central-1.amazonaws.com/PR/3856/152776/odbc_mssql_mnesia.25.0.1/big/ct_run.test%4063b7f4a7df06.2022-11-17_17.48.24/big_tests.tests.muc_light_http_api_SUITE.logs/run.2022-11-17_18.01.43/log_private/"},
    {{saved_modules,mongooseim@localhost,<<"test type">>},
     #{mod_adhoc => #{iqdisc => one_queue,report_commands_node => false},
       mod_amp => #{},
       mod_bosh =>
      #{backend => mnesia,inactivity => 30,max_pause => 120,
        max_wait => infinity,server_acks => false},
       mod_cache_users =>
      #{number_of_segments => 5,strategy => fifo,time_to_live => 2},
       mod_carboncopy => #{iqdisc => no_queue},
       mod_disco =>
      #{extra_domains => []...

Report log


internal_mnesia_25 / internal_mnesia / 63bf856
Reports root/ big
OK: 2291 / Failed: 0 / User-skipped: 662 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 63bf856
Reports root/ big
OK: 2637 / Failed: 0 / User-skipped: 655 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 63bf856
Reports root/ big
OK: 4458 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 63bf856
Reports root/ big
OK: 4458 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / 63bf856
Reports root/ big
OK: 4444 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / 63bf856
Reports root/ big
OK: 4458 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / 63bf856
Reports root/ big
OK: 2149 / Failed: 2 / User-skipped: 802 / Auto-skipped: 0

graphql_stats_SUITE:admin_stats_http:admin_stats_domain_without_users_test
{error,{{assertMatch,[{module,graphql_stats_SUITE},
            {line,115},
            {expression,"Result"},
            {pattern,"# { << \"registeredUsers\" >> := 0 , << \"onlineUsers\" >> := 0 }"},
            {value,#{<<"onlineUsers">> => 0,
                 <<"registeredUsers">> => 1}}]},
    [{graphql_stats_SUITE,admin_stats_domain_without_users_test,2,
                [{file,"/home/circleci/project/big_tests/tests/graphql_stats_SUITE.erl"},
                 {line,115}]},
     {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

graphql_stats_SUITE:admin_stats_cli:admin_stats_domain_without_users_test
{error,{{assertMatch,[{module,graphql_stats_SUITE},
            {line,115},
            {expression,"Result"},
            {pattern,"# { << \"registeredUsers\" >> := 0 , << \"onlineUsers\" >> := 0 }"},
            {value,#{<<"onlineUsers">> => 0,
                 <<"registeredUsers">> => 1}}]},
    [{graphql_stats_SUITE,admin_stats_domain_without_users_test,2,
                [{file,"/home/circleci/project/big_tests/tests/graphql_stats_SUITE.erl"},
                 {line,115}]},
     {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


ldap_mnesia_24 / ldap_mnesia / 63bf856
Reports root/ big
OK: 2149 / Failed: 2 / User-skipped: 802 / Auto-skipped: 0

graphql_stats_SUITE:admin_stats_http:admin_stats_domain_without_users_test
{error,{{assertMatch,[{module,graphql_stats_SUITE},
            {line,115},
            {expression,"Result"},
            {pattern,"# { << \"registeredUsers\" >> := 0 , << \"onlineUsers\" >> := 0 }"},
            {value,#{<<"onlineUsers">> => 0,
                 <<"registeredUsers">> => 1}}]},
    [{graphql_stats_SUITE,admin_stats_domain_without_users_test,2,
                [{file,"/home/circleci/project/big_tests/tests/graphql_stats_SUITE.erl"},
                 {line,115}]},
     {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

graphql_stats_SUITE:admin_stats_cli:admin_stats_domain_without_users_test
{error,{{assertMatch,[{module,graphql_stats_SUITE},
            {line,115},
            {expression,"Result"},
            {pattern,"# { << \"registeredUsers\" >> := 0 , << \"onlineUsers\" >> := 0 }"},
            {value,#{<<"onlineUsers">> => 0,
                 <<"registeredUsers">> => 1}}]},
    [{graphql_stats_SUITE,admin_stats_domain_without_users_test,2,
                [{file,"/home/circleci/project/big_tests/tests/graphql_stats_SUITE.erl"},
                 {line,115}]},
     {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


riak_mnesia_24 / riak_mnesia / 63bf856
Reports root/ big
OK: 2481 / Failed: 0 / User-skipped: 641 / Auto-skipped: 0

@mongoose-im
Copy link
Collaborator

mongoose-im commented Nov 18, 2022

small_tests_24 / small_tests / aa8bbb4
Reports root / small


small_tests_25 / small_tests / aa8bbb4
Reports root / small


ldap_mnesia_24 / ldap_mnesia / aa8bbb4
Reports root/ big
OK: 2149 / Failed: 0 / User-skipped: 802 / Auto-skipped: 2


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / aa8bbb4
Reports root/ big
OK: 4082 / Failed: 0 / User-skipped: 88 / Auto-skipped: 2


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / aa8bbb4
Reports root/ big
OK: 4082 / Failed: 0 / User-skipped: 88 / Auto-skipped: 2


ldap_mnesia_25 / ldap_mnesia / aa8bbb4
Reports root/ big
OK: 2149 / Failed: 0 / User-skipped: 802 / Auto-skipped: 2


dynamic_domains_mysql_redis_25 / mysql_redis / aa8bbb4
Reports root/ big
OK: 4056 / Failed: 0 / User-skipped: 114 / Auto-skipped: 2


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


internal_mnesia_25 / internal_mnesia / aa8bbb4
Reports root/ big
OK: 2289 / Failed: 0 / User-skipped: 662 / Auto-skipped: 2


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / aa8bbb4
Reports root/ big
OK: 4082 / Failed: 0 / User-skipped: 88 / Auto-skipped: 2


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / aa8bbb4
Reports root/ big
OK: 2635 / Failed: 0 / User-skipped: 655 / Auto-skipped: 2


riak_mnesia_24 / riak_mnesia / aa8bbb4
Reports root/ big
OK: 2479 / Failed: 0 / User-skipped: 641 / Auto-skipped: 2


pgsql_mnesia_25 / pgsql_mnesia / aa8bbb4
Reports root/ big
OK: 4456 / Failed: 0 / User-skipped: 97 / Auto-skipped: 2


mysql_redis_25 / mysql_redis / aa8bbb4
Reports root/ big
OK: 4442 / Failed: 0 / User-skipped: 111 / Auto-skipped: 2


mssql_mnesia_25 / odbc_mssql_mnesia / aa8bbb4
Reports root/ big
OK: 4456 / Failed: 0 / User-skipped: 97 / Auto-skipped: 2

Also: add a test verifying that the stats are counted only for the
given domain, and not globally.
@mongoose-im
Copy link
Collaborator

mongoose-im commented Nov 18, 2022

small_tests_24 / small_tests / b2007a7
Reports root / small


small_tests_25 / small_tests / b2007a7
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / b2007a7
Reports root/ big
OK: 4084 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / b2007a7
Reports root/ big
OK: 2149 / Failed: 0 / User-skipped: 804 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / b2007a7
Reports root/ big
OK: 4084 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / b2007a7
Reports root/ big
OK: 4058 / Failed: 0 / User-skipped: 114 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / b2007a7
Reports root/ big
OK: 2149 / Failed: 0 / User-skipped: 804 / Auto-skipped: 0


internal_mnesia_25 / internal_mnesia / b2007a7
Reports root/ big
OK: 2291 / Failed: 0 / User-skipped: 662 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / b2007a7
Reports root/ big
OK: 4084 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / b2007a7
Reports root/ big
OK: 4458 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / b2007a7
Reports root/ big
OK: 2637 / Failed: 0 / User-skipped: 655 / Auto-skipped: 0


riak_mnesia_24 / riak_mnesia / b2007a7
Reports root/ big
OK: 2481 / Failed: 0 / User-skipped: 641 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / b2007a7
Reports root/ big
OK: 4458 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / b2007a7
Reports root/ big
OK: 4444 / Failed: 0 / User-skipped: 111 / Auto-skipped: 0


mssql_mnesia_25 / odbc_mssql_mnesia / b2007a7
Reports root/ big
OK: 4457 / 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


mssql_mnesia_25 / odbc_mssql_mnesia / b2007a7
Reports root/ big
OK: 4453 / Failed: 5 / User-skipped: 97 / Auto-skipped: 0

inbox_extensions_SUITE:regular:one_to_one:pagination:max_queries_can_fetch_ahead
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"bob_max_queries_can_fetch_ahead_1501@localhost/res1">>,
          escalus_tcp,<0.8339.1>,
          [{event_manager,<0.8329.1>},
           {server,<<"localhost">>},
           {username,<<"bOb_max_queries_can_fetch_ahead_1501">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8329.1>},
            {server,<<"localhost">>},
            {username,<<"bOb_max_queries_can_fetch_ahead_1501">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"bob_max_queries_can_fetch_ahead_1501">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"bOb_max_queries_can_fetch_ahead_1501">>},
           {server,<<"localhost">>},
           {password,<<"makrolika">>},
           {stream_id,<<"84b2cde14a1205fa">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl,3,[{file,"lists.erl"},{line,1350}]},
     {inbox_extensions_SUITE,'-max_queries_can_fetch_ahead/1-fun-0-',4,
       [{file,...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:can_paginate_forwards
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,<<"kate_can_paginate_forwards_1499@localhost/res1">>,
          escalus_tcp,<0.8342.1>,
          [{event_manager,<0.8315.1>},
           {server,<<"localhost">>},
           {username,<<"kate_can_paginate_forwards_1499">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8315.1>},
            {server,<<"localhost">>},
            {username,<<"kate_can_paginate_forwards_1499">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"kate_can_paginate_forwards_1499">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"kate_can_paginate_forwards_1499">>},
           {server,<<"localhost">>},
           {password,<<"makrowe;p">>},
           {stream_id,<<"71e921ebd082bc76">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]},
     {inbox_extensions_SUITE,'-can_paginate_forwards/1-fun-0-',4,
       [{file,
          "/home/circleci/project/big_t...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:max_queries_can_be_limited
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"kate_max_queries_can_be_limited_1500@localhost/res1">>,
          escalus_tcp,<0.8343.1>,
          [{event_manager,<0.8322.1>},
           {server,<<"localhost">>},
           {username,<<"kate_max_queries_can_be_limited_1500">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8322.1>},
            {server,<<"localhost">>},
            {username,<<"kate_max_queries_can_be_limited_1500">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"kate_max_queries_can_be_limited_1500">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"kate_max_queries_can_be_limited_1500">>},
           {server,<<"localhost">>},
           {password,<<"makrowe;p">>},
           {stream_id,<<"016f352f37bdb524">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]},
     {inbox_extensions_SUITE,'-max_queries_can_be_limited/1-fun-0-',4,
       [{file...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:pagination_overrides_form
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,
          <<"kate_pagination_overrides_form_1496@localhost/res1">>,
          escalus_tcp,<0.8341.1>,
          [{event_manager,<0.8294.1>},
           {server,<<"localhost">>},
           {username,<<"kate_pagination_overrides_form_1496">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8294.1>},
            {server,<<"localhost">>},
            {username,<<"kate_pagination_overrides_form_1496">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"kate_pagination_overrides_form_1496">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"kate_pagination_overrides_form_1496">>},
           {server,<<"localhost">>},
           {password,<<"makrowe;p">>},
           {stream_id,<<"abf905e9c68eae11">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]},
     {inbox_extensions_SUITE,'-pagination_overrides_form/1-fun-0-',4,
       [{file,
    ...

Report log

inbox_extensions_SUITE:regular:one_to_one:pagination:can_paginate_backwards
{error,
  {timeout_when_waiting_for_stanza,
    [{escalus_client,wait_for_stanza,
       [{client,<<"kate_can_paginate_backwards_1498@localhost/res1">>,
          escalus_tcp,<0.8345.1>,
          [{event_manager,<0.8308.1>},
           {server,<<"localhost">>},
           {username,<<"kate_can_paginate_backwards_1498">>},
           {resource,<<"res1">>}],
          [{event_client,
             [{event_manager,<0.8308.1>},
            {server,<<"localhost">>},
            {username,<<"kate_can_paginate_backwards_1498">>},
            {resource,<<"res1">>}]},
           {resource,<<"res1">>},
           {username,<<"kate_can_paginate_backwards_1498">>},
           {server,<<"localhost">>},
           {host,<<"localhost">>},
           {port,5222},
           {auth,{escalus_auth,auth_plain}},
           {wspath,undefined},
           {username,<<"kate_can_paginate_backwards_1498">>},
           {server,<<"localhost">>},
           {password,<<"makrowe;p">>},
           {stream_id,<<"fa466722fc6f2921">>}]},
        5000],
       [{file,
          "/home/circleci/project/big_tests/_build/default/lib/escalus/src/escalus_client.erl"},
        {line,136}]},
     {inbox_helper,'-given_conversations_between/2-fun-1-',4,
       [{file,"/home/circleci/project/big_tests/tests/inbox_helper.erl"},
        {line,543}]},
     {lists,foldl_1,3,[{file,"lists.erl"},{line,1355}]},
     {inbox_extensions_SUITE,'-can_paginate_backwards/1-fun-0-',4,
       [{file,
          "/home/circleci/project...

Report log


mssql_mnesia_25 / odbc_mssql_mnesia / b2007a7
Reports root/ big
OK: 4458 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0

@chrzaszcz chrzaszcz marked this pull request as ready for review November 18, 2022 08:28
Copy link

@kamilwaz kamilwaz left a comment

Choose a reason for hiding this comment

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

God job 👍

@kamilwaz kamilwaz merged commit 2f465ee into master Nov 18, 2022
@kamilwaz kamilwaz deleted the graphql-domain-name branch November 18, 2022 09:28
@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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants