apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store
https://apple.github.io/foundationdb/
Apache License 2.0
14.19k stars 1.29k forks source link

TestOpenNotExistTenant will always fail on release-7.3/release-7.1 #11382

Open xis19 opened 1 month ago

xis19 commented 1 month ago

Since the open-source FoundationDB does not fully support tenants, the bindings/go/src/fdb/fdb_test.go:TestOpenNotExistTenant will not pass as FDB will not return the correct error for a non-existing tenant.

https://github.com/apple/foundationdb/pull/11380 and https://github.com/apple/foundationdb/pull/11381 temporarily disable the test.