mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-23 12:05:27 +08:00
fix(ci): align kubernetes live evidence
This commit is contained in:
@@ -29,6 +29,7 @@ const {
|
||||
reviewedOperatorManifest,
|
||||
} = require('./ql3-cloudnativepg-live-contract.cjs');
|
||||
const {
|
||||
AI_MIGRATION_COUNT,
|
||||
FIXTURE,
|
||||
LIMITATIONS,
|
||||
validateProviderCredentialTestKubernetesLiveReport,
|
||||
@@ -1453,7 +1454,7 @@ async function main() {
|
||||
),
|
||||
);
|
||||
assert.equal(databaseFacts.postgresVersionNumber, 180004);
|
||||
assert.equal(databaseFacts.aiMigrationCount, 15);
|
||||
assert.equal(databaseFacts.aiMigrationCount, AI_MIGRATION_COUNT);
|
||||
|
||||
psql(
|
||||
fixture,
|
||||
|
||||
Reference in New Issue
Block a user