elastic / cloud-on-k8s

Elastic Cloud on Kubernetes
Other
2.58k stars 702 forks source link

Run automated tests with more than one cluster at a time #2897

Open pebrc opened 4 years ago

pebrc commented 4 years ago

We are currently e2e testing typically with only one cluster at a time (exception: remote cluster test). Scale testing has so far been a manual effort (#357 )

While a full blown automated scale test is maybe a lot of work for an unclear return, there is value in testing in automated fashion that ECK can orchestrate more than one cluster at a time. We should therefore:

pebrc commented 4 years ago

Potential duplicate of #1121