Bug 975502
| Summary: | Its possible to create a dynaGroup definition with recalculation Interval < 1 minute via CLI | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Filip Brychta <fbrychta> |
| Component: | CLI | Assignee: | Jirka Kremser <jkremser> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | JON 3.2 | CC: | hrupp |
| Target Milestone: | Alpha-x | ||
| Target Release: | JON 3.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| 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: | 880819 | ||
per meeting 7/2/2013 crouch, larry, heiko, foley ...assigning to jiri for JON 3.2 branch: master link: http://git.fedorahosted.org/cgit/rhq/rhq.git/commit/?id=47c1e440e time: 2013-07-10 14:54:21 +0200 commit: 47c1e440e86af05c6ec1b0e097f022bd32d08ba4 author: Jirka Kremser - jkremser message: [BZ 975502] - Its possible to create a dynaGroup definition with recalculation Interval < 1 minute via CLI - added simple checks to the GroupDefinitionManagerBean. Moving to ON_QA as available for testing in latest 3.2.x ALPHA 58 build: https://brewweb.devel.redhat.com//buildinfo?buildID=291947 Verified on Version: 3.2.0.ALPHA_QA Build Number: 10b0467:adad71f |
Description of problem: Its possible to create a dynaGroup definition with recalculation Interval < 1 minute via CLI, however its not possible via GUI. Version-Release number of selected component (if applicable): Version: 4.8.0-SNAPSHOT Build Number: 7b31b01 How reproducible: Always Steps to Reproduce: 1. ./rhq-cli.sh -p rhqadmin -u rhqadmin 2. var dynaGroupDef = new GroupDefinition("test"); 3. dynaGroupDef.setRecalculationInterval(5); 4. dynaGroupDef.setExpression("resource.type.name = RHQ Agent"); 5. GroupDefinitionManager.createGroupDefinition(dynaGroupDef); Actual results: Definition is created Expected results: There should be the same validation like it is for GUI Additional info: