Skip to content

Move parallels executor integration tests to own file

Pedro Pombeiro requested to merge pedropombeiro/27608/parallels-executor into master

What does this MR do?

It segregates the integration tests from the parallels_test package into a different file (so it can be easily tagged later).

Why was this MR needed?

Integration tests are currently mingled with unit tests, making it difficult to know where to add a new integration test, or for example to run only unit tests ignoring integration tests.

What's the best way to test this MR?

Check that moved tests still execute in the CI job.

What are the relevant issue numbers?

#27608 (closed)

Merge request reports