Skip to content

Add routing activation timeout check and client logical address verification#68

Open
1ozZ wants to merge 2 commits intojacobschaer:mainfrom
1ozZ:feat/routing-activation-timeout-header-check
Open

Add routing activation timeout check and client logical address verification#68
1ozZ wants to merge 2 commits intojacobschaer:mainfrom
1ozZ:feat/routing-activation-timeout-header-check

Conversation

@1ozZ
Copy link
Copy Markdown

@1ozZ 1ozZ commented Apr 28, 2026

Add timeout handling and stricter response validation for logical addressing.

1ozZ and others added 2 commits April 28, 2026 14:34
…ication

Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
@jacobschaer
Copy link
Copy Markdown
Owner

The assertion in test_activation_times_out_with_only_mismatched_addresses is flaky. There's two possible exceptions that can be raised.

You could possibly change the assertion to
with pytest.raises(TimeoutError):

Or you could catch the inner TimeoutError and reraise with your desired tiemout

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