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

Remove deprecated field from GridFS unified tests #1577

Merged
merged 5 commits into from
Dec 11, 2024

Conversation

joykim1005
Copy link
Contributor

@joykim1005 joykim1005 commented Dec 6, 2024

Ticket

JAVA-5709

Description

Spec tests for the GridFS spec have been updated to no longer include the deprecated md5, contentType, and aliases fields. This PR removes the use of deprecated fields from the GridFS unified tests by syncing the gridfs spec tests to commit 12be2dfab99bdad54c3499174b0519ddb4588332.

Testing

  • local testing - ran UnifiedGridFSTest

@joykim1005 joykim1005 changed the title Java 5709 JAVA-5709: Remove deprecated field from GridFS unified tests Dec 6, 2024
@joykim1005 joykim1005 changed the title JAVA-5709: Remove deprecated field from GridFS unified tests Remove deprecated field from GridFS unified tests Dec 6, 2024
@joykim1005 joykim1005 requested review from a team and stIncMale and removed request for a team December 6, 2024 22:10
@joykim1005 joykim1005 marked this pull request as ready for review December 6, 2024 22:10
"description": "gridfs-delete",
"schemaVersion": "1.0",
"createEntities": [
"description" : "gridfs-delete",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit with the changes that were supposed to be merged to our repository, removed 60 lines from delete.json, yet here we many more lines affected. The issue seem to be caused by the extra spaces before :, which are not supposed to be there, and was likely introduced by auto-formatting you have enabled in the IDE.

The rest of the modified files have the same issue.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I was unaware about the auto-formatting. Will push in the changes with auto-formatting disabled!

@joykim1005 joykim1005 requested a review from stIncMale December 10, 2024 18:42
@joykim1005 joykim1005 merged commit 6bb4005 into mongodb:main Dec 11, 2024
60 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.

2 participants