Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B buck
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 201
    • Issues 201
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • buck
  • Issues
  • #1882
Closed
Open
Issue created May 10, 2018 by Administrator@rootContributor

Buck doesn't print out the error messages for failing Go tests

Created by: linzhp

A typical message for failed Go tests looks like this

TESTING //:test-failure
BUILT 19/19 JOBS 0.0s //:test-failure
FAIL    <100ms  0 Passed   0 Skipped   1 Failed   //:test-failure
FAILURE go_test TestAdd2: 

====STANDARD OUT====

====STANDARD ERR====

TESTS FAILED: 1 FAILURE
Failed target: //:test-failure
FAIL //:test-failure

The standard output and error are both empty. This commit can help reproducing the issue

Assignee
Assign to
Time tracking