Bug 1315101 - foreman-debug incorrectly gives exit code of 1 (non-zero when it should have been zero)
Summary: foreman-debug incorrectly gives exit code of 1 (non-zero when it should have ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Foreman Debug
Version: 6.1.7
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: Unspecified
Assignee: Lukas Zapletal
QA Contact: Kedar Bidarkar
URL: http://projects.theforeman.org/issues...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-06 17:25 UTC by Reartes Guillermo
Modified: 2019-09-26 14:35 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-07-27 09:04:29 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 13442 0 None None None 2016-04-22 16:11:28 UTC
Red Hat Product Errata RHBA-2016:1500 0 normal SHIPPED_LIVE Red Hat Satellite 6.2 Base Libraries 2016-07-27 12:24:38 UTC

Description Reartes Guillermo 2016-03-06 17:25:53 UTC
Description of problem:

i am executing foreman-debug from a ruby program and i noticed that formeman-debug is givin an exit code of 1, but there was no (known to me) error.

i executed formeman-debug directly from the shell and it also gives an exit code of 1 instead of 0.


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


How reproducible:
always


Steps to Reproduce:
1. execute 'foreman-debug'
2. check exit code (echo $?)


Actual results:
# foreman-debug 
Exporting tasks, this may take a few minutes.
Copying entire file: /tmp/task-export-1457284097.tar.gz


 HOSTNAME: testsat7.example.com
       OS: redhat
  RELEASE: Red Hat Enterprise Linux Server release 7.2 (Maipo)
  FOREMAN: 1.7.2
SATELLITE: 6.1.7
     RUBY: ruby 2.0.0p598 (2014-11-13) [x86_64-linux]
   PUPPET: 3.6.2
  DENIALS: 25


A debug file has been created: /tmp/foreman-debug-bNhs9.tar.xz (1148640 bytes)

[root@testsat7 ~]# echo $?
1

Expected results:
# echo $?
0

Additional info:

http://projects.theforeman.org/issues/13442
foreman-debug script should return a meaningful exit code

Comment 1 Lukas Zapletal 2016-03-07 09:23:45 UTC
Hello,

this patch has been included in 6.2 already.

Comment 2 Lukas Zapletal 2016-03-07 09:43:41 UTC
TRIAGE NOTES: This is already in our 6.2 builds.

Comment 5 Kedar Bidarkar 2016-04-07 06:57:01 UTC
[foreman-installer]# foreman-debug 
Processing... (takes a while)Exporting tasks, this may take a few minutes.


 HOSTNAME: abc.redhat.com
       OS: redhat
  RELEASE: Red Hat Enterprise Linux Server release 7.2 (Maipo)
  FOREMAN: 1.11.0.9
     RUBY: ruby 2.0.0p598 (2014-11-13) [x86_64-linux]
   PUPPET: 3.6.2
  DENIALS: 21


A debug file has been created: /tmp/foreman-debug-Qf6yT.tar.xz (955348 bytes)

To upload a tarball to our secure site, please use the -u option.
[root@katello1 foreman-installer]# echo $?
0


VERIFIED with sat62-snap6

Comment 7 errata-xmlrpc 2016-07-27 09:04:29 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2016:1500


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