Skip to content

Commit

Permalink
Fixed the exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
hemantk-12 committed Aug 22, 2024
1 parent b600a5a commit e800999
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ Create key for HSync upgrade test

Test HSync Prior To Finalization
${result} = Execute and checkrc ozone debug recover --path=ofs://${OMSERVICEID}/${VOLUME}/${BUCKET}/${KEY} 255
Should contain ${result} NOT_SUPPORTED_OPERATION
Should contain ${result} It belongs to the layout feature HBASE_SUPPORT, whose layout version is 7
${result} = Execute and checkrc ozone debug recover --path=o3fs://${BUCKET}.${VOLUME}.${OMSERVICEID}/${KEY} 255
Should contain ${result} NOT_SUPPORTED_OPERATION
Should contain ${result} It belongs to the layout feature HBASE_SUPPORT, whose layout version is 7

0 comments on commit e800999

Please sign in to comment.