influxdata / Litmus

testing framework
0 stars 0 forks source link

Ability to run open source `influxd` binary with different options #155

Open gshif opened 5 years ago

gshif commented 5 years ago

Right now litmus setup fixture starts influxd binary with few options and all of them are required. The options are:

--bolt-path <path> --engine-path <path> --log-level debug

Need to be able to support all of the supported influxd options and none of them should be required.