File tree Expand file tree Collapse file tree
hadoop-ozone/dist/src/main/smoketest/compatibility Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ FSO Bucket Can Be Read
4848 [teardown] Execute rm -f ${TEMP_DIR } /file
4949
5050HSync Lease Recover Can Be Used
51- Pass Execution If '${DATA_VERSION } ' < '${HSYNC_VERSION } ' Skipped the test case
51+ Pass Execution If '${DATA_VERSION } ' < '${FSO_VERSION } ' Skipped write test case
5252 Pass Execution If '${CLIENT_VERSION } ' < '${HSYNC_VERSION } ' Client does not support HSYNC
5353 Pass Execution If '${CLUSTER_VERSION } ' < '${HSYNC_VERSION } ' Cluster does not support HSYNC
5454 Execute ozone debug recover --path=ofs://om/vol1/fso-bucket-${SUFFIX } /dir/subdir/file
Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ Suite Setup Create Local Test File
2424
2525*** Variables ***
2626${SUFFIX } ${EMPTY }
27- ${VOL } comp-hsync-volume
28- ${BUCK } comp-hsync-bucket
2927
3028
3129*** Test Cases ***
@@ -48,9 +46,7 @@ FSO Bucket Can Be Created and Used
4846HSync Can Be Used To Create Keys
4947 Pass Execution If '${CLIENT_VERSION } ' < '${HSYNC_VERSION } ' Client does not support HSYNC
5048 Pass Execution If '${CLUSTER_VERSION } ' < '${HSYNC_VERSION } ' Cluster does not support HSYNC
51- Execute ozone sh volume create /${VOL }
52- Execute ozone sh bucket create /${VOL } /${BUCK }
53- ${o3fspath } = Format FS URL o3fs ${VOL } ${BUCK }
54- Freon DFSG sync=HSYNC path=${o3fspath }
55- ${pfspath } = Format FS URL ofs ${VOL } ${BUCK }
56- Freon DFSG sync=HSYNC path=${pfspath }
49+ ${o3fspath } = Format FS URL o3fs vol1 bucket1
50+ Freon DFSG sync=HSYNC n=1 path=${o3fspath }
51+ ${pfspath } = Format FS URL ofs $vol1 bucket1
52+ Freon DFSG sync=HSYNC n=1 path=${pfspath }
You can’t perform that action at this time.
0 commit comments