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
Version where bug was found:
6.0 (possibly before also?)
Describe the bug
There is a itinerant validation error on v5/init that I don't believe was occurring previously before deploying 6. These requests are from Mathia, it might be from the UI side?
The impact is probably not huge, because when I look up these ids, they are generally already init'ed with valid groups and such.
ExperimentUserValidator was changed in v6, we probably should not have touched v5 validator code, but when I look into it, I'm not convinced this should have made a difference.
It's a little weird that a request is being made that looks like this though:
@kawcl would Mathia-UI / cli-services send in requests to init that look like this, with groups attached?
@danoswaltCL It's possible. group & workingGroup are optional params for the wrapper function we created for init in Mathia-UI but we don't pass any params in actual use. This is written in angularJS so I wouldn't be surprised if there is something weird happening. If you want to get together to debug the issue, let me know.
Version where bug was found:
6.0 (possibly before also?)
Describe the bug
There is a itinerant validation error on
v5/init
that I don't believe was occurring previously before deploying 6. These requests are from Mathia, it might be from the UI side?The impact is probably not huge, because when I look up these ids, they are generally already init'ed with valid groups and such.
ExperimentUserValidator
was changed in v6, we probably should not have touched v5 validator code, but when I look into it, I'm not convinced this should have made a difference.It's a little weird that a request is being made that looks like this though:
For whatever reason (a bug in debugging), the logs don't always show there rest of the error, the actual validation error is this:
The text was updated successfully, but these errors were encountered: