Memory control e2e test (#115)
* Add memory control e2e test * Fix cmake for jemalloc
This commit is contained in:
committed by
Antonio Andelic
parent
ad4c80af13
commit
e8e4cd7f97
8
.github/workflows/release_centos8.yaml
vendored
8
.github/workflows/release_centos8.yaml
vendored
@@ -292,6 +292,14 @@ jobs:
|
||||
cd e2e
|
||||
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../../libs/mgclient/lib python runner.py --workloads-path replication/workloads.yaml
|
||||
|
||||
- name: Run e2e memory control tests
|
||||
run: |
|
||||
cd tests
|
||||
./setup.sh
|
||||
source ve3/bin/activate
|
||||
cd e2e
|
||||
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../../libs/mgclient/lib python runner.py --workloads-path memory/workloads.yaml
|
||||
|
||||
- name: Run stress test (plain)
|
||||
run: |
|
||||
cd tests/stress
|
||||
|
||||
Reference in New Issue
Block a user