From 61044a00d5fe556382778f01d7113f0395a12a96 Mon Sep 17 00:00:00 2001 From: janakr Date: Tue, 19 Jun 2018 12:08:55 -0700 Subject: Delete switch for nested set serialization. It's fast enough to be on by default. PiperOrigin-RevId: 201218341 --- src/test/shell/integration/discard_analysis_cache_test.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/test/shell/integration') 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): -- cgit v1.2.3