Andreas Streichardt
caaecfda4e
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-04-05 10:21:54 +02:00
Andreas Streichardt
b8faee4415
fix replication setup
2017-04-05 10:18:56 +02:00
Wilfried Goesgens
d1a6add6ab
move replication & js http api tests into more intuitive locations
2017-04-05 09:48:07 +02:00
Andreas Streichardt
7400f7f339
fix shutdown of replication tests
2017-04-04 17:09:21 +02:00
Wilfried Goesgens
57973aa27d
make rspec backtrace more compact
2017-04-03 19:37:37 +02:00
Wilfried Goesgens
a7a70b20cf
remove old unused foxxqueues testsuite
2017-04-03 14:55:41 +02:00
Wilfried Goesgens
b117a82382
fix filter for replication testcases
2017-04-03 11:58:52 +02:00
Wilfried Goesgens
b509466d39
lower timeout
2017-03-31 10:09:27 +02:00
Wilfried Goesgens
c29fcc9e07
fix testcase filtering - some other filters have to overrule it.
2017-03-30 18:06:31 +02:00
Dan Larkin
5dcf265899
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-03-30 12:05:07 -04:00
Dan Larkin
42807f17fb
Added partialUpdate flag for view property modification.
2017-03-30 12:04:58 -04:00
Wilfried Goesgens
a2a2d61cbd
add bucket support to the rspec tests
2017-03-30 17:58:31 +02:00
Wilfried Goesgens
7d7deb8584
if the server timeoutes during test execution, abort testruns and instantly kill it hard
2017-03-30 17:37:38 +02:00
Wilfried Goesgens
e23560a399
harmonize filtering - filter on full filename.
2017-03-30 15:50:25 +02:00
Wilfried Goesgens
3297844f8d
standardize starting of servers for replication tests
2017-03-30 15:46:14 +02:00
Wilfried Goesgens
302307e285
make the authentication tests run on directories
2017-03-30 13:07:28 +02:00
jsteemann
b2c9a976b3
re-enable AQL tests
2017-03-30 09:00:21 +02:00
mpv1989
e763233ca7
Foxx: Fix arangoUser not being set correctly
2017-03-29 17:33:16 +02:00
jsteemann
02aca574f4
turn off ranges test by default
2017-03-29 11:20:12 +02:00
jsteemann
d0766688f3
properly tag geo index tests, and include the long running geo index tests by default
2017-03-29 00:54:24 +02:00
Wilfried Goesgens
ffc3d6a515
- move runInArangosh over to test-utils, so its right next to runThere.
...
- use runInArangosh for the replication tests, so they show proper result reports.
2017-03-28 19:05:00 +02:00
Wilfried Goesgens
476befc9d0
refactor testing.js
...
- split utility functionality into its own file
- add module loader so we can have modules
- move all testsuites into own files
- remove complicated testcase joining / splitting methods
2017-03-28 16:29:51 +02:00
Andreas Streichardt
f32256e5a7
Normalize test resultstructure (hopefully)
2017-03-28 14:15:08 +02:00
jsteemann
a5013733a2
force recovery tests to fail when not compiled with failure-tests
2017-03-28 09:47:52 +02:00
jsteemann
a684bd6152
fix recovery tests
2017-03-28 09:34:59 +02:00
Wilfried Goesgens
6940aa6ec1
alias boost to catch
2017-03-27 19:44:06 +02:00
Wilfried Goesgens
eb4c2ed8e4
fix arangosh test
2017-03-27 19:42:24 +02:00
Wilfried Goesgens
e9a661e470
start splitting testing.js into handy bits.
2017-03-27 19:10:03 +02:00
Wilfried Goesgens
f09ee72d65
start splitting testing.js into handy bits.
2017-03-27 19:00:21 +02:00
Wilfried Goesgens
4d0778a825
start splitting testing.js into handy bits.
2017-03-27 18:57:05 +02:00
Wilfried Goesgens
81889bfc54
Work on testingjs to make it fit for storage engine and others:
...
- add storage engine switch:
- filter for files with `-rocksdb` or `-mmfiles` depending on the used storage engine.
- fix missing color reset on error messages
- make --test a substring match instead of a full match.
- print an error message if --test did not match any testcase and thus no tests were run
- disable crash check for the recovery testcases that are actually intended to crash so we can recover from the failed state
- scan for recovery testcases instead of keeping a hand written list
- make test-scan function public
2017-03-24 16:17:36 +01:00
Wilfried Goesgens
85f58b9a21
we may now also do 'milestone'-releases next to devel/alpha/beta/rc
2017-03-22 11:59:25 +01:00
jsteemann
fbb14ceffc
added db._engine()
2017-03-22 11:19:31 +01:00
Dan Larkin
7b690408c8
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-03-21 12:21:10 -04:00
Wilfried Goesgens
388424bbdc
engage debugger when calling general binaries that segfault
2017-03-21 16:49:20 +01:00
Dan Larkin
85132e0eaf
Finished adding view support to ArangoShell.
2017-03-21 11:40:14 -04:00
Dan Larkin
a80ed16477
Added basic views support to ArangoShell.
2017-03-18 16:35:51 -04:00
jsteemann
2cda79ec0b
add some debug output for replication tests
2017-03-17 13:02:15 +01:00
Wilfried Goesgens
e4fbbcd0eb
migrate wording boost->catch
2017-03-16 17:18:28 +01:00
Wilfried Goesgens
54c62a59a9
try to get stacktraces on mac
2017-03-16 16:04:24 +01:00
Wilfried Goesgens
968ad1f82a
try to get stacktraces on mac
2017-03-16 15:01:30 +01:00
Wilfried Goesgens
ae50e4ca1c
try to get stacktraces on mac
2017-03-16 14:56:55 +01:00
Simon Grätzer
a326aa2ffb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-03-09 14:38:50 +01:00
jsteemann
9278149b24
fixed --convert
2017-03-09 14:29:23 +01:00
Simon Grätzer
67066c64ad
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-03-08 18:20:44 +01:00
jsteemann
3ed19e291d
added "shardIds" option for AQL queries to restrict queries to specific shards
2017-03-08 15:07:10 +01:00
Simon Grätzer
2c77f42486
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-03-07 15:08:06 +01:00
Andreas Streichardt
c5aaa5c633
use junit
2017-03-07 11:59:53 +01:00
Andreas Streichardt
7d51256234
Properly publish results
2017-03-07 11:54:37 +01:00
Andreas Streichardt
4af0eab357
fix icu stuff
2017-03-07 11:21:35 +01:00