mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 16:07:11 +08:00
ci(ql3): wait for managed postgres resources
This commit is contained in:
@@ -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'),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user