We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce: List the minimal actions needed to reproduce the behavior.
Expected behavior: Expected to see the variables sorted ascending {CSV, Map, Query} and then by Alpha, or descending {Query, Map, CSV}
Actual behavior: The sort does not seem to follow the type name. Current example sort is {query, map, map, constant, constant, map, constant, query }
Screencast
Environment info:
uname -srm
Linux algonquin 4.4.0-165-generic
influxd version
ts=2019-10-10T08:42:10.110541Z lvl=info msg="Welcome to InfluxDB" log_id=0IPDA7FW000 version=nightly commit=be28de8fb build_date=2019-10-10T07:19:57Z
Config: Copy any non-default config values here or attach the full config as a gist or file. Started with e2e testing enabled.
--e2e-testing=true
Related Issues #15301 #15247 #14923 #13950
The text was updated successfully, but these errors were encountered:
still present in nightly builds
ts=2020-01-10T08:57:47.255905Z lvl=info msg="Welcome to InfluxDB" log_id=0KFfcZyl000 version=nightly commit=63b3a0728 build_date=2020-01-10T08:57:47Z
Sorry, something went wrong.
russorat
Successfully merging a pull request may close this issue.
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
Expected behavior:
Expected to see the variables sorted ascending {CSV, Map, Query} and then by Alpha, or descending {Query, Map, CSV}
Actual behavior:
The sort does not seem to follow the type name. Current example sort is {query, map, map, constant, constant, map, constant, query }
Screencast
Environment info:
uname -srm
and copy the output hereinfluxd version
and copy the output hereThis was tested using the docker image of the nightly build. From docker log.
Browser: Chrome 77
Config:
Copy any non-default config values here or attach the full config as a gist or file.
Started with e2e testing enabled.
Related Issues
#15301
#15247
#14923
#13950
The text was updated successfully, but these errors were encountered: