Skip to content

Commit

Permalink
Add robot test
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaskriya committed Jan 15, 2025
1 parent 3024fa2 commit ae96fee
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,9 @@ Test ozone debug ldb scan with filter option failure
# test filter option for lesser/greater operator on non-numeric field
${output} = Execute And Ignore Error ozone debug ldb --db=/data/metadata/om.db scan --cf=keyTable --filter="keyName:lesser:k1"
Should contain ${output} only on numeric values

Test ozone debug ldb checkpoint command
${output} = Execute ozone debug ldb --db=/data/metadata/om.db checkpoint --output=/data/metadata/checkpoint1.db
Should contain ${output} Created checkpoint at
${output} = Execute ls /data/metadata/checkpoint1.db
Should contain ${output} .sst

0 comments on commit ae96fee

Please sign in to comment.