Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit Tests failing due to testcontainers #5120

Closed
vrann opened this issue May 27, 2021 · 1 comment
Closed

Unit Tests failing due to testcontainers #5120

vrann opened this issue May 27, 2021 · 1 comment

Comments

@vrann
Copy link
Contributor

vrann commented May 27, 2021

Environment details:

  • Travis

Steps to reproduce the issue:

  1. Create PR with no code change (i.e. documentation update) and wait for tests to get executed

Provide the expected results and outputs:

Unit tests passed successfully

Provide the actual results and outputs:

Unit Tests are failing with the following issue

org.testcontainers.containers.ContainerFetchException: Can't get Docker image: RemoteDockerImage(imageName=docker.elastic.co/elasticsearch/elasticsearch:6.7.2)
Caused by:
com.github.dockerjava.api.exception.NotFoundException: {"message":"No such image: alpine:3.5"}

Here is an example of the failing job: https://travis-ci.com/github/apache/openwhisk/jobs/500605165

Additional information you deem important:

  • contacted Travis support team and here is what they responded:
    "It appears that the error Is because of a testcontainers bug. Is by any chance your library or code dependent on that? This issue was addressed in testcontainer since the release of version 1.15.0"
vrann added a commit to adobe/openwhisk that referenced this issue May 27, 2021
- upgraded the version of testcontainers
vrann added a commit to adobe/openwhisk that referenced this issue May 27, 2021
- upgraded the version of testcontainers
vrann added a commit to adobe/openwhisk that referenced this issue May 28, 2021
- upgraded the version of testcontainers
ddragosd pushed a commit that referenced this issue May 28, 2021
- upgraded the version of testcontainers
@ddragosd
Copy link
Contributor

fixed on #5121.

Thanks @vrann !

vrann added a commit to adobe/openwhisk that referenced this issue May 28, 2021
- upgraded the version of testcontainers
vrann added a commit to adobe/openwhisk that referenced this issue May 28, 2021
- upgraded the version of testcontainers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants