Closed ramessesii2 closed 2 months ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by:
To complete the pull request process, please assign dibyom after the PR has been reviewed.
You can assign the PR to them by writing /assign @dibyom
in a comment when ready.
The full list of commands accepted by this bot can be found here.
The following is the coverage report on the affected files.
Say /test pull-tekton-results-go-coverage
to re-run this coverage report
File | Old Coverage | New Coverage | Delta |
---|---|---|---|
pkg/watcher/reconciler/dynamic/dynamic.go | 69.3% | 66.0% | -3.3 |
pkg/watcher/results/logs.go | 50.0% | 40.9% | -9.1 |
/hold For #704
@ramessesii2: The following test 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-tekton-results-build-tests | 52942275a18350262c5db3a1af78c1dd33e0505c | link | true | /test pull-tekton-results-build-tests |
Full PR test history. Your PR dashboard.
@ramessesii2: PR needs rebase.
FYI @khrm now that #760 has merged and this WIP can be rebased and updated to use it, I'll also cross reference with the other thread we have been working, namely the rewrite of log storage, https://github.com/tektoncd/results/issues/763 , to access S3 directly from the watcher.
With that change, presumably the fix for the race condition becomes much simpler / moot, as the watcher will learn directly of error writing the logs to external storage.
I suppose it is possible that leveraging the #760 changes could still provide value as part of coordination, and of course there is the question of staging and when #763 is done (though I hope to get it prioritized on our team's end when we can next talk to Koustav.
@sayan-biswas @ramessesii2 @avinal @enarha @vdemeester FYI
We can close this because we are changing the Logging approach.
/close
And to fix the racing condition we will have a finalizer now. https://github.com/tektoncd/results/pull/797
Changes
Fixes #514 /kind bug
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you review them:
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes