fix existing flakiness + cut runtime closes #533 #544
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
high priority
invalid
L
low priority
M
medium priority
needs refinement
optional
question
S
technical improvement
UX Improvement
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: local-it/mitgliederverwaltung#544
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue/mitgliederverwaltung-533"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description of the implemented changes
The changes were:
Fix the existing test-suite flakiness and reduce its runtime: remove blind
Process.sleepwaits, share duplicated fee/cycle fixtures, replace internal-state assertions with behavior assertions, fix a seed-dependent property-generator error, and — the root cause of the intermittent failures — eliminate a concurrent-create_memberPostgreSQL deadlock by making three foreign keys deferrable.What has been changed?
Definition of Done
Code Quality
Accessibility
Testing
Additional Notes
create_memberdeadlock, so the test-only constraint was lifted for one bounded change — the deferrable-FK migration. This deadlock is also a latent production risk under concurrent sign-ups.assert rendered behavior …) is a large diff (~314 lines) because it migrates many:sys.get_stateassertions to rendered-behavior assertions in one file.