-
Notifications
You must be signed in to change notification settings - Fork 495
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
[gRNAet7B] Fixes trigger procedures in clusters for neo4j 5.x (extended part) #3330
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably these tests should be moved to core?
They are on |
.gitmodules
Outdated
@@ -1,4 +1,4 @@ | |||
[submodule "apoc-core"] | |||
path = apoc-core | |||
url = https://github.com/neo4j/apoc | |||
branch = dev | |||
branch = dev-fix-trigger-procedures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should always point to dev
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good, happy to approve once the branch of the submodule has been changed and the flaky tests failing in the CI are hardened (e.g. TriggerClusterTest)
aba6ab4
to
b9bb9cd
Compare
b9bb9cd
to
fe96a33
Compare
Closed in favor of #3391 |
TODO: Waiting for neo4j/apoc#250
Change
.gitmodules
branch to dev when the pr is merged