You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes SDL does not reset timeout for DiagnosticMessage response by receiving 2nd BC.OnResetTimeout' notification
Occurrences: ~0.1%
Reproduction Steps
Default SDL timeout is 10s (defined in .INI by 'DefaultTimeout' parameter)
App is registered
App sends DiagnosticMessage request
SDL transfers this request to HMI
HMI sends 1st 'BC.OnResetTimeout' notification to SDL right after receiving request with 'resetPeriod=15s'
HMI sends 2nd 'BC.OnResetTimeout' notification to SDL after delay of 12s with 'resetPeriod=7s'
HMI doesn't provide a response
Expected Behavior
SDL wait for the response from HMI within 'delay + 2nd resetPeriod' (19s)
respond with GENERIC_ERROR:false to Mobile app once this timeout expires
Observed Behavior
SDL does not reset timeout for DiagnosticMessage response by receiving 2nd BC.OnResetTimeout' notification
respond with GENERIC_ERROR:false to Mobile app once timeout expires (15s) after first request
The text was updated successfully, but these errors were encountered:
VjKlepikov
changed the title
Sometims SDL does not reset timeout for DiagnosticMessage response by receiving 2nd BC.OnResetTimeout' notification
Sometimes SDL does not reset timeout for DiagnosticMessage response by receiving 2nd BC.OnResetTimeout' notification
Mar 30, 2022
Bug Report
Sometimes SDL does not reset timeout for DiagnosticMessage response by receiving 2nd BC.OnResetTimeout' notification
Occurrences: ~0.1%
Reproduction Steps
Expected Behavior
SDL wait for the response from HMI within 'delay + 2nd resetPeriod' (19s)
respond with GENERIC_ERROR:false to Mobile app once this timeout expires
Observed Behavior
SDL does not reset timeout for DiagnosticMessage response by receiving 2nd BC.OnResetTimeout' notification
respond with GENERIC_ERROR:false to Mobile app once timeout expires (15s) after first request
OS & Version Information
Test Case, Sample Code, and / or Example App
./test_scripts/API/Restructuring_OnResetTimeout/005_BC_OnResetTimeout_HMI_sends_notification_twice.lua
Logs
Log.tar.gz
The text was updated successfully, but these errors were encountered: