diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2022-08-09 17:50:04 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-08-26 12:33:44 +0200 |
| commit | 256f7db0800ef141bb06578df61f4d21b8251eff (patch) | |
| tree | a91cec6a64280836809878d8d069a27a84e03384 /dashboard/app/app_test.go | |
| parent | b1bc4685d8a3c1d167b065a44c435264b99fa592 (diff) | |
dashboard: revoke no longer working reproducers
Reuse the existing patch testing mechanism to periodically re-check
existing reproducers. If a repro no longer works, mark it as such and
don't consider during bug obsoletion testing.
For obsoleted bugs, pass also a string argument specifying the reason
for the obsoletion. This will make email messages more user-friendly and
also let us later estimate the amount of no longer relevant bugs that we
had on the dashboard.
Diffstat (limited to 'dashboard/app/app_test.go')
| -rw-r--r-- | dashboard/app/app_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/app/app_test.go b/dashboard/app/app_test.go index b4b07ddae..4c1fd32ad 100644 --- a/dashboard/app/app_test.go +++ b/dashboard/app/app_test.go @@ -50,6 +50,7 @@ var testConfig = &GlobalConfig{ MaxPeriod: 100 * 24 * time.Hour, NonFinalMinPeriod: 40 * 24 * time.Hour, NonFinalMaxPeriod: 60 * 24 * time.Hour, + ReproRetestPeriod: 100 * 24 * time.Hour, }, DefaultNamespace: "test1", Namespaces: map[string]*Config{ |
