8000 implement a global deadline when running testcode in the local arangosh by dothebart · Pull Request #11123 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

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 46 commits into from
Mar 13, 2020
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 Feb 18, 2020
3e63463
Make `getMaxTimeoutConnectionToBeDead` function compile.
ObiWahn Feb 19, 2020
5282ec8
Merge branch 'devel' of github.com:arangodb/ArangoDB into feature/tim…
dothebart Feb 19, 2020
eef894e
add some debugging
dothebart Feb 19, 2020
56e82be
abort test when we detect a timeout
dothebart Feb 19, 2020
03ae049
Add some logging and comments.
ObiWahn Feb 19, 2020
a4f12fe
more debugging with willi
ObiWahn Feb 20, 2020
6257f6f
Merge remote-tracking branch 'origin/devel' into feature/timout-run-i…
ObiWahn Feb 20, 2020
6d222ec
Use std::chrono::miliseccones and make the code a bit saner.
ObiWahn Feb 20, 2020
35f8c8d
fix condition; remove debug output
dothebart Feb 20, 2020
06a227c
Merge branch 'devel' of github.com:arangodb/ArangoDB into feature/tim…
dothebart Feb 25, 2020
b36ac20
cleanup implementation
dothebart Feb 25, 2020
008f603
Merge branch 'devel' of github.com:arangodb/ArangoDB into feature/tim…
dothebart Feb 25, 2020
2934a25
make sure we have chrono abort
dothebart Feb 25, 2020
5187fa0
wuerg around broken mac
dothebart Feb 25, 2020
bf71c66
wuerg around broken mac
dothebart Feb 25, 2020
bbb428b
fix compilation on windows, comments
dothebart Feb 26, 2020
0dcc0a6
Merge branch 'feature/timout-run-in-local-arangosh' of github.com:ara…
dothebart Feb 26, 2020
a0554a3
fix windows compilation
dothebart Feb 26, 2020
efea406
Merge branch 'devel' of github.com:arangodb/arangodb into feature/tim…
dothebart Feb 26, 2020
699de97
fix more type correctness
dothebart Feb 26, 2020
1ab9a13
fix more type correctness
dothebart Feb 27, 2020
60ee70b
Merge branch 'devel' of github.com:arangodb/arangodb into feature/tim…
dothebart Mar 3, 2020
219d188
don't use c++ 20 macros, they don't work reliably.
dothebart Mar 3, 2020
a94e55e
Merge branch 'devel' of github.com:arangodb/arangodb into feature/tim…
dothebart Mar 3, 2020
04085ac
fix include
dothebart Mar 3, 2020
f485248
fix wording, floating point algorithms
dothebart Mar 4, 2020
b820641
Merge branch 'devel' of github.com:arangodb/arangodb into feature/tim…
dothebart Mar 4, 2020
bce3a59
adjust method name here too.
dothebart Mar 4, 2020
46fed27
Merge branch 'devel' of github.com:arangodb/arangodb into feature/tim…
dothebart Mar 6, 2020
3eca731
Merge branch 'devel' of github.com:arangodb/arangodb into feature/tim…
dothebart Mar 9, 2020
8da5e85
Merge branch 'devel' of github.com:arangodb/arangodb into feature/tim…
dothebart Mar 9, 2020
e6cf1e2
move functionality to be server only
dothebart Mar 9, 2020
a06e741
add comment
dothebart Mar 9, 2020
2a77620
one more comment
dothebart Mar 9, 2020
e2f5228
split file into no/deadline lib
dothebart Mar 13, 2020
d579496
split file into no/deadline lib
dothebart Mar 13, 2020
44ef9f8
Merge branch 'devel' of github.com:arangodb/arangodb into feature/tim…
dothebart Mar 13, 2020
28c5d5d
Update lib/V8/v8-deadline.cpp
dothebart Mar 13, 2020
129ab06
Update lib/V8/v8-deadline.cpp
dothebart Mar 13, 2020
77e76fb
Update lib/V8/v8-deadline.h
dothebart Mar 13, 2020
37a0bf4
Update lib/V8/v8-deadline.cpp
dothebart Mar 13, 2020
dbe024f
Update lib/V8/v8-deadline.cpp
dothebart Mar 13, 2020
74b7e80
remove unneccesary parameters
dothebart Mar 13, 2020
d96c072
Merge branch 'devel' of github.com:arangodb/arangodb into feature/tim…
dothebart Mar 13, 2020
2f8fe62
Merge branch 'devel' of github.com:arangodb/arangodb into feature/tim…
dothebart Mar 13, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'devel' of github.com:arangodb/arangodb into feature/tim…
…out-run-in-local-arangosh
  • Loading branch information
dothebart committed Mar 3, 2020
commit a94e55e1b228c1bcf2c1a404b8258b41ee17056b

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.

0