Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 318271 - fix failing tests for 3.5
Summary: fix failing tests for 3.5
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.5   Edit
Assignee: Steffen Pingel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 321066
Blocks:
  Show dependency tree
 
Reported: 2010-06-29 01:38 EDT by Steffen Pingel CLA
Modified: 2011-07-18 15:30 EDT (History)
0 users

See Also:


Attachments
fixes for timing related test cases (14.35 KB, patch)
2010-07-09 16:06 EDT, Steffen Pingel CLA
no flags Details | Diff
mylyn/context/zip (35.38 KB, application/octet-stream)
2010-07-09 16:06 EDT, Steffen Pingel CLA
no flags Details
relax checks (1.45 KB, patch)
2010-07-10 12:47 EDT, Steffen Pingel CLA
no flags Details | Diff
fix for BugzillaRepositoryConnectorTest.testSynchChangedReports() (2.11 KB, patch)
2010-07-22 19:33 EDT, Steffen Pingel CLA
no flags Details | Diff
another timing fix (1.32 KB, text/plain)
2010-07-29 21:51 EDT, Steffen Pingel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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