aws / amazon-ecs-agent

Amazon Elastic Container Service Agent
http://aws.amazon.com/ecs/
Apache License 2.0
2.08k stars 612 forks source link

unit test failure: TestStartContainerTimeout #1352

Closed sharanyad closed 6 years ago

sharanyad commented 6 years ago

Summary

TestStartContainerTimeout fails intermittently

Expected Behavior

test passes

Observed Behavior

test fails intermittently

Environment Details

Appveyor

Supporting Log Snippets

--- FAIL: TestStartContainerTimeout (0.00s)
    <autogenerated>:1: missing call(s) to *mock_dockeriface.MockClient.StartContainerWithContext(is equal to id, is nil, is anything) c:/gopath/src/github.com/aws/amazon-ecs-agent/agent/dockerclient/dockerapi/docker_client_test.go:442
    <autogenerated>:1: aborting test due to missing call(s)
sharanyad commented 6 years ago

Consider increasing the timeout value used in tests?

haikuoliu commented 6 years ago

This is fixed in #1348