1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

change the test cnf file to use 8K objects for unit_test edge cases.

This commit is contained in:
benthompson15
2019-09-16 16:24:28 -05:00
parent 471b00846d
commit 99399d289f

View File

@ -17,7 +17,9 @@ service = LocalStorage
# Another limitation to consider is the get/put rate imposed by the
# cloud provider. If that is the limitation, increasing object_size
# will result in higher transfer rates.
object_size = 5M
# object_size set to 8M for storagemanager unit_tests to specifically
# test metadata and object edge cases
object_size = 8K
metadata_path = ${HOME}/sm-unittest/metadata
journal_path = ${HOME}/sm-unittest/journal