-
Notifications
You must be signed in to change notification settings - Fork 30
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
Regression with delete_folder
in Grafana 9.3.0
#47
Comments
By analyzing the output on CI, it looks like the endpoint is responding with |
I've been able to reproduce the regression, and confirm the observation referenced above.
This makes JSON parsers croak. Grafana 9.2.7
HTTP folder create/delete conversation on Grafana 9.2
Grafana 9.3.0
HTTP folder create/delete conversation on Grafana 9.3.0
|
delete_folder
in Grafana 9.3.0?delete_folder
in Grafana 9.3.0
I've reported the observations at grafana/grafana#59546. |
On a recent version of Grafana, there is a non-empty response again now.
|
What API call do you use?
grafana.folder.delete_folder(uid=folder_uid)
1What is the actual output?
requests.exceptions.JSONDecodeError: [Errno Expecting value] : 0
2What is the expected output?
It worked before on Grafana 9.2.4.
References
Footnotes
https://github.com/panodata/grafana-wtf/actions/runs/3582719496/jobs/6027277338#step:5:1888 ↩
https://github.com/panodata/grafana-wtf/actions/runs/3582719496/jobs/6027277338#step:5:1935 ↩
The text was updated successfully, but these errors were encountered: