Skip to content

Recover error connection#521

Draft
congwang09 wants to merge 4 commits intomainfrom
recover-error-connection
Draft

Recover error connection#521
congwang09 wants to merge 4 commits intomainfrom
recover-error-connection

Conversation

@congwang09
Copy link
Copy Markdown
Contributor

Resolves: #355

If new domain joins, or domain status becomes "UP" again, sdx controller will go through all archived error connections, attempt to recover these connections.

@coveralls
Copy link
Copy Markdown

coveralls commented Mar 26, 2026

Pull Request Test Coverage Report for Build 23599494738

Details

  • 5 of 81 (6.17%) changed or added relevant lines in 2 files are covered.
  • 5 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-1.5%) to 52.283%

Changes Missing Coverage Covered Lines Changed/Added Lines %
sdx_controller/handlers/lc_message_handler.py 0 20 0.0%
sdx_controller/handlers/connection_handler.py 5 61 8.2%
Files with Coverage Reduction New Missed Lines %
sdx_controller/handlers/connection_handler.py 2 58.35%
sdx_controller/handlers/lc_message_handler.py 3 13.86%
Totals Coverage Status
Change from base Build 23507366660: -1.5%
Covered Lines: 1271
Relevant Lines: 2431

💛 - Coveralls

@congwang09 congwang09 marked this pull request as draft March 26, 2026 15:16
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.

When link fails, mark connection status as down, and recover connection when link is up

2 participants