-
Notifications
You must be signed in to change notification settings - Fork 756
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
test/integration/goDebug: remote attach test is flaky #1456
Comments
Looks like the flaky issue is in the teardown logic, I'll send a patch to try to mitigate the issue. |
Change https://golang.org/cl/314289 mentions this issue: |
This is a temporary change to unblock the nightly release. Once released, we will revert this change. Updates #1456 Change-Id: If65f595eccc634a52b8dce972944e3202391be8f Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/314289 Trust: Hyang-Ah Hana Kim <hyangah@gmail.com> Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com> Reviewed-by: Suzy Mueller <suzmue@golang.org>
Change https://golang.org/cl/314329 mentions this issue: |
Updates #1456 Change-Id: Idebc1305128b18e5e8c07acce7bb4ead5e83c915 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/314329 Trust: Hyang-Ah Hana Kim <hyangah@gmail.com> Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Suzy Mueller <suzmue@golang.org>
Change https://golang.org/cl/314389 mentions this issue: |
Updates golang#1456 Change-Id: Idebc1305128b18e5e8c07acce7bb4ead5e83c915
The extension maintains two dlv binaries for debugging, a stable version of dlv for the legacy adapater and dlv built from master to be used with dlv dap, which is under active development. For testing we should use the stable version of delve for the legacy, and only use master for dlv-dap. Updates golang#1456 Change-Id: Ie4482aebb4fee1579896702faca207182b4746c3
The extension maintains two dlv binaries for debugging, a stable version of dlv for the legacy adapater and dlv built from master to be used with dlv dap, which is under active development. For testing we should use the stable version of delve for the legacy, and only use master for dlv-dap. Updates #1456 Change-Id: Ie4482aebb4fee1579896702faca207182b4746c3 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/314389 Trust: Suzy Mueller <suzmue@golang.org> Run-TryBot: Suzy Mueller <suzmue@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
The extension maintains two dlv binaries for debugging, a stable version of dlv for the legacy adapater and dlv built from master to be used with dlv dap, which is under active development. For testing we should use the stable version of delve for the legacy, and only use master for dlv-dap. Updates golang#1456 Change-Id: Ie4482aebb4fee1579896702faca207182b4746c3 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/314389 Trust: Suzy Mueller <suzmue@golang.org> Run-TryBot: Suzy Mueller <suzmue@golang.org> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
The remote test is flaky and is blocking releases.
The text was updated successfully, but these errors were encountered: