Gate integration tests of unrebuilt Enterprise features behind pending-rebuild; record what v0.16.22 proved

This commit is contained in:
2026-09-18 10:29:20 -07:00
parent 0c6b3dffc0
commit 0db5ab9155
6 changed files with 49 additions and 4 deletions
+4
View File
@@ -4,6 +4,10 @@ version = "0.16.22"
edition = "2024"
[features]
# Tests for Enterprise features the fork hasn't rebuilt yet. Off by default, so
# the crate compiles without them. Each gate is marked `inbuxa: pending-rebuild`,
# and comes off when its feature's rebuild lands.
pending-rebuild = []
#default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "nats", "azure", "foundationdb"]
#default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "foundationdb"]
default = ["rocks", "sqlite"]