Jan Steemann
|
3b52200983
|
fixed inner loop variable fuckup
|
2014-10-09 17:28:01 +02:00 |
Willi Goesgens
|
e433a2831e
|
Add a new wrapper which does fork + waitpid in one js call, so we're closer to the flame and less eventually miss something.
|
2014-10-08 16:48:30 +02:00 |
Jan Steemann
|
ff80fafba5
|
fixed cached lookups of collections on the server, which may have caused spurious problems after collection rename operations
|
2014-10-08 14:59:02 +02:00 |
Jan Steemann
|
0948aaccd9
|
issue #693: fixed firstExample for `_from` and/or `_to` attributes
|
2014-10-01 12:20:52 +02:00 |
Jan Steemann
|
c5c7957b5e
|
manually merged pr #1029 by @baslr
|
2014-09-29 13:52:32 +02:00 |
Max Neunhoeffer
|
046d4f524d
|
Implement getSome for RemoteBlock.
|
2014-09-26 16:19:25 +02:00 |
Willi Goesgens
|
ca1ccbab79
|
Try to match the jenkins grinder input tools csv grammer
|
2014-09-26 10:37:39 +02:00 |
Willi Goesgens
|
cba6e480fe
|
Don't add trailing \n to the CSV
|
2014-09-25 17:31:32 +02:00 |
Willi Goesgens
|
0a3877505c
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2014-09-25 14:50:07 +02:00 |
Willi Goesgens
|
6e00b45b50
|
Add a missing column to the CSV.
|
2014-09-25 14:49:48 +02:00 |
Max Neunhoeffer
|
2542834607
|
Wait for WAL collector in a few more waitUnload.
This is necessary for some of the slower unittests (for example with
code coverage or valgrind).
|
2014-09-25 14:01:58 +02:00 |
Willi Goesgens
|
1663a18dee
|
Rename the grinder csv log
|
2014-09-24 18:37:25 +02:00 |
Willi Goesgens
|
9e94af7fb1
|
Perf suite: Add grindertool alike CSV-Exporter
|
2014-09-24 17:42:54 +02:00 |
Jan Steemann
|
dd53bc295a
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-09-24 17:14:50 +02:00 |
Jan Steemann
|
3da082fdc8
|
issue #1026: Modules loaded in different files within the same app should refer to the same module
|
2014-09-24 17:05:04 +02:00 |
Max Neunhoeffer
|
784a299ab8
|
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel
|
2014-09-24 16:17:44 +02:00 |
Max Neunhoeffer
|
cf5e1be91e
|
Version version of HTTP API done.
|
2014-09-24 16:17:18 +02:00 |
Willi Goesgens
|
47c4817c50
|
Adjust perf tests reply structure & the report generator to the new standard.
|
2014-09-24 13:35:44 +02:00 |
Willi Goesgens
|
5b4209d95e
|
Rearange the outputs of our tests so it matches the structure required by the unittest framework
|
2014-09-24 11:41:51 +02:00 |
Willi Goesgens
|
357764ac57
|
Implement structures in the same way for all other tests, and move the pretty printer over, so users calling testing.js directly can also enjoy human readable test results.
|
2014-09-23 16:56:24 +02:00 |
Willi Goesgens
|
ede622ea73
|
Merge branch 'aql2' of github.com:triAGENS/ArangoDB into aql2
|
2014-09-23 16:56:09 +02:00 |
Max Neunhoeffer
|
1f74a64b58
|
Implement POST for HTTP API for queries.
|
2014-09-23 16:51:03 +02:00 |
Willi Goesgens
|
ca23f467ed
|
Evaluate the correct return code here too.
|
2014-09-23 13:21:41 +02:00 |
Willi Goesgens
|
6a2a025313
|
Our test results are relevant.
|
2014-09-23 11:52:19 +02:00 |
Willi Goesgens
|
9e53626f5b
|
Add status to perftests, so the unittestrunner is lucky with our result and we don't fail in jenkins.
|
2014-09-23 11:17:22 +02:00 |
Willi Goesgens
|
968023aa46
|
Measure the time used per test.
|
2014-09-23 10:44:08 +02:00 |
Willi Goesgens
|
42647b01f7
|
Fix aggregation of overal test result state
|
2014-09-23 10:18:49 +02:00 |
Jan Steemann
|
92f87c19ce
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
arangod/V8Server/v8-vocbase.cpp
|
2014-09-22 23:51:16 +02:00 |
Jan Steemann
|
9716a482cd
|
fixed issue #1025: Traversal not as expected in undirected graph
|
2014-09-22 23:08:17 +02:00 |
Jan Steemann
|
d0639f584b
|
fixed line number in stack traces to show the correct line
|
2014-09-22 20:53:21 +02:00 |
Willi Goesgens
|
03ca3431e1
|
Add more information to the unittest status xml
|
2014-09-22 17:10:06 +02:00 |
Willi Goesgens
|
772a99faec
|
try another place to add our performance results in the xml.
|
2014-09-22 15:54:02 +02:00 |
Willi Goesgens
|
fc5a14311c
|
Add output formatter to intergrate with https://wiki.jenkins-ci.org/display/JENKINS/PerfPublisher+Plugin
|
2014-09-22 14:23:24 +02:00 |
Willi Goesgens
|
d6fbebf723
|
Add the output of the aql execution bits in the results table so we can easily see which parts take how long.
|
2014-09-22 13:06:53 +02:00 |
Jan Steemann
|
6ab1ff472a
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
|
2014-09-22 09:30:58 +02:00 |
Jan Steemann
|
07126d7e3b
|
attempt to fix host test
|
2014-09-22 09:14:31 +02:00 |
Willi Goesgens
|
45cc45f827
|
Add profile information to the output of the new tests.
|
2014-09-19 17:53:00 +02:00 |
Jan Steemann
|
075e27a1ee
|
fixed test
|
2014-09-19 12:24:00 +02:00 |
Jan Steemann
|
6dc9fb43d8
|
fixed test
|
2014-09-19 12:17:00 +02:00 |
Willi Goesgens
|
018f649316
|
Merge branch 'aql2' of github.com:triAGENS/ArangoDB into aql2
|
2014-09-18 18:19:44 +02:00 |
Willi Goesgens
|
aaaf2b621f
|
Start implementing performance test tools comparing new & old query engine
|
2014-09-18 18:19:05 +02:00 |
Jan Steemann
|
c0a9d189c5
|
better error messages if mkdir fails
|
2014-09-18 17:48:05 +02:00 |
Jan Steemann
|
3c0723e244
|
slight speedup for hash index
|
2014-09-16 19:46:24 +02:00 |
Jan Steemann
|
481a16fd7a
|
removed bitarray indexes
|
2014-09-15 14:19:38 +02:00 |
Jan Steemann
|
4e6f6f2cbd
|
finalized move to cxx
|
2014-09-14 00:06:00 +02:00 |
Jan Steemann
|
aaf4fd87af
|
fixed test
|
2014-09-13 02:58:34 +02:00 |
Jan Steemann
|
c034307dca
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
arangod/Utils/CollectionNameResolver.h
|
2014-09-10 15:54:49 +02:00 |
Michael Hackstein
|
03cf0d69fb
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2014-09-10 15:50:28 +02:00 |
Michael Hackstein
|
9b62c7367b
|
Deprecated _directedRelation and _undirectedRelation in general-graphs. Created _relation in general-graphs creating a _directedRelation. Handling undirected relations is now given to the user / api-implementor as arangodb itself does not offer any direction constrains which caused some confusion
|
2014-09-10 15:50:22 +02:00 |
Jan Steemann
|
8c9436a92b
|
attempt to shield test from other influences
|
2014-09-10 15:01:50 +02:00 |