You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Maxim Khutornenko (JIRA)" <ji...@apache.org> on 2014/06/04 23:43:03 UTC

[jira] [Created] (AURORA-510) Investigate a way to mock patch threading.Event in unit tests

Maxim Khutornenko created AURORA-510:
----------------------------------------

             Summary: Investigate a way to mock patch threading.Event in unit tests
                 Key: AURORA-510
                 URL: https://issues.apache.org/jira/browse/AURORA-510
             Project: Aurora
          Issue Type: Task
          Components: Client
            Reporter: Maxim Khutornenko
            Priority: Minor


The threading.Event is a factory method that returns a custom _Event object, which is python internal. We should not patch _Event in our unit tests but rather patch threading.Event directly. Ordinary ways of patching did not succeed. Seen a few blog complaints about mock dying silently under similar conditions possibly due to importing order. Investigate a possible solution here. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)