• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubevirt / hyperconverged-cluster-operator / 10439868567
86%
main: 80%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/github.com/go-jose/go-jose/v4-4.1.4
DEFAULT BRANCH: main
Ran 18 Aug 2024 10:28AM UTC
Jobs 1
Files 50
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Aug 2024 10:26AM UTC coverage: 85.891%. Remained the same
10439868567

Pull #3057

github

nunnatsa
Fix the monitoring flaky functest

The test modifies the KubeVirt CR and expects that the
kubevirt_hco_out_of_band_modifications_total metric will increased by 1.
However, this test is sometimes fails, when the actual result is greater
by 1 from the expected metric value.

The reason for that is that another test - labels test, also modifies
the KubeVirt CR. In cases where the labels test runs first, sometimes
prometheus takes some time to update the metric, and then, in the
monitoring test, when reading the value before test, we're getting the
value before it was modified by the labels test, and when reading the
value after the KubeVirt modification, we get the metric values for both
modifications.

This PR fixes the issue by using the CDI CR instead of the KubeVirt CR
in the labels test, so there is only one modification for the KubeVirt
CR during the functional test suite, and the test should always pass.

Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>
Pull Request #3057: Fix the monitoring flaky functest

5290 of 6159 relevant lines covered (85.89%)

0.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10439868567.1 18 Aug 2024 10:28AM UTC 0
85.89
GitHub Action Run
Source Files on build 10439868567
Detailed source file information is not available for this build.
  • Back to Repo
  • Pull Request #3057
  • PR Base - main (#10434671505)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc