Bug 751252
Summary: | 0.16.0 Release Tracker | ||||||
---|---|---|---|---|---|---|---|
Product: | [Community] PressGang CCMS | Reporter: | Lee Newson <lnewson> | ||||
Component: | CSProcessor | Assignee: | Lee Newson <lnewson> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 1.x | CC: | jwulf | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2012-02-22 03:07:17 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | 748168, 751251 | ||||||
Bug Blocks: | 751253 | ||||||
Attachments: |
|
Description
Lee Newson
2011-11-04 03:42:27 UTC
URL: http://turkinator.eng.bne.redhat.com/csprocessor-builds/csprocessor-build16.war SQL Script: http://turkinator.eng.bne.redhat.com/build-sql-scripts/build-16.sql Note: The SQL script will need to be executed before running the application. Changes: -CSProcessor - Bug #748168 Relationships & Targets have been added. You can use either Topic ID's (If they are only used once in the specification) or Target ID's for the relationships. The available relationships are [R: <Topic ID's or Target ID's>] [P: <Topic ID's or Target ID's>] [Next: <Topic or Target ID>] [Prev: <Topic or Target ID>] - Fixed a bug with cloning. - Added the ability to duplicate Cloned topics within the same content specification. To use this feature it's similar to duplicated topics where you must use X<Topic ID>. However for this you must use XC<ID>. ie Test Cloned Topic [XC50] (Note: this only works if the cloned topic is specified once within the content spec) -CSBuilder - Bug #748168 Relationships are now added to topic XML data when being built. Sections/Chapters also have unique id's now. One change I forgot to mention is that now the processor requires Java SE 7. This is due to the addition of Named-Capturing to make it easier to pull the contents of data inside brackets. The TopicIndex tool, as of recent updates also requires Java 7 so this shouldn't cause any issues. Created attachment 533653 [details]
Content Spec used for smoke tests
Performance Smoke Tests: (Note: All times are server processing time only) (Note2: Tests were done by first running a validate command to initialise the EntityManagerFactories, then running the push, followed by build commands) Push Local Database: Test 1: 2432ms Test 2: 2822ms Test 3: 2843ms Test 4: 2796ms Test 5: 1935ms Avg: 2565.6ms Build Local Database: Test 1: 2232ms Test 2: 2299ms Test 3: 2265ms Test 4: 2226ms Test 5: 2284ms Avg: 2261.2ms Push Remote Database: Test 1: 5493ms Test 2: 4834ms Test 3: 4097ms Test 4: 4062ms Test 5: 4035ms Avg: 4504.2ms Build Remote Database: Test 1: 3378ms Test 2: 3449ms Test 3: 3366ms Test 4: 3344ms Test 5: 3430ms Avg: 3393.4ms |