Re: [COLLECTIONS] Test failures on Windows

2017-10-14 Thread Gary Gregory
t lang, text, csv, io, jcs, and pool. > All components successfully built with `mvn clean test` on this environment. > > Cheers > > Bruno > > > > ____ > > From: Gary Gregory > > To: Commons Developers List > > Sent: Saturday, 1

Re: [COLLECTIONS] Test failures on Windows

2017-10-14 Thread Benedikt Ritter
ons Developers List > Sent: Saturday, 14 October 2017 2:09 PM > Subject: Re: [COLLECTIONS] Test failures on Windows > > > > OK, I should have that fixed up in the tests. Please give it a go. > > Gary > > > On Thu, Oct 12, 2017 at 2:23 AM, Pascal Sch

Re: [COLLECTIONS] Test failures on Windows

2017-10-14 Thread Bruno P. Kinoshita
Gregory To: Commons Developers List Sent: Saturday, 14 October 2017 2:09 PM Subject: Re: [COLLECTIONS] Test failures on Windows OK, I should have that fixed up in the tests. Please give it a go. Gary On Thu, Oct 12, 2017 at 2:23 AM, Pascal Schumacher wrote: > With current master on windows

Re: [COLLECTIONS] Test failures on Windows

2017-10-14 Thread Pascal Schumacher
e if there's a better way of doing it. CheersBruno From: Bruno P. Kinoshita To: Commons Developers List Sent: Wednesday, 11 October 2017 12:43 PM Subject: Re: [COLLECTIONS] Test failures on Windows Still investigating. Trying to isolate the problem https://github.com/kinow/commons

Re: [COLLECTIONS] Test failures on Windows

2017-10-13 Thread Gary Gregory
gt; I closed the pull request. >> Thanks to all that helped testing & troubleshooting this interesting >> issue! >> I believe Commons Collections should now be in a state ready for a >> release. >> CheersBruno >>From: Benedikt Ritter >&

Re: [COLLECTIONS] Test failures on Windows

2017-10-12 Thread Bruno P. Kinoshita
Oh, good idea. That way we could test it locally too during the release vote. Bruno From: Gary Gregory To: "brunodepau...@yahoo.com.br" Cc: Commons Developers List Sent: Friday, 13 October 2017 9:39 AM Subject: Re: [COLLECTIONS] Test failures on Windows I was t

Re: [COLLECTIONS] Test failures on Windows

2017-10-12 Thread Gary Gregory
amp; troubleshooting this interesting > >> issue! > >> I believe Commons Collections should now be in a state ready for a > >> release. > >> CheersBruno > >>From: Benedikt Ritter > >> To: Commons Developers List > >> Sent: Thursday, 1

Re: [COLLECTIONS] Test failures on Windows

2017-10-12 Thread Bruno P. Kinoshita
Bruno >>        From: Benedikt Ritter >>  To: Commons Developers List >>  Sent: Thursday, 12 October 2017 7:23 PM >>  Subject: Re: [COLLECTIONS] Test failures on Windows >>    Awesome, let’s merge this! >> >> Am 11.10.2017 um 13:06 schrieb Andreas Kuhtz : >&g

Re: [COLLECTIONS] Test failures on Windows

2017-10-12 Thread Gary Gregory
51e846f4a75d110dd205f23. >> I closed the pull request. >> Thanks to all that helped testing & troubleshooting this interesting >> issue! >> I believe Commons Collections should now be in a state ready for a >> release. >> CheersBruno >> From: Benedik

Re: [COLLECTIONS] Test failures on Windows

2017-10-12 Thread Pascal Schumacher
To: Commons Developers List Sent: Thursday, 12 October 2017 7:23 PM Subject: Re: [COLLECTIONS] Test failures on Windows Awesome, let’s merge this! Am 11.10.2017 um 13:06 schrieb Andreas Kuhtz : Hi, Tested with the changes of your PR multiple times with Win7-64bit and JDK7 and JDK8

Re: [COLLECTIONS] Test failures on Windows

2017-10-11 Thread Bruno P. Kinoshita
ease. CheersBruno From: Benedikt Ritter To: Commons Developers List Sent: Thursday, 12 October 2017 7:23 PM Subject: Re: [COLLECTIONS] Test failures on Windows Awesome, let’s merge this! > Am 11.10.2017 um 13:06 schrieb Andreas Kuhtz : > > Hi, > > Tested with the changes

Re: [COLLECTIONS] Test failures on Windows

2017-10-11 Thread Benedikt Ritter
it too, and >> if others could have a look at the suggested solution in the pull request >> to see if there's a better way of doing it. >> CheersBruno >> From: Bruno P. Kinoshita >> To: Commons Developers List >> Sent: Wednesday, 11 October 2017 12:43 PM

Re: [COLLECTIONS] Test failures on Windows

2017-10-11 Thread Gary Gregory
CheersBruno > > From: Bruno P. Kinoshita > > To: Commons Developers List > > Sent: Wednesday, 11 October 2017 12:43 PM > > Subject: Re: [COLLECTIONS] Test failures on Windows > > > > Still investigating. Trying to isolate the problem > > https://g

Re: [COLLECTIONS] Test failures on Windows

2017-10-11 Thread Andreas Kuhtz
om: Bruno P. Kinoshita > To: Commons Developers List > Sent: Wednesday, 11 October 2017 12:43 PM > Subject: Re: [COLLECTIONS] Test failures on Windows > > Still investigating. Trying to isolate the problem > https://github.com/kinow/commons-collections/tree/COLLECTIONS-661-1 &g

Re: [COLLECTIONS] Test failures on Windows

2017-10-11 Thread Bruno P. Kinoshita
ay of doing it. CheersBruno From: Bruno P. Kinoshita To: Commons Developers List Sent: Wednesday, 11 October 2017 12:43 PM Subject: Re: [COLLECTIONS] Test failures on Windows Still investigating. Trying to isolate the problem https://github.com/kinow/commons-collections/tree/COLLEC

Re: [COLLECTIONS] Test failures on Windows

2017-10-10 Thread Bruno P. Kinoshita
... yesterday enabled findbugs in test to look for any issue in the test classes. Nothing yet. Bruno From: Gary Gregory To: Commons Developers List Sent: Wednesday, 11 October 2017 12:13 PM Subject: Re: [COLLECTIONS] Test failures on Windows Where are we on this one? Gary On Mon

Re: [COLLECTIONS] Test failures on Windows

2017-10-10 Thread Gary Gregory
Where are we on this one? Gary On Mon, Oct 2, 2017 at 3:34 AM, Pascal Schumacher wrote: > Looks like the random failures are not limited to window. The travis build > (ubuntu), just failed with 44 failures, e.g. > > AbstractMultiValuedMapTest$TestMultiValuedMapAsMap>AbstractM > apTest.testMapTo

Re: [COLLECTIONS] Test failures on Windows

2017-10-02 Thread Pascal Schumacher
Looks like the random failures are not limited to window. The travis build (ubuntu), just failed with 44 failures, e.g. AbstractMultiValuedMapTest$TestMultiValuedMapAsMap>AbstractMapTest.testMapToString:745->AbstractMapTest.verify:1947->AbstractMapTest.verifyMap:1958 hashCodes should be the sam

Re: [COLLECTIONS] Test failures on Windows

2017-09-28 Thread Andreas Kuhtz
Hi, 2017-09-27 22:28 GMT+02:00 Bruno P. Kinoshita : > Forgot to mention something important. When I was debugging the hash > tests, they would pretty much always pass. > > But if I ran the tests normally in maven or eclipse they would always fail. > > Debugging adds a small overhead I think, that

Re: [COLLECTIONS] Test failures on Windows

2017-09-27 Thread Bruno P. Kinoshita
Forgot to mention something important. When I was debugging the hash tests, they would pretty much always pass. But if I ran the tests normally in maven or eclipse they would always fail. Debugging adds a small overhead I think, that could be slowing down some part of the code with a concurrency

Re: [COLLECTIONS] Test failures on Windows

2017-09-27 Thread Andreas Kuhtz
Hi, I'm running Win7 and with "mvn clean verify". Checkout master. I got the hash code errors, too. But sometimes the tests pass, the next time they failed with 44 failures (the hash code verification). As I'm not sure if my antivirus kicks in and keep some files in the target dir, I ran "mvn cl

Re: [COLLECTIONS] Test failures on Windows

2017-09-27 Thread Gary Gregory
Using git master and 'mvn clean verify', on Windows 10, with Java 7, I get 44 failures, and I think this is all/mostly hash code problems. With Java 8, all tests pass. With Java 9, I get ONE failure: ListIteratorWrapperTest.testRemove:116 ╗ ServiceConfiguration sun.util.locale If I checkout

Re: [COLLECTIONS] Test failures on Windows

2017-09-25 Thread Bruno P. Kinoshita
I have the environment prepared to debug it but didn't have time for it before going overseas. If anyone has a Win + jvm8 environment, clone the repo and run the HashSetValuedHashMapTest. The failures happen in the inherited tests, from the Abstract... test class. My idea was to copy one of these

[COLLECTIONS] Test failures on Windows

2017-09-25 Thread Benedikt Ritter
Hi, who can help with the test failures on Windows? I’d like to push out the next release soon to get Collections Java 9 ready. I don’t have access to a Windows installation and I don’t feel like debugging inside a VM :o) Regards, Benedikt