smartdevicelink / sdl_core

SmartDeviceLink In-Vehicle Software and Sample HMI
BSD 3-Clause "New" or "Revised" License
241 stars 245 forks source link

Fix unstable transport manager unit test #3809

Closed AKalinich-Luxoft closed 2 years ago

AKalinich-Luxoft commented 2 years ago

Fixes #3807

This PR is ready for review.

Risk

This PR makes no API changes.

Testing Plan

Covered with unit tests

Summary

Looks like we have to properly shutdown the message queue in the unit test which emulates data sending over the secured websocket session. Otherwise, the unit test might be terminated earlier and data sending will be failed which causes a core crash.

CLA

AKalinich-Luxoft commented 2 years ago

@theresalech this PR is ready for Livio review