[
https://issues.apache.org/jira/browse/AURORA-510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Lambert resolved AURORA-510.
----------------------------------
Resolution: Won't Fix
See comments.
> 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.3.4#6332)