Bug 751252 - 0.16.0 Release Tracker
Summary: 0.16.0 Release Tracker
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: PressGang CCMS
Classification: Community
Component: CSProcessor
Version: 1.x
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Lee Newson
QA Contact:
URL:
Whiteboard:
Depends On: 748168 751251
Blocks: 751253
TreeView+ depends on / blocked
 
Reported: 2011-11-04 03:42 UTC by Lee Newson
Modified: 2012-08-21 03:56 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-02-22 03:07:17 UTC
Embargoed:


Attachments (Terms of Use)
Content Spec used for smoke tests (11.62 KB, text/plain)
2011-11-15 00:19 UTC, Lee Newson
no flags Details

Description Lee Newson 2011-11-04 03:42:27 UTC

Comment 1 Lee Newson 2011-11-11 06:06:45 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.

Comment 2 Lee Newson 2011-11-13 10:18:44 UTC
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.

Comment 3 Lee Newson 2011-11-15 00:19:17 UTC
Created attachment 533653 [details]
Content Spec used for smoke tests

Comment 4 Lee Newson 2011-11-15 00:37:10 UTC
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


Note You need to log in before you can comment on or make changes to this bug.