diff options
author | snermolaev <snermolaev@yandex-team.com> | 2023-10-30 07:09:14 +0300 |
---|---|---|
committer | snermolaev <snermolaev@yandex-team.com> | 2023-10-30 07:31:44 +0300 |
commit | 1837d1363ebf4b8bd8cbc3064a0e6f02338fbf32 (patch) | |
tree | 6810a8161e3705e234b06ecb6888c294a405210e /build/plugins/ytest.py | |
parent | 1112ca7862a93746fafd8d6b26e9b95057c7ffa0 (diff) | |
download | ydb-1837d1363ebf4b8bd8cbc3064a0e6f02338fbf32.tar.gz |
try stabilize TEST-DATA
Diffstat (limited to 'build/plugins/ytest.py')
-rw-r--r-- | build/plugins/ytest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/plugins/ytest.py b/build/plugins/ytest.py index 8e16435104..b227fbb9fd 100644 --- a/build/plugins/ytest.py +++ b/build/plugins/ytest.py @@ -539,7 +539,7 @@ def onadd_ytest(unit, *args): 'TEST-RECIPES': prepare_recipes(unit.get("TEST_RECIPES_VALUE")), 'TEST-ENV': prepare_env(unit.get("TEST_ENV_VALUE")), # 'TEST-PRESERVE-ENV': 'da', - 'TEST-DATA': serialize_list(test_data), + 'TEST-DATA': serialize_list(sorted(test_data)), 'TEST-TIMEOUT': test_timeout, 'FORK-MODE': fork_mode, 'SPLIT-FACTOR': ''.join(spec_args.get('SPLIT_FACTOR', [])) or unit.get('TEST_SPLIT_FACTOR') or '', |