DAOS-18645 ddb: fix incompatible linked library#17634
DAOS-18645 ddb: fix incompatible linked library#17634
Conversation
|
Ticket title is 'ddb is linked with incompatible DAOS libraries' |
|
Test stage Functional on EL 8.8 completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-17634/1/execution/node/1070/log |
ddb was linked against the two incompatible libraries libdaos_common.so and libdaos_common_pmem.so. features: recovery Signed-off-by: Cedric Koch-Hofer <cedric.koch-hofer@hpe.com>
9e62b0b to
75bda78
Compare
|
My apologies for the rebase and force push: it was mandatory to fix the corruption of master resulting from the GitHub instabilities. |
Fix reviewers comments: - Fix copyright features: recovery Signed-off-by: Cedric Koch-Hofer <cedric.koch-hofer@hpe.com>
|
Test stage Functional on EL 8.8 completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-17634/5/execution/node/1073/log |
|
Test stage Functional Hardware Medium MD on SSD completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-17634/7/testReport/ |
|
The only functional test failure snapshot_aggregation.py is not related to this PR. It is an
Thus, I have added label @daos-stack/daos-gatekeeper please could you lend this PR. |
The test failure does appear unrelated, but I do not see an existing ticket, nor has it failed in the past week of daily regression runs. Are we sure this PR isn't somehow affecting it? |
I am pretty sure it is unrelated as this PR should only change the C shared library linking of ddb. However, I had some surprise in the past and thus I am going to restart the hardware test Jenkins step and look more in depth of the logs. If needed, I will create a JIRA ticket. |
As expected, the functional test passed the second time (i.e. build 8). Thus this PR can be landed safely from my understanding. Before landing this PR, could you wait that I have finished my investigation and create a ticket. |

Description
ddb was linked against the two incompatible libraries libdaos_common.so and libdaos_common_pmem.so.
Steps for the author:
After all prior steps are complete: