|
Ran
|
Jobs
1
|
Files
251
|
Run time
17s
|
Badge
README BADGES
|
push
travis-ci
Fix for invalid podsvc stats update errors seen in fab14 Root cause: - Once service/pod is deleted, we delete the obs mos and prom metrics. - if we get a stats update from statsmanager just after the obs mos got deleted, we were calling a common api used for config/stats update, which allocated new mos for these stats due to resolve failure. - prom metrics update however detects this as invalid scenario, since MOs are present, but during stats update, we dont allow metrics to be created. If metrics arent present during stats update, these failures will get raised. Fix: - during stats update, dont create mos. MO creation will be done only during config update. - tested using mock server and agent on build vm Signed-off-by: Gautam Venkataramanan <gautam.chennai@gmail.com> Change-Id: I3d41871b9
17767 of 24355 relevant lines covered (72.95%)
3010.64 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 251.1 | 0 |
72.95 |
Travis Job 251.1 |