buildkite / test-engine-client

Buildkite Test Engine Client (bktec) is an open source tool to orchestrate your test suites. It uses your Buildkite Test Engine suite data to intelligently partition and parallelise your tests.
MIT License
9 stars 1 forks source link

Filter tests regardless split by example on or off #181

Closed nprizal closed 2 months ago

nprizal commented 2 months ago

Description

To support test quarantining, we need to filter tests on the server side regardless whether split by example is on or off. With this changes, and some changes on the server side, test splitter will be able split files that has quarantined tests, without having to enable the Split by Example. Splitting slow files will only be done when Split by Example feature is on.

wooly commented 2 months ago

Awesome!