[CXX-1520] Resync GridFS tests to add test for legacy GridFS, where no filename was set Created: 23/Feb/18 Updated: 28/Oct/23 Resolved: 18/May/18 |
|
| Status: | Closed |
| Project: | C++ Driver |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 3.3.0-rc0 |
| Type: | Task | Priority: | Minor - P4 |
| Reporter: | Rathi Gnanasekaran | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Comments |
| Comment by Githook User [ 18/May/18 ] |
|
Author: {'username': 'ajdavis', 'name': 'A. Jesse Jiryu Davis', 'email': 'jesse@mongodb.com'}Message: |
| Comment by A. Jesse Jiryu Davis [ 12/Mar/18 ] |
|
Ryan, please make sure that the JSON files in data/gridfs/ are up to date with the specs repo: https://github.com/mongodb/specifications/tree/master/source/gridfs/tests The GridFS Spec requires that all GridFS files are created with filenames, but we added new tests to ensure a driver can read old files that could've been created without filenames. Update and run the tests and see if the C++ Driver's GridFS implementation can handle the new test scenarios. |