Skip to content

Commit

Permalink
Comment out verify section
Browse files Browse the repository at this point in the history
  • Loading branch information
msmygit committed Jul 18, 2024
1 parent ab231ba commit eb80d63
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions nb-tests/cql_nb_activity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ blocks:
(key, value)
VALUES ({seq_key},{seq_value});
verify:
params:
cl: TEMPLATE(read_cl,LOCAL_QUORUM)
ops:
verify_select: |
SELECT * FROM TEMPLATE(keyspace,test).TEMPLATE(table,keyvalue) WHERE key={rw_key};
verify_fields: key->rw_key, value->rw_value
# verify:
# params:
# cl: TEMPLATE(read_cl,LOCAL_QUORUM)
# ops:
# verify_select: |
# SELECT * FROM TEMPLATE(keyspace,test).TEMPLATE(table,keyvalue) WHERE key={rw_key};
# verify_fields: key->rw_key, value->rw_value

read:
params:
Expand Down

0 comments on commit eb80d63

Please sign in to comment.