jo-jstrm / SmartHomeBuddy

GNU General Public License v3.0
4 stars 0 forks source link

Fixing Database tests and test workflow #107

Closed TB-DevAcc closed 1 year ago

TB-DevAcc commented 1 year ago

I get

15:46:21 | start_rpc_server:54            | [ SUCCESS ] RPC server started. Press Ctrl+C to stop.
15:46:21 | start_rpc_server:55            | [  DEBUG  ] Server listening on port 8090.
^C15:47:30 | run_rpc_server:36              | [  INFO   ] Keyboard interrupt. Stopping InfluxDB...
15:47:30 | stop_InfluxDB:430              | [  DEBUG  ] InfluxDB could not be stopped.
15:47:30 | invoke:760                     | [  DEBUG  ] Exiting 'start' (result=None)

on keyboard interrupt. But all influx instances are in fact killed, I checked with pgrep influx.

Is that intended?

It works for me. Did you simply call shbdeviceidentifier -d start?