Saggi Mizrahi has posted comments on this change.

Change subject: tests: Avoid ResourceManagerTests failures when running 
parallel tests
......................................................................


Patch Set 1: I would prefer that you didn't submit this

(1 inline comment)

....................................................
File tests/resourceManagerTests.py
Line 640:         def tryThread(fn, *args):
Line 641:             t = threading.Thread(target=fn, args=args)
Line 642:             try:
Line 643:                 t.start()
Line 644:             except:
I'd rather skip it then run it synchronously
Line 645:                 fn(*args)
Line 646:             else:
Line 647:                 threads.append(t)
Line 648: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ibd18d683ea3b8f72d569a6151066179ef21d3d26
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Adam Litke <a...@us.ibm.com>
Gerrit-Reviewer: Adam Litke <a...@us.ibm.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizr...@redhat.com>
Gerrit-Reviewer: Vinzenz Feenstra <vfeen...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to