From 8c384519776aa71f88d540f4eb58ecdbea68c7c9 Mon Sep 17 00:00:00 2001 From: Tristan van Berkom Date: Wed, 23 Dec 2020 14:46:56 +0900 Subject: _stream.py: Added internal _track_cross_junction_filter() Replaces Pipeline method `track_cross_junction_filter()`. This changes the error domain for invalid cross junction tracking, so updating the following two test cases: * testing/_sourcetests/track.py * tests/frontend/track.py --- tests/frontend/track.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/frontend/track.py b/tests/frontend/track.py index bd8444973..3dd686de0 100644 --- a/tests/frontend/track.py +++ b/tests/frontend/track.py @@ -222,7 +222,7 @@ def test_track_cross_junction(cli, tmpdir, datafiles, cross_junction, ref_storag # Cross junction tracking is not allowed when the toplevel project # is using inline ref storage. # - result.assert_main_error(ErrorDomain.PIPELINE, "untrackable-sources") + result.assert_main_error(ErrorDomain.STREAM, "untrackable-sources") else: # # No cross juction tracking was requested -- cgit v1.2.1