Skip to content

Add retry into the Read Model deletion step of Integration Tests #68

@StuartFerguson

Description

@StuartFerguson

In the method 'RemoveEstateReadModel' add a retry block around the contents of the loop as follows

foreach (Guid estateId in estateIdList)
{
  await Retry.For(() =>
  {
    // Delete the read model
  });
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugBugs and error-prone codetesting

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions