Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport (v1.16): ci: do not show test detail immediately #4454

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

daipom
Copy link
Contributor

@daipom daipom commented Mar 27, 2024

Backported from 4f02d3f (#4452).

TESTOPTS=-v shows running test and the result.
If something weird happen, it show error immediately.

As rake task executes many tests, so it may be better to
delay showing test details later.

NOTE: --progress-style=fault-only helps you to focus on
failure, but it is inconvenient when test case has stalled.

Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
@daipom daipom modified the milestone: v1.16.5 Mar 27, 2024
@daipom daipom merged commit 44d132c into v1.16 Mar 27, 2024
14 of 16 checks passed
@daipom daipom deleted the v1.16-backport-4452 branch March 27, 2024 09:30
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.

None yet

3 participants