testsuite run the defrag latency test solo

this test is time sensitive and it sometimes fail to pass below the
latency threshold, even on strong machines.

this test was the reson we're running just 2 parallel tests in the
github actions CI, revering this.
This commit is contained in:
Oran Agra
2020-04-17 13:02:40 +02:00
committed by antirez
parent 51d3012d48
commit 6148f94939
3 changed files with 42 additions and 2 deletions
+2 -2
View File
@@ -12,9 +12,9 @@ jobs:
- name: test
run: |
sudo apt-get install tcl8.5
./runtest --clients 2 --verbose
./runtest --verbose
- name: module api test
run: ./runtest-moduleapi --clients 2 --verbose
run: ./runtest-moduleapi --verbose
build-ubuntu-old:
runs-on: ubuntu-16.04