-
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
colexec: negative length supplied to makeslice #118724
Comments
|
Looks like fallout from #118556. Since the alloc size is capped, probably we're somehow getting a negative value. |
Dupe of #118724 |
Wait, Drew you closed this issue as a dup of itself 😄 This might be the overflow bug I'm fixing in #118679. |
Indeed, in all failures we see something like That said, negative estimated row count should probably be never created by the optimizer in the first place. |
Sounds like an efficient way to close test failures. I need to remember that one! |
roachtest.sqlsmith/setup=rand-tables/setting=no-ddl failed with artifacts on master @ 15961a19faca0e2b66df2d01a547549523ca70c7:
Parameters:
ROACHTEST_arch=amd64
ROACHTEST_cloud=gce
ROACHTEST_coverageBuild=false
ROACHTEST_cpu=4
ROACHTEST_encrypted=false
ROACHTEST_metamorphicBuild=false
ROACHTEST_ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
See: Grafana
This test on roachdash | Improve this report!
Jira issue: CRDB-35865
The text was updated successfully, but these errors were encountered: