Oliver
Oliver
For these two requirements there is no impl and test linked (this fits here to the interfaces, we need a verification scheme and tests): - `swdd~stored-workload-spec-parses-yaml~1` - `swdd~stored-workload-spec-checks-unique-name~1`
First of all, great statistics in the table you have created. I would use the following images: - Rust: rust:slim (since size is better than original manual image setup having...
Builds upon #67 (PR #137)
With introducing the config files mount for workload within #426 (Issue #393), the logic for cleaning up the `config_files` subfolder upon an update or delete must be implemented into the...
In addition, @krucod3 suggested to let the functions return an error, so that it can be logged once in the match statement distinguishing between the workload commands.
There are also state machine crates: https://docs.rs/rust-fsm/latest/rust_fsm/ that might help. Or we implement our own state machine to refactor this control loop. Also a behavior tree implementation might help, which...
@HorjuRares: I see after approving the last run that 4 stests are failing, maybe due to some reasons known in #363. Maybe you can have a look. I am not...
@HorjuRares: We need to check the filtering again. And also the control interface examples. Try to filter for a certain agent attribute like cpu usage and see if the filtering...
I am currently mapping the container states and I had to go into the code of nerdctl to find them out manually. This is how the table is formatted in...
PRs were merged.