aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe/PrepareDepsOfPatternsFunctionTest.java
diff options
context:
space:
mode:
authorGravatar Janak Ramakrishnan <janakr@google.com>2016-11-16 19:35:48 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-11-17 18:18:00 +0000
commit18d0a5dcd0d349669fd0b44c7d36e32c19230278 (patch)
treebc76629a2242a4e30300455ba1a8c4d1c3286543 /src/test/java/com/google/devtools/build/lib/skyframe/PrepareDepsOfPatternsFunctionTest.java
parenta3c053bf957587e09b22db6f3547934bcbdb574d (diff)
Re-use the precomputed universe key in WalkableGraphFactory#prepareAndGet.
-- MOS_MIGRATED_REVID=139357569
Diffstat (limited to 'src/test/java/com/google/devtools/build/lib/skyframe/PrepareDepsOfPatternsFunctionTest.java')
-rw-r--r--src/test/java/com/google/devtools/build/lib/skyframe/PrepareDepsOfPatternsFunctionTest.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/java/com/google/devtools/build/lib/skyframe/PrepareDepsOfPatternsFunctionTest.java b/src/test/java/com/google/devtools/build/lib/skyframe/PrepareDepsOfPatternsFunctionTest.java
index 869423e55b..b29ec04b0d 100644
--- a/src/test/java/com/google/devtools/build/lib/skyframe/PrepareDepsOfPatternsFunctionTest.java
+++ b/src/test/java/com/google/devtools/build/lib/skyframe/PrepareDepsOfPatternsFunctionTest.java
@@ -161,10 +161,10 @@ public class PrepareDepsOfPatternsFunctionTest extends BuildViewTestCase {
}
/**
- * PrepareDepsOfPatternsFunction always keeps going despite any target pattern parsing errors,
- * in keeping with the original behavior of {@link SkyframeExecutor#prepareAndGet}, which
- * always used {@code keepGoing=true} during target pattern parsing because it was responsible
- * for ensuring that queries had a complete graph to work on.
+ * PrepareDepsOfPatternsFunction always keeps going despite any target pattern parsing errors, in
+ * keeping with the original behavior of {@link WalkableGraph.WalkableGraphFactory#prepareAndGet},
+ * which always used {@code keepGoing=true} during target pattern parsing because it was
+ * responsible for ensuring that queries had a complete graph to work on.
*/
@Test
public void testParsingProblemsNoKeepGoing() throws Exception {