-
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: tlp failed #69754
Comments
This is another one of those where select * returns the right results but select count(*) is returning too high a number:
The extra rows are coming from the IS NULL branch of UNION ALL:
|
I don't understand what this crdb_internal_idx_expr_# business is all about ... @mgartner any thoughts on where to go next with this? |
Looking at the column families most have 3 rows but two have 8 rows:
|
Despite being seemingly related to index use and expression based indexes this isn't the same as #66706 because it happens in row engine too and isn't related to column families. |
Reducto!
This outputs:
And should output:
|
This looks to be the same issue as #69665 and #69327. It looks like this is an existing issue in v21.1.7, so maybe this should not be labelled as a release blocker? Here's a simplified example. In Postgres:
In cockroach 21.1.7:
I've started work on a fix that should be backportable to 21.1. |
This comment has been minimized.
This comment has been minimized.
I reduced this last failure to:
This has the same ingredients as the other implicit-casting-related TLP failures ( |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
roachtest.tlp failed with artifacts on master @ 260b7930e717c76bc421ae3f34e9a939fc896b50:
Same failure on other branches
|
roachtest.tlp failed with artifacts on master @ 884088d64d0859d72e42ee4fde1cf65192f1cb99:
Same failure on other branches
|
The reproductions above here and here have been fixed by recent work that added assignment casts. It looks like there's been some other failures since then that might be unrelated. I'm going to close this issue for now, but I'll go through each failure and open a new issue if it hasn't been fixed by assignment casts. |
The failure two comments above will be fixed by #74180. |
roachtest.tlp failed with artifacts on master @ 63679e7bf4a0244c6e46381751543cfe3f32388c:
Reproduce
See: roachtest README
This test on roachdash | Improve this report!
The text was updated successfully, but these errors were encountered: