Skip to content

TestInterQueryCache_ClientError failing randomly in PR checks #7590

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

Open
sspaink opened this issue May 16, 2025 · 0 comments · May be fixed by #7616
Open

TestInterQueryCache_ClientError failing randomly in PR checks #7590

sspaink opened this issue May 16, 2025 · 0 comments · May be fixed by #7616
Assignees
Labels

Comments

@sspaink
Copy link
Contributor

sspaink commented May 16, 2025

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant