| Summary: | Cluster tests fail after switching to entrypoints by path | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ralf Sternberg <rsternberg> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 1.5 | ||
| Target Milestone: | 1.5 M6 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Ralf Sternberg
Temporarily disabled cluster tests in runtime/pom.xml - The cluster test fixture needed to be adapted to the recent entrypoint-by-path changes (bug 365633), GET/POST changes (bug 372296), and protocol changes (bug 371252). - Removed entrypoint caching from EntryPointUtil. Entrypoint registrations must not end up in session store, and the caching was not needed anymore because the results are deterministic, and are not requested very often. - Re-enabled cluster tests. |