Commit d0c19c5
committed
Add mysql to MESSAGE_QUEUE, KV_STORE, and DB_TO_CHECK in @fedify/init
Without this, the mysql entries in mq.json and kv.json were silently
ignored because the MessageQueue and KvStore types are derived from
the MESSAGE_QUEUE and KV_STORE constant arrays respectively, and mysql
was not listed in either. As a result, fedify init never offered
MySQL/MariaDB as a selectable backend option despite the JSON entries
being present.
Also added mysql to DB_TO_CHECK and the corresponding db-to-check.json
so that the test suite can check whether a MySQL instance is running
before running integration tests.
#600 (comment)1 parent 6b8da9c commit d0c19c5
2 files changed
Lines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
16 | 22 | | |
17 | 23 | | |
18 | | - | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
24 | | - | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
| |||
0 commit comments