jong/testing.elasticsearch

Foreground option doesn't seem to work right now

Opened this issue · 0 comments

If I construct ElasticSearch with foreground=True, the default, elasticsearch fails to start with an error:

ERROR: Parameter [-f]does not start with --

If I set foreground=False, I get a slightly different version:

ERROR: Parameter []does not start with --

It seems like this option -f is not supported any longer; instead you pass -d if you want it to run in the background. Unfortunately setting foreground=False won't fix it here, because "empty" parameters aren't supported either.