ceph / ceph/ceph-csi

Refractor codebase (internal,cmd package only)

Open
#852 18 comments 0 reactions 0 assignees View on GitHub
cleanup keepalive
Dominant language
Go
Stars
1.6k
Forks
617
Avg merge
5d 10h
Merged PRs (30d)
43

Description

currently, it's difficult to write a Unit testing for the current code base, if we move all cephfs and rbd and rados function to a new interface and methods it will allow us to mock the things are helping us to write the unit testing for the current codebase

the functions which can be moved to the different interfaces and to seperate files also example
```
GetOMapValue()
getImageInfo()
createImage()
deleteImage()
etc...
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.