Project

General

Profile

Actions

action #95170

closed

coordination #93883: [epic] Speedup openQA coverage tests with running minion jobs synchronously using new upstream "perform_jobs_in_foreground" mojo function

Increase code coverage of critical component OpenQA::Worker::Job without introducing slow-down due to subprocess coverage collection

Added by okurz almost 3 years ago. Updated almost 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Feature requests
Target version:
Start date:
2021-07-07
Due date:
% Done:

0%

Estimated time:

Description

Motivation

https://codecov.io/gh/os-autoinst/openQA/src/master/lib/OpenQA/Worker/Job.pm currently reports a statement coverage of 77% which is below our average. Similar as in the parent #93883 we are using subprocesses with Mojo::IOLoop suffering from the same problem as minion jobs: Collecting coverage in system-level tests is hard and if we ask Devel::Cover to collect coverage then it can be quite slow. Better if we have explicit unit-level testing for code intended to run in subprocesses and/or run subprocesses as synchronous foreground code.

Acceptance criteria

Suggestions

  • Run make coverage KEEP_DB=1 TESTS=t/24-worker-jobs.t locally
  • Extend the current test coverage before applying any changes
  • Refactor to simplify OpenQA::Worker::Job
  • Review the design regarding the use of subprocesses
Actions

Also available in: Atom PDF