diff --git a/conanfile.py b/conanfile.py index d70d168fd..774a1ac0d 100644 --- a/conanfile.py +++ b/conanfile.py @@ -9,7 +9,7 @@ class HomestoreConan(ConanFile): name = "homestore" - version = "6.4.32" + version = "6.4.33" homepage = "https://github.com/eBay/Homestore" description = "HomeStore Storage Engine" diff --git a/src/tests/test_scripts/log_meta_test.py b/src/tests/test_scripts/log_meta_test.py index f6f15a4f4..51b6014bb 100755 --- a/src/tests/test_scripts/log_meta_test.py +++ b/src/tests/test_scripts/log_meta_test.py @@ -93,8 +93,8 @@ def meta_nightly(options, addln_opts): def logstore_nightly(options, addln_opts): print("log store test started") - cmd_opts = "--iterations=10" - subprocess.check_call(options.dirpath + "test_log_store " + cmd_opts + addln_opts, stderr=subprocess.STDOUT, shell=True) + cmd_opts = "--run_time=86400" + subprocess.check_call(options.dirpath + "test_log_store_long_run " + cmd_opts + addln_opts, stderr=subprocess.STDOUT, shell=True) print("log store test completed")