-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[0.11.1]: admin UI does not provide any feedback for successful but empty queries #6193
Comments
Fixed by #6194. |
toddboom
pushed a commit
that referenced
this issue
Apr 4, 2016
A change to the admin UI prevented the success message being displayed for empty results. This change restores the original behaviour for this case. Signed-off-by: Jon Seymour <jon@wildducktheories.com>
@jonseymour Thanks for taking care of this! I've merged your PR into |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
System info:
influxdb: 0.11.1 (local build)
operating systemn: ubuntu 14.04.4
Steps to reproduce:
select * from "database" where numSeries < 0
Expected behavior: [What you expected to happen]
A success message should be displayed, indicating that the query was accepted and processed successfully but no results were returned.
Actual behavior: [What actually happened]
No results are displayed and no feedback is available to indicate to the user that the query was even accepted. Previously a green success message was displayed.
Other examples include:
CREATE DATABASE foobar
DROP DATABASE foobar
SHOW SUBSCRIPTIONS
# when there are no subscriptionsThe
CREATE DATABASE
andDROP DATABASE
cases also fail to report an error if the database already exists (or does not already exist, respectively).Additional info:
The text was updated successfully, but these errors were encountered: