-
Notifications
You must be signed in to change notification settings - Fork 858
implement a global deadline when running testcode in the local arangosh #11123
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
a17ca69
attempt to implement a global connection timout when running testcode…
dothebart 3e63463
Make `getMaxTimeoutConnectionToBeDead` function compile.
ObiWahn 5282ec8
Merge branch 'devel' of github.com:arangodb/ArangoDB into feature/tim…
dothebart eef894e
add some debugging
dothebart 56e82be
abort test when we detect a timeout
dothebart 03ae049
Add some logging and comments.
ObiWahn a4f12fe
more debugging with willi
ObiWahn 6257f6f
Merge remote-tracking branch 'origin/devel' into feature/timout-run-i…
ObiWahn 6d222ec
Use std::chrono::miliseccones and make the code a bit saner.
ObiWahn 35f8c8d
fix condition; remove debug output
dothebart 06a227c
Merge branch 'devel' of github.com:arangodb/ArangoDB into feature/tim…
dothebart b36ac20
cleanup implementation
dothebart 008f603
Merge branch 'devel' of github.com:arangodb/ArangoDB into feature/tim…
dothebart 2934a25
make sure we have chrono abort
dothebart 5187fa0
wuerg around broken mac
dothebart bf71c66
wuerg around broken mac
dothebart bbb428b
fix compilation on windows, comments
dothebart 0dcc0a6
Merge branch 'feature/timout-run-in-local-arangosh' of github.com:ara…
dothebart a0554a3
fix windows compilation
dothebart efea406
Merge branch 'devel' of github.com:arangodb/arangodb into feature/tim…
dothebart 699de97
fix more type correctness
dothebart 1ab9a13
fix more type correctness
dothebart 60ee70b
Merge branch 'devel' of github.com:arangodb/arangodb into feature/tim…
dothebart 219d188
don't use c++ 20 macros, they don't work reliably.
dothebart a94e55e
Merge branch 'devel' of github.com:arangodb/arangodb into feature/tim…
dothebart 04085ac
fix include
dothebart f485248
fix wording, floating point algorithms
dothebart b820641
Merge branch 'devel' of github.com:arangodb/arangodb into feature/tim…
dothebart bce3a59
adjust method name here too.
dothebart 46fed27
Merge branch 'devel' of github.com:arangodb/arangodb into feature/tim…
dothebart 3eca731
Merge branch 'devel' of github.com:arangodb/arangodb into feature/tim…
dothebart 8da5e85
Merge branch 'devel' of github.com:arangodb/arangodb into feature/tim…
dothebart e6cf1e2
move functionality to be server only
dothebart a06e741
add comment
dothebart 2a77620
one more comment
dothebart e2f5228
split file into no/deadline lib
dothebart d579496
split file into no/deadline lib
dothebart 44ef9f8
Merge branch 'devel' of github.com:arangodb/arangodb into feature/tim…
dothebart 28c5d5d
Update lib/V8/v8-deadline.cpp
dothebart 129ab06
Update lib/V8/v8-deadline.cpp
dothebart 77e76fb
Update lib/V8/v8-deadline.h
dothebart 37a0bf4
Update lib/V8/v8-deadline.cpp
dothebart dbe024f
Update lib/V8/v8-deadline.cpp
dothebart 74b7e80
remove unneccesary parameters
dothebart d96c072
Merge branch 'devel' of github.com:arangodb/arangodb into feature/tim…
dothebart 2f8fe62
Merge branch 'devel' of github.com:arangodb/arangodb into feature/tim…
dothebart 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
don't use c++ 20 macros, they don't work reliably.
- Loading branch information
commit 219d1880a726aa7e62205f600d2dc7d50241d5d8
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.