Skip to content
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

[NOID] Remove register BuiltInDbmsProcedures.class #3660

Merged
merged 2 commits into from
Jul 17, 2023

Conversation

vga91
Copy link
Collaborator

@vga91 vga91 commented Jul 17, 2023

Removed BuiltInDbmsProcedures.class from TestUtil.registerProcedure(..),
which is not needed for both 4.4 and 5.x,

and with 5.10.0+ versions fails with error:

org.neo4j.internal.kernel.api.exceptions.ProcedureException: Unable to register procedure, because the name `db.clearQueryCaches` is already in use.

Like here: https://github.com/neo4j-contrib/neo4j-apoc-procedures/actions/runs/5553853187/jobs/10144529232?pr=3658#step:6:13825

@vga91 vga91 mentioned this pull request Jul 17, 2023
2 tasks
@vga91 vga91 merged commit a26f680 into dev Jul 17, 2023
6 of 7 checks passed
@vga91 vga91 deleted the removed-register-builtin-procs branch July 17, 2023 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant