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.
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