Wojciech Tyczynski
d1179f1d67
Tweak limits in scalability tests
2015-10-20 09:09:20 +02:00
Wojciech Tyczynski
a322a601aa
Delete namespace in case of scalability failures
2015-10-14 15:18:39 +02:00
Wojciech Tyczynski
3ae276cc0b
Print latency metrics in too-friendly way.
2015-10-02 11:03:56 +02:00
Wojciech Tyczynski
3ab11970d8
Properly use framework in load test
2015-09-24 12:02:49 +02:00
gmarek
1459a1523f
Add an option to modify timeout for namespace duration in e2e Framework
2015-09-24 10:32:34 +02:00
gmarek
393baa5157
Allow Density to run on non-GCE/GKE provider, rename deleteTestingNS
...
function.
2015-09-21 10:43:45 +02:00
tummychow
78ce5da988
Move util.StringSet into its own package
...
A lot of packages use StringSet, but they don't use anything else from
the util package. Moving StringSet into another package will shrink
their dependency trees significantly.
2015-09-10 12:04:15 -07:00
Piotr Szczesniak
41b8fdcd76
Increased timeout while waiting for namespace deletion
...
Removed waiting for namespace to be deleted in Density and Load e2e tests
2015-08-19 11:17:59 +02:00
Clayton Coleman
dcad51b90e
Deleting a namespace is insufficient to cleanup in e2e
...
Graceful deletion requires more time to terminate namespaces, and not
waiting for namespaces to delete causes scheduling errors
2015-08-18 17:36:00 -04:00
Kris Rousey
ae6c64d9bb
Moving everyone to unversioned client
2015-08-18 10:23:03 -07:00
Prashanth Balasubramanian
83f1212e0b
Confirms daemons restart and do sane things in an e2e test
2015-08-17 20:39:57 -07:00
Mike Danese
8e33cbfa28
rewrite go imports
2015-08-05 17:30:03 -07:00
Piotr Szczesniak
3fb39542d0
Added load test with pods doing real works
2015-07-08 11:01:41 +02:00
Wojciech Tyczynski
d875082203
Increase latency metrics limit in capacity load
2015-07-01 09:23:34 +02:00
Wojciech Tyczynski
c151f6bc1f
Increase timeout for waiting for RC in load test
2015-06-25 12:11:01 +02:00
Wojciech Tyczynski
2a1834f7ed
Reset metrics in tests
2015-06-24 08:04:21 +02:00
Wojciech Tyczynski
47b6e6a84e
Wait for terminating namespaces deletion
2015-06-22 14:53:05 +02:00
Filip Grzadkowski
c48e622cde
Decrease threshold for density (2s) and load test (1s)
2015-06-10 11:23:31 +02:00
Filip Grzadkowski
ea7a615ce6
Refactor load test and reduce the load during the test.
2015-06-09 16:44:23 +02:00
Brian Grant
8c0b1c7db4
Merge pull request #8809 from rrati/performance-gathering-7572
...
Performance gathering 7572
2015-06-03 12:37:17 -07:00
Robert Rati
13b8d947fc
Revert "Revert "Added metrics/debug gathering methods to utils and used them in density ...""
...
This reverts commit 70500a64a7
.
2015-06-03 15:00:27 -04:00
Filip Grzadkowski
2aac5e0f1a
Disable load test from e2e-gce-scalability jenkins job
2015-06-03 20:31:47 +02:00
Filip Grzadkowski
b3deef2f11
Load test: set threshold for latency metrics and add periodic lists
2015-06-03 16:28:47 +02:00
Piotr Szczesniak
5c7795bdd1
Creating RCs in batches not in parallel in Load e2e test
2015-06-03 13:13:55 +02:00
jayunit100
bcc735af19
Revert "Merge pull request #9166 from GoogleCloudPlatform/revert-8504-ginkgo-names"
...
This reverts commit 479e5005f5
, reversing
changes made to 5115f0e6bc
.
2015-06-02 23:23:44 -04:00
Brian Grant
b3550bcacf
Revert "Cleanup ginkgo declarative naming in E2Es"
2015-06-02 20:16:41 -07:00
jayunit100
e6583ef7d7
Cleanup ginkgo declarative naming in E2Es
2015-06-02 17:56:44 -04:00
Piotr Szczesniak
ac82f50afb
Disabled load e2e test for scalability Jenkins job
2015-06-02 16:16:02 +02:00
Piotr Szczesniak
a2116f2bc1
Re-enabled load e2e test for Jenkins scalability suite
...
Also increased next pod startup waiting time from 100s to 200s
to eliminate flakiness by incresing failCount param.
2015-06-02 11:26:42 +02:00
Anastasis Andronidis
9e3a540940
rename resize to scale
2015-05-27 19:08:06 +02:00
Filip Grzadkowski
70500a64a7
Revert "Added metrics/debug gathering methods to utils and used them in density ..."
2015-05-22 13:00:46 -07:00
Robert Rati
7361f751a6
Create a config struct for RunRC and allow polling interval to be
...
configurable. #7572
2015-05-19 13:37:37 -04:00
Robert Rati
a89121cb70
Added metrics/debug gathering methods to utils and used them in density #7572
2015-05-19 10:14:47 -04:00
Piotr Szczesniak
9786f09426
Disabled e2e load test on Jenkins
2015-05-15 15:27:57 +02:00
Piotr Szczesniak
2cee828c91
Added more logging to load e2e test
2015-05-13 16:12:17 +02:00
Piotr Szczesniak
f20fc5644c
Enabled load e2e test for gce-scalability
2015-05-12 15:44:44 +02:00
Piotr Szczesniak
aa116e2033
Implemented first version of load test
...
As for now it creates a bunch of Replication Controllers and play with them
Partially addresses #3139
2015-05-11 16:40:59 +02:00