summaryrefslogtreecommitdiffstats
path: root/tests/functional/glusterd/test_glusterd_memory_consumption_increase.py
Commit message (Collapse)AuthorAgeFilesLines
* [Test]: Add tc to check increase in glusterd memory consumptionnik-redhat2021-02-101-0/+207
Test Steps: 1) Enable brick-multiplex and set max-bricks-per-process to 3 in the cluster 2) Get the glusterd memory consumption 3) Perform create,start,stop,delete operation for 100 volumes 4) Check glusterd memory consumption, it should not increase by more than 50MB 5) Repeat steps 3-4 for two more time 6) Check glusterd memory consumption it should not increase by more than 10MB Upstream issue link: https://github.com/gluster/glusterfs/issues/2142 Change-Id: I54d5e337513671d569267fa23fe78b6d3410e944 Signed-off-by: nik-redhat <nladha@redhat.com>