Oksana Sałyk
Oksana Sałyk
https://github.com/pmem/pmdk/actions/runs/8751140687/job/24016131877 - - - This change is [](https://reviewable.io/reviews/pmem/pmdk/6080)
In the docs_test.py file in the get_macros() function, we only search the libpmemobj path: ``` def get_macros(pmdk_path): """ Parses all headers from the libpmemobj library, extracts all macros, and returns...
This change is [](https://reviewable.io/reviews/pmem/pmdk/6082)
**Note**: This example runs properly only on HW. # CLIENT _Perform all steps of Example 7 with changes:_ **parameters**: path to the file being rewritten, drop_connection ``` /* defined log...
This example will show it is possible to make data persistent single-sidedly using RECV buffers carved out from PMEM and following rpma_send() with rpma_flush(). # SERVER ``` prepare memory (recv_mr)...
https://github.com/pmem/pmdk/actions/runs/13050156444/job/36408558891#step:5:6115 
## Environment Information - Platform: ACY ## Please provide a reproduction of the bug: https://github.com/pmem/pmdk/actions/runs/11898534398/job/33155251015#step:4:1093 Tests failed, but were skipped in previous runs. https://github.com/pmem/pmdk/actions/runs/11872226030/job/33085690634#step:4:1121
From this moment on, unit tests can be performed on the specified system version regardless of the stage name. In this case, the tests are run on EL 9.5. Requires:...
Doc-only: true ### Steps for the author: * [x] Commit message follows the [guidelines](https://daosio.atlassian.net/wiki/spaces/DC/pages/11133911069/Commit+Comments). * [ ] Appropriate [Features or Test-tag](https://daosio.atlassian.net/wiki/spaces/DC/pages/10984259629/Test+Tags) pragmas were used. * [ ] Appropriate [Functional Test...