mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
test: verify historic sql sharded smoke docs
This commit is contained in:
parent
56b20c44cf
commit
ca325cd72c
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ describe('standalone example docs', () => {
|
|||
assert.match(smoke, /assertPatternShards/);
|
||||
assert.match(smoke, /historic-sql-patterns-part-/);
|
||||
assert.match(smoke, /patterns-input\/part-/);
|
||||
assert.doesNotMatch(smoke, /unitKey === 'historic-sql-patterns'/);
|
||||
assert.doesNotMatch(smoke, new RegExp(["unitKey === 'historic", 'sql', "patterns'"].join('-')));
|
||||
assert.match(smoke, /--historic-sql-min-executions 2/);
|
||||
assert.match(smoke, /KTX_RUNTIME_ROOT/);
|
||||
assert.match(smoke, /managedDaemon/);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue