Project

General

Profile

Actions

Bug #25598

closed

Additional new lines in remote execution output

Added by Ivan Necas over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Difficulty:
Triaged:
No
Found in Releases:

Description

Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1655094

Description of problem:
With https://bugzilla.redhat.com/show_bug.cgi?id=1532675, we've update the way
how we render the output. However, there was an issue introduced, that caused
additional empty lines to sneak into the output.

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

How reproducible:
90%

Steps to Reproduce:
1. run rex job running 'echo one; sleep 1; echo two; sleep 1; echo three'

Actual results:

Job output on host is shown as:
1: one
2:
3: two
4:
5: three
6:
7: Exit status: 0

Expected results:

Job output looks like this:

1: one
2: two
3: three
4: Exit status: 0

Additional info:

Actions #1

Updated by The Foreman Bot over 5 years ago

  • Status changed from New to Ready For Testing
  • Assignee set to Ivan Necas
  • Pull request https://github.com/theforeman/foreman_remote_execution/pull/399 added
Actions #2

Updated by Ivan Necas over 5 years ago

  • Status changed from Ready For Testing to Closed
Actions #3

Updated by Adam Ruzicka over 5 years ago

  • Subject changed from Additional new lines in remote execution output to Additional new lines in remote execution output
  • Fixed in Releases foreman_remote_execution 1.6.6 (Foreman 1.20) added
Actions

Also available in: Atom PDF