adoroszlai commented on PR #8169: URL: https://github.com/apache/ozone/pull/8169#issuecomment-2755680853
It would be nice to add a robot test case as follows, but can be done in HDDS-12704. ```diff diff --git hadoop-ozone/dist/src/main/smoketest/admincli/pipeline.robot hadoop-ozone/dist/src/main/smoketest/admincli/pipeline.robot index 9d18b26876..ae70b173e5 100644 --- hadoop-ozone/dist/src/main/smoketest/admincli/pipeline.robot +++ hadoop-ozone/dist/src/main/smoketest/admincli/pipeline.robot @@ -73,3 +73,6 @@ Create pipeline #List pipelines on unknown host # ${output} = Execute And Ignore Error ozone admin --verbose pipeline list --scm unknown-host # Should contain ${output} Invalid host name + +Cannot close pipeline without admin privilege + Requires admin privilege ozone admin pipeline close "${PIPELINE}" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org