Giter Club home page Giter Club logo

Comments (1)

cockroach-teamcity avatar cockroach-teamcity commented on August 16, 2024

compose.TestComposeCompare failed with artifacts on release-24.1.0-rc @ 5e4ca9e26f1a25681de9c944298cfa139c344466:

        cockroach1_1  | status:              initialized new cluster
        cockroach1_1  | nodeID:              1
        test_1        | --- FAIL: TestCompare (1.04s)
        test_1        |     compare_test.go:104: Checking connection to: cockroach1
        test_1        |     compare_test.go:104: Checking connection to: cockroach2
        test_1        |     --- FAIL: TestCompare/mutators (0.00s)
        test_1        |         compare_test.go:113: starting test: mutators
        test_1        | panic: geos: no locations to init GEOS [recovered]
        test_1        | 	panic: geos: no locations to init GEOS
        test_1        | 
        test_1        | goroutine 106 [running]:
        test_1        | testing.tRunner.func1.2({0x23bc280, 0xc0000a6f60})
        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({0x23bc280?, 0xc0000a6f60?})
        test_1        | 	GOROOT/src/runtime/panic.go:770 +0x132
        test_1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.encodeInvertedIndexHistogramUpperBounds(0x49c4640?, {0x3437b50?, 0xc0024f36e0?})
        test_1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:371 +0x45a
        test_1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.randHistogram(0xc0008b4f60, 0x49c4640)
        test_1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:304 +0x127
        test_1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.statisticsMutator.func1(0xc000912300)
        test_1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:220 +0x76
        test_1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.statisticsMutator(0xc0008b4f60, {0xc00261ba80?, 0x33febb0?, 0xc0024f2750?})
        test_1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:253 +0x5e8
        test_1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.MultiStatementMutation.Mutate(0xc0008b4f60?, 0x25ccc74?, {0xc00261ba80?, 0x2?, 0x100?})
        test_1        | 	github.com/cockroachdb/cockroach/pkg/sql/randgen/mutator.go:97 +0x28
        test_1        | github.com/cockroachdb/cockroach/pkg/sql/randgen.RandCreateTables(0xc0008b4f60, {0x25ccc74, 0x5}, 0x2, 0x0, {0xc000d7fa58, 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(0xc0008b4f60, 0x2, {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(0xc0008b4f60)
        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(0x27f4a58?)
        test_1        | 	github.com/cockroachdb/cockroach/pkg/internal/sqlsmith/setup.go:51 +0x1b
        test_1        | github.com/cockroachdb/cockroach/pkg/compose/compare/compare.TestCompare.func2(0xc0004d5380)
        test_1        | 	github.com/cockroachdb/cockroach/pkg/compose/compare/compare/compare_test.go:115 +0xe5
        test_1        | testing.tRunner(0xc0004d5380, 0xc0006527e0)
        test_1        | 	GOROOT/src/testing/testing.go:1689 +0xfb
        test_1        | created by testing.(*T).Run in goroutine 26
        test_1        | 	GOROOT/src/testing/testing.go:1742 +0x390
        compare_test_1 exited with code 2
        Stopping compare_cockroach1_1 ... 
        Stopping compare_cockroach2_1 ... 
        Stopping compare_cockroach1_1 ... done
        Stopping compare_cockroach2_1 ... done
        Aborting on container exit...
        
    compose_test.go:125: exit status 2
--- FAIL: TestComposeCompare (9.47s)
Help

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

Same failure on other branches

  • #124379 compose: TestComposeCompare failed [C-test-failure O-robot T-sql-foundations branch-release-23.2 release-blocker]
  • #123188 compose: TestComposeCompare failed [no locations to init GEOS] [O-robot T-sql-foundations branch-release-23.2.5-rc]
  • #89361 compose: TestComposeCompare failed [O-robot T-sql-foundations branch-release-22.2]

This test on roachdash | Improve this report!

from cockroach.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.