Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 369 Bytes

File metadata and controls

23 lines (17 loc) · 369 Bytes

Pants GO Backend Endless Loop

This repository is a minimal reproduction of a bug I found in the pants build go module.

Steps to reproduce

pants test ::

The execution will hang at the message

Prepare Go Test Binary

Expected behavior

Test should run and finish.

cd src/go/test
go test -v ./...

Executes the test successfully.