Ethan Pullen
Ethan Pullen
**Issue number:** #2149 **Description of changes:** Introduces migrations to `cargo make test`. The added documentation in `TESTING.md` will help any user set up the necessary infrastructure to run migration testing...
A little late to comment on this, but I just realized that in all the Bottlerocket repo, we don't use `anyhow` and instead we use `snafu`. I think we should...
**Issue number:** Closes # N/A **Description of changes:** Enables configuring testing through `Test.toml`. There are now 5 levels of configuration. ``` # The test configuration is broken up into different...
**Issue number:** Closes #2426 **Description of changes:** Enables testsys to use an environments kubeconfig if the kubeconfig path doesn't exist. **Testing done:** Tested with kubeconfig in `testsys.kubeconfig` and with `kind...
**What I'd like:** When using a kubeconfig not in `testsys.kubeconfig`, `cargo make test` will error. Instead it should check to see if the provided kubeconfig file path exists and if...
Can we `mkdir -p` this inside the embedded `Makefile.toml` so that the directory only gets created in the build context, not out on the host? That would eliminate the need...
**Issue number:** Closes #120 **Description of changes:** Moving files: ``` $ git log --pretty=email --patch-with-stat --reverse --full-index --binary -m --first-parent -- sbkeys/generate-local-sbkeys > patch $ cat patch From 68450ed2d9fb5be8128dac7d602e7d69f367aa7d Mon...
In #803 the sonobuoy agent was updated to pass in e2e args. As a result, the default ones were removed causing sonobuoy to not report the status as tests are...
**Issue number:** N/A **Description of changes:** If the log group `testsys` already exists in an account, then the controller errors because it is not able to create the log group....
We should backlog an issue to unify this so that log fetching updates do not require updating 2 places. Not necessary for this change though _Originally posted by @rpkelly in...