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

=== Config value:

    [{protocol,cli},
     {schema_endpoint,admin},
     {watchdog,<0.17185.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.delete_domain.37762.html"},
     {tc_group_properties,[{name,domain_cli},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:52


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

*** User 2024-04-23 06:29:52.389 ***🔗
Execute /home/circleci/project/_build/mim1/rel/mongooseim/bin/mongooseimctl  domain removeDomain --domain example.com --hostType dummy auth
Result "{\n  \"data\" : {\n    \"domain\" : {\n      \"removeDomain\" : {\n        \"status\" : \"DELETED\",\n        \"hostType\" : \"dummy auth\",\n        \"domain\" : \"example.com\"\n      }\n    }\n  }\n}\n"
ExitStatus 0

*** User 2024-04-23 06:29:52.390 ***🔗
ResultString:
{
  "data" : {
    "domain" : {
      "removeDomain" : {
        "status" : "DELETED",
        "hostType" : "dummy auth",
        "domain" : "example.com"
      }
    }
  }
}


*** User 2024-04-23 06:29:52.641 ***🔗
Execute /home/circleci/project/_build/mim1/rel/mongooseim/bin/mongooseimctl  domain removeDomain --domain example.com --hostType dummy auth
Result "{\n  \"errors\" : [\n    {\n      \"path\" : [\n        \"domain\",\n        \"removeDomain\"\n      ],\n      \"message\" : \"Given domain does not exist\",\n      \"extensions\" : {\n        \"hostType\" : \"dummy auth\",\n        \"domain\" : \"example.com\",\n        \"code\" : \"not_found\"\n      }\n    }\n  ],\n  \"data\" : {\n    \"domain\" : {\n      \"removeDomain\" : null\n    }\n  }\n}\n"
ExitStatus 1

*** User 2024-04-23 06:29:52.641 ***🔗
ResultString:
{
  "errors" : [
    {
      "path" : [
        "domain",
        "removeDomain"
      ],
      "message" : "Given domain does not exist",
      "extensions" : {
        "hostType" : "dummy auth",
        "domain" : "example.com",
        "code" : "not_found"
      }
    }
  ],
  "data" : {
    "domain" : {
      "removeDomain" : null
    }
  }
}

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



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


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