Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 464 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 464 Bytes

Steps to reproduce the problem manually

  1. Install pact-go v2.x.x
go install github.com/pact-foundation/pact-go/v2@2.x.x
  1. Install pact-go as a dev dependency
sudo pact-go -l DEBUG install
  1. Run consumer test
go test -run ^TestConsumerV3$ consumer_test.go
  1. Run provider test at least 5 times consecutively and check whether any test execution hangs.
go test -timeout 30s -run ^TestV3HTTPProvider$ .