cool-easter-32542
11/13/2023, 12:57 AM15:47:01.49 [INFO] Completed: Run Pytest - src/python/pants/backend/helm/goals/lint_test.py:tests - succeeded.
============================= test session starts ==============================
--------8<-----------
src/python/pants/backend/helm/goals/lint_test.py::test_skip_lint PASSED [100%]
- generated xml file: src.python.pants.backend.helm.goals.lint_test.py.tests.xml -
============================== 7 passed in 3.61s ===============================
ā src/python/pants/backend/helm/goals/lint_test.py:tests succeeded in 4.13s.
Bad:
16:31:15.42 [INFO] Completed: Run Pytest - src/python/pants/backend/helm/goals/lint_test.py:tests - succeeded.
============================= test session starts ==============================
--------8<-----------
src/python/pants/backend/helm/goals/lint_test.py::test_skip_lint PASSED [100%]
ā src/python/pants/backend/helm/goals/lint_test.py:tests succeeded in 3.95s.
All the test output is captured, and I'm pretty sure it's being sent to be presented. I think it also has to do with the "vertical size" of the text, in that if I remove all the newlines from the message the full text is printed. There doesn't appear to be a major difference in behaviour between a shorter output and a much longer output, in that both have some truncation.
Pants version
2.19.0a0
OS
Linux
pantsbuild/pantscool-easter-32542
11/13/2023, 2:36 AMcool-easter-32542
11/13/2023, 2:36 AMcool-easter-32542
12/10/2023, 3:32 PM