-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Network perf tests run on the Nutanix Cloud errors out after waiting for some time; Need to also address the literal failure as failed. #449
Comments
This link seems to be a internal only link. The output leads me to think there is connectivity issues? |
From the internal only link you provided.... can you determine why the clients went into error state for the 4p test? |
Seems like there might be a race condition? |
I will rerun and provide more info; taking the link from here. |
Im not sure if this error is a consequence of #444 or otherwise the error has been present for a while and cloud-bulldozer/benchmark-operator#782 raised it up. Im still trying to determine the cause of this issue, in my case happened in the first sample of the scenario BTW @SachinNinganure , what do you mean with that the benchmark claiming success when this error happen, I did run a pod2pod benchmark, that failed in a similar way, here the benchmark was marked as Failed and exit code of the script was 1.
Can you verify that, please? |
There's a similar issue created some time ago #247 |
@rsevilla87 ; In few tests I ran, even though the test got failed the pipeline did not mark the failure. from your comments I am slightly unsure if that happens every-time. I will trigger some runs to get the failure and see if pipeline reports failure. |
1>a network perf test for Nutanix cloud and ended up with below error;
08-01 23:27:55.713 [pod/uperf-client-10.131.0.33-23c6c6c9-jvqkk/benchmark] 2022-08-01T17:57:45Z - CRITICAL - MainProcess - process: After 3 attempts, unable to run command: ['uperf', '-v', '-a', '-R', '-i', '1', '-m', '/tmp/uperf-test/uperf-rr-udp-16384-16384-1', '-P', '30300']
08-01 23:27:55.713 [pod/uperf-client-10.131.0.33-23c6c6c9-jvqkk/benchmark] 2022-08-01T17:57:45Z - CRITICAL - MainProcess - uperf: Uperf failed to run! Got results: ProcessSample(expected_rc=0, success=False, attempts=3, timeout=None, failed=[ProcessRun(rc=1, stdout='Error getting SSL CTX:1\nAllocating shared memory of size 156624 bytes\nCompleted handshake phase 1\nStarting handshake phase 2\nHandshake phase 2 with 10.131.0.33\n Done preprocessing accepts\n Sent handshake header\n Sending workorder\n
The network perf test is claiming to be success while it has actually failed. same above test outputs success while it has failed.
The text was updated successfully, but these errors were encountered: