joelea
joelea
Hey @sas22 1. There is a newer version, but the package named changed to docker-compose-rule-junit4 and a new package called docker-compose-rule-core to make space for a junit5 version that depends...
This should be the one you want to make the rule work: https://dl.bintray.com/palantir/releases/com/palantir/docker/compose/docker-compose-rule-junit4/ Are you unable to pull that 0.31.1 of that? That seems very strange. Could you try pulling...
Sorry for the back and forth on this, I'm very confused as to what's going on, I've also just remembered that this issue isn't about fetching 0.31.1. For the download...
Yep, this is something we were bitten by in the early stages of writing it. I think a reasonable solution is to remove the `isListeningNow` helpers as you almost never...
It caused issues with running tests in parallel.
@akrambek I'd say that's a reasonable way to do it. While the code doesn't use rules in a idiomatic way, I don't think your intent is an idiomatic way to...
That sounds like an interesting idea. One worry I have is whether there's going to be a consistent set of things people want to differ across individual tests in one...
Hey @m4kspl, That makes sense. What kind of metrics were you pulling out? We've probably just not got the right components being passed through to `shutdown` right now. e.g. passing...
@hpryce for opinions I think we should 1.0. Worst case scenario is we have to do a 2.0 to do a breaking change. My feeling is that we've not changed...