Related to my previous messages (above), I do have...
# pact-jvm
é
Related to my previous messages (above), I do have a contract between my consumer and provider as seen in the first image but none when I select the
latest version
on the consumer. That could explains
NoPactsFoundException
, but I don't understand how this happens? It was working before and my upgrade to
2.102.1
was a more than a month ago.
Copy code
au.com.dius.pact.provider.junitsupport.loader.NoPactsFoundException: No Pact files were found to verify
b
@Édouard Lopez are you able to share a redacted copy of your database with me so I can debug it? It should always have a latest version!!!
If you can export a dump of your database, import it into a new db, then run this script https://github.com/pact-foundation/pact_broker/blob/master/script/prod/redact-data.sql
You’ll need to identify the id of the problem consumer and provider before you redact it, so I know which data to look for.
It doesn’t seem to affect all consumers, because the one in the test broker is working fine with that selector.
é
I will work with one of our SRE to that goal
👍🏼 1
b
@Édouard Lopez I’m keen to have a look at this. I’ve had a look at Fabio’s issue, but I haven’t been able to reproduce it.