Skip to content

fix(artifacts): stream log to UI#700

Open
timhuynh94 wants to merge 3 commits into
mainfrom
fix_artifacts_log
Open

fix(artifacts): stream log to UI#700
timhuynh94 wants to merge 3 commits into
mainfrom
fix_artifacts_log

Conversation

@timhuynh94
Copy link
Copy Markdown
Contributor

@timhuynh94 timhuynh94 commented Apr 15, 2026

Screenshot 2026-04-16 at 8 54 27 AM

@timhuynh94 timhuynh94 requested a review from a team as a code owner April 15, 2026 21:06
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 15, 2026

Codecov Report

❌ Patch coverage is 0% with 51 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.25%. Comparing base (8ae8b6f) to head (b57d607).

Files with missing lines Patch % Lines
executor/linux/outputs.go 0.00% 51 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #700      +/-   ##
==========================================
- Coverage   52.67%   52.25%   -0.42%     
==========================================
  Files         130      130              
  Lines        5635     5680      +45     
==========================================
  Hits         2968     2968              
- Misses       2438     2483      +45     
  Partials      229      229              
Files with missing lines Coverage Δ
executor/linux/outputs.go 40.19% <0.00%> (-11.03%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread executor/linux/outputs.go
// from the server to get the authoritative copy that includes all
// container output — this prevents artifact messages from overwriting
// the step's own logs.
time.Sleep(2 * time.Second)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

really not a fan of putting an arbitrary wait time here. is there some kind of event to hook into?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants