1
0
Fork 0
Commit Graph

22 Commits

Author SHA1 Message Date
Vasiliy aa041ddfb9 locally tested only (#4476) 2018-02-05 11:24:34 +01:00
Jan 2a96df5ca5
Feature iresearch (#4071) 2017-12-18 15:04:59 +01:00
Wilfried Goesgens 6c1aae820c fix path detection for windows - arangosh doesn't understand cygwin paths - need to translate it to dos paths in advance. 2017-08-14 15:29:05 +02:00
Frank Celler 6a7b2fff1e Bug fix/macos readlink (#2961)
* no readlink under Darwin
2017-08-05 17:12:58 +02:00
Jan ce2425cade Bug fix/daily fixes (#2958)
* do not rely on non-existing feature "AQL"

using such feature makes the server throw two exceptions (which will be caught) on startup, but its silly for debugging

* use condition variable for signalling shutdown

* do not hard-code the log levels for recovery tests

this has taken so many developers so much of their time that it is about time to fix it

* ensure the 'unittests' script properly finds 'arangosh' and the build directory
2017-08-04 20:46:08 +02:00
Frank Celler b7961ef3dd Reenabled snappy (#2504)
* fixed snappy config

* added numactl and GLIBCXX_FORCE_NEW

* enabled snappy

* fix snappy include path

* windows paths
2017-05-26 20:53:23 +02:00
jsteemann 7718f76d17 remove useless and harmful adjustment (lowering) of file descriptors limit 2017-03-28 09:37:35 +02:00
Frank Celler 1185099501 raise limit fd as much as possible, warn if too small 2017-03-24 15:13:55 +01:00
Wilfried Goesgens 9dffdbe3f2 add another directory to detect arangosh 2017-02-08 11:00:50 +01:00
Andreas Streichardt 217e4e14e4 bump jenkins 2016-12-14 18:14:32 +01:00
jsteemann edd58743e0 removed export for ETCD 2016-05-18 08:32:01 +02:00
Frank Celler 9d26ab1bbc WIP 2016-04-16 17:39:20 -07:00
Frank Celler dfa9047484 switch arangosh to new ApplicationFeatures and ProgramOptions 2016-03-08 23:32:43 +01:00
Frank Celler c0f5fbe453 use ARANGOSH is given 2016-02-20 12:01:31 +01:00
Kaveh Vahedipour db9d23b7ef Adapting to intel compiler 15.0 2016-02-18 23:26:45 +01:00
Frank Celler 226e51b72b changed binary path to new cmake structure 2016-02-18 15:16:51 +01:00
Frank Celler 2b4a0c2c78 raise ulimit 2016-02-05 15:09:30 +01:00
Frank Celler 63a994268b added ETCD_NONO 2016-02-04 22:31:15 +01:00
Frank Celler de791c3a02 removed unneccessary valgrinds 2016-02-01 17:52:10 +01:00
Frank Celler 7fa5e6f008 removed shift 2016-01-29 22:28:22 +01:00
Frank Celler 423a5420b2 splitted run and unittest scripts 2016-01-29 20:05:39 +01:00
Willi Goesgens f821b6045c If there exists a symlink to run, and there is a .js script by the same name, it now can simply be called.
so, instead of
  ./scripts/run scripts/unittest.js ...
you now can do
  ./scripts/unittest ...

:-]
2015-02-09 18:26:40 +01:00