Memory control e2e test (#115)

* Add memory control e2e test

* Fix cmake for jemalloc
This commit is contained in:
antonio2368
2021-03-19 08:43:48 +01:00
committed by Antonio Andelic
parent ad4c80af13
commit e8e4cd7f97
10 changed files with 109 additions and 2 deletions

View File

@@ -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