=== 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">>,
                      sse_idle_timeout => 3600000,schema_endpoint => admin}},
     {watchdog,<0.17341.0>},
     {{ejabberd_cwd,mongooseim@localhost},
      "/home/circleci/project/_build/mim1/rel/mongooseim"},
     {preset,"pgsql_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@82a9d8f89b77.2024-04-25_16.16.45/big_tests.tests.graphql_domain_SUITE.logs/run.2024-04-25_16.19.47/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@82a9d8f89b77.2024-04-25_16.16.45/big_tests.tests.graphql_domain_SUITE.logs/run.2024-04-25_16.19.47/log_private/"}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@82a9d8f89b77.2024-04-25_16.16.45"

=== Started at 2024-04-25 16:19:48


*** CT 2024-04-25 16:19:48.700 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_1509.html

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


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


*** User 2024-04-25 16:19:48.709 ***🔗
waiting for timeout is done in 0 miliseconds

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

*** CT 2024-04-25 16:19:48.713 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_1509.html



=== Ended at 2024-04-25 16:19:48
=== successfully completed test case
=== === Returned value: ok


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