Skip to content

Test Output still does not stream #900

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
michaelharperSpectra opened this issue Nov 9, 2020 · 2 comments
Closed

Test Output still does not stream #900

michaelharperSpectra opened this issue Nov 9, 2020 · 2 comments
Assignees
Milestone

Comments

@michaelharperSpectra
Copy link

go version go1.15.2 darwin/amd64
Visual Studio Code 1.51.0
Go extension version 0.18.1

settings.json =
{
"window.zoomLevel": 0,
"go.testTags": "unit regression acceptance allarchitectures",
"go.testTimeout": "24h",
"go.buildTags": "regression unit acceptance allarchitectures",
"terminal.integrated.shell.windows": "C:\Windows\System32\cmd.exe",
"go.testFlags": [
"-v"
],
"go.useLanguageServer": true,
"go.formatTool": "goimports",
"editor.codeActionsOnSave": {"source.organizeImports": true},
}

when pressing the run test button, output is not streamed in realtime to the output window: see issue #316
image

instead output shows Running tool: C:\Go\bin\go.exe test -timeout 24h -tags unit regression acceptance allarchitectures neo_test/test_suites/acceptance/bvt -run ^TestOutput$ -v until test is done and then dumps all information to console.

@michaelharperSpectra
Copy link
Author

@hyangah created new issue here. let me know if more info is needed.

@hyangah hyangah added this to the v0.19.0 milestone Nov 10, 2020
@gopherbot
Copy link
Collaborator

Change https://golang.org/cl/268839 mentions this issue: src/testUtils: fix test streaming output handling

@hyangah hyangah self-assigned this Nov 10, 2020
@golang golang locked and limited conversation to collaborators Nov 19, 2021
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

No branches or pull requests

3 participants