-
Notifications
You must be signed in to change notification settings - Fork 4.1k
cli: TestZipSpecialNames failed #57161
Copy link
Copy link
Closed
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.branch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.
Description
(cli).TestZipSpecialNames failed on master@fe5da5c2df069dc7f820f5c3e2f3e03f1cb7b661:
/go/src/github.com/cockroachdb/cockroach/pkg/kv/db.go:706 +0x124
github.com/cockroachdb/cockroach/pkg/server.(*Node).recordJoinEvent.func1()
/go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:790 +0x4f4
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1()
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:222 +0x1de
Goroutine 373 (running) created at:
testing.(*T).Run()
/usr/local/go/src/testing/testing.go:1168 +0x5bb
testing.runTests.func1()
/usr/local/go/src/testing/testing.go:1439 +0xa6
testing.tRunner()
/usr/local/go/src/testing/testing.go:1123 +0x202
testing.runTests()
/usr/local/go/src/testing/testing.go:1437 +0x612
testing.(*M).Run()
/usr/local/go/src/testing/testing.go:1345 +0x3b3
github.com/cockroachdb/cockroach/pkg/cli_test.TestMain()
/go/src/github.com/cockroachdb/cockroach/pkg/cli/main_test.go:34 +0xaf
main.main()
_testmain.go:217 +0x271
Goroutine 845 (finished) created at:
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker()
/go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:215 +0xc4
github.com/cockroachdb/cockroach/pkg/server.(*Node).recordJoinEvent()
/go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:784 +0x1c4
github.com/cockroachdb/cockroach/pkg/server.(*Server).PreStart()
/go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:1735 +0x4edc
github.com/cockroachdb/cockroach/pkg/server.(*Server).PreStart()
/go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:1622 +0x43a5
github.com/cockroachdb/cockroach/pkg/server.(*Server).Start()
/go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:1048 +0x50
github.com/cockroachdb/cockroach/pkg/server.(*TestServer).Start()
/go/src/github.com/cockroachdb/cockroach/pkg/server/testserver.go:410 +0x92
github.com/cockroachdb/cockroach/pkg/testutils/serverutils.StartServerRaw()
/go/src/github.com/cockroachdb/cockroach/pkg/testutils/serverutils/test_server_shim.go:318 +0xc5
github.com/cockroachdb/cockroach/pkg/cli.newCLITest()
/go/src/github.com/cockroachdb/cockroach/pkg/cli/cli_test.go:152 +0x437
github.com/cockroachdb/cockroach/pkg/cli.TestZipSpecialNames()
/go/src/github.com/cockroachdb/cockroach/pkg/cli/zip_test.go:145 +0x1e4
testing.tRunner()
/usr/local/go/src/testing/testing.go:1123 +0x202
==================
CREATE TABLE
[debug --host=127.0.0.1:40163 --insecure=false --certs-dir=/go/src/github.com/cockroachdb/cockroach/artifacts/cli-test866458830 zip --cpu-profile-duration=0 /dev/null]
W201126 06:26:50.045421 195280 sql/sqlliveness/slinstance/slinstance.go:181 ⋮ [n1] exiting heartbeat loop
W201126 06:26:50.046501 195281 jobs/registry.go:687 ⋮ canceling all adopted jobs due to stopper quiescing
testing.go:1038: race detected during execution of test
--- FAIL: TestZipSpecialNames (21.74s)
More
Parameters:
- TAGS=
- GOFLAGS=-race -parallel=4
make stressrace TESTS=TestZipSpecialNames PKG=./pkg/cli TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1
See this test on roachdash
powered by pkg/cmd/internal/issues
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.branch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.