adoroszlai commented on code in PR #10200: URL: https://github.com/apache/ozone/pull/10200#discussion_r3218048838
########## hadoop-ozone/dist/src/main/smoketest/snapshot/snapshot-defrag.robot: ########## @@ -0,0 +1,170 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +*** Settings *** +Documentation Basic checks that snapshots still look correct while the OM runs periodic +... snapshot defrag in the background (Jira HDDS-15181 / parent HDDS-13003). +... Cluster setup: filesystem snapshots on; defrag interval in compose/ozone +... docker-config. Default compose has one datanode: use replication 1 (OZONE_REPLICATION_FACTOR) +... or scale datanodes to match replication. Review Comment: note: the test is run with 3 datanodes ########## hadoop-ozone/dist/src/main/compose/ozone/test.sh: ########## @@ -55,4 +55,6 @@ execute_robot_test scm -v SCHEME:ofs -N ozonefs-obs ozonefs/ozonefs-obs.robot execute_robot_test s3g grpc/grpc-om-s3-metrics.robot -execute_robot_test scm --exclude pre-finalized-snapshot-tests snapshot +execute_robot_test scm --exclude om_filesystem --exclude pre-finalized-snapshot-tests snapshot + +execute_robot_test om snapshot/snapshot-defrag.robot Review Comment: Does `snapshot-defrag.robot` assume it is running locally on OM? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
