+++ This bug was initially created as a clone of Bug #772722 +++ Description of problem: The content repository syncing plugins do not use SHA256 consistently as a checksum. Display version and version are not correctly set and do not follow agent side discovery conventions. How reproducible: Everytime. Steps to Reproduce: 1. Attempt to sync RHQ with a remote package repository. 2. Observe the version and display version for each package version synchronized. Actual results: MD5 is used as the checksum and version of packages. Expected results: The display version and version use the same format as the agent side plugins that discover content. The version format: [sha256=aaa1234..] Additional info: There are five server side plugins available for remote repository syncing. This BZ should focus on consistency with regards to version, display version and SHA256 as the checksum. --- Additional comment from mfoley on 2012-01-23 15:34:17 EST --- Setup: 1) JON server started 2) CSP URL: https://access.redhat.com/jbossnetwork/restricted/feed/software.html?product=all&downloadType=all&flavor=rss&version=&jonVersion=2.0 Stimulate: 1) Navigate to Administration -> Content -> Content Sources -> JBoss CP Patch Feed -> Edit 2) Select Yes from Active radio buttons 3) Type RedHat Network credentials 4) Save 5) Synchronize the repository Verification steps: 1) Verify that after Step 6 there are packages in the synchornized repository 2) Look in the database, rhq_package_version and check display version and version fields. Display version should have the old version content, version should have the following format [sha256=abcd1234] --- Additional comment from mfoley on 2012-01-23 15:37:17 EST --- 2nd verification steps Setup: 1) RHQ server started 2) Two sample war archives (eg. sample1.war, sample2.war) Stimulate: 1) Create the following folder tree: /rhqsources <- folder /rhqsources/testrepo <- folder /rhqsources/testrepo/subfolder <- folder /rhqsources/testrepo/sample1.war <- file /rhqsources/testrepo/subfolder/sample2.war <-file 2) Navigate to Administration -> Content -> Content Sources -> Create New -> Local Disk Storage 3) Fill in the fields required with the following info: a) Name of the sources should be testrepo b) Root directory should be /rhqsources c) Package type: JBossAS5 - Web Application (WAR) - WAR File d) Resource type: JBossAS5 - Web Application (WAR) 4) Save 5) Synchronize the repository Verification steps: 1) Verify that after Step 6 there are packages in the synchornized repository a) only sample1.war is present b) sample2.war was not discovered c) there are no synchronization errors 2) Look in the database, rhq_package_version and check display version and version fields. Display version should have the old version content, version should have the following format [sha256=abcd1234] --- Additional comment from snegrea on 2012-02-09 11:00:08 EST --- Some negative test cases for the second test case presented here: 1) Step 1, create /rhqresources/testrepo but leave it empty. No packages should be discovered for the repo. 2) Step 1, create two subfolders underneath /rhqresources/testrepo. Add subpackages in each subfolder. Only packages directly underneath testrepo folder should be discovered. 3) Step 3, name the resource testrepo3. There should be no packages discovered since testrepo3 is not in the subdirectory structure of rhqresources.
release/jon3.0.x branch commits: http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commit;h=786558db0f6cd60ef5d08f4622087fdcffd30834 http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commit;h=12797a1d894d95065685df0748372f80605b3c48 http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commit;h=2f21818e18ac66c6622b328c4d5c53e4580e401f http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commit;h=158cdd4a06985ddc6f99266e5ea3c1c62fd912c3 http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commit;h=c02550cc1a50ae6273d6211b4d932ae85419a8eb http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commit;h=8c7c1ba69d2fee60ad47748b30bafc23a5a9d810 http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commit;h=5a9fed5ada5aba19bad1bd08121e96983224d3ce
Moving to ON_QA as new RC 4 available to test in: https://brewweb.devel.redhat.com//buildinfo?buildID=198384
partial verification ... as follows. i completed these steps ... and attached image to document the verification. Setup: 1) JON server started 2) CSP URL: https://access.redhat.com/jbossnetwork/restricted/feed/software.html?product=all&downloadType=all&flavor=rss&version=&jonVersion=2.0 Stimulate: 1) Navigate to Administration -> Content -> Content Sources -> JBoss CP Patch Feed -> Edit 2) Select Yes from Active radio buttons 3) Type RedHat Network credentials 4) Save 5) Synchronize the repository Verification steps: 1) Verify that after Step 6 there are packages in the synchornized repository 2) Look in the database, rhq_package_version and check display version and version fields. Display version should have the old version content, version should have the following format [sha256=abcd1234]
Created attachment 561660 [details] verify CSP sync
attaching an image that documents verification step #2 in comment #3 above.
Created attachment 561663 [details] verify RHQ_PACKAGE_VERSION
attaching 2 images to document 2nd set of verification steps ... repo sync and local repo
Created attachment 561668 [details] 2nd verification image
Created attachment 561669 [details] another verification image for 2nd set of verification steps
Bulk closing of old issues in VERIFIED state.