-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These events change the state in a predictable way. Avoid the expensive updateContainer() call for these, to avoid multiple calls overlapping each other. See containers/podman#19124 The exact `StartedAt` value for the "start" event is unfortunately not part of the event data, but we can approximate it very well with the event time stamp. This doesn't have to be 100% correct: The only place where we use that is the restart detection in testLifecycleOperations. Adjust that to not require the data-started-at to be identical to the CLI output, just that it changes.
- Loading branch information
1 parent
fc382cc
commit d3cb07d
Showing
2 changed files
with
51 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters