-
Notifications
You must be signed in to change notification settings - Fork 213
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
File and dir setup methods #840
Conversation
meganliu-msft
commented
Jul 18, 2022
- basic testing in file_share_test.go
return syscall.ENOTSUP | ||
log.Trace("FileShare::CreateDirectory : name %s", name) | ||
|
||
metadata := make(azfile.Metadata) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's leave this out since it's not strictly necessary for functionality
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do other people think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, left a few small comments. We can aim to get the tests done at the end when you've implemented all the core methods.
Co-authored-by: Gauri Prasad <[email protected]>