You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto and recreate modes are currently allowed for namespace experiments, which is not supported. A validation needs to be added to restrict the use of auto or recreate modes for namespace experiments.
How to reproduce it
Currently, namespace experiments mistakenly allow the selection of "auto" or "recreate" modes, even though these modes are not supported. This leads to unexpected behavior.
Create an experiment using a namespace JSON.
Set the mode to either "auto" or "recreate."
Expected behavior
If the mode is set to "auto" or "recreate," the following response should be returned:
{
"message": "auto or recreate mode is not supported for namespace experiment.",
"httpcode": 400,
"documentationLink": "",
"status": "ERROR"
}
The text was updated successfully, but these errors were encountered:
Describe the bug
Auto and recreate modes are currently allowed for namespace experiments, which is not supported. A validation needs to be added to restrict the use of auto or recreate modes for namespace experiments.
How to reproduce it
Currently, namespace experiments mistakenly allow the selection of "auto" or "recreate" modes, even though these modes are not supported. This leads to unexpected behavior.
Expected behavior
If the mode is set to "auto" or "recreate," the following response should be returned:
The text was updated successfully, but these errors were encountered: