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

Closed
cockroach-teamcity opened this issue Oct 27, 2021 · 7 comments
Closed

sql/logictest: TestLogic failed #72017

cockroach-teamcity opened this issue Oct 27, 2021 · 7 comments
Assignees
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

Comments

@cockroach-teamcity
Copy link
Member

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

=== RUN   TestLogic
    test_log_scope.go:79: test logs captured to: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestLogic306877313
    test_log_scope.go:80: use -show-logs to present logs inline
=== CONT  TestLogic
    logic.go:3433: -- test log scope end --
test logs left over in: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestLogic306877313
--- FAIL: TestLogic (1156.13s)
=== RUN   TestLogic/5node-disk
    --- FAIL: TestLogic/5node-disk (47.29s)
=== RUN   TestLogic/5node-disk/distsql_union/Intersect
    logic.go:2570: 
        
        testdata/logic_test/distsql_union:161: (SELECT y FROM xyz) INTERSECT ALL (SELECT y FROM xyz) ORDER BY y
        expected success, but found
        (XXUUU) no inbound stream connection
        flow_registry.go:32: in init()
    logic.go:2319: 
         pq: no inbound stream connection
--- progress: testdata/logic_test/distsql_union: 15 statements/queries
    logic.go:1863: 
         testdata/logic_test/distsql_union:171: too many errors encountered, skipping the rest of the input
--- done: testdata/logic_test/distsql_union with config 5node-disk: 15 tests, 3 failures
--- total progress: 154872 statements/queries
            --- FAIL: TestLogic/5node-disk/distsql_union/Intersect (10.00s)
=== RUN   TestLogic/5node-disk/distsql_union
        --- FAIL: TestLogic/5node-disk/distsql_union (11.16s)
Help

See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)Parameters in this failure:

  • GOFLAGS=-json

Same failure on other branches

/cc @cockroachdb/sql-queries jordanlewis

This test on roachdash | Improve this report!

@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 Oct 27, 2021
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Oct 27, 2021
@yuzefovich
Copy link
Member

Hm, I wonder whether it is because of #71787.

@cockroach-teamcity
Copy link
Member Author

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

=== RUN   TestLogic
    test_log_scope.go:79: test logs captured to: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestLogic937002041
    test_log_scope.go:80: use -show-logs to present logs inline
=== CONT  TestLogic
    logic.go:3433: -- test log scope end --
test logs left over in: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestLogic937002041
--- FAIL: TestLogic (1128.96s)
=== RUN   TestLogic/5node/distsql_numtables
    logic.go:2570: 
        
        testdata/logic_test/distsql_numtables:21: 
        expected success, but found
        (XXUUU) cannot up-replicate to s4; missing gossiped StoreDescriptor (the store is likely dead, draining or decommissioning)
--- done: testdata/logic_test/distsql_numtables with config 5node: 4 tests, 1 failures
    logic.go:3201: 
        testdata/logic_test/distsql_numtables:21: error while processing
    logic.go:3201: pq: cannot up-replicate to s4; missing gossiped StoreDescriptor (the store is likely dead, draining or decommissioning)
        --- FAIL: TestLogic/5node/distsql_numtables (15.81s)
=== RUN   TestLogic/5node
    --- FAIL: TestLogic/5node (51.77s)
Help

See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)Parameters in this failure:

  • GOFLAGS=-json

Same failure on other branches

/cc @cockroachdb/sql-queries

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

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

Fatal error:

panic: unimplemented [recovered]
	panic: unimplemented

Stack:

goroutine 9298545 [running]:
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).Recover(0xc01b202510, 0x5a25bd0, 0xc01cdc2f40)
	/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:254 +0x126
panic(0x3dbb8c0, 0x5953c00)
	/usr/local/go/src/runtime/panic.go:965 +0x1b9
github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scjob.(*newSchemaChangeResumer).OnFailOrCancel(0xc02d692240, 0x5a25c78, 0xc01cc67830, 0x42928a0, 0xc00bcc1db8, 0x3ed8160, 0x7bef5a0)
	/go/src/github.com/cockroachdb/cockroach/pkg/sql/schemachanger/scjob/job.go:78 +0x39
github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).stepThroughStateMachine.func3(0xc030feb6c0, 0x59e6208, 0xc02d692240, 0x5a25c78, 0xc01cc67830, 0x42928a0, 0xc00bcc1db8, 0xc0099273b0)
	/go/src/github.com/cockroachdb/cockroach/pkg/jobs/registry.go:1280 +0xae
github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).stepThroughStateMachine(0xc01bf3de00, 0x5a25c78, 0xc0160fa840, 0x42928a0, 0xc00bcc1db8, 0x59e6208, 0xc02d692240, 0xc01d0a38c0, 0x44f2b45, 0x9, ...)
	/go/src/github.com/cockroachdb/cockroach/pkg/jobs/registry.go:1281 +0x1994
github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).stepThroughStateMachine(0xc01bf3de00, 0x5a25c78, 0xc0160fa840, 0x42928a0, 0xc00bcc1db8, 0x59e6208, 0xc02d692240, 0xc01d0a38c0, 0xc03143cea8, 0x7, ...)
	/go/src/github.com/cockroachdb/cockroach/pkg/jobs/registry.go:1232 +0xe07
github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).runJob(0xc01bf3de00, 0x5a25bd0, 0xc0187a8780, 0x59e6208, 0xc02d692240, 0xc01d0a38c0, 0xc03143cea8, 0x7, 0xc0367f00f0, 0x16, ...)
	/go/src/github.com/cockroachdb/cockroach/pkg/jobs/adopt.go:414 +0x4c9
github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).resumeJob.func1(0x5a25bd0, 0xc01cdc2f40)
	/go/src/github.com/cockroachdb/cockroach/pkg/jobs/adopt.go:336 +0x165
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2(0xc01b202510, 0x5a25bd0, 0xc01cdc2f40, 0xc02985ed00, 0x0, 0xc008f6b4f0)
	/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:491 +0x103
created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx
	/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:481 +0x2ad
Log preceding fatal error

=== RUN   TestLogic/fakedist-disk/new_schema_changer/add_column_default

Help

See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)Parameters in this failure:

  • GOFLAGS=-parallel=2

Same failure on other branches

/cc @cockroachdb/sql-queries

This test on roachdash | Improve this report!

@yuzefovich
Copy link
Member

cc @cockroachdb/sql-schema for the latest failure

@ajwerner
Copy link
Contributor

ajwerner commented Nov 9, 2021

@fqazi this is more fallout from the recent changes. I do think it's alarming that we hit a failure.

@andreimatei
Copy link
Contributor

@yuzefovich
Copy link
Member

We haven't seen that no inbound stream failure in 2 weeks, and the latest failures here have been fixed by #72584, so closing.

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

5 participants