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

=== Config value:

    [{protocol,cli},
     {schema_endpoint,admin},
     {watchdog,<0.17537.0>},
     {{ejabberd_cwd,mongooseim@localhost},
      "/home/circleci/project/_build/mim1/rel/mongooseim"},
     {preset,"odbc_mssql_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@8567ce76719f.2024-04-24_13.09.40/big_tests.tests.graphql_domain_SUITE.logs/run.2024-04-24_13.12.46/graphql_domain_suite.delete_domain_password.31618.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@8567ce76719f.2024-04-24_13.09.40/big_tests.tests.graphql_domain_SUITE.logs/run.2024-04-24_13.12.46/log_private/"}]

=== Current directory is "/home/circleci/project/big_tests/ct_report/ct_run.test@8567ce76719f.2024-04-24_13.09.40"

=== Started at 2024-04-24 13:12:55


*** CT 2024-04-24 13:12:55.490 *** View log from node mongooseim@localhost when started🔗 mongooseim@localhost_1518.html

*** User 2024-04-24 13:12:55.771 ***🔗
Execute /home/circleci/project/_build/mim1/rel/mongooseim/bin/mongooseimctl  domain deleteDomainPassword --domain localhost
Result "{\n  \"data\" : {\n    \"domain\" : {\n      \"deleteDomainPassword\" : \"Domain password deleted successfully\"\n    }\n  }\n}\n"
ExitStatus 0

*** User 2024-04-24 13:12:55.771 ***🔗
ResultString:
{
  "data" : {
    "domain" : {
      "deleteDomainPassword" : "Domain password deleted successfully"
    }
  }
}


*** User 2024-04-24 13:12:56.023 ***🔗
Execute /home/circleci/project/_build/mim1/rel/mongooseim/bin/mongooseimctl  domain deleteDomainPassword --domain localhost
Result "{\n  \"errors\" : [\n    {\n      \"path\" : [\n        \"domain\",\n        \"deleteDomainPassword\"\n      ],\n      \"message\" : \"Domain password does not exist\",\n      \"extensions\" : {\n        \"domain\" : \"localhost\",\n        \"code\" : \"not_found\"\n      }\n    }\n  ],\n  \"data\" : {\n    \"domain\" : {\n      \"deleteDomainPassword\" : null\n    }\n  }\n}\n"
ExitStatus 1

*** User 2024-04-24 13:12:56.023 ***🔗
ResultString:
{
  "errors" : [
    {
      "path" : [
        "domain",
        "deleteDomainPassword"
      ],
      "message" : "Domain password does not exist",
      "extensions" : {
        "domain" : "localhost",
        "code" : "not_found"
      }
    }
  ],
  "data" : {
    "domain" : {
      "deleteDomainPassword" : null
    }
  }
}

*** CT 2024-04-24 13:12:56.025 *** View log from node mongooseim@localhost when finished🔗 mongooseim@localhost_1518.html



=== Ended at 2024-04-24 13:12:56
=== successfully completed test case
=== === Returned value: ok


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