Manuel Rigger
Manuel Rigger
I second that - on my system, packages are installed for Python 3 when executing `install-deps.sh` (since `pip` on recent systems references Python 3), while the scripts seem to rely...
Could you try whether setting Neo4j version 5.1.0 as a test target works? This is the version specified in the repository (https://github.com/gdbmeter/gdbmeter/tree/ea67c9b10ac350db4c5bb75e268be486420b9593#supported-gdbms). This might help with narrowing down the issue.
Perhaps @InverseIntegral can help you further. Not sure if GDBMeter works out-of-the-box for a newer version of Neo4J than described in the GitHub repository.
Hi @choeoe, Not sure if @InverseIntegral still actively maintains the project. You might also want to check https://matteokamm.ch/ on how to contact him, as I'm unsure if he still uses...
Thanks for looking into this! Do you think we need to maintain also other versions of PostgreSQL, or should we attempt to update to the latest version (perhaps through incremental...
Thanks for drafting this up! Personally, I would be most in favor of Approach 1, but Approach 3, as recommended by you, would also work. Based on my view, ideally,...
Okay, sounds good. I think we can go with Approach 1 and upgrade to v13, and then subsequently further updated it to eventually converge with the latest PostgreSQL version.
Thanks for the PR! It seems some of the tests are failing. I guess some of the code might need to be adapted?
Thanks for debugging this. > I'm happy to try to remove these row count checks entirely, unless you have another preferred solution for this. Okay, that would be great. I...
Sorry for the delay in reviewing. I have been traveling and did not see this PR. It seems given that `EXTRACT` has a special syntax, and the current implementation introduces...