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

x/tools/gopls/test: TestDiagnosticClearingOnEdit failures #57873

Closed
gopherbot opened this issue Jan 18, 2023 · 2 comments
Closed

x/tools/gopls/test: TestDiagnosticClearingOnEdit failures #57873

gopherbot opened this issue Jan 18, 2023 · 2 comments
Labels
FrozenDueToAge gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "golang.org/x/tools/gopls/test" && test == "TestDiagnosticClearingOnEdit"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestDiagnosticClearingOnEdit (1.23s)
    --- FAIL: TestDiagnosticClearingOnEdit/default (1.23s)
        env.go:322: waiting on:
            Unmeetable: once "All of:\ncompleted work \"diagnosing opened files\" at least 1 time(s)" is met, must have:
            any diagnostics at the first position matching `a = 1` in "a.go"
            any diagnostics at the first position matching `a = 2` in "b.go"

            err:condition has final verdict Unmeetable

            state:
...
panic: test timed out after 10m0s
running tests:
	TestDiagnosticClearingOnDelete_Issue37049 (0s)
	TestDiagnosticClearingOnDelete_Issue37049/default (0s)

goroutine 4464 [running]:
testing.(*M).startAlarm.func1()
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:2241 +0x34c
created by time.goFunc
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/time/sleep.go:176 +0x58

watchflakes

@gopherbot gopherbot added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository. gopls Issues related to the Go language server, gopls. labels Jan 18, 2023
@gopherbot gopherbot added this to the Unreleased milestone Jan 18, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/tools/gopls/test" && test == "TestDiagnosticClearingOnEdit"
2023-01-18 02:12 aix-ppc64 tools@5bedd861 go@7026a8a1 x/tools/gopls/test.TestDiagnosticClearingOnEdit (log)
--- FAIL: TestDiagnosticClearingOnEdit (1.23s)
    --- FAIL: TestDiagnosticClearingOnEdit/default (1.23s)
        env.go:322: waiting on:
            Unmeetable: once "All of:\ncompleted work \"diagnosing opened files\" at least 1 time(s)" is met, must have:
            any diagnostics at the first position matching `a = 1` in "a.go"
            any diagnostics at the first position matching `a = 2` in "b.go"

            err:condition has final verdict Unmeetable

            state:
...
panic: test timed out after 10m0s
running tests:
	TestDiagnosticClearingOnDelete_Issue37049 (0s)
	TestDiagnosticClearingOnDelete_Issue37049/default (0s)

goroutine 4464 [running]:
testing.(*M).startAlarm.func1()
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/testing/testing.go:2241 +0x34c
created by time.goFunc
	/ramdisk8GB/workdir-host-aix-ppc64-osuosl/go/src/time/sleep.go:176 +0x58

watchflakes

@findleyr
Copy link
Contributor

Dupe of #57900.

@findleyr findleyr closed this as not planned Won't fix, can't repro, duplicate, stale Jan 18, 2023
@golang golang locked and limited conversation to collaborators Jan 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge gopls Issues related to the Go language server, gopls. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
Status: Done
Development

No branches or pull requests

2 participants