-
Bug
-
Resolution: Can't Do
-
Major
-
None
-
4.14
-
+
-
No
-
SDN Sprint 241, SDN Sprint 242
-
2
-
False
-
Description of problem:
After Kuryr -> OVNKubernetes migration, few openshift/conformance/parallel tests failing.
Version-Release number of selected component (if applicable):
Reproduced with both OCP 4.13/4.14 on top of OSP 16.2/17.1
How reproducible:
Five times out of five attempts
Steps to Reproduce:
1.Install OSP 16.2/17.1 2.Install OCP 4.13/4.14 cluster 3.Run Kuryr migration. [0] 4. Run https://github.com/openshift/origin openshift/conformance/parallel tests: ``` ./openshift-tests run openshift/conformance/parallel --provider '{"type":"openstack"}' --file <name-of-input-file> --max-parallel-tests 10 --output-file <name-of-output-file> ``` [0] https://docs.openshift.com/container-platform/4.14/networking/ovn_kubernetes_network_provider/migrate-from-kuryr-sdn.html
Actual results:
Some tests are failing. (~35 failed tests out of 1319)
Expected results:
All tests are passing
Additional info:
- We noticed during the conformance run, that one of the worker nodes swapping between ready and not ready state - Running the failed tests individually, they pass - We can't observe this issue on a regular OVN-K installation (without the migration)