Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgressuite and ItemsRoute intermittent failures #641

Closed
gitplaneta opened this issue Aug 27, 2022 · 0 comments
Closed

Postgressuite and ItemsRoute intermittent failures #641

gitplaneta opened this issue Aug 27, 2022 · 0 comments

Comments

@gitplaneta
Copy link

If you change shop.generators.nonEmptyStringGen to generate shorter strings, ex. to:

  val nonEmptyStringGen: Gen[String] =
    Gen
      .chooseNum(1, 40)
      .flatMap { n =>
        Gen.buildableOfN[String, Char](n, Gen.alphaChar)
      }

PostgresSuite will more likely fail with unique constraint violations and ItemsRuiteSuite:items by brand succeeds will fail because of toLowerCase.capitalize in BrandParam.toDomain string manipulation.

Repository owner locked and limited conversation to collaborators Aug 27, 2022
@gvolpe gvolpe converted this issue into discussion #642 Aug 27, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant