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 forward to no route targets #12

Merged
merged 2 commits into from
Aug 18, 2023
Merged

Fix forward to no route targets #12

merged 2 commits into from
Aug 18, 2023

Conversation

garw
Copy link
Member

@garw garw commented Aug 17, 2023

Delayed forwards cause another fork rank to be created. However, it might be that the forward target isn't reachable and has no route. In this case, the forward should be dropped and not added as fork rank. This commit fixes this and adds a regression test.

@garw garw force-pushed the fix_forward_to_noroute branch 2 times, most recently from 6280baf to 91dab18 Compare August 17, 2023 12:54
Delayed forwards cause another fork rank to be created.
However, it might be that the forward target isn't
reachable and has no route. In this case, the forward
should be dropped and not added as fork rank. This commit
fixes this and adds a regression test.
Release ywsd version 0.13.0.

Unfortunately, aiopg is incompatible with sqlalchemy 2.
For now, we pin sqlalchemy to version 1.x and attempt
to migrate to native async support of sqlalchemy 2 later.
@garw garw merged commit 0a93426 into master Aug 18, 2023
4 checks passed
@garw garw deleted the fix_forward_to_noroute branch August 18, 2023 17:30
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