cbeer / solr_wrapper

Wrap your tests with Solr 5+
MIT License
23 stars 20 forks source link

Why does managed? => false imply started? #110

Open jcoyne opened 7 years ago

jcoyne commented 7 years ago

when I type solr_wrapper clean

I get the message: "Please stop solr before cleaning"

This is happening because instance.started? is checking status, which returns true when config.managed? is false. managed? returns false because the instance_dir doesn't exist.

So the message is misleading.