Bug 788629
Summary: | CLI Method updateBackingContent Does Not Persist Information Correctly in Database | ||
---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Stefan Negrea <snegrea> |
Component: | CLI | Assignee: | Stefan Negrea <snegrea> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.3 | CC: | ccrouch, hrupp, loleary, lzoubek |
Target Milestone: | --- | ||
Target Release: | JON 3.0.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 758753 | Environment: | |
Last Closed: | 2013-09-03 15:15:52 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: | 602475, 758753, 788733, 788736, 788738, 788762, 788773, 788776, 789014, 789018, 789023, 789027, 789033, 789045, 790146, 790148 | ||
Bug Blocks: | 760116 |
Description
Stefan Negrea
2012-02-08 16:28:22 UTC
release/jon3.0.x branch commits: http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commit;h=49a2f346498403fdbea8f294f47f1aad56eb0d38 http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commit;h=c7c9adfb1dda4209dd645f09b47ce1de4fb687c0 http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commit;h=8e49dda1b0a81a1e14991bce421bb77c2bd01582 http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commit;h=28eb17664c8f687d34aac006df73570ff5ce6449 http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commit;h=cb0e9a2ffb9f274194014e70c17174a5ba2b08ef http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commit;h=f326faf2e95d0ce7f8fb642590bbea6905f0d2b2 Not verifiable in RC3. wait for RC4, or a build from jenkins 3.01 branch From my testing I see that updateBackingContent works fine, but I was also checking what server returns and I doubt behaviour is correct. I have 5 versions of same war, version0.war is already deployed. I've deployed it as exploded. retrieveBackingContent - correct updateBackingContent(version1.war,"1.1") - server - OK - retrieveBackingContent - correctly returns version1.war - UI - correct updateBackingContent(version2.war,"1.2") - server - OK - retrieveBackingContent - correctly returns version2.war - UI - correct updateBackingContent(version3.war) (here I decided not to pass version) - server - returns content of version2 - INCORRECT - retrieveBackingContent - correctly returns version3.war - UI - correctly displays SHA instead of version updateBackingContent(version4.war,"1.4") - server - still returns content of version2 INCORRECT - retrieveBackingContent - correctly returns version4.war - UI - correct - detects sha missing, discovers version 1.4 - but in server deploy dir is version4.war My WARs differ only in content of index.jsp and that seems to be an issue. I've tried to repeat same scenario with "always passing version to updateBackingContent" and EAP server was always returning version0.war, this is the issue of jsp hot-deployment on server. Need to verify 761593,767247 and 767393 to make this BZ verified. After exploring EAP server's log, server was not able to undeploy/redeploy content because of https://bugzilla.redhat.com/show_bug.cgi?id=790753 based on failures reported in comment #4, returning to ON_DEV ok .. 790753 is non-blocking for JON 3.01 please retest with agent and AS5 using same user. returning to ON_QA tested running agent and AS under same user, passed, need to verify 761593,767247 and 767393 to make this BZ verified VERIFIED, passed for EAP4,5 and tomcat6, BZ id's in #c9 were wrong, corresponding BZs targeting 3.0.1 have been verified : 788762 788738 788773 Bulk closing of old issues in VERIFIED state. |