-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MQTT auth_SUITE: terminate setup process
Configuring the mock authentication backend blocks and generates an error in the test process when the broker goes down. The error report makes the test fail in some environments. The process where the setup takes place must stay up otherwise the ETS table used will go away. This commit makes sure the broker-side authentication backend setup returns at the end of the test. This way the calling process terminates in a normal way.
- Loading branch information
1 parent
c3dd32f
commit 834bed7
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters