<#20171 Test output is truncated> Issue created by...
# github-notifications
c
#20171 Test output is truncated Issue created by lilatomic Describe the bug Output of tests is truncated. Good:
Copy code
15: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:
Copy code
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/pants