=== 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.16887.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@48902645c190.2024-04-23_06.26.59/big_tests.tests.graphql_domain_SUITE.logs/run.2024-04-23_06.29.45/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@48902645c190.2024-04-23_06.26.59/big_tests.tests.graphql_domain_SUITE.logs/run.2024-04-23_06.29.45/log_private/"}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@48902645c190.2024-04-23_06.26.59"

=== Started at 2024-04-23 06:29:46


*** CT 2024-04-23 06:29:46.145 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_1414.html

*** User 2024-04-23 06:29:46.150 ***🔗
REST request:
Code: 200
Req: {<0.17109.0>,<<"/api/graphql">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"182e54bb823805c8">>},
       {<<"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">>,<<"Tue, 23 Apr 2024 06:29:45 GMT">>},
          {<<"content-type">>,<<"application/json">>},
          {<<"content-length">>,<<"119">>}],
         <<"{\"data\":{\"domain\":{\"requestRemoveDomain\":{\"status\":\"DELETING\",\"hostType\":\"dummy auth\",\"domain\":\"second.example.com\"}}}}">>,
         258,2811}
Params: #{port => 5551,path => <<"/api/graphql">>,
          server => #{node => mongooseim@localhost},
          role => {graphql,admin},
          return_maps => true,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">>},
          return_headers => true}


*** User 2024-04-23 06:29:46.153 ***🔗
REST request:
Code: 200
Req: {<0.17111.0>,<<"/api/graphql">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"49f87f24dcc0fdbe">>},
       {<<"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">>,<<"Tue, 23 Apr 2024 06:29:45 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,1048}
Params: #{port => 5551,path => <<"/api/graphql">>,
          server => #{node => mongooseim@localhost},
          role => {graphql,admin},
          return_maps => true,method => <<"POST">>,
          body =>
              <<"{\"variables\":{\"domain\":\"example.com\"},\"query\":\"query ($domain: DomainName!) { domain { domainDetails(domain: $domain) { domain hostType status } } }\"}">>,
          creds => {<<"admin">>,<<"secret">>},
          return_headers => true}


*** User 2024-04-23 06:29:46.153 ***🔗
waiting for timeout is done in 0 miliseconds

*** User 2024-04-23 06:29:46.155 ***🔗
REST request:
Code: 200
Req: {<0.17113.0>,<<"/api/graphql">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"af21c6c4e2538e9f">>},
       {<<"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">>,<<"Tue, 23 Apr 2024 06:29:45 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,1444}
Params: #{port => 5551,path => <<"/api/graphql">>,
          server => #{node => mongooseim@localhost},
          role => {graphql,admin},
          return_maps => true,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">>},
          return_headers => true}

*** CT 2024-04-23 06:29:46.156 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_1414.html



=== Ended at 2024-04-23 06:29:46
=== successfully completed test case
=== === Returned value: ok


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