1
0
Fork 0
Commit Graph

803 Commits

Author SHA1 Message Date
KVS85 c318a1c6db Restore 1800s timeout on server tests (#8738) 2019-04-11 21:11:16 +02:00
Wilfried Goesgens fa9460c927 Reduce test leftovers on disk (#8708) 2019-04-11 11:42:27 +02:00
Jan 96d6949731
Bug fix 3.4/increase test shutdown timeout to 60s (#8720) 2019-04-10 08:27:51 +02:00
Jan 22d572c543
Bug fix 3.4/fix test muell (#8704) 2019-04-09 11:27:07 +02:00
Wilfried Goesgens 8103561c1d Feature 3.4/sort buckets dump agency allways (#8679) 2019-04-04 14:50:44 +02:00
jsteemann 2a90dfe60b fix link to Foxx-CLI 2019-04-04 10:26:28 +02:00
KVS85 b58de5166a Try 2700s timeout for server tests (#8642) 2019-04-01 13:51:37 +02:00
KVS85 d38b231f43 Backport testing improvement from devel 29.03.2019 (#8629) 2019-03-29 23:33:45 +01:00
KVS85 f0aaaf373d Allow replication suite filtering (#8587) 2019-03-26 20:25:51 +03:00
Jan 3f3f0c6fe3
Feature 3.4/ncc1701 (#8441) 2019-03-21 14:53:28 +01:00
Jan db7fcdce7a
don't run compact() on a collection after a truncate() was done in the same transaction (#8471)
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 that is
  taken at transaction start.

  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.
2019-03-20 17:44:06 +01:00
KVS85 85481b2cb0 Add bucket number info to testfailures output (3.4) (#8473) 2019-03-20 15:56:16 +01:00
KVS85 223771037a Fix upgrade_data tests (#8460) 2019-03-20 11:05:20 +01:00
Jan 54ff79d884
use requireFromPresent and barriers in more cases (#8399) 2019-03-13 15:16:13 +01:00
jsteemann 2fbc683b46 try..catch to avoid useless failures 2019-01-29 17:58:11 +01:00
Frank Celler 84802fdc0f Feature/maskings (#8006) 2019-01-28 15:04:23 +01:00
Jan 15852cb491
Bug fix 3.4/address jenkins fails (#7985) 2019-01-22 12:32:17 +01:00
KVS85 dfad8906d9 Bug fix/active failover fix windows 3.4 (#7959)
* Backport active-failover fix for Windows into 3.4

* Backport stop/resume for Windows from devel

* Backport changes from devel into tests also

* Fix tests

* Remove forgotten whitespaces
2019-01-16 11:08:48 +01:00
KVS85 4ec76574dd Remove procdump usage while taring archives (3.4) (#7816)
* Remove procdump usage while taring archives

* Add 3.2 upgrade-data tests to oskar blacklist for 3.4

* Fix typo

* Add 3.4 upgrade-data tests to oskar blacklist for 3.4
2018-12-21 11:40:04 +01:00
Wilfried Goesgens 656fd89bcf Bug fix 3.4/wait for procdump (#7753)
* 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:48 +01:00
Dan Larkin-York 48275c55a5 Update upgrade data tests for compatibility with Oskar. (#7484) 2018-12-10 16:44:46 +01:00
Tobias Gödderz a572f09f15 Fix variable access (#7714) 2018-12-10 15:50:23 +01:00
Tobias Gödderz 00bbcfeea1 Fix error messages, allow usage of rr with the recovery suite (#7540) 2018-12-10 12:44:01 +01:00
Frank Celler def7900f53 added agency collctions to list of exceptions 2018-12-05 13:50:09 +01:00
Wilfried Goesgens 401fc901fa add missing rootDir parameter (#7547) 2018-11-29 15:24:32 +01:00
Wilfried Goesgens c148c41f12 make the recovering server output its log (#7468) 2018-11-26 19:16:57 +01:00
Wilfried Goesgens eb41c6afcc Bug fix 3.4 /resync test (#7435) 2018-11-26 14:05:33 +01:00
Michael Hackstein 75f89ed74b
Bug fix/update foxx services after restore (#6774) (#7455)
* Bug fix/update foxx services after restore (#6774)

* triggers foxx queue update which leads to the internal selfHeal function of a foxx app to make foxx apps publicy visible after a foxx app is restored

* this will also add the recognition of imported foxx services

* Testing JS refactoring

* Added test case for Foxx dump -> restore cases

* Fixed check, sth- i tries to contact to the foxx service. Test is red now.

* Fixed tests for dump / restore using Foxx. Also first draft to fix the fox side. Blocked by sth. fixed in the Main Repositorx already

* Fixed typo in dump/restore testsuite

* Removed old version of the fix

* Fixed JSLint

* Removed debug-log output from foxx manager
2018-11-26 13:22:50 +01:00
Frank Celler b5a4c71313 allow buckets for authentication 2018-11-23 22:11:42 +01:00
Wilfried Goesgens c9490bd83f re-connect force terminate mechanism on test timeout (#7424) (#7433) 2018-11-23 18:48:01 +01:00
Wilfried Goesgens ed31545a5c Bugfix/fix recovery testsuite (#7396) (#7412) 2018-11-23 13:55:09 +01:00
Simon ef239cbe4e Make recovery more reliable (#7297) (#7367) 2018-11-21 16:51:38 +01:00
Wilfried Goesgens 44de986023 make our tools output their log messages (#7404) 2018-11-21 16:49:54 +01:00
Simon 6ef3aef83f add timeout (#7397) 2018-11-21 14:16:49 +01:00
Michael Hackstein 292a218bea
Bug fix 3.4/enable ldap tests (#6828)
* Remove LDAP tests from Oskar black list

* Fixed handover of ldapHost and ldapPort in ldap tests.
2018-11-12 13:27:00 +01:00
Frank Celler d3733fa861
Feature-3.4/whiteblacklist (#7259)
* add blacklist

* added --skipGrey
2018-11-08 00:00:02 +01:00
Wilfried Goesgens 8278a91a59 Bugfix 3.4/fix typo in endpoints test (#7256) 2018-11-07 17:36:49 +01:00
Dan Larkin-York e5243f9254 [3.4] Upgrade old MMFiles collections for compatibility with ArangoSearch (#7133) 2018-11-06 11:12:54 +01:00
Vasiliy d644561f1f issue 496.4.1: backport 3.4: move StorageEngine-specific flag out of the genric API and closer to the storage engine (#7213)
* issue 496.4.1: backport 3.4: move StorageEngine-specific flag out of the genric API and closer to the storage engine

* address merge issue
2018-11-04 16:52:54 +03:00
Jan d8979192c4
stop printing `connection class corrupted` in arangosh (#7183)
when just starting the arangosh without a connection to a server
and running code such as `require("internal")`, the shell always
printed "connection class corrupted", which is somewhat misleading.
just don't print this error here, as it is useless
2018-10-31 19:08:16 +01:00
Wilfried Goesgens be556b7262 backport testing changes (#7127) 2018-10-30 19:04:11 +01:00
Wilfried Goesgens a5042e44a6 Bugfix 3.4/backport testing fixes (#6961) 2018-10-23 14:31:53 +02:00
Simon c0455e9c60 Add engine specific collection APIs (#6962) 2018-10-19 15:23:55 +02:00
Wilfried Goesgens 83498d94a0 Feature 3.4/better recovery resulthandling (#6859) 2018-10-16 09:28:49 +02:00
Kaveh Vahedipour a0fef3080d fuerte move resulted in broken inspector (#6872) 2018-10-12 19:51:55 +02:00
Jan d19f5fac49
remove undocumented view.toArray() function (#6764) 2018-10-09 09:48:34 +02:00
Wilfried Goesgens 9cd98b69ee Feature 3.4/log timestamp on test start (#6761) 2018-10-08 16:20:09 +02:00
Jan 058b5072b3
Feature 3.4/query cache diagnostics (#6581) 2018-09-25 09:49:33 +02:00
Simon 1b1fbde2c8 Copy installation files on startup (#6494) 2018-09-14 11:14:50 +02:00
Simon 3eed525481 Hide links (#6348) 2018-09-03 15:36:37 +02:00