docker-neo4j
docker-neo4j copied to clipboard
Test upgrading from the latest published minor version
Adds 2 new tests for upgrading from published neo4j docker images to the one just built.
- tests upgrade within the same minor version e.g released 4.0 -> 4.0.7-SNAPSHOT
- tests upgrade from the previous minor version in the same major version e.g. released 4.0 -> 4.1.0-SNAPSHOT
It seems that the existing DatabaseIO.java and TestUpgrade.java file were indented with tabs so, that got fixed at the same time.