mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 20:16:00 +00:00
fix: comment out incremental analysis in testTableDiff and correct clickhouse image reference
This commit is contained in:
@@ -106,10 +106,10 @@ async function testTableDiff(engine, conn, driver, mangle, changedTable = 't1')
|
||||
await driver.script(conn, sql);
|
||||
|
||||
// TODO:
|
||||
if (!engine.skipIncrementalAnalysis) {
|
||||
const structure2RealIncremental = await driver.analyseIncremental(conn, structure1Source);
|
||||
checkTableStructure(engine, tget(structure2RealIncremental), tget(structure2));
|
||||
}
|
||||
// if (!engine.skipIncrementalAnalysis) {
|
||||
// const structure2RealIncremental = await driver.analyseIncremental(conn, structure1Source);
|
||||
// checkTableStructure(engine, tget(structure2RealIncremental), tget(structure2));
|
||||
// }
|
||||
|
||||
const structure2Real = extendDatabaseInfo(await driver.analyseFull(conn));
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ services:
|
||||
# - 15942:9042
|
||||
#
|
||||
# clickhouse:
|
||||
# image: bitnami/clickhouse:24.8.4
|
||||
# image: bitnamilegacy/clickhouse:24.8.4
|
||||
# restart: always
|
||||
# ports:
|
||||
# - 15005:8123
|
||||
|
||||
Reference in New Issue
Block a user