neo4j-contrib / neo4j-apoc-procedures

Awesome Procedures On Cypher for Neo4j - codenamed "apoc"                     If you like it, please ★ above ⇧            
https://neo4j.com/labs/apoc
Apache License 2.0
1.72k stars 493 forks source link

De-ignore and solve failing docker tests in 5.23 #4174

Closed vga91 closed 2 months ago

vga91 commented 3 months ago

See e.g. https://github.com/neo4j-contrib/neo4j-apoc-procedures/actions/runs/10593054612/job/29353711717#step:6:10730

    java.lang.AssertionError: Should not have thrown exception when trying to start Neo4j: org.gradle.tooling.BuildException: Could not execute build using connection to Gradle distribution 'https://services.gradle.org/distributions/gradle-8.4-bin.zip'.
        at org.junit.Assert.fail(Assert.java:89)
        at apoc.neo4j.docker.CoreExtendedTest.checkForCoreAndExtended(CoreExtendedTest.java:45)

These errors seemed to be solved in 5.21 (see here), but have reappeared in this version.

Changes