Skip to content

[WIP] Add complete file system testing tool#2

Draft
Copilot wants to merge 1 commit into
mainfrom
copilot/add-file-system-testing-tool-again
Draft

[WIP] Add complete file system testing tool#2
Copilot wants to merge 1 commit into
mainfrom
copilot/add-file-system-testing-tool-again

Conversation

Copilot AI commented Mar 17, 2026

Copy link
Copy Markdown
Contributor
  • Explore existing repository structure and code
  • Add function/Makefile for building functional tests
  • Add performance/Makefile for building performance tests
  • Add root Makefile to build everything
  • Implement function/ftest1.c — comprehensive POSIX file operation functional tests (read/write/seek/truncate/stat/rename/link/pread/pwrite/fsync/permissions)
  • Implement function/ftest2.c — directory operation functional tests (mkdir/rmdir/opendir/readdir/rename)
  • Implement function/ftest3.c — mmap functional tests (MAP_SHARED/MAP_PRIVATE/msync)
  • Add performance/test_mmap.c — mmap sequential/random read/write performance
  • Add performance/test_latency.c — per-operation latency (IOPS) measurement
  • Update README.md with full documentation for all tests

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Copilot AI requested a review from num73 March 17, 2026 16:40
Copilot stopped work on behalf of num73 due to an error March 17, 2026 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants