mdbx-test: усиление сценариев тестовых целей в GNUmakefile и CMake.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2024-03-06 11:27:22 +03:00
parent 1549d3970c
commit 5df3eb6449
2 changed files with 5 additions and 5 deletions

View File

@@ -145,7 +145,7 @@ else()
add_test(NAME dupsort_writemap COMMAND ${MDBX_OUTPUT_DIR}/mdbx_test
--loglevel=notice
--prng-seed=${test_seed}
--table=+data.integer --keygen.split=29 --datalen.min=min --datalen.max=max --progress --console=no
--table=+data.fixed --keygen.split=29 --datalen=rnd --progress --console=no
--repeat=2 --pathname=dupsort_writemap.db --dont-cleanup-after basic)
set_tests_properties(dupsort_writemap PROPERTIES
TIMEOUT 3600