mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 16:07:11 +08:00
fix(ci): seed durable package trust in recovery gate
This commit is contained in:
@@ -69,6 +69,16 @@ test('gate runs migration, healthy activation and a durable rejected upgrade', (
|
||||
);
|
||||
assert.match(live, /plugin-package-recovery\/base\/recover-job\.yaml/);
|
||||
assert.match(fixture, /PostgresPluginPackageInstallRepository/);
|
||||
assert.match(
|
||||
fixture,
|
||||
/PostgresPluginPackagePublisherTrustAuthorityRepository/,
|
||||
);
|
||||
assert.match(fixture, /createPluginPackagePublisherTrustSnapshot/);
|
||||
assert.match(fixture, /role: 'package-manager'/);
|
||||
assert.match(fixture, /authorityId: 'cluster'/);
|
||||
assert.match(fixture, /publisherTrustStatus/);
|
||||
assert.match(live, /QL3_E2E_POSTGRES_PACKAGE_MANAGER_USER/);
|
||||
assert.match(live, /key: 'package-manager-password'/);
|
||||
assert.match(
|
||||
fixture,
|
||||
/PostgresPluginPackageSecretBindingTransitionRepository/,
|
||||
|
||||
Reference in New Issue
Block a user