-
-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase default randomness for integer generators (#59)
* Increase default MAX_INT random generator I think 10000 is just too low. Wwe have been having flakyness on our tests with UNIQUE constraints on Integer columns because of conflicting values we this generator. * Add dynamic integer ranges from Django's bounds * Formatting * Add more generator ranges for other types of integer fields * Update changelog Co-authored-by: Bernardo Fontes <bernardoxhc@gmail.com>
- Loading branch information
Showing
3 changed files
with
41 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters