Skip to content
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

Merged
merged 6 commits into from
Jul 20, 2022
Merged

Conversation

meganliu-msft
Copy link
Collaborator

  • basic testing in file_share_test.go

return syscall.ENOTSUP
log.Trace("FileShare::CreateDirectory : name %s", name)

metadata := make(azfile.Metadata)
Copy link
Member

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

Copy link
Member

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?

Copy link
Member

@gapra-msft gapra-msft left a 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.

@meganliu-msft meganliu-msft merged commit 1dd942d into filesFuseMain Jul 20, 2022
@meganliu-msft meganliu-msft deleted the fileAndDirSetupMethods branch July 20, 2022 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants