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

Bug 402790

Summary: Workspace test failing on Windows
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: NodeAssignee: Project Inbox <orion.server-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2013-03-08 16:55:17 EST
One of the workspace tests seems to be consistently failing on Windows:

>  × 1 of 34 tests failed:
>
>  1) Workspace API workspace get workspace metadata:
>
>  AssertionError: 2 == 1
>      at app.request.put.send.Name (c:\Users\mamacdon\code\orion\client\modules\orionode\test\workspace.js:95:13)
>      at Test.assert (c:\Users\mamacdon\code\orion\client\modules\orionode\node_modules\supertest\lib\test.js:195:3)
>      at Test.end (c:\Users\mamacdon\code\orion\client\modules\orionode\node_modules\supertest\lib\test.js:124:10)
>      at Test.Request.callback (c:\Users\mamacdon\code\orion\client\modules\orionode\node_modules\supertest\node_module\superagent\lib\node\index.js:575:3)
>     ...

The same test passed when run on Mac OS X. Perhaps 2 == 1 only on Windows platforms.
Comment 1 Mark Macdonald CLA 2014-04-14 09:46:12 EDT
Cannot reproduce