Visual improvements to worker lines with live test-progress suffix (mvnd-1.x)#1666
Open
ammachado wants to merge 1 commit into
Open
Visual improvements to worker lines with live test-progress suffix (mvnd-1.x)#1666ammachado wants to merge 1 commit into
ammachado wants to merge 1 commit into
Conversation
d085d2b to
d3eab36
Compare
…fix on mvnd-1.x Reshape the live terminal display: a drawn progress bar with percent on the status line, concise arrow-style worker lines (> :module goal (execution)), and dimmed > IDLE slots for free threads. At addProjectLine, append a styled live test-progress suffix (tests/failures/errors/skipped counts plus the current test class#method) driven by the new PROJECT_TEST_PROGRESS message. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
d3eab36 to
c81975d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Presentation-only reshaping of mvnd's live terminal display, plus the client-side plumbing for a live per-test progress suffix, on
mvnd-1.x.Live now (driven by existing messages)
> :module goal (execution).> IDLEslots for free worker threads.Wired but dormant (client-side only)
PROJECT_TEST_PROGRESSwire message (Message.ProjectTestProgressEvent, round-trip serialization).TerminalOutput.appendTestProgress(...)renders a styled suffix[Tests: N, Failures: .., Errors: .., Skipped: ..] Class#method, with failure/error counts in red.Follow-up
The daemon-side feed that emits
PROJECT_TEST_PROGRESS(the surefireForkNodeFactorybridge) is not implemented onmvnd-1.xyet, so the test-progress suffix stays dormant until a follow-up commit lands it. This is a deliberate, spike-gated separation; aTODOon thePROJECT_TEST_PROGRESSconstant records it.Verification
commonunit tests pass (message round-trip; bar geometry; suffix formatting and styles), RAT clean.MultiModuleTestintegration test passes (the reshaping did not break message-driven client assertions).🤖 Generated with Claude Code