-
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 #70483
Comments
possibly char casting issue |
Not a release blocker |
roachtest.tlp failed with artifacts on release-21.2 @ b3c1760a030791143c57e89c73d1f26ae8babaf5:
Same failure on other branches
|
roachtest.tlp failed with artifacts on release-21.2 @ 360956c1f727c600cbec55f457dd013d5fb6850b:
Same failure on other branches
|
roachtest.tlp failed with artifacts on release-21.2 @ a35bb95e35ebefb6019382991c7fa534d1d50e44:
Same failure on other branches
|
roachtest.tlp failed with artifacts on release-21.2 @ 81d49bd3d2e8ee3da4a5800043b94aa174127ab7:
Same failure on other branches
|
roachtest.tlp failed with artifacts on release-21.2 @ 2282896401079fef362d5456b71b32dd600e52b0:
Same failure on other branches
|
roachtest.tlp failed with artifacts on release-21.2 @ dc72c17f280dc20fa59970209c0e975e4072f91e:
|
roachtest.tlp failed with artifacts on release-21.2 @ 0655d082b0d98f27e77471fcced8de94cd9327bc:
Same failure on other branches
|
I reduced the last failure, which has the table: CREATE TABLE table4 (
col4_0 FLOAT8 NOT NULL, col4_1 REGNAMESPACE NOT NULL, col4_2 VARCHAR NULL, col4_3
"char" NOT NULL,
PRIMARY KEY (col4_3 DESC, col4_1 ASC, col4_0),
col4_4 STRING AS (lower(CAST(col4_1 AS STRING))) VIRTUAL NOT NULL,
col4_5 FLOAT8 AS (col4_0 + 0.0) VIRTUAL NOT NULL,
INDEX (lower(col4_3), col4_3) WHERE table4.col4_5 >= 5e-324
OR table4.col4_0 = '-Inf',
INDEX (col4_1 ASC, col4_2) WHERE table4.col4_3 > e'\U00002603'
AND table4.col4_4 < e'\x00',
INDEX ((col4_0 + 0.014940481788108612) ASC, col4_1),
FAMILY (col4_1, col4_3),
FAMILY (col4_0, col4_2)
); Notice the cast from |
roachtest.tlp failed with artifacts on release-21.2 @ 5202c97fcfe7e51e244335c3cd68bd33647860ff:
Reproduce
See: roachtest README
Same failure on other branches
This test on roachdash | Improve this report!
The text was updated successfully, but these errors were encountered: