Closed bdoyle0182 closed 1 year ago
Merging #5405 (ccfac09) into master (d84e4ee) will decrease coverage by
1.05%
. The diff coverage is0.00%
.:exclamation: Current head ccfac09 differs from pull request most recent head 43ba7da. Consider uploading reports for the commit 43ba7da to get more accurate results
@@ Coverage Diff @@
## master #5405 +/- ##
==========================================
- Coverage 76.69% 75.65% -1.05%
==========================================
Files 240 240
Lines 14596 14592 -4
Branches 671 666 -5
==========================================
- Hits 11194 11039 -155
- Misses 3402 3553 +151
Impacted Files | Coverage Δ | |
---|---|---|
...e/openwhisk/core/scheduler/queue/MemoryQueue.scala | 81.03% <0.00%> (+0.59%) |
:arrow_up: |
... and 34 files with indirect coverage changes
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Description
This metric unfortunately does not work as a gauge. A gauge will report until there is a change in the value. I previously made a change so that the value would change back to 0 when a new activation is processed. However this does not account for 1. when the queue is stopped before setting the value back to 0 and 2. a queue is moved to a new host before the value is set back to 0 so the value for the action is still emitting 1 until a restart incorrectly reporting.
Related issue and scope
My changes affect the following components
Types of changes
Checklist: