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

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

sql/logictest: TestLogic failed #84413

cockroach-teamcity opened this issue Jul 14, 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 14, 2022

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

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

@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 14, 2022
@cockroach-teamcity cockroach-teamcity added this to the 22.2 milestone Jul 14, 2022
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Jul 14, 2022
@rytaft
Copy link
Collaborator

rytaft commented Jul 16, 2022

Dup of #83739

@rytaft rytaft closed this as completed Jul 16, 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-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