-
Notifications
You must be signed in to change notification settings - Fork 465
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
Add fake data with Ban users #559
Comments
@AdemHodzic It looks like no fake Banned users are generated. Reported by @BlagovestGerov: "I dropped the Database several times but after generating again fake data I didn’t find fake generated banned users." |
Hmm, well this is quite random so I would guess he was just unlucky lol |
@AdemHodzic I think the issue here is that random values you generate somehow always get constant value (e.g. false) and so we don't really see any fake generated banned users :) You need to run it locally and see if some of the fake records get banned = true... |
@AdemHodzic so as we discover it looks like for at least |
I just found out we are using a different method in generateAll. In this case, we are using a graphql mutation and in other, we are using plain HTTP request |
Basically, randomly make few customers to be banned customers during fake data generation
The text was updated successfully, but these errors were encountered: