Stateful test failure using randomly seed 1697538841 looks like a faker issue #17734
Labels
developer experience
Anything that improves the experience for Warehouse devs
testing
Test infrastructure and individual tests
Describe the bug
When running warehouse tests, this randomly seed fails (seed is from #15398 ):
with the two errors
where
<paginate.Page: Page 1/1>
isI looks like this is an instance of FactoryBoy/factory_boy#820 where the same value is produced more than once.
Others have fixed this by not using faker and generating strings with incrementing numbers instead, e.g.
The tests seem to pass with the above change.
Expected behavior
The tests should pass.
To Reproduce
See above.
My Platform
main
branch at 6fefaa1The text was updated successfully, but these errors were encountered: