You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/12/05 08:56:00 UTC

[GitHub] [hbase] busbey commented on pull request #3901: HBASE-26469 WIP use IRB sessions instead of trying to make it ourselves

busbey commented on pull request #3901:
URL: https://github.com/apache/hbase/pull/3901#issuecomment-986190569


   exit codes as of this latest patch now look correct to me. the `--non-interactive` flag now gets us a non-zero for the case where we call exit with a non-zero.
   
   
   clean_exit:
   
   |  | PR |
   |--|---|
   | cli, default |    0 |
   | cli, -n |         0 | 
   | stdin, default |  0 |
   | stdin, -n |       0 |
   
   error_exit:
   
   |  | PR |
   |--|---|
   | cli, default |    0 |
   | cli, -n |         1 | 
   | stdin, default |  0 |
   | stdin, -n |       1 |
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org