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

[Subtask] Implement an in-memory file system for testing and validating the FUSE framework. #5886

Closed
10 tasks done
Tracked by #5504
diqiu50 opened this issue Dec 17, 2024 · 0 comments
Closed
10 tasks done
Tracked by #5504
Assignees
Labels
subtask Subtasks of umbrella issue

Comments

@diqiu50
Copy link
Contributor

diqiu50 commented Dec 17, 2024

Describe the subtask

Implement an in-memory filesystem for testing and validating the FUSE framework. You need to implement the PathFilesystem trait and support basic file and directory operations:

  • create file
  • delete file
  • open file
  • read file
  • write file
  • stat file
  • create dir
  • delete dir
  • read dir
  • stat dir

Parent issue

#5504

@diqiu50 diqiu50 added the subtask Subtasks of umbrella issue label Dec 17, 2024
@diqiu50 diqiu50 self-assigned this Dec 17, 2024
FANNG1 pushed a commit that referenced this issue Dec 25, 2024
### What changes were proposed in this pull request?

Implement an in-memory filesystem for testing and validating the FUSE
framework. You need to implement the PathFilesystem trait and support
basic file and directory operations:

### Why are the changes needed?

Fix: #5886

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

IT
@diqiu50 diqiu50 closed this as completed Dec 26, 2024
diqiu50 added a commit to diqiu50/gravitino that referenced this issue Jan 3, 2025
…pache#5915)

### What changes were proposed in this pull request?

Implement an in-memory filesystem for testing and validating the FUSE
framework. You need to implement the PathFilesystem trait and support
basic file and directory operations:

### Why are the changes needed?

Fix: apache#5886

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

IT
diqiu50 added a commit to diqiu50/gravitino that referenced this issue Jan 3, 2025
…pache#5915)

### What changes were proposed in this pull request?

Implement an in-memory filesystem for testing and validating the FUSE
framework. You need to implement the PathFilesystem trait and support
basic file and directory operations:

### Why are the changes needed?

Fix: apache#5886

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

IT
jerryshao pushed a commit that referenced this issue Jan 3, 2025
### What changes were proposed in this pull request?

Implement an in-memory filesystem for testing and validating the FUSE
framework. You need to implement the PathFilesystem trait and support
basic file and directory operations:

### Why are the changes needed?

Fix: #5886

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

IT
Abyss-lord pushed a commit to Abyss-lord/gravitino that referenced this issue Jan 4, 2025
…pache#5915)

### What changes were proposed in this pull request?

Implement an in-memory filesystem for testing and validating the FUSE
framework. You need to implement the PathFilesystem trait and support
basic file and directory operations:

### Why are the changes needed?

Fix: apache#5886

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

IT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
subtask Subtasks of umbrella issue
Projects
None yet
Development

No branches or pull requests

1 participant