Skip to content

Update CockroachDB to v22.2.0-beta.4#587

Merged
mrigger merged 1 commit intosqlancer:masterfrom
mgartner:cockroachdb-v22.2
Oct 19, 2022
Merged

Update CockroachDB to v22.2.0-beta.4#587
mrigger merged 1 commit intosqlancer:masterfrom
mgartner:cockroachdb-v22.2

Conversation

@mgartner
Copy link
Copy Markdown
Collaborator

This is currently failing due to cockroachdb/cockroach#89024, but it should be fixed in the next beta or RC. I'll update this PR when that is release.

@mrigger
Copy link
Copy Markdown
Contributor

mrigger commented Oct 11, 2022

Great, thanks! We can merge it as soon as the CI tests pass.

@qoega
Copy link
Copy Markdown
Collaborator

qoega commented Oct 17, 2022

Probably you want to just ignore this errors?

EXPLAIN SELECT VARIANCE(((359867990)/(1513271258))), MAX(((' ?') COLLATE de)), MAX(TIMESTAMP '1969-12-08T08:41:57') FROM t72, t1 WHERE (TIMESTAMP '1970-01-22T10:04:39') BETWEEN SYMMETRIC (t1.c1) AND (t1.c1) GROUP BY t72.c0 HAVING MAX(true) ORDER BY ((-832926214)*(1490194401)), t72.c0 LIMIT NULL OFFSET 457769557;
org.postgresql.util.PSQLException: ERROR: internal error: expected required columns to be a subset of output columns
[526](https://github.com/sqlancer/sqlancer/actions/runs/3222424613/jobs/5271481266#step:7:527)

@mgartner
Copy link
Copy Markdown
Collaborator Author

Thanks for pointing that error out. It's an internal error and an indication that there is something wrong with a query plan, so we don't want to ignore it. It could be the same problem as cockroachdb/cockroach#88037. We will investigate.

@mrigger
Copy link
Copy Markdown
Contributor

mrigger commented Oct 19, 2022

Is this PR ready to be merged? If yes, please rebase or merge so that the PR is up-to-date with the base branch.

@mgartner mgartner changed the title Update CockroachDB to v22.2.0-beta.3 Update CockroachDB to v22.2.0-beta.4 Oct 19, 2022
@mgartner
Copy link
Copy Markdown
Collaborator Author

Yes, I think this is ready to merge.

@mrigger mrigger merged commit 99fb1b3 into sqlancer:master Oct 19, 2022
@mrigger
Copy link
Copy Markdown
Contributor

mrigger commented Oct 20, 2022

Great, thanks!

@mgartner mgartner deleted the cockroachdb-v22.2 branch October 20, 2022 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants