Commit 037a1e7
committed
fix(doltserver): resolve pre-existing integration test failures
Two fixes for nightly integration test failures:
1. wl_commons "database exists" error: InitRig now uses CREATE DATABASE
IF NOT EXISTS when the Dolt server is running, preventing failures
when the database was already created by a prior test run sharing the
same container. Also adds t.Cleanup to drop the wl_commons database
after TestRealWLCommonsStore_Conformance, matching the cleanup pattern
already used by scheduler tests (setupMultiRigSchedulerTown).
2. wisps schema drift: Remove the crystallizes column from wispsCreateDDL.
beads v1.0.0 actively drops this column via migration 012
(MigrateDropHOPColumns). The GT-side DDL was out of sync with what
bd expects, causing schema mismatches when GT creates the wisps table
directly.1 parent bdbe8c4 commit 037a1e7
3 files changed
Lines changed: 13 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2290 | 2290 | | |
2291 | 2291 | | |
2292 | 2292 | | |
2293 | | - | |
2294 | | - | |
2295 | | - | |
| 2293 | + | |
| 2294 | + | |
| 2295 | + | |
| 2296 | + | |
| 2297 | + | |
| 2298 | + | |
2296 | 2299 | | |
2297 | 2300 | | |
2298 | 2301 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
384 | 383 | | |
385 | 384 | | |
386 | 385 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
36 | 43 | | |
37 | 44 | | |
38 | 45 | | |
| |||
0 commit comments