File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -219,13 +219,11 @@ ydb/tests/functional/tpcc test.py.test_run_benchmark
219219ydb/tests/functional/ydb_cli test_ydb_backup.py.TestDatabaseBackup.test_database_backup
220220ydb/tests/functional/ydb_cli test_ydb_backup.py.TestDatabaseBackupRestore.test_database_backup_restore
221221ydb/tests/olap py3test.[*/*] chunk
222- ydb/tests/olap tablets_movement.py.TestTabletsMovement.test[ROW]
223222ydb/tests/olap test_create.py.TestCreate.test_create_all_opt_ints
224223ydb/tests/olap test_create.py.TestCreate.test_create_real_opt
225224ydb/tests/olap test_log_scenario.py.TestLogScenario.test_log_uniform
226225ydb/tests/olap test_overloads.py.TestLogScenario.test_overloads_workload[2-10000]
227226ydb/tests/olap test_overloads.py.TestLogScenario.test_overloads_workload[2-2]
228- ydb/tests/olap test_replace.py.TestReplace.test_copy_full
229227ydb/tests/olap/s3_import py3test.sole chunk
230228ydb/tests/olap/s3_import test_simple_table.py.TestSimpleTable.test_unavailable_during_import
231229ydb/tests/olap/s3_import test_types_and_formats.py.TestTypesAndFormats.test_parquet_datetime_types
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ PY3TEST()
2121 test_upsert.py
2222 )
2323 FORK_SUBTESTS()
24+ SPLIT_FACTOR(100)
2425
2526 IF (SANITIZER_TYPE OR WITH_VALGRIND)
2627 SIZE(LARGE)
You can’t perform that action at this time.
0 commit comments