Skip to content

Test split up

Michael Gratton requested to merge mjog/test-split-up into mainline

Ensure that test suites that touch storage (database tests, mostly) are run by the build individually, so that timeouts apply individually and hence give these tests (that can be quite slow on CI machines) some more time to run.

Also, split up client tests along cient and js suite lines, also provide a meson suite for all tests so tests of the same kind can still be run together.

Merge request reports