-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Add with-context
macro for conviently wrapping collapsers in thier own context
#135
Conversation
…own context Closes Netflix#132
Hystrix-pull-requests #7 FAILURE |
Is there any easy way to run tests locally for the clojure bindings? without a project.clj, there's no way to invoke |
Hystrix-pull-requests #8 FAILURE |
I can't recreate this issue locally, even after putting in the effort to get tests working at all. @daveray I would appreciate some help here, if possible |
@dinedal you're code looks fine. Maybe @benjchristensen can shed some light on this test failure. It doesn't look related to the Clojure code though. You can run the tests with |
... and for what it's worth, you can get an nrepl server to connect to (from your editor, lein repl, etc) with |
@dinedal looks like there's now a failure in the tests with your changes. There's no need to wrap |
@daveray Thanks, I can revert and push it again |
Hystrix-pull-requests #9 FAILURE |
Thanks for the info on how to run the tests! That worked, but locally I see 100% success now. Any pointers would be helpful, would love to contribute to this project. |
@dinedal your new changes work fine for me. I wonder if it should be I'll merge them in once I get confirmation from @benjchristensen that the cloudbees errors are unrelated. I seem to recall there was a concurrency related test that worked some places, but failed others. |
WRT the name, I can make that change tomorrow no problem. On Apr 2, 2013, at 9:08 PM, Dave Ray [email protected] wrote: @dinedal https://github.com/dinedal your new changes work fine for me. I I'll merge them in once I get confirmation from — |
Hystrix-pull-requests #10 FAILURE |
Ignore the CloudBees issues ... I have some non-deterministic tests that work on our internal build system but not CloudBees ... one of these days I'll get those fixed. @daveray has confirmed this is good so I'll merge. |
Add `with-context` macro for conviently wrapping collapsers in thier own context
Closes #132