=== 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.16915.0>},
     {{ejabberd_cwd,mongooseim@localhost},
      "/home/circleci/project/_build/mim1/rel/mongooseim"},
     {preset,"pgsql_cets"},
     {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@fe953d6ed70e.2024-04-11_13.48.27/big_tests.tests.graphql_domain_SUITE.logs/run.2024-04-11_13.51.04/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@fe953d6ed70e.2024-04-11_13.48.27/big_tests.tests.graphql_domain_SUITE.logs/run.2024-04-11_13.51.04/log_private/"}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@fe953d6ed70e.2024-04-11_13.48.27"

=== Started at 2024-04-11 13:51:04


*** CT 2024-04-11 13:51:04.911 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_1393.html

*** User 2024-04-11 13:51:04.917 ***🔗
REST request:
Code: 200
Req: {<0.17137.0>,<<"/api/graphql">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"2c1b3924e88ff0b3">>},
       {<<"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, 11 Apr 2024 13:51:04 GMT">>},
          {<<"content-type">>,<<"application/json">>},
          {<<"content-length">>,<<"119">>}],
         <<"{\"data\":{\"domain\":{\"requestRemoveDomain\":{\"status\":\"DELETING\",\"hostType\":\"dummy auth\",\"domain\":\"second.example.com\"}}}}">>,
         258,3755}
Params: #{port => 5551,path => <<"/api/graphql">>,
          server => #{node => mongooseim@localhost},
          creds => {<<"admin">>,<<"secret">>},
          method => <<"POST">>,
          role => {graphql,admin},
          body =>
              <<"{\"variables\":{\"hostType\":\"dummy auth\",\"domain\":\"second.example.com\"},\"query\":\"mutation ($domain: DomainName!, $hostType: String!) { domain { requestRemoveDomain(domain: $domain, hostType: $hostType) { domain hostType status } } }\"}">>,
          return_maps => true,return_headers => true}


*** User 2024-04-11 13:51:04.920 ***🔗
REST request:
Code: 200
Req: {<0.17139.0>,<<"/api/graphql">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"9a4257b528357220">>},
       {<<"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, 11 Apr 2024 13:51:04 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,1050}
Params: #{port => 5551,path => <<"/api/graphql">>,
          server => #{node => mongooseim@localhost},
          creds => {<<"admin">>,<<"secret">>},
          method => <<"POST">>,
          role => {graphql,admin},
          body =>
              <<"{\"variables\":{\"domain\":\"example.com\"},\"query\":\"query ($domain: DomainName!) { domain { domainDetails(domain: $domain) { domain hostType status } } }\"}">>,
          return_maps => true,return_headers => true}


*** User 2024-04-11 13:51:04.920 ***🔗
waiting for timeout is done in 0 miliseconds

*** User 2024-04-11 13:51:04.923 ***🔗
REST request:
Code: 200
Req: {<0.17141.0>,<<"/api/graphql">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"4a5f87e609ad972d">>},
       {<<"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, 11 Apr 2024 13:51:04 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,1495}
Params: #{port => 5551,path => <<"/api/graphql">>,
          server => #{node => mongooseim@localhost},
          creds => {<<"admin">>,<<"secret">>},
          method => <<"POST">>,
          role => {graphql,admin},
          body =>
              <<"{\"variables\":{\"hostType\":\"dummy auth\",\"domain\":\"example.com\"},\"query\":\"mutation ($domain: DomainName!, $hostType: String!) { domain { requestRemoveDomain(domain: $domain, hostType: $hostType) { domain hostType status } } }\"}">>,
          return_maps => true,return_headers => true}

*** CT 2024-04-11 13:51:04.924 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_1393.html



=== Ended at 2024-04-11 13:51:04
=== successfully completed test case
=== === Returned value: ok


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