Closed jacobkeeler closed 2 years ago
Similar unit test failing
[ RUN ] RequestControllerTestClass.AddMobileRequest_SetValidData_SUCCESS
/home/user/sdl/CORE/release/sdl_core/src/components/application_manager/test/request_controller/request_controller_test.cc:259: Failure
Actual function call count doesn't match EXPECT_CALL(app_mngr_, IsStopping())...
Expected: to be called once
Actual: never called - unsatisfied and active
pure virtual method called
terminate called without an active exception
Aborted (core dumped)
Might have to apply the TestAsyncWaiter changes to other similar tests
This PR is ready for review.
Risk
This PR makes no API changes.
Testing Plan
Run
request_controller_test
repeatedly (around 100 times), verify that tests never failSummary
Add TestAsyncWaiter to handle asynchronous expectations in
RequestControllerTest.CheckPosibilitytoAdd_ZeroValueLimiters_SUCCESS
Changelog
Bug Fixes
RequestControllerTest.CheckPosibilitytoAdd_ZeroValueLimiters_SUCCESS
CLA