cloud-property-graph icon indicating copy to clipboard operation
cloud-property-graph copied to clipboard

CloudPG v8 Upgrade

Open CodingDepot opened this issue 7 months ago • 0 comments

:warning: This PR does not merge into main, but is an extension to #62 :warning:

This PR tries to prepare switching from CPGv7 to CPGv8. Tasks Include:

  • [x] Fix breaking changes
  • [x] Move Ruby language to the CPG
  • [x] Pass all expected Python tests
  • [ ] Pass all expected Go tests
  • [ ] Move to stable CPG v8 release

Currently, main blockers are the tests using the Go language, which regressed from mostly complete in v7 to all failing. This may again be a pass dependencies.

Also, it seems as if the test cases D4Python, D4PythonValidation and D5Python often do not terminate when executed as part of the whole test-file locally, but they complete without issues when executed separately. This problem does not occur the very first time they are executed with a given Neo4J instance.

CodingDepot avatar Nov 15 '23 11:11 CodingDepot