Completed
Details
Details
Assignee
Alexander Redington
Alexander RedingtonReporter
Alexander Redington
Alexander RedingtonLabels
Approval
Ok
Patch
Code
Priority
Affects versions
Fix versions
Created September 19, 2014 at 4:55 PM
Updated July 18, 2015 at 12:55 AM
Resolved July 18, 2015 at 12:55 AM
clojure.test/inc-report-counter function combines dereferencing the report-counters ref and operating on the previous state of the ref, leading to race conditions during concurrent use.
Approach: Rewrite update function to be entirely in terms of the old state:
Patch: fix-CLJ-1528.diff
Screened by: Alex Miller