1
0
Fork 0
Commit Graph

37 Commits

Author SHA1 Message Date
Kaveh Vahedipour a315997617 callback redesign 2016-04-07 10:20:08 +02:00
Frank Celler 423a5420b2 splitted run and unittest scripts 2016-01-29 20:05:39 +01:00
Frank Celler ae140af3cf added -- to signal the end of arangosh commands 2016-01-23 21:58:27 +01:00
Frank Celler 764a95ea2a switch to testing.js, moved testing.js to client 2016-01-23 21:07:42 +01:00
Jan Steemann 1fa5616b30 attempt to fix travis build status detection 2015-10-21 16:56:42 +02:00
Wilfried Goesgens 93bc281e39 Fix naming & removing of temp directories. 2015-10-02 13:50:07 +02:00
Willi Goesgens fcc64191fe Move temporary data during test runts into the out/ directory to keep the working directory clean. 2015-06-25 17:20:48 +02:00
Willi Goesgens f9c2bc1c49 If we run in cygwin, we have to append .exe 2015-06-12 17:53:47 +02:00
Willi Goesgens bfb0d0e678 fix script, that shouldn't have been removed along with the ruby. 2015-03-05 09:25:26 +01:00
Willi Goesgens 3d68efeb9d Byebye Ruby. 2015-03-04 16:43:54 +01:00
Willi Goesgens 060f9e710f upsi, wrong slash 2015-02-27 14:46:41 +01:00
Willi Goesgens 29a421eb59 We just need one \ here... 2015-02-24 10:19:31 +01:00
Willi Goesgens 270f7cc919 Fix temp-file generation broken when adding error handling. 2015-02-23 16:52:03 +01:00
Willi Goesgens 75f4c2cdd0 Fix filenames to be os-agnostic. 2015-02-23 16:36:11 +01:00
Willi Goesgens 32b4f5de19 cygwinify run, and make run_cygwin.sh a symlink (hope this works ;-) 2015-02-23 14:59:20 +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
Willi Goesgens edda36b484 match new etcd
- use 127.0.0.1 instead of localhost
  - properly pass errors up if we fail to launch a cluster component
  - Planner: throw proper error objects.
  - testing: properly handle cluster start abort situations.
  - if the agent doesn't come up in time, kill it for a proper abort.
2015-02-09 17:34:16 +01:00
Willi Goesgens bb13eb0b37 Fix exit checking. 2015-02-02 19:03:17 +01:00
Willi Goesgens 72c4891350 Don't run full server for executing tests 2015-02-02 13:18:43 +01:00
Willi Goesgens 8adfb7f1d8 Remove temporary directories of controlling arangod instance after successfull testruns 2015-02-01 12:52:35 +01:00
Willi Goesgens 93c8a44605 switch the temp-directory to /var/tmp/ 2014-10-28 14:42:25 +01:00
Max Neunhoeffer f0e13094f1 Get rid of 10 sek delay. 2014-10-28 00:01:54 +01:00
Willi Goesgens ce08c58718 add the ability to run the test themselves in valgrind. 2014-09-16 14:25:25 +02:00
Jan Steemann 8f27ef531c Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
	scripts/run
2014-09-15 09:51:04 +02:00
Frank Celler 9b09a8a482 fixed args parsing 2014-09-14 21:44:53 +02:00
Willi Goesgens 5eec90ed97 get valgrind params right, next try. 2014-09-12 17:47:40 +02:00
Willi Goesgens 176d7b0f14 Fix call schematic of valgrind. 2014-09-12 17:42:45 +02:00
Willi Goesgens c9d743840b Add method to produce valgrind xml reports for jenkins integration. 2014-09-12 16:53:57 +02:00
Willi Goesgens a333f05387 Offer possibility to run unittests in valgrind 2014-08-14 10:57:50 +02:00
Max Neunhoeffer 2a0e487520 Improve error reporting. 2014-03-14 10:33:22 +01:00
Max Neunhoeffer bb49ae6c91 Use separate configurations for coordinator and dbservers. 2014-03-13 10:26:19 +01:00
Max Neunhoeffer 709feb8572 Fill in new configuration options for cluster case in script. 2014-02-28 14:56:39 +01:00
Max Neunhoeffer a4c991ca89 Take out a debugging output. 2014-02-24 15:05:54 +01:00
Max Neunhoeffer 56c66a4e1d Add 1024 to random number for port. 2014-02-24 15:02:59 +01:00
Max Neunhoeffer 019bb7716f Add authentication tests to js framework. 2014-02-21 10:09:50 +01:00
Jan Steemann d8061f56ab pass ruby paths 2014-02-18 15:49:20 +01:00
Max Neunhoeffer 2fa986ca4c Add convenience scripts for cluster. 2014-02-18 10:14:47 +01:00