=== Test case: graphql_metric_SUITE:get_metrics_as_dicts_empty_strings/1 (click for source code)

=== Config value:

    [{protocol,http},
     {schema_endpoint,admin},
     {listener_opts,#{module => mongoose_graphql_handler,
                      path => "/api/graphql",host => "localhost",
                      password => <<"secret">>,username => <<"admin">>,
                      sse_idle_timeout => 3600000,schema_endpoint => admin}},
     {watchdog,<0.26318.0>},
     {{ejabberd_cwd,mongooseim@localhost},
      "/home/circleci/project/_build/mim1/rel/mongooseim"},
     {preset,"internal_mnesia"},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/graphql_metric_SUITE_data"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@d02a26308542.2024-03-11_11.28.58/big_tests.tests.graphql_metric_SUITE.logs/run.2024-03-11_11.37.29/graphql_metric_suite.get_metrics_as_dicts_empty_strings.html"},
     {tc_group_properties,[{name,metrics_http}]},
     {tc_group_path,[]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/graphql_metric_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@d02a26308542.2024-03-11_11.28.58/big_tests.tests.graphql_metric_SUITE.logs/run.2024-03-11_11.37.29/log_private/"}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@d02a26308542.2024-03-11_11.28.58"

=== Started at 2024-03-11 11:37:30


*** CT 2024-03-11 11:37:30.724 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_1745.html

*** User 2024-03-11 11:37:30.727 ***🔗
REST request:
Code: 200
Req: {<0.26528.0>,<<"/api/graphql">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"ed59fc104603fcb1">>},
       {<<"authorization">>,<<"Basic YWRtaW46c2VjcmV0">>}],
      <<"{\"variables\":{\"name\":[\"\"],\"keys\":[\"median\"]},\"query\":\"query ($keys: [String], $name: [String]) { metric { getMetricsAsDicts(keys: $keys, name: $name) { dict { key value } name } } }\"}">>}
Result: {{<<"200">>,<<"OK">>},
         [{<<"vary">>,<<"accept">>},
          {<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Mon, 11 Mar 2024 11:37:30 GMT">>},
          {<<"content-type">>,<<"application/json">>},
          {<<"content-length">>,<<"44">>}],
         <<"{\"data\":{\"metric\":{\"getMetricsAsDicts\":[]}}}">>,182,653}
Params: #{port => 5551,path => <<"/api/graphql">>,
          server => #{node => mongooseim@localhost},
          role => {graphql,admin},
          method => <<"POST">>,
          creds => {<<"admin">>,<<"secret">>},
          body =>
              <<"{\"variables\":{\"name\":[\"\"],\"keys\":[\"median\"]},\"query\":\"query ($keys: [String], $name: [String]) { metric { getMetricsAsDicts(keys: $keys, name: $name) { dict { key value } name } } }\"}">>,
          return_maps => true,return_headers => true}


*** User 2024-03-11 11:37:30.732 ***🔗
REST request:
Code: 200
Req: {<0.26530.0>,<<"/api/graphql">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"9c1309e529e13232">>},
       {<<"authorization">>,<<"Basic YWRtaW46c2VjcmV0">>}],
      <<"{\"variables\":{\"name\":[\"global\",\"erlang\"],\"keys\":[\"\"]},\"query\":\"query ($keys: [String], $name: [String]) { metric { getMetricsAsDicts(keys: $keys, name: $name) { dict { key value } name } } }\"}">>}
Result: {{<<"200">>,<<"OK">>},
         [{<<"vary">>,<<"accept">>},
          {<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Mon, 11 Mar 2024 11:37:30 GMT">>},
          {<<"content-type">>,<<"application/json">>},
          {<<"content-length">>,<<"144">>}],
         <<"{\"data\":{\"metric\":{\"getMetricsAsDicts\":[{\"name\":[\"global\",\"erlang\",\"memory\"],\"dict\":[]},{\"name\":[\"global\",\"erlang\",\"system_info\"],\"dict\":[]}]}}}">>,
         283,3065}
Params: #{port => 5551,path => <<"/api/graphql">>,
          server => #{node => mongooseim@localhost},
          role => {graphql,admin},
          method => <<"POST">>,
          creds => {<<"admin">>,<<"secret">>},
          body =>
              <<"{\"variables\":{\"name\":[\"global\",\"erlang\"],\"keys\":[\"\"]},\"query\":\"query ($keys: [String], $name: [String]) { metric { getMetricsAsDicts(keys: $keys, name: $name) { dict { key value } name } } }\"}">>,
          return_maps => true,return_headers => true}

*** CT 2024-03-11 11:37:30.733 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_1745.html



=== Ended at 2024-03-11 11:37:30
=== successfully completed test case
=== === Returned value: [#{<<"dict">> => [],
                       <<"name">> => [<<"global">>,<<"erlang">>,<<"memory">>]},
                     #{<<"dict">> => [],
                       <<"name">> =>
                           [<<"global">>,<<"erlang">>,<<"system_info">>]}]


Test run history | Top level test index | Latest test result