-
Notifications
You must be signed in to change notification settings - Fork 858
Draft
Feature/abort traversals #21765
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
532d00b
arangodb release 3.12.4
KVS85 af6afa9
first draft, added cancel of traversal in one sided enumerator, and t…
hkernbach 4cfc171
added bidirectionalCircle as new graph in graph test suite
hkernbach db7f093
added hugeCompleteGraph
hkernbach a03dc03
added query cancel observer to twosided enumerator as well, so kpaths…
hkernbach a250d68
merge main into feature branch
hkernbach 7692de9
only print debug creation info if set manually in constructor
hkernbach 7ef978f
revert changelog merge issue
hkernbach 67f8176
added additional check for cancelation of query in the twosidedenumer…
hkernbach 8e05284
Merge remote-tracking branch 'origin/devel' into feature/abort-traver…
hkernbach 2de1512
eslint
hkernbach aa29f4e
eslint
hkernbach 6f21c2f
clang format
hkernbach af166b8
clang format
hkernbach f35a566
Merge remote-tracking branch 'origin/devel' into feature/abort-traver…
hkernbach e22c7c3
batchwise verted and edge insertion during fillGraph (integration tests)
hkernbach 48c95dc
Merge remote-tracking branch 'origin/devel' into feature/abort-traver…
hkernbach 033326a
try to help garbage collection v8
hkernbach 2b79028
slightly increased timeout to 10s in clsuter, 5s in single server
hkernbach 7a04512
added early exit to weighted two sided enumerator, yens still missing
hkernbach cc7991d
debug flag on
hkernbach 5c4cb55
no need to call clear manually. will be called in destructor automat…
hkernbach 7ff7f4f
format
hkernbach 75804b8
improved wait & kill mechanism - should now be way more stable
hkernbach 0c94492
Merge remote-tracking branch 'origin/devel' into feature/abort-traver…
hkernbach 83aae9d
adaptive kill query
hkernbach e7a1026
increase debug logging. Some are optional, some are mandatory. If our…
hkernbach 31b64e0
eslint
hkernbach c36118d
more test output
hkernbach a192771
Change test suite params
jbajic 3ebbdee
Merge remote-tracking branch 'origin/devel' into feature/abort-traver…
hkernbach 030d3d4
refactored generic graph tests based on Jures suggestion
hkernbach 45d34de
incr. completegraph to consist out of 1k nodes to make computation mo…
hkernbach 4ec116f
Merge remote-tracking branch 'origin/devel' into feature/abort-traver…
hkernbach File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next
Next commit
arangodb release 3.12.4
- Loading branch information
commit 532d00b43f1fae2faca192e9c453a4b56071b437
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.12.4-devel | ||
3.12.4 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Feature/abort traversals #21765
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
base: devel
Are you sure you want to change the base?