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

refactor(test): move listener tests to quicer_listener_SUITE #210

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

qzhuyan
Copy link
Collaborator

@qzhuyan qzhuyan commented Aug 30, 2023

No description provided.

ok.

tc_open_listener_with_wrong_cert_password(Config) ->
tc_open_listener_inval_reg(Config) ->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Q: isn't this a listener test too?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it should be but it is also testing a negative case when its dep (registration) is unavailable(closed).

Actually, I moved it back here because due to the current limitation in msquic and quicer I could not close the global registration when I have lingering listener and connections which is created/used then forgotten in the suite. This tc must be run before any other test run otherwise it is deadlock.

@qzhuyan qzhuyan merged commit 525ca33 into emqx:main Aug 30, 2023
18 checks passed
@qzhuyan qzhuyan mentioned this pull request Aug 30, 2023
@qzhuyan qzhuyan deleted the dev/william/listener-suite branch September 26, 2023 07: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