Skip to content

Track orphaned consumers #9

@omarahm

Description

@omarahm

From @omarahm on May 21, 2017, 2:18 PM GMT+2

What is the problem?
The current algorithm for fetching consumers is as follows:

  1. Get all promises for the project under test
  2. Loop through all of the registered projects and check if any has one or more expectations from the project under test
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions