test: verify unified ingest ux closure

This commit is contained in:
Andrey Avtomonov 2026-05-13 19:49:16 +02:00
parent 4f866f14ea
commit a04f964ae1
2 changed files with 2 additions and 2 deletions

View file

@ -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' } },
}),

View file

@ -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 () => {