Dan Kenigsberg has submitted this change and it was merged.

Change subject: Declare GetCmdArgsTests.test as broken
......................................................................


Declare GetCmdArgsTests.test as broken

Commit 86a259a804fbe6eb exposed a bug which we do not know to explain or
to properly reproduce. This patch marks the broken test as such.

FAIL: test (miscTests.GetCmdArgsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jenkins/workspace/vdsm_unit_tests/tests/miscTests.py", line 77, 
in test
    self.assertEquals(misc.getCmdArgs(sproc.pid), args)
AssertionError: Tuples differ: () != ('sleep', '4')

Second tuple contains 2 additional elements.
First extra element 0:
sleep

- ()
+ ('sleep', '4')

Change-Id: I92ef357cb68c0d54c8520fd1f51bc8c90c0f2f22
Signed-off-by: Dan Kenigsberg <[email protected]>
---
M tests/miscTests.py
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Dan Kenigsberg: Verified; Looks good to me, approved


--
To view, visit http://gerrit.ovirt.org/8957
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I92ef357cb68c0d54c8520fd1f51bc8c90c0f2f22
Gerrit-PatchSet: 2
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Saggi Mizrahi <[email protected]>
Gerrit-Reviewer: Zhou Zheng Sheng <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to