funnel icon indicating copy to clipboard operation
funnel copied to clipboard

api/tes: including zero values in JSON responses

Open buchanae opened this issue 8 years ago • 3 comments

funnel task get dumps JSON message with missing exit code log when exit code is zero because it's the default in protobuf. Should we ensure this is in the output?

buchanae avatar Jun 15 '17 20:06 buchanae

I think we need to ensure no expected fields are dropped since some TES implementations may not be protobuf based.

adamstruck avatar Jun 15 '17 21:06 adamstruck

Also, this affects the dashboards, where fields like "exit code" and "file type" show up empty.

buchanae avatar Jul 05 '17 18:07 buchanae

@lbeckman314 Does #716 address this issue?

kellrott avatar Dec 07 '23 23:12 kellrott