Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

metrics: density: serialise docker rm and stops #476

Merged

Conversation

grahamwhaley
Copy link
Contributor

The parallel docker rm -f in the test often runs into
the hang up detailed at:
kata-containers/runtime#406

Until that is resolved, try to work around the hang with
some timeouts and serialisation of the rm's.

Fixes: #475

Signed-off-by: Graham Whaley [email protected]

The parallel `docker rm -f` in the test often runs into
the hang up detailed at:
kata-containers/runtime#406

Until that is resolved, try to work around the hang with
some timeouts and serialisation of the rm's.

Fixes: kata-containers#475

Signed-off-by: Graham Whaley <[email protected]>
@grahamwhaley
Copy link
Contributor Author

[WIP], as I want to see if this does resolve the hang up issues on the metrics CI VMs before we merge.
May take a few days of 'rebuild' to verify that.

@grahamwhaley
Copy link
Contributor Author

OK, no longer WIP, as I've not seen a docker rm hangup on the memory test on this PR since - so, pls review, let's get merged and see if we can move the metrics CI on a step.

@grahamwhaley grahamwhaley requested review from chavafg and GabyCT July 10, 2018 15:22
@grahamwhaley grahamwhaley changed the title [WIP] metrics: density: serialise docker rm and stops metrics: density: serialise docker rm and stops Jul 10, 2018
@grahamwhaley
Copy link
Contributor Author

@chavafg - I think the initrd CI just triggered when I added/edited comments on this PR - can you check we have the 'not on comments' build flag ticked on that job pls?

@chavafg
Copy link
Contributor

chavafg commented Jul 10, 2018

@grahamwhaley weird, I've checked the job and cannot find that option. I've also checked the github webhook and everything seems fine.

Copy link
Contributor

@GabyCT GabyCT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@GabyCT GabyCT merged commit c90015b into kata-containers:master Jul 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

metrics: temporarily work around parallel 'docker rm' hangs
4 participants