-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switching more tests to snapshots to test a wider range of things all at once Getting some tests updated to handle the new control plane
- Loading branch information
1 parent
27e7d73
commit 5022e0f
Showing
7 changed files
with
145 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,79 @@ | ||
{ | ||
'ShardClient.list task selector test': [ | ||
{ | ||
spec: { | ||
id: 'capture/acmeCo/source-hello-world/00ffffffffffffff/00000000-00000000', | ||
sources: [], | ||
recoveryLogPrefix: 'recovery', | ||
hintPrefix: '/estuary/flow/hints', | ||
hintBackups: 2, | ||
maxTxnDuration: '1s', | ||
minTxnDuration: '0s', | ||
disable: false, | ||
hotStandbys: 0, | ||
labels: { | ||
labels: [ | ||
{ | ||
name: 'app.gazette.dev/managed-by', | ||
value: 'estuary.dev/flow', | ||
}, | ||
{ | ||
name: 'estuary.dev/build', | ||
value: '0000000000000000', | ||
}, | ||
{ | ||
name: 'estuary.dev/key-begin', | ||
value: '00000000', | ||
}, | ||
{ | ||
name: 'estuary.dev/key-end', | ||
value: 'ffffffff', | ||
}, | ||
{ | ||
name: 'estuary.dev/log-level', | ||
value: 'info', | ||
}, | ||
{ | ||
name: 'estuary.dev/rclock-begin', | ||
value: '00000000', | ||
}, | ||
{ | ||
name: 'estuary.dev/rclock-end', | ||
value: 'ffffffff', | ||
}, | ||
{ | ||
name: 'estuary.dev/task-name', | ||
value: 'acmeCo/source-hello-world', | ||
}, | ||
{ | ||
name: 'estuary.dev/task-type', | ||
value: 'capture', | ||
}, | ||
], | ||
}, | ||
disableWaitForAck: false, | ||
ringBufferSize: 65536, | ||
readChannelSize: 4096, | ||
}, | ||
status: [ | ||
{ | ||
code: 'FAILED', | ||
errors: [ | ||
'runTransactions: txnStartCommit: store.StartCommit: failed to write atomic RocksDB commit\n\nCaused by:\n IO error: No such file or directory: While open a file for appending: /home/travis/code/data-plane-gateway/test/tmp/capture_acmeCo_source-hello-world_00ffffffffffffff_00000000-00000000-1644699521/000008.log: No such file or directory', | ||
], | ||
}, | ||
], | ||
}, | ||
], | ||
'ShardClient.stat test': { | ||
status: 'OK', | ||
readThrough: { | ||
'acmeCo/source-hello-world/txn': '[MASKED string]', | ||
'acmeCo/source-hello-world/eof': 'who cares', | ||
}, | ||
publishAt: { | ||
'acmeCo/greetings/pivot=00': '[MASKED string]', | ||
'ops.us-central1.v1/stats/kind=capture/name=acmeCo%2Fsource-hello-world/pivot=00': '[MASKED string]', | ||
'acmeCo/greetings/00ffffffffffffff/pivot=00': '[MASKED string]', | ||
'ops.us-central1.v1/stats/00ffffffffffffff/kind=capture/name=acmeCo%2Fsource-hello-world/pivot=00': '[MASKED string]', | ||
}, | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters