Bug 564002

Summary: regression when Filtering By Name during add member to mixed group
Product: [Other] RHQ Project Reporter: John Sefler <jsefler>
Component: Core UIAssignee: RHQ Project Maintainer <rhq-maint>
Status: CLOSED CURRENTRELEASE QA Contact: John Sefler <jsefler>
Severity: medium Docs Contact:
Priority: low    
Version: 1.4CC: jmarques, lkrejci, sdharane, skondkar
Target Milestone: ---Keywords: SubBug
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 2.4 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-08-12 16:47:10 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:    
Bug Blocks: 565635    

Description John Sefler 2010-02-11 17:17:49 UTC
Description of problem:
The Filter By Name: field when adding members to a mixed group has a regression (from JON23 to JON231/JON30) when searching for the full displayed name of the RHQ Server.

For example:
In JON23, the following Filter By Name:
auto-rhq.usersys.redhat.com RHQ Server, JBoss AS 4.2.3.GA default (0.0.0.0:2099)
returns:
auto-rhq.usersys.redhat.com RHQ Server, JBoss AS 4.2.3.GA default (0.0.0.0:2099)

In JON231/JON30, the following Filter By Name:
auto-rhq.usersys.redhat.com RHQ Server, JBoss AS 4.2.3.GA default (0.0.0.0:2099)
returns:
<nothing>

UPON FURTHER REVIEW WITH jmarques....
The resource apparently has 2 spaces in the database after the comma, so a search for this:
auto-rhq.usersys.redhat.com RHQ Server,  JBoss AS 4.2.3.GA default (0.0.0.0:2099)
returns:
auto-rhq.usersys.redhat.com RHQ Server, JBoss AS 4.2.3.GA default (0.0.0.0:2099)

Notice that the HTML Browser has implicitly normalized the spaces.

Therefore, It could be important to enforce a resource naming policy to normalize the spaces before putting the resource into the database since the HTML browser will display them normalized.  Otherwise a user will try to search for resources using the same string as displayed by the browser and get no results (as in the case of our automated GUI test detecting the regression noted above).

Comment 1 John Sefler 2010-02-11 17:20:38 UTC
<ccrouch> jweiss, jsefler: on the BZ you create for this, please add lkrejci as a watcher as he's thinking about resource naming right now for jon3.0

Comment 2 wes hayutin 2010-02-16 16:55:50 UTC
Temporarily adding the keyword "SubBug" so we can be sure we have accounted for all the bugs.

keyword:
new = Tracking + FutureFeature + SubBug

Comment 3 wes hayutin 2010-02-16 17:00:53 UTC
making sure we're not missing any bugs in rhq_triage

Comment 4 John Sefler 2010-02-16 19:01:29 UTC
Observation....
The problem described above appears to be present when the rhq server is configured with Postgres, but not with Oracle.

Comment 5 Charles Crouch 2010-04-14 14:53:52 UTC
As part of the next release we've updated how many of the resource names are generated so this additional space issue should have been resolved as part of that. If you detect any other resources with naming problems please push this back to dev.

Comment 6 Sunil Kondkar 2010-04-19 15:33:49 UTC
Verified in jon build#88(Revision: 10607)

The resource is now displayed as 0.0.0.0:2099 (bindingAddressAndPort)

when searching for the server resource 0.0.0.0:2099, the fields 'Filter By Name' returns the resource name as 0.0.0.0:2099.

Comment 7 Corey Welton 2010-08-12 16:47:10 UTC
Mass-closure of verified bugs against JON.