#35740: test_extended_length_storage fails on bcachefs
--------------------------+------------------------------------------------
Reporter: alyssais | Type: Bug
Status: new | Component: File uploads/storage
Version: 4.2 | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------+------------------------------------------------
This test constructs a file name of the maximum permissible length
reported by the filesystem, then checks that round-tripping it through a
FileField with a max_length of 300. If the filesystem reports a maximum
permissible length longer than 300, this won't work, because the name will
have been truncated by the FileField.
--
Ticket URL: <
https://code.djangoproject.com/ticket/35740>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.