DAOS-18304 ddb: Add unit test to ddb code#17473
DAOS-18304 ddb: Add unit test to ddb code#17473knard38 wants to merge 1 commit intockochhof/fix/master/daos-18304from
Conversation
|
Ticket title is 'Add unit test to ddb go code' |
|
Test stage NLT on EL 8.8 completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-17473/1/testReport/ |
26c3d1c to
be529b5
Compare
|
Test stage Functional Hardware Medium MD on SSD completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-17473/1/execution/node/1354/log |
f70fccc to
e197811
Compare
|
Test stage Functional Hardware Medium Verbs Provider MD on SSD completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-17473/1/execution/node/1364/log |
|
Test stage NLT on EL 8.8 completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-17473/2/testReport/ |
|
Test stage Functional Hardware Medium MD on SSD completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-17473/2/execution/node/1303/log |
|
Test stage Functional Hardware Medium Verbs Provider MD on SSD completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-17473/2/execution/node/1365/log |
09706da to
c7e2793
Compare
e197811 to
5345448
Compare
c7e2793 to
b9af40e
Compare
fce797e to
d87afeb
Compare
Add the following unit tests to the ddb Golang code:
- for the function main.parseOpts.
- for the ls and open ddb commands.
Features: recovery
Signed-off-by: Cedric Koch-Hofer <cedric.koch-hofer@hpe.com>
d87afeb to
dc6a757
Compare
|
Test stage NLT on EL 8.8 completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-17473/6/testReport/ |
|
Test stage Test RPMs on EL 8.6 completed with status FAILURE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net//job/daos-stack/job/daos/view/change-requests/job/PR-17473/6/execution/node/1028/log |
Description
Add the following unit tests to the ddb Golang code:
- for the function main.parseOpts.
- for the ls and open ddb commands.
Steps for the author:
After all prior steps are complete: