future-highway
future-highway
Added a SIGTERM signal handler that will broadcast to all cells. Notes: * The `Cells` cache is no longer on `CellService` so that we can access it anywhere in auraed...
This is due to a bug in pbjson (which we depend on). There is currently an open PR to fix the issue in that repo: https://github.com/influxdata/pbjson/pull/87
Right now any test (2 currently) that calls `free` on a `Cell` seems to hang. I thought this would be solved when proxying `SIGTERM` to the nested auraed, but that...
The [thiserror](https://docs.rs/thiserror/1.0.37/thiserror/) crate is a common library used for creating custom library errors. Code similar to the below can be placed in the lib.rs file. I added some comments to...
Via MalteJ, "auraed must not exit if something bad happens. When running as pid 1, we get a kernel panic, when pid 1 exits. We could trigger a reboot instead."...
Added support for running with [cargo-watch](https://crates.io/crates/cargo-watch) using the --watch option (e.g., `cargo qtest --watch`). Did this by altering the final command to be passing the command we want to target's...
This is essentially a follow up to #1241, adding the rest of the validation related features for newtype structs.