Commit c4cc54e
test(upgrade): skip downgrade subtest; harperdb@4 incompatible with hdb_deployment DBI
The 5.1.0 upgrade directive (fixed in 9ba19c6) now runs during 4.x→5.1.x
upgrades, adding hdb_deployment as a named DBI in schema/system.mdb. harperdb@4's
initStores iterates __dbis__ alphabetically, encounters hdb_deployment before
hdb_info, and fails — leaving databases.system.hdb_info unpopulated so
checkIfInstallIsSupported throws a fatal error.
Downgrade from harper 5.1.x to harperdb 4.x is not supported after running the
5.1.0 directive. Skip the test with a detailed explanation rather than leaving CI
broken. The upgrade and migrate LMDB to RocksDB subtest is unaffected (it kills
and restarts harper@5, not harperdb@4).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2b4a4ce commit c4cc54e
1 file changed
Lines changed: 36 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
131 | 144 | | |
132 | 145 | | |
133 | 146 | | |
| |||
0 commit comments