-
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
sql: distsql_automatic_stats logic test fails locally #37505
Comments
I can't reproduce this problem -- I've tried running |
I am using I tried it now on master and it didn't fail. Then I picked a commit from around the day I filed the bug (881c6e4) and it does fail consistently on that one.. So maybe it was fixed already? I'd still be curious what it was, I'll try bisecting if I find some time. |
Ok great - I think it's probably the change I just made in #37611 -- I added I'll close this now since it seems like it's been resolved, but feel free to reopen if you see the issue again on master. |
Haha, bisect showed that it was actually fixed by the change I was working on when I ran into this (#37588). I moved up the tweaking of |
Ah nice find! |
I am consistently hitting this error:
The other two configs (fakedist-opt, fakedist-metadata) work just fine (and complete quickly):
But, I noticed that if I restrict it to these variants, the first one which runs has the same problem:
If I run other tests before, it works:
It feels like the binary must have been running for a while before we can run the test, though I have no idea why (we create a new test cluster for every testfile).
The text was updated successfully, but these errors were encountered: