[ 
https://issues.apache.org/jira/browse/CASSANDRA-15623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17055709#comment-17055709
 ] 

Jacob Becker commented on CASSANDRA-15623:
------------------------------------------

BTW, to make reviewing a bit easier for you, I can additionally tell that the 
original condition was quite redundant in the first place: at the [following 
line|https://github.com/apache/cassandra/blob/b7146676f68c0e0431faa825cc8b70c06fe31090/bin/cqlsh.py#L2283]
 of the `read_options` function we check certain options to disable a TTY, then 
the [original 
condition|https://github.com/apache/cassandra/blob/b7146676f68c0e0431faa825cc8b70c06fe31090/bin/cqlsh.py#L2433]
 was doing the inverse to see if we are in a "batch mode".

> When running CQLSH with STDIN input, exit with error status code if script 
> fails
> --------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-15623
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15623
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Legacy/Tools
>            Reporter: Jacob Becker
>            Priority: Normal
>
> Assuming CASSANDRA-6344 is in place for years and considering that scripts 
> submitted with the `-e` option behave in a similar fashion, it is very 
> surprising that scripts submitted to STDIN (i.e. piped in) always exit with a 
> zero code, regardless of errors. I believe this should be fixed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to