=== Test case: graphql_domain_SUITE:request_delete_domain/1 (click for source code)

=== Config value:

    [{protocol,http},
     {schema_endpoint,admin},
     {listener_opts,#{module => mongoose_graphql_handler,
                      path => "/api/graphql",host => "localhost",
                      username => <<"admin">>,password => <<"secret">>,
                      schema_endpoint => admin,sse_idle_timeout => 3600000}},
     {watchdog,<0.17104.0>},
     {{ejabberd_cwd,mongooseim@localhost},
      "/home/circleci/project/_build/mim1/rel/mongooseim"},
     {preset,"odbc_mssql_mnesia"},
     {mim_data_dir,"/home/circleci/project/big_tests/tests/graphql_domain_SUITE_data"},
     {tc_logfile,"/home/circleci/project/big_tests/ct_report/ct_run.test@04325015025b.2024-04-25_14.32.38/big_tests.tests.graphql_domain_SUITE.logs/run.2024-04-25_14.35.36/graphql_domain_suite.request_delete_domain.html"},
     {tc_group_properties,[{name,domain_http},sequence]},
     {tc_group_path,[]},
     {data_dir,"/home/circleci/project/big_tests/_build/default/lib/mongoose_tests/ebin/graphql_domain_SUITE_data/"},
     {priv_dir,"/home/circleci/project/big_tests/ct_report/ct_run.test@04325015025b.2024-04-25_14.32.38/big_tests.tests.graphql_domain_SUITE.logs/run.2024-04-25_14.35.36/log_private/"}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@04325015025b.2024-04-25_14.32.38"

=== Started at 2024-04-25 14:35:36


*** CT 2024-04-25 14:35:36.714 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_1513.html

*** User 2024-04-25 14:35:36.720 ***🔗
REST request:
Code: 200
Req: {<0.17326.0>,<<"/api/graphql">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"f8bb47e84aaeeb9d">>},
       {<<"authorization">>,<<"Basic YWRtaW46c2VjcmV0">>}],
      <<"{\"variables\":{\"hostType\":\"dummy auth\",\"domain\":\"second.example.com\"},\"query\":\"mutation ($domain: DomainName!, $hostType: String!) { domain { requestRemoveDomain(domain: $domain, hostType: $hostType) { domain hostType status } } }\"}">>}
Result: {{<<"200">>,<<"OK">>},
         [{<<"vary">>,<<"accept">>},
          {<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 25 Apr 2024 14:35:36 GMT">>},
          {<<"content-type">>,<<"application/json">>},
          {<<"content-length">>,<<"119">>}],
         <<"{\"data\":{\"domain\":{\"requestRemoveDomain\":{\"status\":\"DELETING\",\"hostType\":\"dummy auth\",\"domain\":\"second.example.com\"}}}}">>,
         258,4531}
Params: #{port => 5551,path => <<"/api/graphql">>,
          server => #{node => mongooseim@localhost},
          body =>
              <<"{\"variables\":{\"hostType\":\"dummy auth\",\"domain\":\"second.example.com\"},\"query\":\"mutation ($domain: DomainName!, $hostType: String!) { domain { requestRemoveDomain(domain: $domain, hostType: $hostType) { domain hostType status } } }\"}">>,
          role => {graphql,admin},
          method => <<"POST">>,return_maps => true,
          creds => {<<"admin">>,<<"secret">>},
          return_headers => true}


*** User 2024-04-25 14:35:36.723 ***🔗
REST request:
Code: 200
Req: {<0.17328.0>,<<"/api/graphql">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"e478155d1fd748ba">>},
       {<<"authorization">>,<<"Basic YWRtaW46c2VjcmV0">>}],
      <<"{\"variables\":{\"domain\":\"example.com\"},\"query\":\"query ($domain: DomainName!) { domain { domainDetails(domain: $domain) { domain hostType status } } }\"}">>}
Result: {{<<"200">>,<<"OK">>},
         [{<<"vary">>,<<"accept">>},
          {<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 25 Apr 2024 14:35:36 GMT">>},
          {<<"content-type">>,<<"application/json">>},
          {<<"content-length">>,<<"186">>}],
         <<"{\"errors\":[{\"path\":[\"domain\",\"domainDetails\"],\"message\":\"Given domain does not exist\",\"extensions\":{\"domain\":\"example.com\",\"code\":\"not_found\"}}],\"data\":{\"domain\":{\"domainDetails\":null}}}">>,
         325,1195}
Params: #{port => 5551,path => <<"/api/graphql">>,
          server => #{node => mongooseim@localhost},
          body =>
              <<"{\"variables\":{\"domain\":\"example.com\"},\"query\":\"query ($domain: DomainName!) { domain { domainDetails(domain: $domain) { domain hostType status } } }\"}">>,
          role => {graphql,admin},
          method => <<"POST">>,return_maps => true,
          creds => {<<"admin">>,<<"secret">>},
          return_headers => true}


*** User 2024-04-25 14:35:36.723 ***🔗
waiting for timeout is done in 0 miliseconds

*** User 2024-04-25 14:35:36.725 ***🔗
REST request:
Code: 200
Req: {<0.17330.0>,<<"/api/graphql">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"d225e979175daf00">>},
       {<<"authorization">>,<<"Basic YWRtaW46c2VjcmV0">>}],
      <<"{\"variables\":{\"hostType\":\"dummy auth\",\"domain\":\"example.com\"},\"query\":\"mutation ($domain: DomainName!, $hostType: String!) { domain { requestRemoveDomain(domain: $domain, hostType: $hostType) { domain hostType status } } }\"}">>}
Result: {{<<"200">>,<<"OK">>},
         [{<<"vary">>,<<"accept">>},
          {<<"server">>,<<"Cowboy">>},
          {<<"date">>,<<"Thu, 25 Apr 2024 14:35:36 GMT">>},
          {<<"content-type">>,<<"application/json">>},
          {<<"content-length">>,<<"222">>}],
         <<"{\"errors\":[{\"path\":[\"domain\",\"requestRemoveDomain\"],\"message\":\"Given domain does not exist\",\"extensions\":{\"hostType\":\"dummy auth\",\"domain\":\"example.com\",\"code\":\"not_found\"}}],\"data\":{\"domain\":{\"requestRemoveDomain\":null}}}">>,
         361,1397}
Params: #{port => 5551,path => <<"/api/graphql">>,
          server => #{node => mongooseim@localhost},
          body =>
              <<"{\"variables\":{\"hostType\":\"dummy auth\",\"domain\":\"example.com\"},\"query\":\"mutation ($domain: DomainName!, $hostType: String!) { domain { requestRemoveDomain(domain: $domain, hostType: $hostType) { domain hostType status } } }\"}">>,
          role => {graphql,admin},
          method => <<"POST">>,return_maps => true,
          creds => {<<"admin">>,<<"secret">>},
          return_headers => true}

*** CT 2024-04-25 14:35:36.726 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_1513.html



=== Ended at 2024-04-25 14:35:36
=== successfully completed test case
=== === Returned value: ok


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