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

Read, Write, Copy, Rename tests [Readonly Filesystem] #1080

Merged

Conversation

Tulsishah
Copy link
Collaborator

@Tulsishah Tulsishah commented Apr 27, 2023

Description

Adding testcase

  1. Read
    • ReadFile, ReadSubDirectoryFile
    • ReadDir is covered in list tests
  2. Open
    • Open File to Write, append or update data
    • Write, Update, and Compose tests are skipped because we need to open the file first.
  3. CopyFile
    • Copy one file to another file
    • Copy one Directory to another dir.
  4. Rename
    • Rename file
    • Rename Directory to another dir.

Link to the issue in case of a bug fix.

Testing details

  1. Manual - All the tests are passing.
  2. Unit tests - N/A
  3. Integration tests - All the inetgration tests are passing from integration tests directory

@Tulsishah Tulsishah changed the title [Don't Review] Read, Write, Copy, Rename tests Read, Write, Copy, Rename tests Apr 27, 2023
@Tulsishah Tulsishah changed the title Read, Write, Copy, Rename tests Read, Write, Copy, Rename tests [Readonly Filesystem] Apr 27, 2023
tools/integration_tests/readonly/readonly_test.go Outdated Show resolved Hide resolved
tools/integration_tests/readonly/rename_object_test.go Outdated Show resolved Hide resolved
tools/integration_tests/readonly/rename_object_test.go Outdated Show resolved Hide resolved
tools/integration_tests/readonly/rename_object_test.go Outdated Show resolved Hide resolved
tools/integration_tests/readonly/rename_object_test.go Outdated Show resolved Hide resolved
tools/integration_tests/readonly/write_test.go Outdated Show resolved Hide resolved
tools/integration_tests/readonly/read_test.go Outdated Show resolved Hide resolved
tools/integration_tests/readonly/read_test.go Outdated Show resolved Hide resolved
@Tulsishah Tulsishah requested a review from sethiay May 3, 2023 05:07
@Tulsishah Tulsishah merged commit affe814 into GoogleCloudPlatform:master May 3, 2023
4 checks passed
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.

None yet

2 participants