apache / solr-operator

Official Kubernetes operator for Apache Solr
https://solr.apache.org/operator
Apache License 2.0
246 stars 111 forks source link

Use DeferCleanup() and a sharedZK in e2e tests #562

Closed HoustonPutman closed 1 year ago

HoustonPutman commented 1 year ago

When we increase the number of e2e tests, this will make them much faster, since each test won't need to wait a minute for Zookeeper to come up and Solr to become healthy.

We do need to include a new test that tests the provided Zookeeper cluster.