=== 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.16942.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@7eef3621b930.2024-04-10_14.24.02/big_tests.tests.graphql_domain_SUITE.logs/run.2024-04-10_14.26.55/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@7eef3621b930.2024-04-10_14.24.02/big_tests.tests.graphql_domain_SUITE.logs/run.2024-04-10_14.26.55/log_private/"}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@7eef3621b930.2024-04-10_14.24.02"

=== Started at 2024-04-10 14:26:56


*** CT 2024-04-10 14:26:56.247 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_1485.html

*** User 2024-04-10 14:26:56.252 ***🔗
REST request:
Code: 200
Req: {<0.17164.0>,<<"/api/graphql">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"3aeb5cdf94de4319">>},
       {<<"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">>,<<"Wed, 10 Apr 2024 14:26:55 GMT">>},
          {<<"content-type">>,<<"application/json">>},
          {<<"content-length">>,<<"119">>}],
         <<"{\"data\":{\"domain\":{\"requestRemoveDomain\":{\"status\":\"DELETING\",\"hostType\":\"dummy auth\",\"domain\":\"second.example.com\"}}}}">>,
         258,2975}
Params: #{port => 5551,path => <<"/api/graphql">>,
          server => #{node => mongooseim@localhost},
          role => {graphql,admin},
          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 } } }\"}">>,
          return_maps => true,
          creds => {<<"admin">>,<<"secret">>},
          return_headers => true}


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


*** User 2024-04-10 14:26:56.254 ***🔗
waiting for timeout is done in 0 miliseconds

*** User 2024-04-10 14:26:56.256 ***🔗
REST request:
Code: 200
Req: {<0.17168.0>,<<"/api/graphql">>,<<"POST">>,
      [{<<"Content-Type">>,<<"application/json">>},
       {<<"Request-Id">>,<<"2494fd34da205554">>},
       {<<"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">>,<<"Wed, 10 Apr 2024 14:26:55 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,949}
Params: #{port => 5551,path => <<"/api/graphql">>,
          server => #{node => mongooseim@localhost},
          role => {graphql,admin},
          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 } } }\"}">>,
          return_maps => true,
          creds => {<<"admin">>,<<"secret">>},
          return_headers => true}

*** CT 2024-04-10 14:26:56.257 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_1485.html



=== Ended at 2024-04-10 14:26:56
=== successfully completed test case
=== === Returned value: ok


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