aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration
diff options
context:
space:
mode:
authorGravatar janakr <janakr@google.com>2018-06-19 12:08:55 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-19 12:10:18 -0700
commit61044a00d5fe556382778f01d7113f0395a12a96 (patch)
treea25206590e39020dd0308250918c252ea4682818 /src/test/shell/integration
parentb74922932b25a71c626b47ea9a9afb7dbc506cec (diff)
Delete switch for nested set serialization. It's fast enough to be on by default.
PiperOrigin-RevId: 201218341
Diffstat (limited to 'src/test/shell/integration')
-rwxr-xr-xsrc/test/shell/integration/discard_analysis_cache_test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/shell/integration/discard_analysis_cache_test.sh b/src/test/shell/integration/discard_analysis_cache_test.sh
index 18e4bd82f2..c8a0743a51 100755
--- a/src/test/shell/integration/discard_analysis_cache_test.sh
+++ b/src/test/shell/integration/discard_analysis_cache_test.sh
@@ -65,6 +65,8 @@ function extract_histogram_count() {
}
function test_aspect_and_configured_target_cleared() {
+ # NestedSetCodec can hang on to objects.
+ export DONT_SANITY_CHECK_SERIALIZATION=1
mkdir -p "foo" || fail "Couldn't make directory"
cat > foo/simpleaspect.bzl <<'EOF' || fail "Couldn't write bzl file"
def _simple_aspect_impl(target, ctx):