You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
change the test cnf file to use 8K objects for unit_test edge cases.
This commit is contained in:
@ -17,7 +17,9 @@ service = LocalStorage
|
|||||||
# Another limitation to consider is the get/put rate imposed by the
|
# Another limitation to consider is the get/put rate imposed by the
|
||||||
# cloud provider. If that is the limitation, increasing object_size
|
# cloud provider. If that is the limitation, increasing object_size
|
||||||
# will result in higher transfer rates.
|
# 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
|
metadata_path = ${HOME}/sm-unittest/metadata
|
||||||
journal_path = ${HOME}/sm-unittest/journal
|
journal_path = ${HOME}/sm-unittest/journal
|
||||||
|
Reference in New Issue
Block a user