Add IPC tests (umfIpcTest) to the devdax provider#845
Merged
ldorau merged 3 commits intoNov 4, 2024
Merged
Conversation
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
Contributor
Author
|
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
marked this pull request as ready for review
October 31, 2024 15:16
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
bratpiorka
marked this pull request as draft
November 4, 2024 16:54
Contributor
I have two questions/comments:
|
bratpiorka
marked this pull request as ready for review
November 4, 2024 17:03
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