Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 318271

Summary: fix failing tests for 3.5
Product: z_Archived Reporter: Steffen Pingel <steffen.pingel>
Component: MylynAssignee: Steffen Pingel <steffen.pingel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 3.5   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on: 321066    
Bug Blocks:    
Attachments:
Description Flags
fixes for timing related test cases
none
mylyn/context/zip
none
relax checks
none
fix for BugzillaRepositoryConnectorTest.testSynchChangedReports()
none
another timing fix none

Comment 1 Steffen Pingel CLA 2010-06-29 01:39:03 EDT
junit.framework.AssertionFailedError: expected less than 5 < activeTime < 10, got 12
	at org.eclipse.mylyn.monitor.tests.CheckActivityJobTest.testResumeFromSleepTimeoutEventDiscarded(CheckActivityJobTest.java:143)
	
junit.framework.AssertionFailedError: expected:<2> but was:<1>
	at org.eclipse.mylyn.tasks.tests.LinkProviderTest.testTimeout(LinkProviderTest.java:74)
Comment 2 Steffen Pingel CLA 2010-07-06 21:13:25 EDT
junit.framework.AssertionFailedError: expected:<0> but was:<1>
	at org.eclipse.mylyn.commons.tests.net.TimeoutInputStreamTest.testCloseTimeout(TimeoutInputStreamTest.java:91)
	at org.eclipse.mylyn.commons.tests.support.ManagedTestSuite.run(ManagedTestSuite.java:127)
Comment 3 Steffen Pingel CLA 2010-07-09 16:06:15 EDT
Created attachment 173910 [details]
fixes for timing related test cases
Comment 4 Steffen Pingel CLA 2010-07-09 16:06:17 EDT
Created attachment 173911 [details]
mylyn/context/zip
Comment 5 Steffen Pingel CLA 2010-07-10 12:47:28 EDT
Created attachment 173942 [details]
relax checks
Comment 6 Steffen Pingel CLA 2010-07-12 14:31:21 EDT
Initial fixes committed to head and 3_4_x branch.
Comment 7 Steffen Pingel CLA 2010-07-22 19:33:11 EDT
Created attachment 175026 [details]
fix for BugzillaRepositoryConnectorTest.testSynchChangedReports()
Comment 8 Steffen Pingel CLA 2010-07-22 19:33:48 EDT
Committed to head.
Comment 9 Steffen Pingel CLA 2010-07-29 21:51:15 EDT
Created attachment 175535 [details]
another timing fix