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 #84556

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

sql/logictest: TestLogic failed #84556

cockroach-teamcity opened this issue Jul 18, 2022 · 1 comment
Labels
branch-master Failures and bugs on the master branch. 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 18, 2022

sql/logictest.TestLogic failed with artifacts on master @ dc382b1ec54b4599cce1f5f50f243723a4286da6:

=== RUN   TestLogic/local/alter_table/column_backfiller_update_batching
    logic.go:3309: let $use_decl_sc = on
[05:13:23] SET use_declarative_schema_changer = 'off';;
[05:13:23] 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:13:23] SELECT count(*) FROM [SHOW KV TRACE FOR SESSION] WHERE message LIKE '%sending batch%' AND message LIKE '% Put to %';;
[05:13:23] 	-- OK;
[05:13:23] SELECT count(*) FROM tb WHERE v = 'abc';;
[05:13:23] 	-- OK;
[05:13:23] 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-17732

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Jul 18, 2022
@cockroach-teamcity cockroach-teamcity added this to the 22.2 milestone Jul 18, 2022
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Jul 18, 2022
@yuzefovich
Copy link
Member

dup of #83739

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. 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