1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00
Commit graph

125 commits

Author SHA1 Message Date
Ewout Prangsma
e6d1040cec
Added tests for rotating of servers on changed arguments 2018-06-29 13:16:14 +02:00
Ewout Prangsma
c7e0eb318d
Added duration test app 2018-06-15 08:16:52 +02:00
Ewout Prangsma
66eb12e2a1
Added template for cluster with sync 2018-06-14 10:41:43 +02:00
Ewout Prangsma
11f310aed4
Added prebaked yaml files 2018-06-14 09:39:51 +02:00
Ewout Prangsma
32b3a738eb
Various test improvements 2018-06-08 09:37:20 +02:00
Ewout Prangsma
35b3dbe10f
Show enterprise image being used once 2018-06-07 17:09:26 +02:00
Ewout Prangsma
d3e1febfc8
Skip on space-filled-only enterprise image 2018-06-07 13:26:15 +02:00
Ewout Prangsma
1092164703
Added serviceAccountName tests 2018-06-05 11:31:03 +02:00
Ewout Prangsma
15e6c52922
Merge branch 'master' into feature/sync-reconciliation 2018-05-31 09:38:02 +02:00
Ewout Prangsma
5243c5f8b0
Added test to toggle sync on & off 2018-05-29 13:56:36 +02:00
Ewout Prangsma
70e8ec3778
Added sync scaling test 2018-05-29 13:28:23 +02:00
Ewout Prangsma
7d2eff5dc7
Typo 2018-05-29 13:07:19 +02:00
Ewout Prangsma
2573194d87
Added simple cluster+sync test 2018-05-29 13:06:52 +02:00
Jan Christoph Uhde
63835bb608
Merge pull request #97 from arangodb/test/peristent-volumes
add persistent-volume tests
2018-05-29 09:33:49 +02:00
Ewout Prangsma
2184890030
Merge branch 'master' into feature/pod-finalizers 2018-05-15 09:05:35 +02:00
Ewout Prangsma
66d9e57308
Extend deployment ready timeout from 2 to 4min 2018-05-15 09:00:17 +02:00
Ewout Prangsma
cb587c7795
Fixed resilience PVC test wrt finalizers 2018-05-14 14:52:16 +02:00
Ewout Prangsma
1fd532c8b6
Rename ResilientSingle to ActiveFailover 2018-04-11 08:49:40 +02:00
Ewout Prangsma
2b040080ca
Added missing file headers 2018-04-06 11:56:16 +02:00
Ewout Prangsma
d8e270f9cd
Added tests for query cursors on various deployments.
[ci LONG=1] [ci TESTOPTIONS="-test.run ^TestCursor"]
2018-04-06 11:53:17 +02:00
Ewout Prangsma
4ddb01e545
ResilientSingle does not yet exist in 3.2 2018-04-06 11:26:11 +02:00
Ewout Prangsma
c3a7cfb254
Minor fixes 2018-04-06 11:14:38 +02:00
Ewout Prangsma
4d6a4bbf76
Various name changes to align with other tests 2018-04-06 10:58:57 +02:00
Ewout Prangsma
f016b26bbb
Merged in master 2018-04-06 10:44:21 +02:00
Ewout Prangsma
fa7a232115
Merge branch 'master' into cleanup-failed-tests-in-jenkins 2018-04-06 10:43:34 +02:00
Ewout Prangsma
8d6565a6e2
Added environment variable used to cleanup failed tests 2018-04-06 10:40:16 +02:00
Ewout Prangsma
c3b99e6a5e
Added test that removes PV, PVC & Pod or dbserver.
[ci VERBOSE=1] [ci LONG=1] [ci TESTOPTIONS="-test.run ^TestResiliencePVDBServer$"]
2018-04-06 10:14:17 +02:00
Ewout Prangsma
529b997b63
Using assert instead of require where possible 2018-04-05 15:45:09 +02:00
Jan Christoph Uhde
9225509df5 change assert to require in tests 2018-04-05 14:51:47 +02:00
Jan Christoph Uhde
2745ef90b6 Merge remote-tracking branch 'origin/master' into tests/multi-deployment
* origin/master: (43 commits)
  Disabled colorizing logs
  Persistent...
  Only remove namespace in cleanup phase
  Collecting logs in script
  Using panic safe resource watcher
  Ignore errors in `kubelet logs`
  Adding panic-safe ResourceWatcher
  Archive log files
  Prevent panic on duplicate Delete (storage)
  Prevent panic on duplicate Delete
  avoid '
  ArangoDB operator -> ArangoDB Kubernetes Operator
  Follow file name conventions of main docs, move to Tutorials
  Fixed link
  Moved directory structure wrt docs
  Quickly fail when deployment no longer exists
  Renamed all enum values to title case
  Doc file rename
  Fixed build
  Typos
  ...
2018-04-05 13:30:51 +02:00
Jan Christoph Uhde
73a3ff9283 improve comments 2018-04-05 13:29:54 +02:00
Jan Christoph Uhde
f24b0f88c6 WIP: begin writing persistent volume tests 2018-04-05 12:56:55 +02:00
Ewout Prangsma
7a5bf8e26f
Fixed code 2018-04-03 15:41:38 +02:00
Ewout Prangsma
9c52689fb1
Added DBServer test 2018-03-30 13:43:16 +02:00
Ewout Prangsma
bb168d23b1
Merge branch 'master' into check-member-failure 2018-03-30 10:27:50 +02:00
Ewout Prangsma
49ba6079b1
Added helper to prepull arangodb (enterprise) image.
This allows the normal tests to have decent timeouts while prevent a timeout caused by a long during image pull.

[ci LONG=1]
[ci TESTOPTIONS="-test.run ^TestRocksDBEncryptionSingle$"]
2018-03-30 09:58:47 +02:00
Ewout Prangsma
82a655071d
Skip when conditions are not met instead of failing 2018-03-30 08:56:55 +02:00
Jan Christoph Uhde
71e7e61622 add collection creation to test and style changes 2018-03-29 19:17:53 +02:00
Jan Christoph Uhde
f94a65b799 add test containing multiple deployments 2018-03-29 19:17:53 +02:00
Ewout Prangsma
4338b7c9be
Merge branch 'master' into check-member-failure 2018-03-29 16:20:33 +02:00
Ewout Prangsma
70f0fa2459
Extended resilience failure detection to agents.
Added test for agents & coordinators.

[ci LONG=1]
[ci TESTOPTIONS="-test.run ^TestMemberResilience"]
2018-03-29 16:08:16 +02:00
Jan Christoph Uhde
7ad2c22196 rename testfile and make test more unambiguous
[ci LONG=1]
[ci TESTOPTIONS="-test.run ^TestProduction$"]
2018-03-29 13:42:47 +02:00
Ewout Prangsma
a881ea98ee
Set docker image (required in production).
Added validation of spec to ensure that is all good.

[ci LONG=1]
[ci TESTOPTIONS="-test.run ^TestProduction$"]
2018-03-29 10:54:14 +02:00
Jan Christoph Uhde
727f89e370 style changes 2018-03-29 09:32:35 +02:00
Jan Christoph Uhde
49e096c894 do checking if deployment is allowed to come up 2018-03-29 09:32:35 +02:00
Jan Christoph Uhde
f58e0ccfeb set deployment mode to production 2018-03-29 09:32:35 +02:00
Jan Christoph Uhde
34414fc783 fix rocksdb_encryption_test 2018-03-28 11:05:49 +02:00
Jan Christoph Uhde
983a0722b0 fix - /api/version will answer on all servers (not leader only) 2018-03-28 10:36:48 +02:00
Jan Christoph Uhde
256c30a4b9 fixes required after merge 2018-03-28 09:52:10 +02:00
Jan Christoph Uhde
e5905ba88e
Merge pull request #76 from arangodb/tests/upgrade
add upgrade tests
2018-03-28 09:33:28 +02:00