Skip to content
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

sql/logictest: TestLogic failed #84691

Closed
cockroach-teamcity opened this issue Jul 20, 2022 · 1 comment
Closed

sql/logictest: TestLogic failed #84691

cockroach-teamcity opened this issue Jul 20, 2022 · 1 comment
Labels
branch-release-22.1 Used to mark GA and release blockers, technical advisories, and bugs for 22.1 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-sql-queries SQL Queries Team
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Jul 20, 2022

sql/logictest.TestLogic failed with artifacts on release-22.1 @ bdaab4447c1a15ec4d10eb816f2b4a01a42990c9:

=== RUN   TestLogic/local/alter_table/column_backfiller_update_batching
    logic.go:3241: let $use_decl_sc = on
[05:16:03] SET use_declarative_schema_changer = 'off';;
[05:16:03] BEGIN;
CREATE TABLE tb AS SELECT 123::INT AS k FROM generate_series(1, 10);
SET tracing = on,kv;
ALTER TABLE tb ADD COLUMN v STRING NOT NULL DEFAULT ('abc'::STRING);
SET tracing = off;;
[05:16:03] SELECT count(*) FROM [SHOW KV TRACE FOR SESSION] WHERE message LIKE '%sending batch%' AND message LIKE '% Put to %';;
[05:16:03] 	-- OK;
[05:16:03] SELECT count(*) FROM tb WHERE v = 'abc';;
[05:16:03] 	-- OK;
[05:16:03] ROLLBACK;;
Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

/cc @cockroachdb/sql-queries

This test on roachdash | Improve this report!

Jira issue: CRDB-17801

@cockroach-teamcity cockroach-teamcity added branch-release-22.1 Used to mark GA and release blockers, technical advisories, and bugs for 22.1 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Jul 20, 2022
@cockroach-teamcity cockroach-teamcity added this to the 22.1 milestone Jul 20, 2022
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Jul 20, 2022
@rytaft
Copy link
Collaborator

rytaft commented Jul 20, 2022

Dup of #83739

@rytaft rytaft closed this as completed Jul 20, 2022
@mgartner mgartner moved this to Done in SQL Queries Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-22.1 Used to mark GA and release blockers, technical advisories, and bugs for 22.1 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-sql-queries SQL Queries Team
Projects
Archived in project
Development

No branches or pull requests

2 participants