docker-neo4j icon indicating copy to clipboard operation
docker-neo4j copied to clipboard

Test upgrading from the latest published minor version

Open eastlondoner opened this issue 4 years ago • 0 comments

Adds 2 new tests for upgrading from published neo4j docker images to the one just built.

  1. tests upgrade within the same minor version e.g released 4.0 -> 4.0.7-SNAPSHOT
  2. 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.

eastlondoner avatar Jun 15 '20 20:06 eastlondoner