Integration: Log container bootlog in run test failures by dcantah · Pull Request #541 · apple/container

@dcantah

If any of the container run tests fail on the basic setup phases
(e.g. actually starting the container) we should log the bootlog
to see if we can glean any info off of this.

@dcantah dcantah marked this pull request as ready for review

August 26, 2025 17:43

dcantah added a commit to dcantah/container that referenced this pull request

Aug 27, 2025
…e#541)"

This reverts commit 41add29.

We've discovered a quite fun issue with some of our rpcs (stop+delete)
in sequence when done fast enough. It needs a bit of reworking to get
into shape. While the work here is very useful, we can add this back
after the rpc ordering is solved.

jglogan pushed a commit that referenced this pull request

Aug 27, 2025
…" (#548)

This reverts commit 41add29.

We've discovered a quite fun issue with some of our rpcs (stop+delete)
in sequence when done fast enough. It needs a bit of reworking to get
into shape. While the work here is very useful, we can add this back
after the rpc ordering is solved.