tvl-depot/tvix/castore/src/directoryservice
Florian Klink 37671d3913 test(tvix/[ca]store): enable bigtable only with "integration" feature
The emulator and bigtable client are quite big. Remove them from the
default //tvix:shell.

Put the tests behind a `integration` feature flag, and add a variant
with that enabled to CI, and drop the bigtable tools from //tvix:shell.

Change-Id: Ie042097a0d6fc26542faa96c139b77298ccb160a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11582
Reviewed-by: edef <edef@edef.eu>
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
2024-05-03 08:53:09 +00:00
..
tests test(tvix/[ca]store): enable bigtable only with "integration" feature 2024-05-03 08:53:09 +00:00
bigtable.rs fix(tvix): typo 2024-04-25 23:47:49 +00:00
closure_validator.rs feat(tvix/castore): Fix build warnings in release mode 2024-04-20 16:47:12 +00:00
from_addr.rs test(tvix/[ca]store): enable bigtable only with "integration" feature 2024-05-03 08:53:09 +00:00
grpc.rs feat(tvix/castore/directory/grpc): instrument functions 2024-04-12 22:32:37 +00:00
memory.rs refactor(tvix/castore/directory): have SimplePutter use Validator 2024-03-24 17:42:30 +00:00
mod.rs feat(tvix/castore/directory): add bigtable backend 2024-04-09 15:50:34 +00:00
simple_putter.rs refactor(tvix/castore/directory): have SimplePutter use Validator 2024-03-24 17:42:30 +00:00
sled.rs feat(tvix/castore/directory): add SledDirectoryPutter 2024-03-24 19:56:55 +00:00
traverse.rs feat(tvix/castore/directory/traverse): use castore Paths 2024-05-02 15:26:29 +00:00
utils.rs refactor(tvix/castore/directory): have SimplePutter use Validator 2024-03-24 17:42:30 +00:00