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
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
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
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
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
>&
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
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
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
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
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
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
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
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
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
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
... 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
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
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
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
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
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
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
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
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
24 matches
Mail list logo