siddhi-io / siddhi-operator

Operator allows you to run stream processing logic directly on a Kubernetes cluster
Apache License 2.0
17 stars 12 forks source link

Bump operator version to beta and fix e2e test #95

Closed BuddhiWathsala closed 5 years ago

BuddhiWathsala commented 5 years ago

Purpose

$subject

Goals

To fix the intermittent failure of failover tests.

Approach

The test failure happened due to using the same SiddhiProcess name in each test. So that some K8s artifacts like PVC might delete in the first test and second test waiting for that resource to be created. To resolve that use different names for each SiddhiProcess.

Test environment

minikube version: v1.2.0