-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
tests: smp: cancel CONFIG_MP_NUM_CPUS limit of some testcases #33547
Merged
nashif
merged 2 commits into
zephyrproject-rtos:master
from
enjiamai:remove_some_limit_cpu_nums
Apr 27, 2021
Merged
tests: smp: cancel CONFIG_MP_NUM_CPUS limit of some testcases #33547
nashif
merged 2 commits into
zephyrproject-rtos:master
from
enjiamai:remove_some_limit_cpu_nums
Apr 27, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
area: Kernel
area: Tests
Issues related to a particular existing or missing test
labels
Mar 22, 2021
LeiW000
approved these changes
Mar 22, 2021
enjiamai
force-pushed
the
remove_some_limit_cpu_nums
branch
from
March 22, 2021 10:51
101f837
to
fac5e8f
Compare
enjiamai
force-pushed
the
remove_some_limit_cpu_nums
branch
from
March 24, 2021 14:13
fac5e8f
to
efc0f28
Compare
dcpleung
reviewed
Mar 24, 2021
enjiamai
force-pushed
the
remove_some_limit_cpu_nums
branch
from
March 27, 2021 14:42
efc0f28
to
6bc7633
Compare
andyross
reviewed
Mar 28, 2021
enjiamai
force-pushed
the
remove_some_limit_cpu_nums
branch
from
March 28, 2021 18:06
6bc7633
to
ae169e8
Compare
enjiamai
force-pushed
the
remove_some_limit_cpu_nums
branch
2 times, most recently
from
April 25, 2021 07:51
6fccbc1
to
a49f227
Compare
Try to remove CONFIG_MP_NUM_CPUS=1 configuration for the test of condvar, sysmutex and semaphore, in order to test SMP condition more. Signed-off-by: Enjia Mai <enjiax.mai@intel.com>
enjiamai
force-pushed
the
remove_some_limit_cpu_nums
branch
from
April 25, 2021 08:01
a49f227
to
e28bbef
Compare
enjiamai
force-pushed
the
remove_some_limit_cpu_nums
branch
from
April 25, 2021 12:13
e28bbef
to
57e05a3
Compare
Make some change on two codvar test cases to fit testing under SMP, and shorter the test cases execution time. Fixes zephyrproject-rtos#33558. Signed-off-by: Enjia Mai <enjiax.mai@intel.com>
enjiamai
force-pushed
the
remove_some_limit_cpu_nums
branch
from
April 25, 2021 12:17
57e05a3
to
9340965
Compare
LeiW000
approved these changes
Apr 26, 2021
andyross
approved these changes
Apr 27, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR includes 2 commits:
The first commit try to remove CONFIG_MP_NUM_CPUS=1 configuration for the test of condvar,
sysmutex and semaphore, in order to test SMP condition more.
The second commit makes some changes on codvar test cases to fit SMP.
Fixes qemu_cortex_a53_smp and qemu_x86_64 failed in tests/kernel/condvar/condvar while enabling for SMP #33558.
Signed-off-by: Enjia Mai enjiax.mai@intel.com