[
https://issues.apache.org/jira/browse/AURORA-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14120324#comment-14120324
]
Kevin Sweeney commented on AURORA-666:
--------------------------------------
>From that output it looks like booleans are also being rendered as ints
{noformat}
"isService": 0,
{noformat}
should probably be
{noformat}
"isService": false,
{noformat}
> Aurora job status --write-json does not convert status values
> -------------------------------------------------------------
>
> Key: AURORA-666
> URL: https://issues.apache.org/jira/browse/AURORA-666
> Project: Aurora
> Issue Type: Bug
> Components: Client
> Reporter: Maxim Khutornenko
> Assignee: Mark Chu-Carroll
>
> When using --write-json with {{aurora job status}} the status fields are not
> converted to literals:
> {noformat}
> "inactive": [
> {
> "status": 3,
> "assignedTask": {
> "task": {
> "isService": 0,
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)