Browse Source

Redis: ensure that it is started before the tests are run

Erwan Ameil 11 years ago
parent
commit
b8f650d361
1 changed files with 1 additions and 0 deletions
  1. 1 0
      toolset/benchmark/benchmarker.py

+ 1 - 0
toolset/benchmark/benchmarker.py

@@ -574,6 +574,7 @@ class Benchmarker:
           p.communicate("""
             sudo restart mysql
             sudo restart mongodb
+            sudo service redis-server restart
             sudo /etc/init.d/postgresql restart
           """)
           time.sleep(10)