Dan Larkin-York
48fb15e94f
Auth-related tests for audit logging ( #8790 )
2019-04-18 10:45:41 +02:00
Frank Celler
6eb986825e
grey only ( #8786 )
...
* grey only
* Update testing.js
2019-04-17 19:29:36 +02:00
Dan Larkin-York
777ba1a364
Improved audit logging ( #8740 )
2019-04-15 14:51:32 +02:00
Jan
69f7a8a00d
longer WAL file retention for test ( #8736 )
2019-04-15 10:16:34 +02:00
Tobias Gödderz
dc888ba3e8
Do not send SIGABRT to rr, as it will result in an unusable trace ( #8745 )
2019-04-12 15:04:36 +02:00
Wilfried Goesgens
c271c59e90
Reduce test leftovers on disk ( #8707 )
2019-04-11 11:43:30 +02:00
Jan
94e67cb12c
increase shutdown response timeout for tests from 10 s to 60 s ( #8719 )
2019-04-10 08:27:58 +02:00
Jan
6b9b9b0946
Bug fix/fix test muell ( #8703 )
2019-04-09 11:27:53 +02:00
Simon
2b594bdab5
Reduce # of memcpy from storage engine layer ( #8685 )
2019-04-08 22:43:29 +02:00
Jan
5897baa984
added db.<collection>.getResponsibleShard() ( #8683 )
2019-04-08 16:10:45 +02:00
Vasiliy
0410588723
issue 526.7.1: remove deprecated functions, update tests to set up required analyzers ( #8688 )
...
* issue 526.7.1: remove deprecated functions, update tests to set up required analyzers
* address merge issues
* address more merge issues
2019-04-05 18:10:42 +03:00
Wilfried Goesgens
9c0fb4a97e
Feature/sort buckets dump agency allways ( #8677 )
2019-04-04 14:50:04 +02:00
jsteemann
35be0529a2
fix link to Foxx-CLI
2019-04-04 10:27:43 +02:00
Wilfried Goesgens
ebb4de1e6a
fix dumping of agency, disable javascript in agency and dbserver ( #8625 )
2019-03-29 17:47:08 +01:00
Wilfried Goesgens
7eee9f82ea
fix typo ( #8618 )
2019-03-28 17:10:05 +01:00
Wilfried Goesgens
b1440755fc
improve timeout behaviour of test utils ( #8614 )
2019-03-28 17:01:44 +01:00
Simon
417ee266d4
Fuse transaction begin request for non baby operations ( #8566 )
2019-03-27 11:31:39 +01:00
Wilfried Goesgens
c5587f1c30
fix enterprise tests - we mustn't restore smart collections over exising collections ( #8581 )
...
* fix enterprise tests - we mustn't restore smart collections over existing collections
* un-blacklist test
2019-03-27 09:08:38 +01:00
KVS85
4ea1675e74
Allow replication suite filtering ( #8586 )
2019-03-26 20:25:14 +03:00
Simon
bcc26926de
Support Transactions in RestCursorHandler ( #8539 )
2019-03-25 17:04:11 +01:00
jsteemann
e3995522d0
thanks @dsonet
2019-03-25 16:58:15 +01:00
Wilfried Goesgens
0634b24dde
add tests for dump/restore of multiple databases ( #8530 )
2019-03-25 15:52:37 +01:00
Jan Christoph Uhde
95e6f83f09
use dummyDir for unix socket files ( #8220 )
2019-03-25 13:55:22 +01:00
Jan
39a3f5bc4e
reintroduce smart joins after temporarily reverting them in devel ( #8543 )
2019-03-23 20:36:02 +01:00
Simon
3ada15fc35
The Legendary El Cheapo ( #8485 )
2019-03-22 11:38:33 +01:00
jsteemann
dc381a99df
Revert "Feature/ncc1701 ( #8440 )"
...
This reverts commit 59ad583796
.
2019-03-21 19:18:46 +01:00
Jan
59ad583796
Feature/ncc1701 ( #8440 )
2019-03-21 15:05:36 +01:00
Jan
6d107beeda
don't run compact() on a collection after a truncate() was done in th… ( #8468 )
...
* don't run compact() on a collection after a truncate() was done in the same transaction
running compact() in the same transaction will only increase the data size on disk due to RocksDB not being able to remove
any documents physically due to the snapshot we take at transaction start.
Decoupling the truncate transaction from the compact operation allows finishing the truncate transaction first, so we can
get rid of the snapshot. Running compact afterwards is then free to physically remove all the data.
As a nice side effect this change will also speed up the truncation of larger collections, because the compact will run
faster.
This change also exposes db.<collection>.compact() in the arangosh, in order to manually run a compaction on the data
range of a collection should it be needed for maintenance.
* fix documentation anchors
2019-03-20 16:27:54 +01:00
KVS85
a7090f30e9
fix typo ( #8470 )
2019-03-20 18:14:55 +03:00
KVS85
ea5e6aef05
Fix upgrade_data tests ( #8459 )
2019-03-20 11:05:39 +01:00
Wilfried Goesgens
c2042c86e9
abort testing if we fail to get the currently available collections during server startup ( #8442 )
2019-03-18 15:14:08 +01:00
Dan Larkin-York
413e90508f
Named indices ( #8370 )
2019-03-13 18:20:32 +01:00
Jan
dd4938598c
use requireFromPresent and barriers in more cases ( #8398 )
2019-03-13 15:16:22 +01:00
Wilfried Goesgens
8bcddf1498
expect leader to have disappeared ( #8326 )
2019-03-06 11:20:49 +01:00
Wilfried Goesgens
4ae0cd42c3
when in activefailover mode detect leader changes, and abort tests since they wouldn't deliver good values anymore ( #8306 )
2019-03-05 11:10:20 +01:00
Wilfried Goesgens
b1a1edb205
add default values and documentation missing for this parameter ( #8303 )
2019-03-01 14:11:48 +01:00
jsteemann
35311178fd
try..catch to avoid useless failures
2019-01-29 18:00:56 +01:00
Jan
f7d94daba2
port some changes from 3.4 ( #8011 )
2019-01-29 09:26:57 +01:00
Frank Celler
9927b3a281
Feature/maskings ( #8006 )
2019-01-22 22:23:25 +01:00
Wilfried Goesgens
457e14b970
add windows suspend/resume hooks as @char101 sugested for others ( #7833 )
...
* add windows suspend/resume hooks
* disable procdump
2019-01-11 12:41:27 +01:00
Simon
a2a0b03f43
Rdb index background (preliminary) ( #7644 )
2018-12-21 19:24:10 +01:00
KVS85
bbd8aa4e0b
Remove procdump usage while taring archives ( #7815 )
2018-12-21 11:39:39 +01:00
Wilfried Goesgens
7acb3b3ec4
wait for procdump to exit too. ( #7731 )
...
* wait for procdump to exit too.
* move running process check up, propagate status. First check whether processes are still running before attempting to force kill them
* only list processes, don't change their state
* add stopping procdump in all places
2018-12-12 18:06:08 +01:00
Michael Hackstein
170e3520be
Improved stability of dump restore test ( #7593 )
...
* Improved stability of dump restore test, the assumption tested was not correct
* Fixed options in recovery test suite
2018-12-10 15:48:34 +01:00
Dan Larkin-York
68ebf1d934
Update upgrade data tests for compatibility with Oskar. ( #7485 )
2018-12-10 12:51:51 +01:00
Jan
fb04c1c602
Bug fix/forward port missing changes ( #7706 )
2018-12-10 12:51:20 +01:00
Tobias Gödderz
44b6257df9
Fix error messages, allow usage of rr with the recovery suite ( #7539 )
2018-12-10 12:43:45 +01:00
Wilfried Goesgens
ea44f8394d
try checking whether _admin/shutdown is received, print sockstats of arangod processes ( #7677 )
2018-12-06 15:52:46 +01:00
Wilfried Goesgens
e890bdc01a
add bucket to test summary, so you can determine which logfile to look at ( #7661 )
2018-12-06 14:23:42 +01:00
Wilfried Goesgens
76cf74cc83
add missing rootDir parameter ( #7546 )
2018-11-29 15:18:58 +01:00