Skip to content

Commit

Permalink
Quarantine flaky storage test that starts VMI with faulty disk
Browse files Browse the repository at this point in the history
The following test has been impacting the storage test lanes over the
past two weeks:

`Storage Starting a VirtualMachineInstance with faulty disk [It] should
pause VMI on IO error`

As the impact has been greater than 5% over the past 14 days[1], this test
qualifies for quarantine.

This test may also be impacting another storage test[2] so quarantining
will allow to see if this helps to reduce the flakiness.

[1] https://search.ci.kubevirt.io/?search=Starting+a+VirtualMachineInstance+with+faulty+disk&maxAge=336h&context=1&type=build-log&name=&excludeName=&maxMatches=5&maxBytes=20971520&groupBy=job
[2] https://github.com/kubevirt/kubevirt/blob/main/tests/storage/storage.go#L159

Signed-off-by: Brian Carey <bcarey@redhat.com>
  • Loading branch information
brianmcarey authored and maya-r committed Mar 21, 2023
1 parent cc93978 commit a637507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ var _ = SIGDescribe("Storage", func() {

})

Context("with faulty disk", func() {
Context("[QUARANTINE] with faulty disk", func() {

var (
nodeName string
Expand Down

0 comments on commit a637507

Please sign in to comment.