Bug 420157 - fix failure in GerritReviewRemoteFactoryTest.testCannotSubmitChange@2.4.4 for e_4_4_m_3_10_x
Summary: fix failure in GerritReviewRemoteFactoryTest.testCannotSubmitChange@2.4.4 for...
Status: RESOLVED INVALID
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: 2.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Tomasz Zarna CLA
QA Contact:
URL: http://ci.mylyn.org/job/mylyn-3.10.x/...
Whiteboard:
Keywords: test
Depends on:
Blocks: 419162
  Show dependency tree
 
Reported: 2013-10-23 06:34 EDT by Tomasz Zarna CLA
Modified: 2013-10-25 11:51 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomasz Zarna CLA 2013-10-23 06:34:57 EDT
Error Message

 Expected: is <false>      got: <true> 

Stacktrace

java.lang.AssertionError: 
Expected: is <false>
     got: <true>

	at org.junit.Assert.assertThat(Assert.java:780)
	at org.junit.Assert.assertThat(Assert.java:738)
	at org.eclipse.mylyn.internal.gerrit.core.remote.TestRemoteObserver.waitForResponse(TestRemoteObserver.java:73)
	at org.eclipse.mylyn.internal.gerrit.core.remote.ReviewHarness.init(ReviewHarness.java:91)
	at org.eclipse.mylyn.internal.gerrit.core.remote.GerritRemoteTest.setUp(GerritRemoteTest.java:38)
	...
Comment 1 Tomasz Zarna CLA 2013-10-23 06:38:21 EDT
My gut feeling tells my it's intermittent failure, otherwise all GerritReviewRemoteFactoryTest tests should fail.
Comment 2 Tomasz Zarna CLA 2013-10-25 11:51:36 EDT
It's gone.