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

Bug 400754

Summary: Config Admin test failures
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: mamacdon, simon_kaegi
Version: 2.0Flags: simon_kaegi: review+
Target Milestone: 2.0 RC2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2013-02-13 23:17:26 EST
The most recent nightly build shows a test failure in config.js:

http://download.eclipse.org/orion/drops/I201302132230/Chrome-12.0-testResults.html

Possibly related to recent changes in orion/Deferred.
Comment 1 Mark Macdonald CLA 2013-02-14 14:06:54 EST
Problem in testHelpers.js

When a testcase's "tearDown" method was asynchronous, we weren't waiting for it to resolve. This allowed testcases to trample on each other's test variables.