Skip to content

nsfrias/pact-go-issue-repro-20220607

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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$ .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages