-
Notifications
You must be signed in to change notification settings - Fork 31
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
[Bug] "Restart if recording already exists" checkbox doesn't work #1670
Comments
Looks like we are ignoring the |
Right - https://github.com/cryostatio/cryostat/pull/1587 I recall we had some discussion around this change before but I can't remember exactly what we landed on. Since this is changing in a minor release version the API "shouldn't" change in incompatible ways, but I'm okay with changing a query parameter like this. Or we could have the endpoint handler handle both forms and prefer the newer one if both are supplied. |
ie.
|
This one looks good! I can help apply above fixes. |
Current Behavior
Creating a recording with name Foo, then trying to create another recording with name Foo, does fails with an HTTP 400.
Expected Behavior
The request should fail if the "restart" checkbox is not checked, but should pass and result in the recording being restarted if the box is checked.
Steps To Reproduce
vertx-fib-demo-1
test
, continuous duration, Continuous templateEnvironment
No response
Anything else?
The text was updated successfully, but these errors were encountered: