Fix timeout issue of multi-services creation on AArch64#35998
Merged
thaJeztah merged 1 commit intomoby:masterfrom Jan 13, 2018
Merged
Fix timeout issue of multi-services creation on AArch64#35998thaJeztah merged 1 commit intomoby:masterfrom
thaJeztah merged 1 commit intomoby:masterfrom
Conversation
Now we only adjust the timeout value for `arm` while not `arm64`, actually the avarage duration for this test is about 25s to crate multiple services on arm64, else the integration test will terminate with below error: > --- FAIL: TestCreateServiceMultipleTimes (24.11s) > daemon.go:285: [ddc3c7c1476c2] waiting for daemon to start > daemon.go:317: [ddc3c7c1476c2] daemon started > poll.go:121: timeout hit after 10s: task count at 4 waiting for 0 > daemon.go:275: [ddc3c7c1476c2] exiting daemon > clean.go:108: Removing image sha256:e6a8d12d58602a19277ee5632b7ff9fa56a4ea52ba00eedf1d3f6f5a495fe761 > clean.go:108: Removing image sha256:876244cc2ecb8fe1b0b2e817e3b78709a2a735edb093bc6849f99aa6c18f3a01 This PR adjusts the timeout value for both `arm64` and `arm` to mitigate this issue on those 2 platforms. Signed-off-by: Dennis Chen <[email protected]>
Member
|
All green now 👍 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Now we only adjust the timeout value for
armwhile notarm64,actually the avarage duration for this test is about 25s to create
multiple services on arm64, else the integration test will terminate
with below error:
This PR adjusts the timeout value for both
arm64andarmto mitigatethis issue on those 2 platforms.
Signed-off-by: Dennis Chen [email protected]
- What I did
Fix a timeout issue which terminates the integration test
- How I did it
Adjust the timeout value
- How to verify it
make test-integrationbased on the latest codes.- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)