Skip to content

Commit 190d052

Browse files
committed
Enable all IPC tests
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent ff355c2 commit 190d052

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/reusable_dax.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,13 @@ jobs:
106106
UMF_TESTS_FSDAX_PATH_2=${{env.UMF_TESTS_FSDAX_PATH_2}}
107107
ctest -C ${{matrix.build_type}} -V -R "umf-provider_file_memory|umf_example_dram_and_fsdax|umf-ipc_file_prov_fsdax"
108108
109-
# TODO: enable the provider_devdax_memory_ipc test when the IPC tests with the proxy library are fixed
110-
# see the issue: https://github.com/oneapi-src/unified-memory-framework/issues/864
111109
- name: Run the DEVDAX tests with the proxy library
112110
working-directory: ${{env.BUILD_DIR}}
113111
run: >
114112
LD_PRELOAD=./lib/libumf_proxy.so
115113
UMF_TESTS_DEVDAX_PATH="/dev/dax${{env.DEVDAX_NAMESPACE}}"
116114
UMF_TESTS_DEVDAX_SIZE="$(ndctl list --namespace=namespace${{env.DEVDAX_NAMESPACE}} | grep size | cut -d':' -f2 | cut -d',' -f1)"
117-
ctest -C ${{matrix.build_type}} -R devdax -E provider_devdax_memory_ipc -V
115+
ctest -C ${{matrix.build_type}} -R devdax -V
118116
119117
- name: Run the FSDAX tests with the proxy library
120118
working-directory: ${{env.BUILD_DIR}}

0 commit comments

Comments
 (0)