Skip to content

Instantly share code, notes, and snippets.

@reevesm
reevesm / CollapserTest.groovy
Created February 28, 2017 14:33
Ratpack-hystrix collapser throwing UnmanagedThreadException
class CollapserTest extends BaseHttpClientSpec {
def setup() {
RxRatpack.initialize()
}
def 'exception on collapser command creation'() {
given:
otherApp {
get("foo/:id") { render pathTokens.get("id") }