We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d42cb commit 5a3f046Copy full SHA for 5a3f046
1 file changed
google/cloud/spanner/ci/run_integration_tests_emulator_bazel.sh
@@ -45,5 +45,6 @@ trap spanner_emulator::kill EXIT
45
--test_env="GOOGLE_CLOUD_CPP_EXPERIMENTAL_LOG_CONFIG=lastN,100,WARNING" \
46
--test_env="GOOGLE_CLOUD_CPP_ENABLE_TRACING=rpc,rpc-streams" \
47
--test_env="GOOGLE_CLOUD_CPP_TRACING_OPTIONS=truncate_string_field_longer_than=512" \
48
+ --test_env="GOOGLE_CLOUD_CPP_SPANNER_SLOW_INTEGRATION_TESTS=instance,backup" \
49
--test_tag_filters="integration-test" -- \
50
"//google/cloud/spanner/...:all"
0 commit comments