petersomogyi commented on pull request #4101:
URL: https://github.com/apache/hbase/pull/4101#issuecomment-1033776786


   Manual testing shows these results, matching the behavior of HBase 2.2.7.
   |                 | commands.txt | commands-ok.txt | commands-ok-exit2.txt |
   | --------------- | ------------ | --------------- | --------------------- |
   | non-interactive | exception, 1 | 0               | 2                     |
   | interactive     | finish, 0    | 0               | 2                     |
   
   ```
   $ cat commands.txt
   scan 'foo'
   exit
   $ cat commands-ok.txt
   scan 'hbase:meta'
   exit
   $ cat commands-ok-exit2.txt
   scan 'hbase:meta'
   exit 2
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to