-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add IPC tests (umfIpcTest
) to the devdax provider
#845
Merged
ldorau
merged 3 commits into
oneapi-src:main
from
ldorau:Add_IPC_tests_umfIpcTest_to_the_devdax_provider
Nov 4, 2024
Merged
Add IPC tests (umfIpcTest
) to the devdax provider
#845
ldorau
merged 3 commits into
oneapi-src:main
from
ldorau:Add_IPC_tests_umfIpcTest_to_the_devdax_provider
Nov 4, 2024
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
3 tasks
ldorau
force-pushed
the
Add_IPC_tests_umfIpcTest_to_the_devdax_provider
branch
3 times, most recently
from
October 29, 2024 09:03
7ad3d15
to
0685486
Compare
ldorau
force-pushed
the
Add_IPC_tests_umfIpcTest_to_the_devdax_provider
branch
from
October 30, 2024 10:03
135902a
to
1d2b1d5
Compare
See the issue: #846 |
ldorau
force-pushed
the
Add_IPC_tests_umfIpcTest_to_the_devdax_provider
branch
from
October 30, 2024 15:10
1d2b1d5
to
b96b7e3
Compare
3 tasks
ldorau
force-pushed
the
Add_IPC_tests_umfIpcTest_to_the_devdax_provider
branch
2 times, most recently
from
October 31, 2024 14:27
9adda39
to
e0c08bb
Compare
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
ldorau
force-pushed
the
Add_IPC_tests_umfIpcTest_to_the_devdax_provider
branch
from
October 31, 2024 15:15
e0c08bb
to
7816b4a
Compare
ldorau
force-pushed
the
Add_IPC_tests_umfIpcTest_to_the_devdax_provider
branch
from
October 31, 2024 15:42
7816b4a
to
96a335c
Compare
vinser52
requested changes
Oct 31, 2024
ldorau
force-pushed
the
Add_IPC_tests_umfIpcTest_to_the_devdax_provider
branch
from
October 31, 2024 21:26
96a335c
to
79b8d2a
Compare
vinser52
requested changes
Nov 1, 2024
Some memory providers (currently the devdax and the file providers) do not support the free() operation (free() always returns the UMF_RESULT_ERROR_NOT_SUPPORTED error). Add the `free_not_supp` parameter to `ipcTestParams` in ipcFixtures.hpp that says if the provider does not support the free() op to enable running umfIpcTest tests when free() is not supported. Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
ldorau
force-pushed
the
Add_IPC_tests_umfIpcTest_to_the_devdax_provider
branch
7 times, most recently
from
November 4, 2024 08:26
fba7fe9
to
41021ac
Compare
ldorau
force-pushed
the
Add_IPC_tests_umfIpcTest_to_the_devdax_provider
branch
from
November 4, 2024 08:30
41021ac
to
ca20ebb
Compare
4 tasks
vinser52
reviewed
Nov 4, 2024
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
ldorau
force-pushed
the
Add_IPC_tests_umfIpcTest_to_the_devdax_provider
branch
from
November 4, 2024 14:47
ca20ebb
to
486b3e4
Compare
vinser52
approved these changes
Nov 4, 2024
bratpiorka
approved these changes
Nov 4, 2024
7 tasks
I have two questions/comments:
|
ok we can merge this if CI passes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Add IPC tests (
umfIpcTest
) to the devdax provider.Checklist