fix(ci): seed durable package trust in recovery gate

This commit is contained in:
whyour
2026-08-22 15:28:09 +08:00
parent 47118e13fe
commit eaf9bf486a
3 changed files with 81 additions and 0 deletions
@@ -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/,