You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Robert Burrell Donkin (JIRA)" <se...@james.apache.org> on 2008/07/29 23:57:31 UTC

[jira] Issue Comment Edited: (JAMES-850) RemoteDeliveryTest intermitant failure

    [ https://issues.apache.org/jira/browse/JAMES-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617974#action_12617974 ] 

robertburrelldonkin edited comment on JAMES-850 at 7/29/08 2:57 PM:
----------------------------------------------------------------------

Correction - didn't fail on my single core box running Java6. 

      was (Author: robertburrelldonkin):
    Also failed on my single core box running Java6. Smells like a time related issue.
  
> RemoteDeliveryTest intermitant failure
> --------------------------------------
>
>                 Key: JAMES-850
>                 URL: https://issues.apache.org/jira/browse/JAMES-850
>             Project: James
>          Issue Type: Test
>    Affects Versions: Trunk
>         Environment: GNULinux/Gentoo
> % java -version
> java version "1.5.0_16"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b02)
> Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_16-b02, mixed mode)
> % cat /proc/cpuinfo 
> processor	: 0
> vendor_id	: AuthenticAMD
> cpu family	: 15
> model		: 67
> model name	: AMD Athlon(tm) 64 X2 Dual Core Processor 5600+
> stepping	: 3
> cpu MHz		: 1000.000
> cache size	: 1024 KB
> physical id	: 0
> siblings	: 2
> core id		: 0
> cpu cores	: 2
> fpu		: yes
> fpu_exception	: yes
> cpuid level	: 1
> wp		: yes
> flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy
> bogomips	: 2012.31
> TLB size	: 1024 4K pages
> clflush size	: 64
> cache_alignment	: 64
> address sizes	: 40 bits physical, 48 bits virtual
> power management: ts fid vid ttp tm stc
> processor	: 1
> vendor_id	: AuthenticAMD
> cpu family	: 15
> model		: 67
> model name	: AMD Athlon(tm) 64 X2 Dual Core Processor 5600+
> stepping	: 3
> cpu MHz		: 1000.000
> cache size	: 1024 KB
> physical id	: 0
> siblings	: 2
> core id		: 1
> cpu cores	: 2
> fpu		: yes
> fpu_exception	: yes
> cpuid level	: 1
> wp		: yes
> flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy
> bogomips	: 2012.31
> TLB size	: 1024 4K pages
> clflush size	: 64
> cache_alignment	: 64
> address sizes	: 40 bits physical, 48 bits virtual
> power management: ts fid vid ttp tm stc
>            Reporter: Robert Burrell Donkin
>            Priority: Critical
>         Attachments: TEST-org.apache.james.transport.mailets.RemoteDeliveryTest.txt
>
>
> Open to track information related to intermittent failures of this test

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: [jira] Issue Comment Edited: (JAMES-850) RemoteDeliveryTest intermitant failure

Posted by Robert Burrell Donkin <ro...@gmail.com>.
On Wed, Jul 30, 2008 at 8:51 AM, Stefano Bagnara <ap...@bago.org> wrote:
> Robert Burrell Donkin (JIRA) ha scritto:
>>
>>    [
>> https://issues.apache.org/jira/browse/JAMES-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617974#action_12617974
>> ]
>> robertburrelldonkin edited comment on JAMES-850 at 7/29/08 2:57 PM:
>> ----------------------------------------------------------------------
>>
>> Correction - didn't fail on my single core box running Java6.
>>      was (Author: robertburrelldonkin):
>>    Also failed on my single core box running Java6. Smells like a time
>> related issue.
>
> Yes, it must be a racing issue.
>
> It happens much more often in the last test (the one I commented in past
> because nighlty builds was randomly failing). Nightlies and Hudson never
> failed since that change, but it is good to know that this is also happening
> in simpler tests.
>
> I've tried running multiple times the tests on my machine (core duo 2) now
> and I'm not able to reproduce it. I'll try on another box.
>
> Maybe adding a Thread.dumpStack() on assertion failure can give us more
> hints, WDYT?

+1

- robert

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: [jira] Issue Comment Edited: (JAMES-850) RemoteDeliveryTest intermitant failure

Posted by Stefano Bagnara <ap...@bago.org>.
Robert Burrell Donkin (JIRA) ha scritto:
>     [ https://issues.apache.org/jira/browse/JAMES-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617974#action_12617974 ] 
> 
> robertburrelldonkin edited comment on JAMES-850 at 7/29/08 2:57 PM:
> ----------------------------------------------------------------------
> 
> Correction - didn't fail on my single core box running Java6. 
> 
>       was (Author: robertburrelldonkin):
>     Also failed on my single core box running Java6. Smells like a time related issue.

Yes, it must be a racing issue.

It happens much more often in the last test (the one I commented in past 
because nighlty builds was randomly failing). Nightlies and Hudson never 
failed since that change, but it is good to know that this is also 
happening in simpler tests.

I've tried running multiple times the tests on my machine (core duo 2) 
now and I'm not able to reproduce it. I'll try on another box.

Maybe adding a Thread.dumpStack() on assertion failure can give us more 
hints, WDYT?

Stefano

>> RemoteDeliveryTest intermitant failure
>> --------------------------------------
>>
>>                 Key: JAMES-850
>>                 URL: https://issues.apache.org/jira/browse/JAMES-850
>>             Project: James
>>          Issue Type: Test
>>    Affects Versions: Trunk
>>         Environment: GNULinux/Gentoo
>> % java -version
>> java version "1.5.0_16"
>> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b02)
>> Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_16-b02, mixed mode)
>> % cat /proc/cpuinfo 
>> processor	: 0
>> vendor_id	: AuthenticAMD
>> cpu family	: 15
>> model		: 67
>> model name	: AMD Athlon(tm) 64 X2 Dual Core Processor 5600+
>> stepping	: 3
>> cpu MHz		: 1000.000
>> cache size	: 1024 KB
>> physical id	: 0
>> siblings	: 2
>> core id		: 0
>> cpu cores	: 2
>> fpu		: yes
>> fpu_exception	: yes
>> cpuid level	: 1
>> wp		: yes
>> flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy
>> bogomips	: 2012.31
>> TLB size	: 1024 4K pages
>> clflush size	: 64
>> cache_alignment	: 64
>> address sizes	: 40 bits physical, 48 bits virtual
>> power management: ts fid vid ttp tm stc
>> processor	: 1
>> vendor_id	: AuthenticAMD
>> cpu family	: 15
>> model		: 67
>> model name	: AMD Athlon(tm) 64 X2 Dual Core Processor 5600+
>> stepping	: 3
>> cpu MHz		: 1000.000
>> cache size	: 1024 KB
>> physical id	: 0
>> siblings	: 2
>> core id		: 1
>> cpu cores	: 2
>> fpu		: yes
>> fpu_exception	: yes
>> cpuid level	: 1
>> wp		: yes
>> flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy
>> bogomips	: 2012.31
>> TLB size	: 1024 4K pages
>> clflush size	: 64
>> cache_alignment	: 64
>> address sizes	: 40 bits physical, 48 bits virtual
>> power management: ts fid vid ttp tm stc
>>            Reporter: Robert Burrell Donkin
>>            Priority: Critical
>>         Attachments: TEST-org.apache.james.transport.mailets.RemoteDeliveryTest.txt
>>
>>
>> Open to track information related to intermittent failures of this test
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org