Srikanth Vemuri
05/18/2023, 12:23 PM--filter-state
to allow 5 out of 6 interactions in a contract to be verified.
When I run the contract verification, I see only required 5 interactions are running, but he PactFlow website, shows all the 6 interactions with green check mark.
I expect the 6th interaction to be untouched since the verification is not ran against it.
Can someone explain this behavior?
Thanks.
cc: @Adam CoxTimothy Jones
05/18/2023, 1:17 PMTimothy Jones
05/18/2023, 1:17 PMSrikanth Vemuri
05/19/2023, 12:33 PM--filter-state
for set 1 and the same thing for set 2.
Why does the pactflow makes all interactions green check mark, if I run only set 1 interactions?
Is that by design or a bug in pactflow?
@Timothy Jones: Thanks for your response, I don’t see any relation mentioned anywhere in docs on --filter-state
and publish
. We should be able to publish partial interaction in a contract.Sergio Riveros
05/19/2023, 3:56 PMRob Turner
05/22/2023, 3:57 PMmake
file that references pactfoundation/pact-cli
. But this does not exist in the repo so it fails. can't see any sign of this folder anyway. Anyone know what the deal is?Ivan Mikhalka
05/23/2023, 11:11 AMLori Maurais
05/23/2023, 4:21 PMJonatan Jaworski
05/24/2023, 3:55 AMRavi L
05/24/2023, 9:57 AMTatiana
05/24/2023, 1:13 PMGiulio Giovannini
05/25/2023, 8:51 AM/mybaseurl/resource
while the provider Open API Spec yaml starts with a servers parameter like:
servers:
- url: /mybaseurl
and then defines the resource as:
/resource
post:
...
Pactflow can not match the paths as it disregards the servers parameter. The open Api Spec is autogenerated by Springboot so I can not change it that much.
Is there a workaround for this?MiKey
05/25/2023, 4:06 PMTatiana
05/30/2023, 6:39 PMmain
tag to PactFlow only when changes were introduced to the app
directory. Also, I assign a contract version as a commit id.
However, I encountered a situation when main
tag is unassigned from the contract. Contract has no tag and a new contract wasn’t published.
It happens when changes are made NOT in the app
directory, changes merged to a main branch, and in the end main
tag is unassigned from the contract somehow. I am confused here, why the contract loses the tag if another contract wasn’t published, we didn’t run contract publishing job.
Did you encounter such situation? Do you have any ideas why it may happen?Alex
05/31/2023, 7:49 AMNada Bukinac
05/31/2023, 10:42 AMThomas
05/31/2023, 12:20 PMPactFlow Version: 0dde05985
, which fixes are included there?
Does it already include https://github.com/pactflow/swagger-mock-validator/pull/18 ?Matt (pactflow.io / pact-js / pact-go)
Eli Thorkelson
05/31/2023, 6:16 PMViewer
to Viewer, CI/CD
. I tried to generate a read/write API token for testing, but the Api Tokens page only shows me information about a Read only token. Anyone know how I should proceed?Rob Turner
06/01/2023, 1:18 PM[ApiExplorerSettings(IgnoreApi = true)]
or the like?Thomas
06/01/2023, 3:09 PMSomething went wrong. This error has been sent to the PactFlow team and will be investigated ASAP.
TypeError: n is undefined
Tiago Andre Ranghetti
06/01/2023, 6:49 PMJegadeesan Ponnusamy
06/02/2023, 4:33 PMSugi S
06/05/2023, 4:22 PMoneOf
in the schema...Using BDCT workflow and we have oneOf
keyword in the schema and I had followed the instructions here : https://docs.pactflow.io/docs/bi-directional-contract-testing/contracts/oas/keyword-support/ and dereferencing and inlining $refs using swagger-cli
before publishing to pact broker...When I set the additionalProperties:false
to the oneOf refs
as mentioned here: https://github.com/pactflow/bdct-oas-examples/blob/main/examples/oneOf/oneOf.oas.yml#LL44C7-L44C34 the contract is failing....
We also use these oneOf refs in the include param...Wondering if that could be the issue..any suggestions?Noor Hashem
06/07/2023, 1:52 PMTimothy Jones
06/09/2023, 7:22 AMSugi S
06/09/2023, 3:32 PMcan-i-deploy
Recently seeing an issue where the contract comparison takes longer and the build fails....Suggested fix :https://docs.pactflow.io/docs/bi-directional-contract-testing/deploying#polling was to use retries and wait time.....Wondering if these params are available via current github actions https://github.com/pactflow/actions/blob/main/can-i-deploy/canideployTo.shSteven
06/13/2023, 6:27 AMRajat Chouhan
06/13/2023, 10:20 AMoneOf
in the schema...Using BDCT workflow and we have oneOf
keyword in the schema and I had followed the instructions here : https://docs.pactflow.io/docs/bi-directional-contract-testing/contracts/oas/keyword-support/ and we did dereferencing and inlining $refs with keyword oneOf
pact results are red and without oneOf
pact results are green.
Can we use oneOf
keyword in schema to make pact green? Any suggestions?
Please refer to the attached observations.Jegadeesan Ponnusamy
06/13/2023, 3:53 PM