-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
workload: fix rand generator #46573
workload: fix rand generator #46573
Conversation
I haven't checked the pr but can we have a nightly test that uses this function so that we make sure it doesn't rot in the future? |
That would certainly be a nice thing to have. |
code LGTM, test would be nice. Not sure how we were allowed to be importing a testing package here. |
@jordanlewis I had to pull these changes into my other pr #46590 to get tests to pass, mind if I close this? |
Can you reopen this PR? I don't think my fix is getting in soon. If not, I'll just patch the changes. |
LGTM |
It had rotted. Also, add JSON datatype. Release note: None Release justification: test-only code change
bors r+ |
Build failed (retrying...) |
Build succeeded |
It had rotted. Also, add JSON datatype.
Closes #46569.