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

Conversation

jdonjdon
Copy link
Contributor

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 jdonjdon requested a review from a team as a code owner September 25, 2023 12:46
@jdonjdon jdonjdon requested review from hcallahan-lowrisc and eshapira and removed request for a team and hcallahan-lowrisc September 25, 2023 12:46
@jdonjdon jdonjdon merged commit 94c9e37 into lowRISC:earlgrey_es Sep 25, 2023
23 checks passed
@jdonjdon jdonjdon deleted the earlgrey_es branch October 12, 2023 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants