Add IPC tests (umfIpcTest) to the devdax provider#845
Merged
ldorau merged 3 commits intooneapi-src:mainfrom Nov 4, 2024
Merged
Add IPC tests (umfIpcTest) to the devdax provider#845ldorau merged 3 commits intooneapi-src:mainfrom
umfIpcTest) to the devdax provider#845ldorau merged 3 commits intooneapi-src:mainfrom
Conversation
3 tasks
7ad3d15 to
0685486
Compare
135902a to
1d2b1d5
Compare
Contributor
Author
|
See the issue: #846 |
1d2b1d5 to
b96b7e3
Compare
3 tasks
9adda39 to
e0c08bb
Compare
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
e0c08bb to
7816b4a
Compare
7816b4a to
96a335c
Compare
vinser52
requested changes
Oct 31, 2024
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>
fba7fe9 to
41021ac
Compare
41021ac to
ca20ebb
Compare
4 tasks
vinser52
reviewed
Nov 4, 2024
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
ca20ebb to
486b3e4
Compare
vinser52
approved these changes
Nov 4, 2024
bratpiorka
approved these changes
Nov 4, 2024
7 tasks
Contributor
I have two questions/comments:
|
Contributor
|
ok we can merge this if CI passes |
This file contains hidden or 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
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