Postgressuite and ItemsRoute intermittent failures #642
gitplaneta
started this conversation in
General
Replies: 1 comment 1 reply
-
That's not an issue. If you change the generators, you need to adapt the test to work with such constraints. The more general approach would be to have a generator that guarantees unique brand names, if you insist on changing the current basic one. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you change
shop.generators.nonEmptyStringGen
to generate shorter strings, ex. to:PostgresSuite
will more likely fail with unique constraint violations andItemsRuiteSuite:items by brand succeeds
will fail because oftoLowerCase.capitalize
inBrandParam.toDomain
string manipulation.Beta Was this translation helpful? Give feedback.
All reactions