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

Improve verification of connection manager #3321

Closed
3 tasks done
coot opened this issue Sep 6, 2021 · 2 comments · Fixed by #3309 or #3479
Closed
3 tasks done

Improve verification of connection manager #3321

coot opened this issue Sep 6, 2021 · 2 comments · Fixed by #3309 or #3479
Assignees
Labels
connection-manager Issues / PRs related to connection-manager testing

Comments

@coot
Copy link
Contributor

coot commented Sep 6, 2021

  • We should analyse how to verify trace ConnectionManagerTrace messsages.
    Some of them might not be desirable in the trace output:
    TrUnexpectedlyMissingConnectionState.
  • Verify that we never have let a unidirectional connection reach any of the duplex states: this is done by verification of connection manager state transitions, but we could also verify that whenever we try this a ForbiddenOperation exception is thrown.
  • Verify that connection manager methods never return unexpected value, i.e. UnsupportedState.
@coot coot added connection-manager Issues / PRs related to connection-manager networking testing labels Sep 6, 2021
@coot coot changed the title Improve verification of connection manger Improve verification of connection manager Sep 9, 2021
@coot
Copy link
Contributor Author

coot commented Nov 30, 2021

First to things are done in #3479

This was linked to pull requests Nov 30, 2021
@coot
Copy link
Contributor Author

coot commented Nov 30, 2021

The last one is done in #3309

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
connection-manager Issues / PRs related to connection-manager testing
Projects
None yet
2 participants