-
Notifications
You must be signed in to change notification settings - Fork 857
Bug fix/traversal collection detection fix #10801
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
Conversation
Unrelated Jenkins failure. |
Tests blue. |
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.
Technically ok.
I would like to see another test
…versal-collection-detection-fix
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.
Technically OK, CHANGELOG missing
Sorry, added. |
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.
LGTM
…versal-collection-detection-fix
Jenkins green! |
…-fix/speedup-aql-datetime-parsing-pegtl * 'devel' of https://github.com/arangodb/arangodb: Bug fix/windows exe product info (#10869) Bug fix/traversal collection detection fix (#10801) fix compilation error Bug fix/issue 10852 (#10865) Update CHANGELOG apply documentation fix from @Simran-B
…ture/mimalloc * 'devel' of https://github.com/arangodb/arangodb: (636 commits) Bug fix/windows exe product info (#10869) Bug fix/traversal collection detection fix (#10801) fix compilation error Bug fix/issue 10852 (#10865) Update CHANGELOG apply documentation fix from @Simran-B Update CHANGELOG remove remainders of allowDirectExecution (#10872) naively implement timeout for waitpid (#9943) Fix string comparison for AstNodes (#10837) Mention Web UI and command-line client tools in README.md (#10790) Bug fix/fixing multiple minor ui issues (#10700) Feature/http nextgen refactor (#10851) upgrade velocypack library (#10758) Remove uses of static ApplicationServer (#10806) speed up datetime parsing in AQL (#10846) make the logging a bit more efficient (#10849) switch log-file location depending on all/user installation, remove on uninstallation (#10832) changed roundCosts to removeCosts (#10638) fixed issue 10725 (#10750) ...
…ture/insert-or-update * 'devel' of https://github.com/arangodb/arangodb: (27 commits) fix edge case with padding in VelocyPack arrays (#10901) Bug fix/windows exe product info (#10869) Bug fix/traversal collection detection fix (#10801) fix compilation error Bug fix/issue 10852 (#10865) Update CHANGELOG apply documentation fix from @Simran-B Update CHANGELOG remove remainders of allowDirectExecution (#10872) naively implement timeout for waitpid (#9943) Fix string comparison for AstNodes (#10837) Mention Web UI and command-line client tools in README.md (#10790) Bug fix/fixing multiple minor ui issues (#10700) Feature/http nextgen refactor (#10851) upgrade velocypack library (#10758) Remove uses of static ApplicationServer (#10806) speed up datetime parsing in AQL (#10846) make the logging a bit more efficient (#10849) switch log-file location depending on all/user installation, remove on uninstallation (#10832) changed roundCosts to removeCosts (#10638) ...
…ture/insert-or-update * 'devel' of https://github.com/arangodb/arangodb: (27 commits) fix edge case with padding in VelocyPack arrays (#10901) Bug fix/windows exe product info (#10869) Bug fix/traversal collection detection fix (#10801) fix compilation error Bug fix/issue 10852 (#10865) Update CHANGELOG apply documentation fix from @Simran-B Update CHANGELOG remove remainders of allowDirectExecution (#10872) naively implement timeout for waitpid (#9943) Fix string comparison for AstNodes (#10837) Mention Web UI and command-line client tools in README.md (#10790) Bug fix/fixing multiple minor ui issues (#10700) Feature/http nextgen refactor (#10851) upgrade velocypack library (#10758) Remove uses of static ApplicationServer (#10806) speed up datetime parsing in AQL (#10846) make the logging a bit more efficient (#10849) switch log-file location depending on all/user installation, remove on uninstallation (#10832) changed roundCosts to removeCosts (#10638) ...
Pull Request Guidelines
Scope & Purpose
An internal map was not filled with edge collections, where they should be. It was forgotten that edges can also point to a different edge and not only vertices.
Devel and 3.6.0 needs to be fixed.
Testing & Verification
This PR adds tests that were used to verify all changes: