Cody Jenkins
05/03/2023, 5:13 AMCody Jenkins
05/03/2023, 5:13 AM[04:06:49.444] INFO (1864): pact@11.0.2: Verifying provider
[04:06:49.470] INFO (1864): pact-core@13.13.6: Verifying Pacts.
[04:06:49.473] INFO (1864): pact-core@13.13.6: Verifying Pact Files
2023-05-03T04:06:49.508954Z INFO ThreadId(03) pact_verifier::pact_broker: Fetching path '/' from pact broker
2023-05-03T04:06:50.589353Z INFO ThreadId(03) pact_verifier::pact_broker: Fetching path '/pacts/provider/ShippingServiceHttp/for-verification' from pact broker
2023-05-03T04:06:51.211098Z ERROR ThreadId(03) pact_verifier: Failed to load pact - Could not load pacts from the pact broker '************************'
2023-05-03T04:06:51.211158Z WARN ThreadId(03) pact_matching::metrics:
Please note:
We are tracking events anonymously to gather important usage statistics like Pact version and operating system. To disable tracking, set the 'PACT_DO_NOT_TRACK' environment variable to 'true'.
Failures:
1) Failed to load pact - Could not load pacts from the pact broker '************************'
There were 1 pact failures
[04:06:51.232] ERROR (1864): pact-core@13.13.6: Verification unsuccessful
FAIL src/shared/pact/__test__/ShippingServiceHttp.producer.pact.test.ts (9.121 s)
● Shipping Service HTTP › provides expected responses
Verfication failed
at node_modules/@pact-foundation/pact-core/src/verifier/nativeVerifier.ts:52:20
Cody Jenkins
05/03/2023, 5:15 AMMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Cody Jenkins
05/03/2023, 5:17 AMMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Cody Jenkins
05/03/2023, 5:18 AMCody Jenkins
05/03/2023, 5:19 AM<http://lynk.pactflow.io|lynk.pactflow.io>
Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
DEBUG
you should be able to see the request/response (it might be trace). The response should contain (what I would guess are validation) error messages, that appear to be suppressed.Cody Jenkins
05/03/2023, 5:21 AM2023-05-03T04:24:50.589390Z DEBUG ThreadId(16) pact_verifier::pact_broker: error Response for pacts for verification ContentError("Request to pact broker URL '<https://lynk.pactflow.io/pacts/provider/ShippingServiceEvent/for-verification>' failed - HTTP status client error (400 Bad Request) for url (<https://lynk.pactflow.io/pacts/provider/ShippingServiceEvent/for-verification>)")
Matt (pactflow.io / pact-js / pact-go)
Cody Jenkins
05/03/2023, 5:23 AMMatt (pactflow.io / pact-js / pact-go)
Cody Jenkins
05/03/2023, 5:23 AMMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
{
"providerVersionTags": [],
"includePendingStatus": true,
"consumerVersionSelectors": [
{
"latest": true,
"branch": "master"
}
],
"providerVersionBranch": ""
}
Matt (pactflow.io / pact-js / pact-go)
"errors": {
"providerVersionBranch": [
"when pending or WIP pacts are enabled and there are no tags provided, the provider version branch must not be an empty string, as it is used in the calculations for WIP/pending. A value must be provided (recommended), or it must not be set at all."
]
}
Matt (pactflow.io / pact-js / pact-go)
Cody Jenkins
05/03/2023, 5:45 AMCody Jenkins
05/03/2023, 5:46 AMCody Jenkins
05/03/2023, 5:56 AMMatt (pactflow.io / pact-js / pact-go)
true
)Cody Jenkins
05/03/2023, 5:59 AMMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Cody Jenkins
05/03/2023, 6:00 AMCody Jenkins
05/03/2023, 6:01 AMMatt (pactflow.io / pact-js / pact-go)
Cody Jenkins
05/03/2023, 6:04 AMMatt (pactflow.io / pact-js / pact-go)