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
Jan
683d45bd68
Feature/micro optimizations 28112018 ( #7496 )
2018-11-28 15:57:10 +01:00
Wilfried Goesgens
3cf8d2a2e7
make the recovering server output its log ( #7467 )
2018-11-26 19:16:51 +01:00
Wilfried Goesgens
346a0a15a4
fix test status ( #7456 )
2018-11-26 14:03:37 +01:00
Frank Celler
7a4cb9346e
allow buckets for authentication
2018-11-23 22:13:22 +01:00
Heiko
3322cc5ae2
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
2018-11-23 17:06:09 +01:00
Wilfried Goesgens
ed4af5acf8
re-connect force terminate mechanism on test timeout ( #7424 )
2018-11-23 11:16:29 +01:00
Wilfried Goesgens
a905b2ca35
Bugfix/fix recovery testsuite ( #7396 )
2018-11-22 11:18:28 +01:00
Wilfried Goesgens
51e020b0f7
make our tools output their log messages ( #7403 )
2018-11-21 16:38:03 +01:00
Simon
c9e44046a2
add timeout ( #7398 )
...
(cherry picked from commit 800acadfcabc508cf9c65a18e7c0032b4bfb0c62)
2018-11-21 14:16:23 +01:00
Wilfried Goesgens
270301b312
when checking for test leftovers catch dead server connections and abort tests cleanly ( #7283 )
2018-11-20 10:42:55 +01:00
Wilfried Goesgens
fdb1e85d8d
When using `--test` to segment filter, we also need to add it to the database directory. ( #6944 )
2018-11-20 10:26:55 +01:00
Jan
0dd1776467
Make recovery more reliable ( #7297 )
2018-11-19 13:59:18 +01:00
Frank Celler
a6e4c844ad
Feature-3.4/whiteblacklist ( #7259 )
...
* add blacklist
* added --skipGrey
2018-11-08 00:01:29 +01:00
Wilfried Goesgens
6fe9b774f8
fix typo ( #7254 )
2018-11-07 17:37:12 +01:00
Dan Larkin-York
b447f98a7a
Upgrade old MMFiles collections for compatibility with ArangoSearch. ( #7248 )
2018-11-07 15:52:37 +01:00
Vasiliy
68953ae33a
issue 496.4.1: move StorageEngine-specific flag out of the genric API and closer to the storage engine ( #7212 )
2018-11-04 16:52:28 +03:00
Wilfried Goesgens
ecade47aaf
don't spawn additional arangosh processes to run the tests ( #7185 )
2018-11-02 13:08:04 +01:00
Jan
dc03e370f9
stop printing `connection class corrupted` in arangosh ( #7180 )
...
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 18:46:47 +01:00
Wilfried Goesgens
2cfe9126f2
Bug fix/windows process handling ( #7012 )
2018-10-23 15:38:24 +02:00
Simon
4c1e8819c2
Add engine specific collection APIs ( #6977 )
2018-10-19 17:46:33 +02:00
Wilfried Goesgens
b0c91cf80c
Don't listen to procdumps exit code ( #6932 )
2018-10-18 11:36:56 +02:00
Wilfried Goesgens
55a45f1a84
properly check wether the replication follower instance is still alive ( #6938 )
2018-10-17 14:14:09 +02:00
Wilfried Goesgens
d1b3a1ee98
Don't talk to a server when we know its dead. Print current testsuite on Falure. ( #6879 )
2018-10-15 14:29:16 +02:00
Wilfried Goesgens
239771b5f3
Better result handling for recovery tests ( #6826 )
2018-10-15 13:17:45 +02:00
Kaveh Vahedipour
7f7e4e04fd
fuerte move resulted in broken inspector
2018-10-12 19:52:24 +02:00
Wilfried Goesgens
676f61805e
Make procdump abort on std::bad_cast; kill SUT if it occurs; Make procdump optional. ( #6602 )
2018-10-10 17:55:53 +02:00
Wilfried Goesgens
ad31b31096
print when we mark a build crashy ( #6769 )
...
LGTM
2018-10-09 16:47:16 +02:00
Jan
bd344f9f09
remove undocumented view.toArray() function ( #6763 )
2018-10-09 09:48:00 +02:00
Wilfried Goesgens
056ee7064c
Feature/log timestamp on test start ( #6759 )
2018-10-08 16:18:04 +02:00
Jan
ae85fbc4ea
much better diagnostics for AQL query results cache ( #6580 )
2018-09-25 09:49:11 +02:00
jsteemann
a57640993f
fixed JavaScript error
2018-09-18 20:13:46 +02:00
Simon
82aa24ad7e
Copy installation files on startup ( #6491 )
2018-09-14 11:15:21 +02:00
Jan
7a3c2bf6af
add some debugging for unstable replication_sync test ( #6436 )
2018-09-10 14:46:50 +02:00
Simon
0661a4c1fe
Hide Links from getIndexes() ( #6325 )
2018-09-03 15:17:24 +02:00
Frank Celler
f17eac6b96
fixed typo in test setup
2018-09-02 10:21:39 +02:00
Frank Celler
f696efe5ea
removed auditlog
2018-09-02 08:54:04 +02:00
Jan
e03f0daccd
skip "dump_encrypted" test in non-enterprise mode ( #6334 )
2018-09-01 22:55:04 +02:00
Jan
3a3c4f7f8b
fix failing readOnly test ( #6333 )
2018-09-01 22:54:33 +02:00
Frank Celler
ca34956f3c
fixed wrong result code
2018-09-01 16:16:29 +02:00
Jan
24ca3acf97
rename `tests/js/*/tests/*` to `tests/js/*/*` ( #6280 )
2018-08-31 19:42:21 +02:00
Jan
494764b95c
Bug fix/fiddle version string into test paths ( #6267 )
2018-08-28 14:58:35 +02:00
Jan
0a73e64b0b
Bug fix/fiddle version string into test paths ( #6266 )
...
* fiddle version string into test paths
2018-08-28 09:27:32 +02:00
jsteemann
6fc8b43fe2
start the correct test
2018-08-28 01:01:02 +02:00