Actions
action #107254
closedFlaky code coverage in consoles/VNC.pm
Description
Observation¶
https://github.com/os-autoinst/os-autoinst/pull/1961#issuecomment-1047779496
https://app.codecov.io/gh/os-autoinst/os-autoinst/compare/1961/changes complains about the following lines:
788 $self->_last_update_received(0);
789 # return black image - screen turned off
790 bmwqemu::diag sprintf("considering VNC stalled, no update for %.2f seconds", $time_since_last_update);
791 $self->socket->close;
792 $self->socket(undef);
793 return $self->login;
Acceptance criteria¶
- AC1: Reported code coverage is stable
Actions