Ticket #2095 (closed defect: fixed)

Opened 21 months ago

Last modified 21 months ago

master-side commands only have access to full logfiles

Reported by: dustin Owned by:
Priority: minor Milestone: 0.8.5
Version: 0.8.4p2 Keywords:
Cc: in3xes

Description

Pradeep worked around this in some clever ways, but master-side source steps' only access to the output of remote commands is .getLogs which (in both tests and real steps) returns the entire set of log outputs, not just those from the most recent command.

We'll need to add a new interface that allows the results of a single command to be analyzed on their own.

Change History

comment:1 Changed 21 months ago by dustin

I have some work on this (tests, at least) in my bug2095 branch.

comment:2 Changed 21 months ago by in3xes

Yes, I did feel the need of such function.

comment:4 Changed 21 months ago by Dustin J. Mitchell

  • Status changed from new to closed
  • Resolution set to fixed

Allow command invocations to get stdout back if desired

Fixes #2095.

Changeset: 0d85e971e15530588fad2e59db5fd6b57c2bb560

Note: See TracTickets for help on using tickets.