Skip to content
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

database/sql: TestQueryContextWait failures with unexpected nil errors #51208

Closed
bcmills opened this issue Feb 15, 2022 · 1 comment
Closed
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Feb 15, 2022

--- FAIL: TestQueryContextWait (1.09s)
    sql_test.go:431: expected QueryContext to error with context deadline exceeded but returned <nil>
FAIL
FAIL	database/sql	1.825s

greplogs --dashboard -md -l -e 'FAIL: TestQueryContextWait .*(?:\n .*)* but returned \<nil\>'

2022-02-14T23:50:26-1de2344/darwin-amd64-race
2021-04-14T19:32:56-283f9fd/freebsd-arm64-dmgk
2019-10-25T16:59:36-f82956b/plan9-amd64-9front

(Note that darwin/amd64 is a first class port.)

attn @bradfitz @kardianos (per https://dev.golang.org/owners)

@bcmills bcmills added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Feb 15, 2022
@gopherbot
Copy link

Change https://go.dev/cl/385934 mentions this issue: database/sql: make WAIT tests more robust, rely on waiter trigger

@kardianos kardianos self-assigned this Feb 15, 2022
@bcmills bcmills modified the milestones: Backlog, Go1.18 Feb 15, 2022
@golang golang locked and limited conversation to collaborators Jun 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

3 participants