Re: [compress] broken test or main for TarFileTest.testDirectoryWithLongNameEndsWithSlash()

2022-05-06 Thread Gary Gregory
Thank you Matt! On Thu, May 5, 2022, 23:52 Matt Juntunen wrote: > Hello, > > I've created a PR with a fix for that test. However, I'm not familiar > enough with the tar format to know if this is all that's needed or if > there is a deeper issue that needs to be addressed. > > Regards, > Matt J

Re: [compress] broken test or main for TarFileTest.testDirectoryWithLongNameEndsWithSlash()

2022-05-05 Thread Matt Juntunen
Hello, I've created a PR with a fix for that test. However, I'm not familiar enough with the tar format to know if this is all that's needed or if there is a deeper issue that needs to be addressed. Regards, Matt J On Thu, May 5, 2022 at 8:41 PM Gary Gregory wrote: > > Hi All, > > I discovered

[compress] broken test or main for TarFileTest.testDirectoryWithLongNameEndsWithSlash()

2022-05-05 Thread Gary Gregory
Hi All, I discovered earlier today that most tests (expect pack200) tests were being skipped when running the Maven test goal. This is likely due to a combination of updating commons-parent from 52 to 53 and porting from JUnit 4 to 5 which was not checked properly. I fixed all that but there