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

Maven indexer related tests fail on CI #48

Open
AObuchow opened this issue Feb 4, 2020 · 0 comments
Open

Maven indexer related tests fail on CI #48

AObuchow opened this issue Feb 4, 2020 · 0 comments
Assignees
Labels
bug Something isn't working build testing

Comments

@AObuchow
Copy link
Owner

AObuchow commented Feb 4, 2020

Tests related to the maven indexer (eg. testVersionCompletion()) fail on CI builds.
Currently, if testVersionCompletion runs with no timeout set, it will eventually cause the entire build to timeout.
I've been trying to get them to pass, with no luck so far.

Some potential solutions to explore:

  1. Download the index from a smaller repository. This will reduce the chance of timing out during the index download. However, the maven central repository is currently set as a default remote repository in MavenRepositoryCache - this would have to be removed or temporarily disabled for the test.
  2. Make a seperate test which ensures that the index has been completely downloaded before running other tests. Ideally, if this test fails, other maven indexer related tests should be skipped.
@AObuchow AObuchow added build bug Something isn't working labels Feb 4, 2020
@AObuchow AObuchow self-assigned this Feb 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build testing
Projects
None yet
Development

No branches or pull requests

1 participant