On 2021-07-10, Henri Biestro wrote: > Side note whilst trying to validate RC1:
> On a Mac that used LDAP, user ids and groups are 'long': > henri.biestro@L-HBIESTRO-1 commons-compress % id > uid=1447288081(henri.biestro) gid=1024222515 Didn't know that. > A lot of tar tests will fail in this (probably rare) situation since > tar entries treat uid/gid need the bigNumberMode != BIGNUMBER_ERROR to > handle these correctly. Are there any tests that actually use the uid/gid of the current user? Compress will no read them by itself, so the only place things could fail was if we used native tar to create an archive. Is there such a test? If so we could try to adapt the test in question. > Should the bigNumberMode depend on the OS/user-id ? For tests, maybe. But I wouldn't recommend doing so in general as the resulting archive may not be readable by certain archivers. IMHO this should always be an explicit user decision. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org