This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new d2b5b5dc3f HDDS-10263. Intermittent failure in freon/metadata-generate
robot test (#6137)
d2b5b5dc3f is described below
commit d2b5b5dc3f7eae7fa39c064fe9299a029b4dbb63
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Feb 1 05:07:12 2024 +0100
HDDS-10263. Intermittent failure in freon/metadata-generate robot test
(#6137)
---
.../dist/src/main/smoketest/freon/metadata-generate.robot | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/hadoop-ozone/dist/src/main/smoketest/freon/metadata-generate.robot
b/hadoop-ozone/dist/src/main/smoketest/freon/metadata-generate.robot
index acbcb0a151..a97fdda8f8 100644
--- a/hadoop-ozone/dist/src/main/smoketest/freon/metadata-generate.robot
+++ b/hadoop-ozone/dist/src/main/smoketest/freon/metadata-generate.robot
@@ -47,11 +47,11 @@ ${BUCKET_OBJ} bucket-obj
Should contain ${result} Successful executions: ${n}
[List] File Status in FILE_SYSTEM_OPTIMIZED Bucket
- ${result} = Execute ozone freon ommg --operation
LIST_STATUS -n 1 --volume ${VOLUME} --bucket ${BUCKET_FSO} --batch-size ${n}
+ ${result} = Execute ozone freon ommg --operation
LIST_STATUS -n 1 -t 1 --volume ${VOLUME} --bucket ${BUCKET_FSO} --batch-size
${n}
Should contain ${result} Successful executions: 1
[List] light File status in FILE_SYSTEM_OPTIMIZED Bucket
- ${result} = Execute ozone freon ommg --operation
LIST_STATUS_LIGHT -n 1 --volume ${VOLUME} --bucket ${BUCKET_FSO} --batch-size
${n}
+ ${result} = Execute ozone freon ommg --operation
LIST_STATUS_LIGHT -n 1 -t 1 --volume ${VOLUME} --bucket ${BUCKET_FSO}
--batch-size ${n}
Should contain ${result} Successful executions: 1
[Create] Key in OBJECT_STORE Bucket
@@ -63,11 +63,11 @@ ${BUCKET_OBJ} bucket-obj
Should contain ${result} Successful executions: ${n}
[List] Keys in OBJECT_STORE Bucket
- ${result} = Execute ozone freon ommg --operation LIST_KEYS
-n 1 --volume ${VOLUME} --bucket ${BUCKET_OBJ} --batch-size ${n}
+ ${result} = Execute ozone freon ommg --operation LIST_KEYS
-n 1 -t 1 --volume ${VOLUME} --bucket ${BUCKET_OBJ} --batch-size ${n}
Should contain ${result} Successful executions: 1
[List] Light Keys in OBJECT_STORE Bucket
- ${result} = Execute ozone freon ommg --operation
LIST_KEYS_LIGHT -n 1 --volume ${VOLUME} --bucket ${BUCKET_OBJ} --batch-size ${n}
+ ${result} = Execute ozone freon ommg --operation
LIST_KEYS_LIGHT -n 1 -t 1 --volume ${VOLUME} --bucket ${BUCKET_OBJ}
--batch-size ${n}
Should contain ${result} Successful executions: 1
[Get] Key Information in OBJECT_STORE Bucket
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]