From 37671d3913213d54764f441d6c1473f5e3483e87 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 3 May 2024 00:09:46 +0300 Subject: 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 Autosubmit: flokli Tested-by: BuildkiteCI --- tvix/store/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tvix/store/Cargo.toml') diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml index b549eeb7f514..4c0e9be49aa2 100644 --- a/tvix/store/Cargo.toml +++ b/tvix/store/Cargo.toml @@ -74,3 +74,7 @@ fuse = ["tvix-castore/fuse"] otlp = ["dep:opentelemetry", "dep:opentelemetry-otlp", "dep:opentelemetry_sdk"] tonic-reflection = ["dep:tonic-reflection", "tvix-castore/tonic-reflection"] virtiofs = ["tvix-castore/virtiofs"] +# Whether to run the integration tests. +# Requires the following packages in $PATH: +# cbtemulator, google-cloud-bigtable-tool +integration = [] -- cgit 1.4.1