
Key: |
QB-3868
|
Type: |
Bug
|
Status: |
Resolved
|
Resolution: |
Fixed
|
Priority: |
Major
|
Assignee: |
Unassigned
|
Reporter: |
Tom Zaplachinski
|
Votes: |
0
|
Watchers: |
0
|
If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
Created: 22/Jun/22 10:35 PM
Updated: 23/Jun/22 07:54 AM
|
|
Component/s: |
None
|
Affects Version/s: |
12.0.7
|
Fix Version/s: |
12.0.9
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
Environment:
|
On agent VM running win10 kernel, linux server.
|
|
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
)
|
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
)
|
Show » |
No work has yet been logged on this issue.
|
|