-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAOS-10028 client: Add Go bindings for libdaos (Container) #15721
base: master
Are you sure you want to change the base?
Conversation
Ticket title is 'Update golang binding for the DAOS API' |
fbf2fa8
to
496164c
Compare
496164c
to
276eeb6
Compare
Test stage NLT on EL 8.8 completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-15721/3/display/redirect |
355b86d
to
ffd575f
Compare
Test stage NLT on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-15721/6/testReport/ |
Start the work of converting the raw cgo in the daos tool into proper Go bindings for libdaos. This patch covers pool functionality and adds some new infrastructure common to both pools and containers. Features: daos_cmd Required-githooks: true Signed-off-by: Michael MacDonald <[email protected]>
ffd575f
to
13253ff
Compare
Test stage NLT on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-15721/8/testReport/ |
13253ff
to
f1853c2
Compare
Test stage Unit Test on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-15721/9/testReport/ |
Test stage NLT on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-15721/9/testReport/ |
f1853c2
to
02887d3
Compare
Test stage Unit Test on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-15721/10/testReport/ |
Test stage NLT on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-15721/10/testReport/ |
6b84c8d
to
9ce2bb3
Compare
Test stage NLT on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-15721/12/testReport/ |
9ce2bb3
to
6304633
Compare
Test stage NLT on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-15721/13/testReport/ |
6304633
to
79ccc4e
Compare
Continue the work of converting the raw cgo in the daos tool into proper Go bindings for libdaos. This patch covers most container functionality. NB: Container create and properties will be addressed in follow-on patches. Features: daos_cmd
79ccc4e
to
405395d
Compare
Continue the work of converting the raw cgo in the daos
tool into proper Go bindings for libdaos. This patch
covers most container functionality. NB: Container create
and properties will be addressed in follow-on patches.