Commit 623eecf
committed
fixup! Integrate TierStore into NodeBuilder
- Remove set_backup_storage_dir_path and set_ephemeral_store from
ArcedNodeBuilder — these tiered-storage configuration methods belong
to the FFI bindings PR (#871) and should not be introduced here.
- Gate builder_configures_sqlite_backup_store and
sqlite_backup_rejects_primary_storage_path tests behind
not exposed through the arced wrapper.
- Revert the setup_node_with_builder helper added to test utils:
the backup-related test now configures its builder inline, which also
removes the &mut Builder requirement that forced setup_builder! to emit
mut unconditionally. It's now correctly immutable when uniffi is enabled.1 parent 309e9ec commit 623eecf
3 files changed
Lines changed: 22 additions & 48 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1251 | 1251 | | |
1252 | 1252 | | |
1253 | 1253 | | |
1254 | | - | |
1255 | | - | |
1256 | | - | |
1257 | | - | |
1258 | | - | |
1259 | | - | |
1260 | | - | |
1261 | | - | |
1262 | | - | |
1263 | | - | |
1264 | | - | |
1265 | | - | |
1266 | | - | |
1267 | | - | |
1268 | | - | |
1269 | | - | |
1270 | | - | |
1271 | | - | |
1272 | | - | |
1273 | | - | |
1274 | | - | |
1275 | | - | |
1276 | | - | |
1277 | | - | |
1278 | | - | |
1279 | | - | |
1280 | | - | |
1281 | | - | |
1282 | | - | |
1283 | | - | |
1284 | | - | |
1285 | | - | |
1286 | 1254 | | |
1287 | 1255 | | |
1288 | 1256 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
464 | | - | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
465 | 467 | | |
466 | 468 | | |
467 | 469 | | |
| |||
529 | 531 | | |
530 | 532 | | |
531 | 533 | | |
532 | | - | |
533 | | - | |
534 | | - | |
535 | | - | |
536 | | - | |
537 | | - | |
538 | | - | |
539 | | - | |
540 | | - | |
541 | 534 | | |
542 | 535 | | |
543 | 536 | | |
| |||
598 | 591 | | |
599 | 592 | | |
600 | 593 | | |
601 | | - | |
602 | | - | |
603 | 594 | | |
604 | 595 | | |
605 | 596 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
3048 | 3050 | | |
3049 | 3051 | | |
3050 | 3052 | | |
| 3053 | + | |
3051 | 3054 | | |
3052 | 3055 | | |
3053 | 3056 | | |
| |||
3152 | 3155 | | |
3153 | 3156 | | |
3154 | 3157 | | |
3155 | | - | |
3156 | | - | |
3157 | | - | |
| 3158 | + | |
| 3159 | + | |
| 3160 | + | |
| 3161 | + | |
| 3162 | + | |
| 3163 | + | |
| 3164 | + | |
| 3165 | + | |
| 3166 | + | |
| 3167 | + | |
| 3168 | + | |
| 3169 | + | |
| 3170 | + | |
| 3171 | + | |
3158 | 3172 | | |
3159 | 3173 | | |
3160 | 3174 | | |
| |||
3200 | 3214 | | |
3201 | 3215 | | |
3202 | 3216 | | |
| 3217 | + | |
3203 | 3218 | | |
3204 | 3219 | | |
3205 | 3220 | | |
3206 | 3221 | | |
3207 | 3222 | | |
3208 | 3223 | | |
3209 | 3224 | | |
3210 | | - | |
| 3225 | + | |
3211 | 3226 | | |
3212 | 3227 | | |
3213 | 3228 | | |
| |||
0 commit comments