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: Write data with invalid precision constant in the write URL:
curl -v -XPOST "http://localhost:8086/write?db=test&precision=x" --data-raw "wifi_status,SSID=AB,device=ESP32 rssi=-31 1586189309000003" * Trying ::1... * TCP_NODELAY set * Connected to localhost (::1) port 8086 (#0) > POST /write?db=test&precision=x HTTP/1.1 > Host: localhost:8086 > User-Agent: curl/7.55.1 > Accept: */* > Content-Length: 60 > Content-Type: application/x-www-form-urlencoded > * upload completely sent off: 60 out of 60 bytes < HTTP/1.1 204 No Content < Content-Type: application/json < Request-Id: 5516b4bc-7822-11ea-8032-d66d6d2aa003 < X-Influxdb-Build: OSS < X-Influxdb-Version: 1.8.0rc0 < X-Request-Id: 5516b4bc-7822-11ea-8032-d66d6d2aa003 < Date: Mon, 06 Apr 2020 16:19:04 GMT
Expected behavior: Either: 1 - write data 2 - return 500 as it InfluxDB 2 does
Actual behavior: The server returns status as if data is written successfully < HTTP/1.1 204 No Content
< HTTP/1.1 204 No Content
Environment info:
The text was updated successfully, but these errors were encountered:
Fixed in 1.8.0rc3 by #17656
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce:
Write data with invalid precision constant in the write URL:
Expected behavior:
Either:
1 - write data
2 - return 500 as it InfluxDB 2 does
Actual behavior:
The server returns status as if data is written successfully
< HTTP/1.1 204 No Content
Environment info:
The text was updated successfully, but these errors were encountered: