Skip to content

Commit

Permalink
Use long running log store test for nublox verify.
Browse files Browse the repository at this point in the history
  • Loading branch information
sanebay committed Aug 1, 2024
1 parent 8ee9a2b commit df426f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/tests/test_scripts/log_meta_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit df426f3

Please sign in to comment.