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
If you access a specific test using malfored uuid (e.g. https://argus.scylladb.com/tests/scylla-cluster-tests/83b4a96b-28bb-4501-), Argus throws Internal Server Error. Correct behaviour would be to return 404 instead.
The text was updated successfully, but these errors were encountered:
fix(controller/main.py): Validate UUID before trying to retrieve it
9350f8b
This commit provides a graceful error message when supplied UUID for a test is invalid for /tests/$plugin/$uuid endpoint. Fixes scylladb#527
k0machi
Successfully merging a pull request may close this issue.
If you access a specific test using malfored uuid (e.g. https://argus.scylladb.com/tests/scylla-cluster-tests/83b4a96b-28bb-4501-), Argus throws Internal Server Error. Correct behaviour would be to return 404 instead.
The text was updated successfully, but these errors were encountered: