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

pkg/compose/compose_test: TestComposeCompare failed #125027

Closed
cockroach-teamcity opened this issue Jun 4, 2024 · 0 comments · Fixed by #125694
Closed

pkg/compose/compose_test: TestComposeCompare failed #125027

cockroach-teamcity opened this issue Jun 4, 2024 · 0 comments · Fixed by #125694
Assignees
Labels
branch-release-24.1 Used to mark GA and release blockers, technical advisories, and bugs for 24.1 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. P-3 Issues/test failures with no fix SLA T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Jun 4, 2024

pkg/compose/compose_test.TestComposeCompare failed with artifacts on release-24.1 @ 65d7bfd0d0b8212d761c5148db319935e4f53169:

        cockroach2-1  | nodeID:              1
        test-1        | === RUN   TestCompare/mutators
        test-1        |     compare_test.go:111: starting test: mutators
        test-1        | --- FAIL: TestCompare (1.06s)
        test-1        |     --- FAIL: TestCompare/mutators (0.00s)
        test-1        | panic: geos: no locations to init GEOS [recovered]
        test-1        | 	panic: geos: no locations to init GEOS
        test-1        | 
        test-1        | goroutine 101 [running]:
        test-1        | testing.tRunner.func1.2({0x23bb5e0, 0xc0006a72a0})
        test-1        | 	GOROOT/src/testing/testing.go:1631 +0x24a
        test-1        | testing.tRunner.func1()
        test-1        | 	GOROOT/src/testing/testing.go:1634 +0x377
        test-1        | panic({0x23bb5e0?, 0xc0006a72a0?})
        test-1        | 	GOROOT/src/runtime/panic.go:770 +0x132
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.encodeInvertedIndexHistogramUpperBounds(0x49c2640?, {0x3436ff0?, 0xc001ede180?})
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:371 +0x45a
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.randHistogram(0xc000d64450, 0x49c2640)
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:304 +0x127
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.statisticsMutator.func1(0xc00277b800)
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:220 +0x76
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.statisticsMutator(0xc000d64450, {0xc0026e23c0?, 0x33fe0b0?, 0xc0008b0f60?})
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:253 +0x5e8
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.MultiStatementMutation.Mutate(0xc000d64450?, 0x25cc134?, {0xc0026e23c0?, 0x5?, 0x100?})
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:97 +0x28
        test-1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.RandCreateTables(0xc000d64450, {0x25cc134, 0x5}, 0x5, 0x0, {0xc00094ba58, 0x3, 0x4395db?})
        test-1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/schema.go:94 +0x131
        test-1        | github.com/cockroachdb/cockroach/pkg/internal/sqlsmith.randTablesN(0xc000d64450, 0x5, {0x0, 0x0})
        test-1        | 	github.com/cockroachdb/cockroach/pkg/internal/sqlsmith/setup.go:118 +0x165
        test-1        | github.com/cockroachdb/cockroach/pkg/internal/sqlsmith.randTables(0xc000d64450)
        test-1        | 	github.com/cockroachdb/cockroach/pkg/internal/sqlsmith/setup.go:98 +0x2f
        test-1        | github.com/cockroachdb/cockroach/pkg/internal/sqlsmith.init.wrapCommonSetup.func47(0x27f3ed8?)
        test-1        | 	github.com/cockroachdb/cockroach/pkg/internal/sqlsmith/setup.go:51 +0x1b
        test-1        | pkg/compose/compare/compare/compare_test.TestCompare.func2(0xc000a6cd00)
        test-1        | 	pkg/compose/compare/compare/compare_test/pkg/compose/compare/compare/compare_test.go:113 +0xe5
        test-1        | testing.tRunner(0xc000a6cd00, 0xc0003e5d40)
        test-1        | 	GOROOT/src/testing/testing.go:1689 +0xfb
        test-1        | created by testing.(*T).Run in goroutine 21
        test-1        | 	GOROOT/src/testing/testing.go:1742 +0x390
        
�[Ktest-1 exited with code 2
        Aborting on container exit...
         Container compare-test-1  Stopping
         Container compare-test-1  Stopped
         Container compare-cockroach1-1  Stopping
         Container compare-cockroach2-1  Stopping
         Container compare-cockroach2-1  Stopped
         Container compare-cockroach1-1  Stopped
        
    compose_test.go:143: exit status 2
--- FAIL: TestComposeCompare (9.66s)
Help

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

Same failure on other branches

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-39200

@cockroach-teamcity cockroach-teamcity added branch-release-24.1 Used to mark GA and release blockers, technical advisories, and bugs for 24.1 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels Jun 4, 2024
@cockroach-teamcity cockroach-teamcity added this to the 24.1 milestone Jun 4, 2024
@rafiss rafiss self-assigned this Jun 4, 2024
@rafiss rafiss added P-2 Issues/test failures with a fix SLA of 3 months and removed release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. labels Jun 4, 2024
@exalate-issue-sync exalate-issue-sync bot added release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. and removed P-2 Issues/test failures with a fix SLA of 3 months labels Jun 4, 2024
@rafiss rafiss removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Jun 17, 2024
@exalate-issue-sync exalate-issue-sync bot added the P-3 Issues/test failures with no fix SLA label Jun 18, 2024
@craig craig bot closed this as completed in #125694 Jun 18, 2024
@craig craig bot closed this as completed in 8b17f49 Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-24.1 Used to mark GA and release blockers, technical advisories, and bugs for 24.1 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. P-3 Issues/test failures with no fix SLA T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants