Hey there :wave: I’ve been experimenting with usin...
# pactflow
j
Hey there 👋 I’ve been experimenting with using
application-instance
for record-deployment - is there any way for can-i-deploy to specify which instance it’s comparing? E.g.
Copy code
Computer says yes \o/

CONSUMER | C.VERSION  | PROVIDER               | P.VERSION  | SUCCESS? | RESULT#
---------|------------|------------------------|------------|----------|--------
raf-app  | 7b1949c... | refer-a-friend-service | 69cf694... | true     | 1
raf-app  | 79301e0... | refer-a-friend-service | 69cf694... | true     | 2

VERIFICATION RESULTS
--------------------
1. <https://domain.pactflow.io/contracts/bi-directional/provider/refer-a-friend-service/version/69cf6942657ebb4bd91cee0a5bd6f22e4f20f2ee/consumer/raf-app/version/7b1949c72a39376ed66b4f3e9e770c0b62bb81c7/cross-contract-verification-results> (success)
2. <https://domain.pactflow.io/contracts/bi-directional/provider/refer-a-friend-service/version/69cf6942657ebb4bd91cee0a5bd6f22e4f20f2ee/consumer/raf-app/version/79301e0b38db501d7eac88387c9e8ac2bb38f4bd/cross-contract-verification-results> (success)
From this result (and from the Pactflow UI) it’s not clear which result maps to which application-instance (and if one were to have failed, which instance we would be breaking)