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: TestCommentOnTableWhenDrop failed #62787

Closed
cockroach-teamcity opened this issue Mar 30, 2021 · 1 comment
Closed

sql: TestCommentOnTableWhenDrop failed #62787

cockroach-teamcity opened this issue Mar 30, 2021 · 1 comment
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.

Comments

@cockroach-teamcity
Copy link
Member

(sql).TestCommentOnTableWhenDrop failed on master@52d81caa4f327b8833e0e1752e3cc9c337e9fd64:


goroutine 9 [chan receive]:
github.com/cockroachdb/cockroach/pkg/util/log.signalFlusher()
	/go/src/github.com/cockroachdb/cockroach/pkg/util/log/log_flush.go:98 +0x12c
created by github.com/cockroachdb/cockroach/pkg/util/log.init.5
	/go/src/github.com/cockroachdb/cockroach/pkg/util/log/log_flush.go:42 +0x4d

goroutine 34 [syscall]:
os/signal.signal_recv(0x0)
	/usr/local/go/src/runtime/sigqueue.go:147 +0x9d
os/signal.loop()
	/usr/local/go/src/os/signal/signal_unix.go:23 +0x25
created by os/signal.Notify.func1.1
	/usr/local/go/src/os/signal/signal.go:150 +0x45

goroutine 37 [select]:
go.opencensus.io/stats/view.(*worker).start(0xc0004e3580)
	/go/src/github.com/cockroachdb/cockroach/vendor/go.opencensus.io/stats/view/worker.go:276 +0x105
created by go.opencensus.io/stats/view.init.0
	/go/src/github.com/cockroachdb/cockroach/vendor/go.opencensus.io/stats/view/worker.go:34 +0x68

goroutine 182972 [runnable]:
syscall.Syscall(0x107, 0xffffffffffffff9c, 0xc0088000c0, 0x200, 0xffffffffffffffff, 0x0, 0x27)
	/usr/local/go/src/syscall/asm_linux_amd64.s:18 +0x5
syscall.unlinkat(0xffffffffffffff9c, 0xc0055a60c0, 0x59, 0x200, 0x537ec20, 0x72a6a28)
	/usr/local/go/src/syscall/zsyscall_linux_amd64.go:126 +0xa5
syscall.Rmdir(...)
	/usr/local/go/src/syscall/syscall_linux.go:172
os.Remove(0xc0055a60c0, 0x59, 0x25, 0x55e)
	/usr/local/go/src/os/file_unix.go:284 +0x93
os.removeAll(0xc0055a60c0, 0x59, 0x0, 0x0)
	/usr/local/go/src/os/removeall_at.go:29 +0x14d
os.RemoveAll(...)
	/usr/local/go/src/os/path.go:67
github.com/cockroachdb/cockroach/pkg/util/log.(*TestLogScope).Close.func1(0xc0057fe000, 0x5472f60, 0xc0049dc000)
	/go/src/github.com/cockroachdb/cockroach/pkg/util/log/test_log_scope.go:244 +0x1e7
github.com/cockroachdb/cockroach/pkg/util/log.(*TestLogScope).Close(0xc0057fe000, 0x5472f60, 0xc0049dc000)
	/go/src/github.com/cockroachdb/cockroach/pkg/util/log/test_log_scope.go:275 +0x35b
github.com/cockroachdb/cockroach/pkg/sql_test.TestCommentOnTableWhenDrop(0xc0049dc000)
	/go/src/github.com/cockroachdb/cockroach/pkg/sql/comment_on_table_test.go:113 +0x54d
testing.tRunner(0xc0049dc000, 0x4da1250)
	/usr/local/go/src/testing/testing.go:1123 +0xef
created by testing.(*T).Run
	/usr/local/go/src/testing/testing.go:1168 +0x2b3


ERROR: exit status 2

25 runs completed, 1 failures, over 39m17s
context canceled

More

Parameters:

  • TAGS=
  • GOFLAGS=-parallel=4
make stressrace TESTS=TestCommentOnTableWhenDrop PKG=./pkg/sql TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

See this test on roachdash
powered by pkg/cmd/internal/issues

@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 Mar 30, 2021
@tbg
Copy link
Member

tbg commented Apr 1, 2021

runtime: marked free object in span 0x7f7f9d49b548, elemsize=16 freeindex=0 (bad use of unsafe.Pointer? try -d=checkptr)

Hopefully fixed by #62815, which was not yet included in this failure.

@tbg tbg closed this as completed Apr 1, 2021
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.
Projects
None yet
Development

No branches or pull requests

2 participants