-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
!quit command should return success #425
Comments
It seems the main issue is not I tried a workaround for calcite like Regarding |
You're right, the problem is not the system terminal, it's the status code. |
We might need a new SQLLine release for this. I'll see if I have time to do one this week. |
There is still a workaround which I tried on my fork of calcite and which seems working |
The purpose of that test is to make sure that SQLLine (and the shell scripts that launch it in a Calcite environment) is working. With your workaround, the test is useless. |
Fixed in b20d3e0. Thanks for the quick fix, @snuyanzin! |
In Calcite CI, using the new SQLLine 1.10, a test that previously succeeded now fails. The command is
./sqlline -e '!quit'
.Here is the CI output (original here):
@snuyanzin, Do you think that behavior in a CI setting might have changed because we upgraded from JLine? Do you know of a way to silence that "Unable to create a system terminal" warning?
The text was updated successfully, but these errors were encountered: