<#17386 Regression in streaming output of test run...
# github-notifications
q
#17386 Regression in streaming output of test runners Issue created by Eric-Arellano Describe the bug Now, when we finish a result, we stream this:
Copy code
12:28:52.46 [INFO] Completed: Run Pytest - succeeded.
Before, we streamed a message like this:
Copy code
Completed: Run Pytest - (environment:remote, src/python/toolchain/buildsense/management/commands/cache_history_test.py:tests) - succeeded.
To reproduce, simply run
./pants test src/python/pants/util/strutil_test.py
. Pants version I suspect this comes from #17134. It happened between `09af33db0dffa0445cd865b7a87d444de30089db 09af33d and 12e339d. pantsbuild/pants
u