You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: