This is an automated email from the ASF dual-hosted git repository. baunsgaard pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/systemds.git
commit bd584efb5bc4362877c2a29621b9fd55c2872746 Author: baunsgaard <[email protected]> AuthorDate: Wed Apr 28 10:57:04 2021 +0200 [MINOR] Python lineage trace tests fit to hybrid mode --- src/main/python/tests/lineage/test_lineagetrace.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/python/tests/lineage/test_lineagetrace.py b/src/main/python/tests/lineage/test_lineagetrace.py index 0d35c4c..3a1072a 100644 --- a/src/main/python/tests/lineage/test_lineagetrace.py +++ b/src/main/python/tests/lineage/test_lineagetrace.py @@ -100,8 +100,8 @@ def parse_trace(path: str): for line in log: data.append(line.strip().split("°")) - # Remove the last 3 lines of the System output because they are after lintrace. - return data[:-3] + # Remove the last 4 lines of the System output because they are after lintrace. + return data[:-4] if __name__ == "__main__":
