ci(ql3): wait for managed postgres resources

This commit is contained in:
whyour
2026-08-25 23:38:21 +08:00
parent d2ebce85fa
commit c2df0c7215
2 changed files with 64 additions and 14 deletions
@@ -128,13 +128,21 @@ test('keeps migration failure evidence content-free', () => {
terminated: {
exitCode: 1,
reason: 'Error',
message: JSON.stringify({
schemaVersion: 1,
component: 'qinglong3-cluster-migration',
event: 'migration_failed',
name: 'Error',
code: 'EAI_AGAIN',
}),
message: [
JSON.stringify({
schemaVersion: 1,
component: 'qinglong3-cluster-migration',
event: 'migration_started',
migrationCount: 0,
}),
JSON.stringify({
schemaVersion: 1,
component: 'qinglong3-cluster-migration',
event: 'migration_failed',
name: 'Error',
code: 'EAI_AGAIN',
}),
].join('\n'),
},
},
},