Skip to content

Conversation

@serathius
Copy link
Member

Thanks to junit reading subtest this should allow to see timings in Testgrid.

/cc @henrybear327

Thanks to junit reading subtest this should allow to see timings in Testgrid.

Signed-off-by: Marek Siarkowicz <[email protected]>
@k8s-ci-robot
Copy link

k8s-ci-robot commented Jan 18, 2026

@serathius: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-etcd-integration-2-cpu-amd64 9181286 link true /test pull-etcd-integration-2-cpu-amd64
pull-etcd-coverage-report 9181286 link true /test pull-etcd-coverage-report

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@codecov
Copy link

codecov bot commented Jan 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.39%. Comparing base (5600501) to head (9181286).

Additional details and impacted files

see 21 files with indirect coverage changes

@@            Coverage Diff             @@
##             main   #21154      +/-   ##
==========================================
+ Coverage   68.35%   68.39%   +0.04%     
==========================================
  Files         429      429              
  Lines       35267    35267              
==========================================
+ Hits        24107    24122      +15     
+ Misses       9766     9749      -17     
- Partials     1394     1396       +2     

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5600501...9181286. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

// As for the report, the original report is used so the consumer doesn't need to track what patching was done or not.
if len(persistedRequests) != 0 {
linearizableOperations = patchLinearizableOperations(linearizableOperations, reports, persistedRequests)
t.Run("Patch", func(tl TimerLogger) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
t.Run("Patch", func(tl TimerLogger) {
t.Run("Patch", func(t TimerLogger) {

if err != nil {
lg.Error("Watch validation failed", zap.Error(err))
}
lg.Info("Watch validation success")
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
lg.Info("Watch validation success")
} else {
lg.Info("Watch validation success")
}

if err != nil {
lg.Error("Serializable validation failed")
}
lg.Info("Serializable validation success")
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
lg.Info("Serializable validation success")
} else {
lg.Info("Serializable validation success")
}

@k8s-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: henrybear327, serathius

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

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

Development

Successfully merging this pull request may close these issues.

3 participants