Tests: Split 'versioning' smoke-tests further.
While adding more tests does add a tiny bit of overhead, having tests within the 10s range is better to ensure a good distribution of them over many threads. It also helps narrowing down the actual blendfile in case of issues.
This commit is contained in:
@@ -318,7 +318,7 @@ add_blender_test(
|
||||
# Generate BLENDFILE_VERSIONING_SPLIT_RANGE instances of the test,
|
||||
# each processing their own subset of the whole set of blendfiles.
|
||||
if(TEST_SRC_DIR_EXISTS)
|
||||
set(BLENDFILE_VERSIONING_SPLIT_RANGE 32)
|
||||
set(BLENDFILE_VERSIONING_SPLIT_RANGE 128)
|
||||
math(EXPR BLENDFILE_VERSIONING_SPLIT_RANGE_CMAKE "${BLENDFILE_VERSIONING_SPLIT_RANGE} - 1")
|
||||
foreach(idx RANGE ${BLENDFILE_VERSIONING_SPLIT_RANGE_CMAKE})
|
||||
add_blender_test(
|
||||
|
||||
Reference in New Issue
Block a user