Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Slurp thread#13

Open
jarl-dk wants to merge 2 commits into
marc0der:masterfrom
thepwagner:slurp-thread
Open

Slurp thread#13
jarl-dk wants to merge 2 commits into
marc0der:masterfrom
thepwagner:slurp-thread

Conversation

@jarl-dk

@jarl-dk jarl-dk commented Apr 6, 2016

Copy link
Copy Markdown

I experience that the gradle task hangs. I assume it is caused by the problem described in this commits.

I try to start mountebank using this snippet:

task startMountebank(type: SpawnProcessTask) {
    command "mb --mock --allowInjection"
    ready 'now taking orders'
}

As a user, I want to specify lockFile, so that I can spawn multiple
processes in the same directory.
This prevents the spawned application from filling the buffer (and
blocking).

It is not pretty, but it solves my problem.
@nhoughto

Copy link
Copy Markdown

Weird issue to debug, just came across this myself and things just seem to stop. Wouldn't have guessed!

@nhoughto

Copy link
Copy Markdown

Not merged, use this plugin instead

https://github.com/psxpaul/gradle-execfork-plugin

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants