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

Bug 520757

Summary: [test] Port the metastore tests
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: NodeAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 15.0   
Target Milestone: 16.0   
Hardware: PC   
OS: Mac OS X   
Whiteboard:
Bug Depends on:    
Bug Blocks: 520474    

Description Michael Rennie CLA 2017-08-09 09:54:01 EDT
We need to port all of the metastore tests from the Java server
Comment 1 Michael Rennie CLA 2017-09-06 15:38:20 EDT
The bulk of the metastore tests have been migrated with:

https://github.com/eclipse/orion.client/commit/b816c859b897b1d68a8eb25ae3507aea88430275

There I removed two of the previous suites: 

1. the concurrency suite (we don't have the threading / concurrency issue like Java)
2. the separate suite for user / project / workspace classes (we don't have these classes in the node server).

There are a handful of other tests I moved out of the metastore tests and into the workspace and users tests.