Skip to content

Commit ae05e38

Browse files
Migrate TC test_memory_leaks_with_files_delete.py (#1182)
* Test Memory leak for arbiter volume on deleting file Change-Id: I1a9cefd16ddb376d8c496089d114c92efa1fd1ea Signed-off-by: Manisha Saini <[email protected]> * Migrate TC test_memory_leaks_with_files_delete.py Updates: #292 Signed-off-by: Sheetal Pamecha <[email protected]> * fix lint error in script Signed-off-by: Sheetal Pamecha <[email protected]> * Small modifications and add debug logs Signed-off-by: Sheetal Pamecha <[email protected]> * Add ctime test to excluded list Signed-off-by: Sheetal Pamecha <[email protected]> Co-authored-by: Manisha Saini <[email protected]>
1 parent a3521d0 commit ae05e38

File tree

7 files changed

+822
-4
lines changed

7 files changed

+822
-4
lines changed

common/mixin.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@
2323
from .ops.gluster_ops.dht_ops import DHTOps
2424
from .ops.gluster_ops.snap_scheduler_ops import SnapSchedulerOps
2525
from .ops.gluster_ops.brickmux_ops import BrickMuxOps
26+
from .ops.gluster_ops.memory_and_cpu_ops import MemoryAndCpuOps
2627

2728

2829
class RedantMixin(GlusterdOps, VolumeOps, BrickOps, PeerOps,
2930
IoOps, MachineOps, MountOps, ProfileOps, RebalanceOps,
3031
HealOps, SharedStorageOps, AuthOps, BitrotOps, SnapshotOps,
3132
GlusterfindOps, DHTOps, SnapSchedulerOps, BrickMuxOps,
32-
Rexe, Logger):
33+
MemoryAndCpuOps, Rexe, Logger):
3334
"""
3435
A mixin class for redant project to encompass all ops, support
3536
modules and encapsulates the object responsible for the framework

0 commit comments

Comments
 (0)