Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAIL in (rate-fast) (streams.clj:613) #86

Closed
aphyr opened this issue Dec 13, 2012 · 2 comments
Closed

FAIL in (rate-fast) (streams.clj:613) #86

aphyr opened this issue Dec 13, 2012 · 2 comments

Comments

@aphyr
Copy link
Collaborator

aphyr commented Dec 13, 2012

490 FAIL in (rate-fast) (streams.clj:613)
491 expected: (approx-equal total (reduce + (map :metric (clojure.core/deref output))))
492 actual: (not (approx-equal 10000 9849))

@aphyr
Copy link
Collaborator Author

aphyr commented Dec 13, 2012

Looks like this is actually a concurrency bug in rate.

@aphyr
Copy link
Collaborator Author

aphyr commented Dec 13, 2012

Yep, turned out to be a locking bug in part-time-fast. Fixed in f4f24bc.

@aphyr aphyr closed this as completed Dec 13, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant