diff options
| author | almishev <[email protected]> | 2025-04-21 20:00:50 +0300 |
|---|---|---|
| committer | almishev <[email protected]> | 2025-04-21 20:56:34 +0300 |
| commit | 6b17ad8c52e16d0088291781e1b5a9e28d028b9b (patch) | |
| tree | 8094d7dfadf75c12f8172446161c9bb0299a7d16 /build/plugins/_dart_fields.py | |
| parent | 5e5f8b25a2c03c13a0c3592a1381ba4dac085d10 (diff) | |
fix junit5-runner ForkSubtests: should distribute evenly tests in chunks
commit_hash:478736ce9fbf76b0b269d4ac39055a3989b92e7f
Diffstat (limited to 'build/plugins/_dart_fields.py')
| -rw-r--r-- | build/plugins/_dart_fields.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build/plugins/_dart_fields.py b/build/plugins/_dart_fields.py index 37db4c5a435..bf2a337ca0b 100644 --- a/build/plugins/_dart_fields.py +++ b/build/plugins/_dart_fields.py @@ -1343,6 +1343,14 @@ class TestPartition: return {cls.KEY: unit.get("TEST_PARTITION")} +class TestExperimentalFork: + KEY = 'TEST_EXPERIMENTAL_FORK' + + @classmethod + def value(cls, unit, flat_args, spec_args): + return {cls.KEY: unit.get("TEST_EXPERIMENTAL_FORK")} + + class TestRecipes: KEY = 'TEST-RECIPES' |
