-
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
roachtest: sqlsmith/setup=empty/setting=default failed #51099
Labels
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
release-blocker
Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
Milestone
Comments
cockroach-teamcity
added
branch-provisional_202007071743_v20.2.0-alpha.2
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
release-blocker
Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
labels
Jul 7, 2020
|
cc @RaduBerinde |
This was referenced Jul 8, 2020
I think this is a failure of |
Right, smaller repro: |
craig bot
pushed a commit
that referenced
this issue
Jul 10, 2020
51023: opt: improve re-typing to equivalent but non-identical types r=RaduBerinde a=RaduBerinde I noticed that the `ReType` function uses `Equivalent`. This is not strict enough if our expectation is that the re-typed expression will have the wanted `ResolvedType()`. This commit changes this to use `Identical`. Release note: None 51154: opt: retype AND/OR/NOT arguments as Bool r=RaduBerinde a=RaduBerinde We have made CASE more strict in terms of input types, and this is uncovering other cases. We will need to have more strict assertions about the types of scalars in the optimizer instead of sqlsmith weeding out these issues. Fixes #51099. Release note (bug fix): fixed an internal error involving CASE and boolean expressions with NULL operands. 51256: geo: validate geospatial objects r=sumeerbhola a=otan This commit validate geospatial objects properties before their creation. LineStrings should have at least 2 points, Polygons at least 4 per LinearRing and must be closed. Resolves #51074. Release note: None 51303: builtins: fix possible out of bounds in regexp_replace r=yuzefovich a=yuzefovich It is possible that a regex matches the input string yet capture groups end up being empty. Previously, in such cases we would hit an internal error (due to out of bounds panic because values in `matchIndex` would be negative), and now this is fixed by making sure that capture groups are not empty. Fixes: #51289. Release note (bug fix): Previously, CockroachDB could hit an internal error when executing `regexp_replace` builtin, and this has been fixed. Co-authored-by: Radu Berinde <radu@cockroachlabs.com> Co-authored-by: Oliver Tan <otan@cockroachlabs.com> Co-authored-by: Yahor Yuzefovich <yahor@cockroachlabs.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
release-blocker
Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
(roachtest).sqlsmith/setup=empty/setting=default failed on provisional_202007071743_v20.2.0-alpha.2@0b6e118bc1bcba4cfb4fc6c660153ec5be3989e8:
More
Artifacts: /sqlsmith/setup=empty/setting=default
Related:
See this test on roachdash
powered by pkg/cmd/internal/issues
The text was updated successfully, but these errors were encountered: