From 99399d289f7794c57a94e6794cbe31458a21e84e Mon Sep 17 00:00:00 2001 From: benthompson15 Date: Mon, 16 Sep 2019 16:24:28 -0500 Subject: [PATCH] change the test cnf file to use 8K objects for unit_test edge cases. --- storage-manager/test_data/storagemanager.cnf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/storage-manager/test_data/storagemanager.cnf b/storage-manager/test_data/storagemanager.cnf index 1a862cb69..c82b1c462 100644 --- a/storage-manager/test_data/storagemanager.cnf +++ b/storage-manager/test_data/storagemanager.cnf @@ -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