-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
From @omarahm on May 21, 2017, 2:18 PM GMT+2
What is the problem?
The current algorithm for fetching consumers is as follows:
- Get all promises for the project under test
- Loop through all of the registered projects and check if any has one or more expectations from the project under test
- Match promises to expectations
If the project under test decides to drop one of the promises, because of the steps mentioned above, the current validation will be green although we have "orphaned consumers".
What is required?
Tweak the current logic to cover the above mentioned scenario.