navapbc / template-application-flask

Apache License 2.0
8 stars 4 forks source link

Fix flaky test test_bulk_upsert #229

Closed KevinJBoyer closed 4 months ago

KevinJBoyer commented 4 months ago

Ticket

n/a

Changes

Context for reviewers

Testing

First, (temporarily) add pytest-repeat: poetry add pytest-repeat Then run the test several thousand times: make test args="tests/src/db/test_bulk_ops.py --count 2500" You should observe some failures because a duplicate ID is generated:

Screenshot 2024-06-17 at 8 37 58 AM

Then, re-run after applying the patch:

Screenshot 2024-06-17 at 8 53 47 AM