Commit 77dc6b3
chore(docker): remove init-db.sql — database and tables created by tests
The init-db.sql script created a symbol table never used by any test.
The ds_mysql_test database is already created via the MYSQL_DATABASE env var.
Each integration test now creates and drops its own tables via RAII scope_guard.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent f155195 commit 77dc6b3
3 files changed
Lines changed: 0 additions & 46 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 64 | | |
73 | 65 | | |
74 | 66 | | |
| |||
This file was deleted.
0 commit comments