fix: 修复测试用例问题,postgres测试用例基本通过

This commit is contained in:
Pan Qiancheng 2025-12-30 18:39:49 +08:00
parent 846cccb325
commit ef44cc4dc4
2 changed files with 2197 additions and 12 deletions

View File

@ -880,9 +880,6 @@ describe('test mysqlstore', function () {
port: '', port: '',
}, },
}, },
dangerousVersions: [],
warningVersions: [],
soaVersion: '',
} }
}, },
{ {
@ -1233,9 +1230,6 @@ describe('test mysqlstore', function () {
port: '', port: '',
}, },
}, },
dangerousVersions: [],
warningVersions: [],
soaVersion: '',
} }
}, },
{ {
@ -1284,9 +1278,6 @@ describe('test mysqlstore', function () {
port: '', port: '',
}, },
}, },
dangerousVersions: [],
warningVersions: [],
soaVersion: '',
} }
}, },
{ {
@ -1306,9 +1297,6 @@ describe('test mysqlstore', function () {
port: '', port: '',
}, },
}, },
dangerousVersions: [],
warningVersions: [],
soaVersion: '',
} }
}] }]
} }

2197
test/testPostgresStore.ts Normal file

File diff suppressed because it is too large Load Diff