| Summary: | [test] Port the metastore tests | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | Node | Assignee: | 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
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. |