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

Tracking issue: refactor versioning tests after the write operation is updated to return the version ID #5139

Open
meteorgan opened this issue Sep 23, 2024 · 2 comments

Comments

@meteorgan
Copy link
Contributor

Currently, the write operation does not return any metadata. As a result, in PR #5132, all versioning tests utilize the stat operation to retrieve the current object versions.
Once the write operation is update to return the version ID, we can eliminate the need for these additional stat operations.

@Xuanwo
Copy link
Member

Xuanwo commented Sep 23, 2024

Hi, I think this issue is part of a bigger scope that returning metadata after writing. This will require a major refactor of our write-related public API.

@meteorgan
Copy link
Contributor Author

Hi, I think this issue is part of a bigger scope that returning metadata after writing. This will require a major refactor of our write-related public API.

Yes. as I mentioned in: #2611 (comment). I'll submit a RFC for this. This issue serves as a reminder to refactor the code in #5132.

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

No branches or pull requests

2 participants