Skip to content

pkg/ccl/testccl/sqlccl/sqlccl_test: TestExplainGist failed #130282

@cockroach-teamcity

Description

@cockroach-teamcity

pkg/ccl/testccl/sqlccl/sqlccl_test.TestExplainGist failed on master @ fa9c0528fc0d06be1b4cfc534ec0501448111fbe:

        LIMIT
        	58:::INT8;
        DELETE FROM
        	defaultdb.public.seed AS tab_725
        USING
        	defaultdb.public.seed AS tab_726, defaultdb.public.seed AS tab_727, defaultdb.public.seed AS tab_728
        LIMIT
        	91:::INT8;
        
    explain_test.go:204: pq: internal error: requested column col_647 not in index: WITH
        	with_108 (col_1144)
        		AS (
        			SELECT * FROM (VALUES ('hello':::greeting), ('added_val_1':::greeting)) AS tab_733 (col_1144)
        			UNION
        				SELECT
        					*
        				FROM
        					(
        						VALUES
        							('howdy':::greeting),
        							(
        								(
        									SELECT
        										'added_val_1':::greeting AS col_1145
        									FROM
        										defaultdb.public.seed AS tab_734
        									WHERE
        										false
        									GROUP BY
        										tab_734._timestamptz
        									HAVING
        										bool_or(tab_734._bool::BOOL)::BOOL
        									ORDER BY
        										tab_734._timestamptz DESC
        									LIMIT
        										1:::INT8
        								)
        							)
        					)
        						AS tab_735 (col_1146)
        		),
        	with_109 (col_1147, col_1148)
        		AS (SELECT * FROM (VALUES (NULL, e'7!$\x126$\x0b':::STRING:::NAME)) AS tab_736 (col_1147, col_1148))
        SELECT
        	(-15528):::INT8 AS col_1149, 'morning':::greeting AS col_1150, tab_737._inet AS col_1151
        FROM
        	with_109 AS cte_ref_33, defaultdb.public.seed@seed__int8__float8__date_idx AS tab_737
        WHERE
        	tab_737._bool
    --- FAIL: TestExplainGist/main (8.95s)

Parameters:

  • attempt=1
  • run=19
  • shard=2
Help

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

This test on roachdash | Improve this report!

Jira issue: CRDB-41972

Metadata

Metadata

Assignees

Labels

C-test-failureBroken test (automatically or manually discovered).O-robotOriginated from a bot.P-2Issues/test failures with a fix SLA of 3 monthsT-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)branch-masterFailures and bugs on the master branch.branch-release-23.1Used to mark GA and release blockers, technical advisories, and bugs for 23.1branch-release-23.2Used to mark GA and release blockers, technical advisories, and bugs for 23.2branch-release-24.1Used to mark GA and release blockers, technical advisories, and bugs for 24.1branch-release-24.2Used to mark GA and release blockers, technical advisories, and bugs for 24.2branch-release-24.3Used to mark GA and release blockers, technical advisories, and bugs for 24.3

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions