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

Adjust the default priority of some test cases #2913

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

crafcat7
Copy link
Contributor

Summary

When the data volume of these test cases is large, if we use FIFO scheduling, it will be blocked for a long time, which will affect the operation of other tasks, such as RPMSG communication, etc., so we slightly lowered its priority [100 -> 90]

  1. change ramtest PRI to 90
  2. change memtester PRI to 90

Impact

Lowered the priority of the test case

Testing

This does not change the actual code, so it will not have any impact.

Summary:
 Avoid blocking other tasks when there is a large amount of data, such
as rpmsg, etc.
 1. change ramtest PRI to 90
 2. change memtester PRI to 90

Signed-off-by: chenrun1 <[email protected]>
@xiaoxiang781216 xiaoxiang781216 merged commit 196be15 into apache:master Dec 23, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants