We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
TestInterQueryCache_ClientError is flaky, occasionally requires rerunning the job to get a success.
Example:
The error reported:
2025/05/16 12:29:56 http: TLS handshake error from 127.0.0.1:35800: remote error: tls: bad certificate 2025/05/16 12:29:56 http: TLS handshake error from 127.0.0.1:35806: remote error: tls: bad certificate 2025/05/16 12:29:56 http: TLS handshake error from 127.0.0.1:35820: remote error: tls: bad certificate 2025/05/16 12:29:56 http: TLS handshake error from 127.0.0.1:35826: remote error: tls: bad certificate 2025/05/16 12:29:56 http: TLS handshake error from 127.0.0.1:54114: remote error: tls: bad certificate --- FAIL: TestInterQueryCache_ClientError (0.00s) --- FAIL: TestInterQueryCache_ClientError/no_raised_errors (1.05s) http_test.go:3447: Expected exactly 1 call to HTTP server, got 0 FAIL
The test TestIntraQueryCache_ClientError probably has the same problem because it is identical aside from setting "cache": "true"
TestIntraQueryCache_ClientError
"cache": "true"
The text was updated successfully, but these errors were encountered:
sspaink
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
TestInterQueryCache_ClientError is flaky, occasionally requires rerunning the job to get a success.
Example:
The error reported:
The test
TestIntraQueryCache_ClientError
probably has the same problem because it is identical aside from setting"cache": "true"
The text was updated successfully, but these errors were encountered: