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

Try solving TeamCity errors in 5.25 #4220

Merged
merged 3 commits into from
Nov 7, 2024
Merged

Conversation

vga91
Copy link
Collaborator

@vga91 vga91 commented Nov 6, 2024

  • try solving qdrant query tests by adding testResultEventually, to retry it in case of errors like this on
org.neo4j.graphdb.QueryExecutionException: Failed to invoke procedure `apoc.vectordb.qdrant.query`: Caused by: java.net.SocketTimeoutException: Read timed out

they are very flaky and seems to happen only with query procedures.

  • try solving WatsonTest by adding PortFactory.findFreePort() instead of 1080
    • changed the remaining tests with fixed port 1080 as well, except the GephiMock since the gephi procedures has a default port value equal to 8080, so we should change each test to make them work (they don't seem to fail on TC anyway).
    • put PortFactory.findFreePort() in BeforeClass, otherwise we have an error e.g. with LoadS3Testorg.mockserver.socket.PortFactoryjava.lang.NoClassDefFoundError: org/mockserver/socket/PortFactory

Other errors should be solved separately here

Bildschirmfoto 2024-11-05 um 19 33 44

@RobertoSannino RobertoSannino merged commit c686650 into 5.25 Nov 7, 2024
5 checks passed
@RobertoSannino RobertoSannino deleted the solve-tc-error-5.25 branch November 7, 2024 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants