Skip to content
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

Fix: testclient can break with force_rollback on (especially drop_all) #42

Merged
merged 8 commits into from
Aug 18, 2024

Conversation

devkral
Copy link
Contributor

@devkral devkral commented Aug 16, 2024

currently testclient can break with force_rollback on. Fix this by reordering the disconnect hook after the connection cleanup and the connect_hook before the global connection setup.

Sideeffect: testclient tests speed up.

Found during tests with edgy.

currently testclient can break with force_rollback on. Fix this by
reordering the disconnect hook after the connection cleanup.
Sideeffect: testclient tests speed up
tarsil
tarsil previously approved these changes Aug 17, 2024
tarsil
tarsil previously approved these changes Aug 17, 2024
@devkral devkral merged commit d11e2e6 into main Aug 18, 2024
10 checks passed
@devkral devkral deleted the devkral/fixes/disconnect_order branch August 18, 2024 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants