Closed vishnuchalla closed 2 years ago
Airflow task marked that test as completed because of false positive status of the benchmark resource. Client pods gets completed even on 100% packet loss and hence benchmark gets completed successfully as well. Need to fix that in the uperf wrapper script.
Airflow task marked that test as completed because of false positive status
Can you elaborate here? In Airflow, is it just ignoring the status code?
Client pods gets completed even on 100% packet loss and hence benchmark gets completed successfully as well.
😨
Can you elaborate here? In Airflow, is it just ignoring the status code?
It is not an Airflow problem, we observed the same behavior even without it.
It's because the benchmark wrapper not failing it in this case(screenshot), instead client pod goes to completed state and benchmark resource as well.
Describe the bug
To Reproduce Steps to reproduce the behavior:
Expected behavior Client and Server must be communicating on the same port numbers in order for the workload to execute.
Screenshots
For multiple pairs without a service use case.
For multiple pairs with a service use case.