<< Back to previous view |
![]() |
[QB-3868] Show Lings In Log advanced option blocks viewing of the live log for a running step.
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | 12.0.7 |
Fix Version/s: | 12.0.9 |
Type: | Bug | Priority: | Major |
Reporter: | Tom Zaplachinski | Assigned To: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown | ||
Environment: | On agent VM running win10 kernel, linux server. |
Description |
When running a build step that takes some time and outputs a lot of stdout/stderr, the Show Links In Log advanced option will prevent the live viewing of the step log.
If the option is on, you can reproduce it with a trivial loop powershell or batch command. I used this batch step: @echo off for /L %%i in (1,1,400000) do ( echo Error: akjhdsfliuarjfghiruhkjhdfiuretiurytvkjhviuirutjfvsiruskfgh9384579t5iuerth9578ythgkfiu934iurehgiusdhg ) |