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

Merge GraphQL CLI to master #3714

Merged
merged 39 commits into from
Jul 26, 2022
Merged

Merge GraphQL CLI to master #3714

merged 39 commits into from
Jul 26, 2022

Conversation

chrzaszcz
Copy link
Member

Merge the feature branch to master, as the CLI functionality is now covered with tests.

Paweł Chrząszcz and others added 30 commits July 6, 2022 16:35
- Use introspection to gather all possible commands
- Generate query docs and store them in a persistent term
This is easier to understand: code 0 means no errors.
Reuse the existing test code for the HTTP API - now there is a
'protocol' option per test group, that can be 'http' or 'cli'.

The query documents are generated for the HTTP API.
There is an option to avoid this, but it would complicate the tests.
This way it is easier to control the error messages,
and to print out additional hints.
There is a plan to add more usage information in a new PR.
Unions are returned for metrics and vCards.

Also: limit type recursion to 2 levels, because vCards contain an
'agent' field that may contain a vCard. Withotu such limit query
building would loop infinitely.
- Fix command argument format
- Add a utility for skipping nested null values
- User groups have no suffixes
- Admin groups have the http/cli suffixes
- mongooseimctl shouldn't be run in parallel - it would fail sometimes
User tests remain unchanged
Support unions in GraphQL CLI
- Support queries and mutations without arguments, e.g. 'unregister'
- Export build_specs/1 for use in big tests
The goal is to auto-generate the queries instead of having to manually
code them in the big tests.

Specs are generated once per test group and stored in a persistent
term. Using Config would make test printouts huge.
Generate user queries in GraphQL tests
In this case CLI returns 1 as the exit status.
Also fix the test for old messages - it was actually working, because
the previous test did not clean up the messages, and the new messages
were not old enough. Now the cases are correct and more complete.
@mongoose-im
Copy link
Collaborator

mongoose-im commented Jul 25, 2022

small_tests_24 / small_tests / c8d1e9d
Reports root / small


small_tests_25 / small_tests / c8d1e9d
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / c8d1e9d
Reports root/ big
OK: 3319 / Failed: 1 / User-skipped: 88 / Auto-skipped: 1

mongooseimctl_SUITE:stats:stats_global
{error,{{badmatch,{"Unknown command 'uptimeseconds'. Available commands in category 'stats':\n  domainStats\n  globalStats\n",
           1}},
    [{mongooseimctl_SUITE,'-stats_global/1-fun-0-',3,
                [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_SUITE.erl"},
                 {line,1103}]},
     {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


ldap_mnesia_24 / ldap_mnesia / c8d1e9d
Reports root/ big
OK: 1891 / Failed: 0 / User-skipped: 500 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / c8d1e9d
Reports root/ big
OK: 3319 / Failed: 1 / User-skipped: 88 / Auto-skipped: 1

mongooseimctl_SUITE:stats:stats_global
{error,{{badmatch,{"Unknown command 'uptimeseconds'. Available commands in category 'stats':\n  domainStats\n  globalStats\n",
           1}},
    [{mongooseimctl_SUITE,'-stats_global/1-fun-0-',3,
                [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_SUITE.erl"},
                 {line,1103}]},
     {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_mysql_redis_25 / mysql_redis / c8d1e9d
Reports root/ big
OK: 3301 / Failed: 2 / User-skipped: 105 / Auto-skipped: 1

mam_SUITE:rdbms_async_cache_prefs_cases:end_per_group
{error,
 {{badrpc,
   {'EXIT',
  {{start_child_failed,
    {error,
     {{shutdown,
     {failed_to_start_child,'pm_mam_async_pool_test type',
      {shutdown,
       {failed_to_start_child,
      'wpool_pool-pm_mam_async_pool_test type-process-sup',
      {shutdown,
       {failed_to_start_child,
        'wpool_pool-pm_mam_async_pool_test type-16',
        {already_started,<9141.8949.1>}}}}}}},
    {child,undefined,'pm_mam_sup_async_pool_test type',
     {mongoose_async_pools,start_link,
      [<<"test type">>,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_test type',restart => transient,
    start =>
     {mongoose_async_pools,start_link,
      [<<"test type">>,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 =...

Report log

mam_SUITE:rdbms_async_cache_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,1717}]},
     {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

mongooseimctl_SUITE:stats:stats_global
{error,{{badmatch,{"Unknown command 'uptimeseconds'. Available commands in category 'stats':\n  domainStats\n  globalStats\n",
           1}},
    [{mongooseimctl_SUITE,'-stats_global/1-fun-0-',3,
                [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_SUITE.erl"},
                 {line,1103}]},
     {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_25 / ldap_mnesia / c8d1e9d
Reports root/ big
OK: 1891 / Failed: 0 / User-skipped: 500 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / c8d1e9d
Reports root/ big
OK: 3693 / Failed: 1 / User-skipped: 97 / Auto-skipped: 1

mongooseimctl_SUITE:stats:stats_global
{error,{{badmatch,{"Unknown command 'uptimeseconds'. Available commands in category 'stats':\n  domainStats\n  globalStats\n",
           1}},
    [{mongooseimctl_SUITE,'-stats_global/1-fun-0-',3,
                [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_SUITE.erl"},
                 {line,1103}]},
     {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 / c8d1e9d
Reports root/ big
OK: 2010 / Failed: 1 / User-skipped: 379 / Auto-skipped: 1

mongooseimctl_SUITE:stats:stats_global
{error,{{badmatch,{"Unknown command 'uptimeseconds'. Available commands in category 'stats':\n  domainStats\n  globalStats\n",
           1}},
    [{mongooseimctl_SUITE,'-stats_global/1-fun-0-',3,
                [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_SUITE.erl"},
                 {line,1103}]},
     {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 / c8d1e9d
Reports root/ big
OK: 3319 / Failed: 1 / User-skipped: 88 / Auto-skipped: 1

mongooseimctl_SUITE:stats:stats_global
{error,{{badmatch,{"Unknown command 'uptimeseconds'. Available commands in category 'stats':\n  domainStats\n  globalStats\n",
           1}},
    [{mongooseimctl_SUITE,'-stats_global/1-fun-0-',3,
                [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_SUITE.erl"},
                 {line,1103}]},
     {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


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / c8d1e9d
Reports root/ big
OK: 2306 / Failed: 1 / User-skipped: 374 / Auto-skipped: 1

mongooseimctl_SUITE:stats:stats_global
{error,{{badmatch,{"Unknown command 'uptimeseconds'. Available commands in category 'stats':\n  domainStats\n  globalStats\n",
           1}},
    [{mongooseimctl_SUITE,'-stats_global/1-fun-0-',3,
                [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_SUITE.erl"},
                 {line,1103}]},
     {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


pgsql_mnesia_25 / pgsql_mnesia / c8d1e9d
Reports root/ big
OK: 3693 / Failed: 1 / User-skipped: 97 / Auto-skipped: 1

mongooseimctl_SUITE:stats:stats_global
{error,{{badmatch,{"Unknown command 'uptimeseconds'. Available commands in category 'stats':\n  domainStats\n  globalStats\n",
           1}},
    [{mongooseimctl_SUITE,'-stats_global/1-fun-0-',3,
                [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_SUITE.erl"},
                 {line,1103}]},
     {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 / c8d1e9d
Reports root/ big
OK: 3687 / Failed: 2 / User-skipped: 102 / Auto-skipped: 1

mongooseimctl_SUITE:stats:stats_global
{error,{{badmatch,{"Unknown command 'uptimeseconds'. Available commands in category 'stats':\n  domainStats\n  globalStats\n",
           1}},
    [{mongooseimctl_SUITE,'-stats_global/1-fun-0-',3,
                [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_SUITE.erl"},
                 {line,1103}]},
     {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


mssql_mnesia_25 / odbc_mssql_mnesia / c8d1e9d
Reports root/ big
OK: 3693 / Failed: 1 / User-skipped: 97 / Auto-skipped: 1

mongooseimctl_SUITE:stats:stats_global
{error,{{badmatch,{"Unknown command 'uptimeseconds'. Available commands in category 'stats':\n  domainStats\n  globalStats\n",
           1}},
    [{mongooseimctl_SUITE,'-stats_global/1-fun-0-',3,
                [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_SUITE.erl"},
                 {line,1103}]},
     {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 / c8d1e9d
Reports root/ big
OK: 2167 / Failed: 1 / User-skipped: 367 / Auto-skipped: 1

mongooseimctl_SUITE:stats:stats_global
{error,{{badmatch,{"Unknown command 'uptimeseconds'. Available commands in category 'stats':\n  domainStats\n  globalStats\n",
           1}},
    [{mongooseimctl_SUITE,'-stats_global/1-fun-0-',3,
                [{file,"/home/circleci/project/big_tests/tests/mongooseimctl_SUITE.erl"},
                 {line,1103}]},
     {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

@codecov
Copy link

codecov bot commented Jul 25, 2022

Codecov Report

Merging #3714 (49d3984) into master (8c29117) will increase coverage by 0.05%.
The diff coverage is 98.27%.

@@            Coverage Diff             @@
##           master    #3714      +/-   ##
==========================================
+ Coverage   82.15%   82.20%   +0.05%     
==========================================
  Files         519      520       +1     
  Lines       33659    33769     +110     
==========================================
+ Hits        27652    27760     +108     
- Misses       6007     6009       +2     
Impacted Files Coverage Δ
.../graphql/admin/mongoose_graphql_admin_mutation.erl 100.00% <ø> (ø)
src/graphql/admin/mongoose_graphql_admin_query.erl 100.00% <ø> (ø)
src/graphql/mongoose_graphql_scalar.erl 68.75% <ø> (ø)
src/graphql/mongoose_graphql_commands.erl 97.67% <97.67%> (ø)
src/ejabberd_app.erl 94.59% <100.00%> (+0.15%) ⬆️
src/ejabberd_ctl.erl 24.18% <100.00%> (+5.00%) ⬆️
src/graphql/mongoose_graphql_cowboy_handler.erl 94.18% <100.00%> (ø)
src/graphql/mongoose_graphql_response.erl 100.00% <100.00%> (ø)
src/elasticsearch/mongoose_elasticsearch.erl 76.92% <0.00%> (-7.70%) ⬇️
src/smart_markers/mod_smart_markers_rdbms.erl 91.66% <0.00%> (-3.34%) ⬇️
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8c29117...49d3984. Read the comment docs.

chrzaszcz and others added 4 commits July 25, 2022 13:52
Motivation:
  - Conflict of 'stats' with the old 'stats' command.
  - Consistency - there is 'metric', 'vcard', 'stanza' etc.
Also: rename 'stats' to 'stat'
@mongoose-im
Copy link
Collaborator

mongoose-im commented Jul 25, 2022

small_tests_24 / small_tests / 49d3984
Reports root / small


small_tests_25 / small_tests / 49d3984
Reports root / small


dynamic_domains_pgsql_mnesia_24 / pgsql_mnesia / 49d3984
Reports root/ big
OK: 3325 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_24 / ldap_mnesia / 49d3984
Reports root/ big
OK: 1895 / Failed: 0 / User-skipped: 500 / Auto-skipped: 0


dynamic_domains_mysql_redis_25 / mysql_redis / 49d3984
Reports root/ big
OK: 3308 / Failed: 0 / User-skipped: 105 / Auto-skipped: 0


dynamic_domains_pgsql_mnesia_25 / pgsql_mnesia / 49d3984
Reports root/ big
OK: 3325 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


ldap_mnesia_25 / ldap_mnesia / 49d3984
Reports root/ big
OK: 1895 / Failed: 0 / User-skipped: 500 / Auto-skipped: 0


dynamic_domains_mssql_mnesia_25 / odbc_mssql_mnesia / 49d3984
Reports root/ big
OK: 3325 / Failed: 0 / User-skipped: 88 / Auto-skipped: 0


pgsql_mnesia_24 / pgsql_mnesia / 49d3984
Reports root/ big
OK: 3699 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


internal_mnesia_25 / internal_mnesia / 49d3984
Reports root/ big
OK: 2016 / Failed: 0 / User-skipped: 379 / Auto-skipped: 0


elasticsearch_and_cassandra_25 / elasticsearch_and_cassandra_mnesia / 49d3984
Reports root/ big
OK: 2312 / Failed: 0 / User-skipped: 374 / Auto-skipped: 0


pgsql_mnesia_25 / pgsql_mnesia / 49d3984
Reports root/ big
OK: 3699 / Failed: 0 / User-skipped: 97 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / 49d3984
Reports root/ big
OK: 3687 / Failed: 0 / User-skipped: 102 / Auto-skipped: 7

mam_SUITE:rdbms_async_cache_prefs_cases:init_per_group
{'EXIT',
 {{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-8',
        {already_started,<9153.12655.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 => 1,pool_size => 16},
       flush_interval => 1,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 => 1,pool_size => 16},
       flush_interval => 1,pool_size => 16,pool_type => batch}]},
    type => supervisor}},
 ...

Report log


mssql_mnesia_25 / odbc_mssql_mnesia / 49d3984
Reports root/ big
OK: 3706 / Failed: 1 / User-skipped: 98 / Auto-skipped: 0

pubsub_SUITE:dag+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 / 49d3984
Reports root/ big
OK: 2173 / Failed: 0 / User-skipped: 367 / Auto-skipped: 0


mysql_redis_25 / mysql_redis / 49d3984
Reports root/ big
OK: 3693 / Failed: 1 / User-skipped: 102 / Auto-skipped: 0

service_domain_db_SUITE:db:db_keeps_syncing_after_cluster_join
{error,{test_case_failed,{[<<"example1.com">>,<<"example2.com">>,
               <<"example3.com">>],
              [<<"example1.com">>,<<"example2.com">>,
               <<"example3.com">>,<<"example4.com">>]}}}

Report log


mysql_redis_25 / mysql_redis / 49d3984
Reports root/ big
OK: 3694 / Failed: 0 / User-skipped: 102 / Auto-skipped: 0

@chrzaszcz chrzaszcz marked this pull request as ready for review July 25, 2022 14:10
Copy link
Contributor

@Premwoik Premwoik 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

@JanuszJakubiec JanuszJakubiec merged commit 287541a into master Jul 26, 2022
@JanuszJakubiec JanuszJakubiec deleted the feature/graphql-cli branch July 26, 2022 06:21
@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.

4 participants