Files
nosqlbench/adapters-api/src/test/resources/testdocs/docs_blocks_ops.yaml
2023-02-07 18:28:05 -06:00

61 lines
852 B
YAML

name: doc1
description: a quintessential description - this is superseded by dedicated specification tests and will be removed
scenarios:
default:
- run driver=stdout alias=step1
- run driver=stdout alias=step2
schema-only:
- run driver=blah tags=block:"schema.*"
tags:
atagname: atagvalue
statements:
- s1
- s2
bindings:
b1: b1d
b2: b2d
params:
param1: value1
---
name: doc2
tags:
root1: val1
root2: val2
blocks:
- name: block1
tags:
block1tag: tag-value1
params:
timeout: 23423
foobar: baz
bindings:
b11: override-b11
foobar: overized-beez
statements:
- s11
- s12
- name: block2
tags:
root1: value23
statements:
s13: statement thirteen
s14: statement fourteen
params:
foobar: beez
bindings:
b11: b11d
b12: b12d