Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 344549 - LifeCycleServiceHandler_Test#testRequestSynchronization fails on build server
Summary: LifeCycleServiceHandler_Test#testRequestSynchronization fails on build server
Status: RESOLVED FIXED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.4   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 1.4 RC1   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-03 06:13 EDT by Ralf Sternberg CLA
Modified: 2011-05-03 08:58 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 Ralf Sternberg CLA 2011-05-03 06:13:59 EDT
This test fails only on the build server:

expected:<enter|e[xit|enter|exit|enter|exit|enter|exit|enter|exit|enter|exit|enter|exit|enter|exit|enter|exit|enter]|exit|> but was:<enter|e[nter|enter|enter|enter|enter|enter|enter|enter|enter|exit|exit|exit|exit|exit|exit|exit|exit|exit]|exit|>

expected:<enter|e[xit|enter]|exit|enter|exit|ent...> but was:<enter|e[nter|exit]|exit|enter|exit|ent...>
Comment 1 Ralf Sternberg CLA 2011-05-03 08:58:22 EDT
Fixed this test by initializing the session once before the test threads are started.

Opened bug 344564 that suggests a refactoring to make this more obvious.