mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
test: verify unified ingest ux closure
This commit is contained in:
parent
4f866f14ea
commit
a04f964ae1
2 changed files with 2 additions and 2 deletions
|
|
@ -627,7 +627,7 @@ describe('runContextBuild', () => {
|
|||
|
||||
it('passes schema-first notices from the plan into foreground output', async () => {
|
||||
const io = makeIo();
|
||||
const project = {
|
||||
const project: KtxPublicIngestProject = {
|
||||
...projectWithConnections({
|
||||
warehouse: { driver: 'postgres', context: { depth: 'deep' } },
|
||||
}),
|
||||
|
|
|
|||
|
|
@ -534,7 +534,7 @@ describe('runKtxPublicIngest', () => {
|
|||
expect(io.stdout()).toContain('Ingest finished with partial failures');
|
||||
expect(io.stdout()).toContain('warehouse failed at database-schema.');
|
||||
expect(io.stdout()).toContain('Retry: ktx ingest warehouse --project-dir /tmp/project --fast');
|
||||
expect(io.stdout()).not.toContain('Debug: ktx ingest warehouse --debug');
|
||||
expect(io.stdout()).not.toContain('Debug:');
|
||||
});
|
||||
|
||||
it('prints query-history retry guidance for query-history facet failures', async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue