Dan Kenigsberg has submitted this change and it was merged. Change subject: stressCheckTest fails because it passes the rlimit ......................................................................
stressCheckTest fails because it passes the rlimit We tried to use 75 precent of rlimit, but most of the time the os is already uses more then 25 precent and the test creates more threads than the os can. This patch changes it to 50% of rlimit. Change-Id: I7c3236f0b160406e3d9d5ecb782f7493f4ea0461 Signed-off-by: Yaniv Bronhaim <[email protected]> --- M tests/resourceManagerTests.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Douglas Schilling Landgraf: Looks good to me, but someone else must approve Saggi Mizrahi: Looks good to me, but someone else must approve Dan Kenigsberg: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/8051 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7c3236f0b160406e3d9d5ecb782f7493f4ea0461 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
