Skip to content

Commit

Permalink
feat: run containerdebug in the background (#144)
Browse files Browse the repository at this point in the history
* chore: bump rust version in stackable base image

* cargo update

* remove unused env var

* cargo update

* reintroduce the CONTAINERDEBUG_LOG_DIRECTORY env var

* Bring Cargo.nix up to date

* Add JVM memory limit to work around #147

* Split out containerdebug probe into a separate test step

This should help reduce the amount of spam while checking other assertions

* Don't print the full containerdebug output

---------

Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
  • Loading branch information
razvan and nightkr authored Dec 17, 2024
1 parent b365130 commit cb42365
Show file tree
Hide file tree
Showing 5 changed files with 1,836 additions and 687 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Added

- Run a `containerdebug` process in the background of each Hello container to collect debugging information ([#144]).

[#144]: https://github.com/stackabletech/hello-world-operator/pull/144

## [24.11.0] - 2024-11-18

### Added
Expand Down
Loading

0 comments on commit cb42365

Please sign in to comment.