smartdevicelink / sdl_core

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

Sometimes application_manager_test may fail with core crash #3808

Closed dboltovskyi closed 2 years ago

dboltovskyi commented 2 years ago

Bug Report

Sometimes application_manager_test may fail with core crash

Reproduction Steps
  1. Build SDL core with -DBUILD_TESTS=ON and -DENABLE_SECURITY=OFF cmake options
  2. Run application_manager_test with command:
    ./application_manager_test --gtest_filter=PolicyHandlerTest.OnAppPermissionConsentInternal_ExistAppsPreviouslyStored_SUCCESS --gtest_repeat=10000
Expected Behavior

Test passed

Observed Behavior

Test failed and core crash observed

OS & Version Information
Test Case, Sample Code, and / or Example App
Jack-Byrne commented 2 years ago

@dboltovskyi Is Luxoft going to submit a pr for this issue?

dboltovskyi commented 2 years ago

@JackLivio Yes, Luxoft teams is going to submit a fix for this issue.

ShobhitAd commented 2 years ago

Closed via https://github.com/smartdevicelink/sdl_core/pull/3810