# Tenzir Test v1.10.3

This release fixes a reliability issue in parallel test suites where interdependent pipelines could start out of sync.

## 🐞 Bug Fixes

### Synchronized parallel suite batches

Jun 2, 2026 · [@IyeOnline](https://github.com/IyeOnline), [@codex](https://github.com/codex)

Parallel suites now start each reserved batch of tests together, making publisher/subscriber and other interdependent pipeline suites more reliable.

Use the existing `suite.mode: parallel` configuration:

```yaml
suite:
  name: pipeline-suite
  mode: parallel
  min_jobs: 2
```

When enough jobs are available for the whole suite, all suite members start together. When the suite is larger than `--jobs`, the harness runs synchronized batches instead.

[ Download on GitHub ](https://github.com/tenzir/test/releases/tag/v1.10.3)

[Get the release artifacts and source code.](https://github.com/tenzir/test/releases/tag/v1.10.3)