Bug 499869 - ipa hostgroup-find returns 0 on error
Summary: ipa hostgroup-find returns 0 on error
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: freeIPA
Classification: Retired
Component: ipa-admintools
Version: 2.0
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Rob Crittenden
QA Contact: Chandrasekar Kannan
URL:
Whiteboard:
Depends On:
Blocks: 431020
TreeView+ depends on / blocked
 
Reported: 2009-05-08 16:52 UTC by Jenny Severance
Modified: 2015-01-04 23:38 UTC (History)
4 users (show)

Fixed In Version: freeipa-2.0.0-1.fc15
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-27 07:13:52 UTC
Embargoed:


Attachments (Terms of Use)

Description Jenny Severance 2009-05-08 16:52:33 UTC
Description of problem:

If you execute some of the ipa hostgroup-find command defining a host group that doesn't exist,  returns 0 instead of 161 as expected.  TET automation results below:

520|0 2 21735 1 1|START hostgrpcli_010: Negative - Host Group Doesn't Exist
520|0 2 21735 1 2|ipa hostgroup-del returned expected code trying to delete a host group that doesn't exist.
520|0 2 21735 1 3|ERROR - unexpected return code from ipa hostgroup-find.  expected: 161 got: 0
520|0 2 21735 1 4|ipa hostgroup-show returned expected code trying to show a host group that doesn't exist.
520|0 2 21735 1 5|ipa hostgroup-mod returned expected code trying to modify a host group that doesn't exist.
520|0 2 21735 1 6|ipa hostgroup-add-member returned expected code trying to adding member to a host group that doesn't exist.
520|0 2 21735 1 7|ipa hostgroup-remove-member returned expected code trying to removing a member from a host group that doesn't exist.


Version-Release number of selected component (if applicable):
2.0

How reproducible:
always

Steps to Reproduce:
1. ipa hostgroup-find groupdoesntexist
2.
3.
  
Actual results:
All commands to return 161 
ipa: ERROR: entry not found

Expected results:
hostgroup-find and hostgroup-mod return 0
No entries found

Additional info:

Comment 1 Jenny Severance 2009-05-08 16:54:08 UTC
(In reply to comment #0)
> Description of problem:
> 
> If you execute some of the ipa hostgroup-find command defining a host group
> that doesn't exist,  returns 0 instead of 161 as expected.  TET automation
> results below:
> 
> 520|0 2 21735 1 1|START hostgrpcli_010: Negative - Host Group Doesn't Exist
> 520|0 2 21735 1 2|ipa hostgroup-del returned expected code trying to delete a
> host group that doesn't exist.
> 520|0 2 21735 1 3|ERROR - unexpected return code from ipa hostgroup-find. 
> expected: 161 got: 0
> 520|0 2 21735 1 4|ipa hostgroup-show returned expected code trying to show a
> host group that doesn't exist.
> 520|0 2 21735 1 5|ipa hostgroup-mod returned expected code trying to modify a
> host group that doesn't exist.
> 520|0 2 21735 1 6|ipa hostgroup-add-member returned expected code trying to
> adding member to a host group that doesn't exist.
> 520|0 2 21735 1 7|ipa hostgroup-remove-member returned expected code trying to
> removing a member from a host group that doesn't exist.
> 
> 
> Version-Release number of selected component (if applicable):
> 2.0
> 
> How reproducible:
> always
> 
> Steps to Reproduce:
> 1. ipa hostgroup-find groupdoesntexist
> 2.
> 3.
> 
> Actual results:
> All commands to return 161 
> ipa: ERROR: entry not found
> 
> Expected results:
> returns 0
> No entries found
> 
> Additional info:

Comment 2 Pavel Zuna 2009-11-23 13:05:16 UTC
"entry not found" isn't reported; the command says "0 hostgroups were matched"; exit code is non-zero

master: 322d8238a0862355340e1ad9a464bd40f6e9b728
All-around improvements to baseldap.py classes.

Comment 3 Jenny Severance 2011-06-10 18:20:15 UTC
verified

Different now but acceptable

# ipa hostgroup-find badgroup
--------------------
0 hostgroups matched
--------------------
----------------------------
Number of entries returned 0
----------------------------
[root@dhcp-100-19-202 data]# echo $?
1

# rpm -qi ipa-server | head
Name        : ipa-server                   Relocations: (not relocatable)
Version     : 2.0.0                             Vendor: Red Hat, Inc.
Release     : 23.el6                        Build Date: Wed 20 Apr 2011 09:57:13 AM EDT
Install Date: Thu 19 May 2011 12:47:52 PM EDT      Build Host: x86-003.build.bos.redhat.com
Group       : System Environment/Base       Source RPM: ipa-2.0.0-23.el6.src.rpm
Size        : 2565882                          License: GPLv3+
Signature   : RSA/8, Thu 21 Apr 2011 03:48:25 PM EDT, Key ID 199e2f91fd431d51
Packager    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
URL         : http://www.freeipa.org/
Summary     : The IPA authentication server


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