summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2020-02-26 08:12:07 +0200
committerOran Agra <oran@redislabs.com>2020-02-27 08:34:53 +0200
commit2f1a1c3835efefec8de97d3222538a45ccdd257e (patch)
tree3a4b6e44d7162f449669b4369fcb1d481cb41fac /.github
parentc913be0464421c9fb818cc27969012fcbe318348 (diff)
downloadredis-2f1a1c3835efefec8de97d3222538a45ccdd257e.tar.gz
fix github actions failing latency test for active defrag - part 2
it seems that running two clients at a time is ok too, resuces action time from 20 minutes to 10. we'll use this for now, and if one day it won't be enough we'll have to run just the sensitive tests one by one separately from the others. this commit also fixes an issue with the defrag test that appears to be very rare.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 559ae61d8..cc4991606 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -12,9 +12,9 @@ jobs:
- name: test
run: |
sudo apt-get install tcl8.5
- ./runtest --clients 1 --verbose
+ ./runtest --clients 2 --verbose
- test-ubuntu-old:
+ build-ubuntu-old:
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v1