Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[earlgrey_es] Cherry-pick #19741

Merged
merged 1 commit into from
Sep 25, 2023
Merged

Commits on Sep 25, 2023

  1. [flash_ctrl,dv] fix cs reg fail

    All error tests using for loop have potential issue with
    alert agent random response delay.
    The issue is while current alert thread waiting for hand shake to finish,
    another alert comes in or set_exp_alert is called.
    This will start the next alert thread and overlaped with previous alert thread.
    Using fast_rcvr knob can reduce the chance but not a complete solution.
    As this failure, sometimes it is required to explicit guard time before two back to back
    alert monitoring thread.
    
    Signed-off-by: Jaedon Kim <[email protected]>
    jdonjdon committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    b8a280f View commit details
    Browse the repository at this point in the history