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

server: TestTelemetrySQLStatsIndependence failed #63848

Closed
cockroach-teamcity opened this issue Apr 19, 2021 · 2 comments
Closed

server: TestTelemetrySQLStatsIndependence failed #63848

cockroach-teamcity opened this issue Apr 19, 2021 · 2 comments
Assignees
Labels
C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot.
Milestone

Comments

@cockroach-teamcity
Copy link
Member

(server).TestTelemetrySQLStatsIndependence failed on release-20.2@9403cf5fa3600ac033bdd1104f9291070a3005b1:

=== RUN   TestTelemetrySQLStatsIndependence
--- FAIL: TestTelemetrySQLStatsIndependence (8.88s)
    test_log_scope.go:158: test logs captured to: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestTelemetrySQLStatsIndependence994028084
    test_log_scope.go:63: use -show-logs to present logs inline
    leaktest.go:129: Leaked goroutine: goroutine 108952 [chan receive]:
        net/http.(*persistConn).addTLS(0xc001d48fc0, 0xc003a320e0, 0x18, 0x0, 0xc003a320f9, 0x3)
        	/usr/local/go/src/net/http/transport.go:1420 +0x1d3
        net/http.(*Transport).dialConn(0xc000853540, 0x5936540, 0xc00829cae0, 0x0, 0xc003a9f680, 0x5, 0xc003a320e0, 0x1c, 0x0, 0xc0023ae7a8, ...)
        	/usr/local/go/src/net/http/transport.go:1493 +0x1c65
        net/http.(*Transport).dialConnFor(0xc000853540, 0xc001a44160)
        	/usr/local/go/src/net/http/transport.go:1313 +0xdc
        created by net/http.(*Transport).queueForDial
        	/usr/local/go/src/net/http/transport.go:1282 +0x41d
        Leaked goroutine: goroutine 108956 [IO wait]:
        internal/poll.runtime_pollWait(0x7f9c2a8fe5b8, 0x72, 0xffffffffffffffff)
        	/usr/local/go/src/runtime/netpoll.go:184 +0x55
        internal/poll.(*pollDesc).wait(0xc004235618, 0x72, 0x200, 0x205, 0xffffffffffffffff)
        	/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
        internal/poll.(*pollDesc).waitRead(...)
        	/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
        internal/poll.(*FD).Read(0xc004235600, 0xc002f46240, 0x205, 0x205, 0x0, 0x0, 0x0)
        	/usr/local/go/src/internal/poll/fd_unix.go:169 +0x1cf
        net.(*netFD).Read(0xc004235600, 0xc002f46240, 0x205, 0x205, 0x203001, 0x6a4881, 0x4edf4d0)
        	/usr/local/go/src/net/fd_unix.go:202 +0x4f
        net.(*conn).Read(0xc00596ccc0, 0xc002f46240, 0x205, 0x205, 0x0, 0x0, 0x0)
        	/usr/local/go/src/net/net.go:184 +0x68
        crypto/tls.(*atLeastReader).Read(0xc00504b120, 0xc002f46240, 0x205, 0x205, 0xc002f46240, 0x0, 0xc00236b938)
        	/usr/local/go/src/crypto/tls/conn.go:780 +0x60
        bytes.(*Buffer).ReadFrom(0xc001d34cd8, 0x589eaa0, 0xc00504b120, 0x67fe75, 0x4386c40, 0x4861e40)
        	/usr/local/go/src/bytes/buffer.go:204 +0xb4
        crypto/tls.(*Conn).readFromUntil(0xc001d34a80, 0x58a6800, 0xc00596ccc0, 0x5, 0xc00596ccc0, 0x114)
        	/usr/local/go/src/crypto/tls/conn.go:802 +0xec
        crypto/tls.(*Conn).readRecordOrCCS(0xc001d34a80, 0xc00236bc00, 0x90cb2f, 0xc001d34c48)
        	/usr/local/go/src/crypto/tls/conn.go:609 +0x124
        crypto/tls.(*Conn).readRecord(...)
        	/usr/local/go/src/crypto/tls/conn.go:577
        crypto/tls.(*Conn).readHandshake(0xc001d34a80, 0xc001bbc116, 0xc001bbc180, 0x10f, 0x180)
        	/usr/local/go/src/crypto/tls/conn.go:993 +0x6d
        crypto/tls.(*Conn).clientHandshake(0xc001d34a80, 0x0, 0x0)
        	/usr/local/go/src/crypto/tls/handshake_client.go:171 +0x19d
        crypto/tls.(*Conn).Handshake(0xc001d34a80, 0x0, 0x0)
        	/usr/local/go/src/crypto/tls/conn.go:1362 +0x12b
        net/http.(*persistConn).addTLS.func2(0x0, 0xc001d34a80, 0x0, 0xc005d09200)
        	/usr/local/go/src/net/http/transport.go:1414 +0x42
        created by net/http.(*persistConn).addTLS
        	/usr/local/go/src/net/http/transport.go:1410 +0x1aa

More

Parameters:

  • GOFLAGS=-json
make stressrace TESTS=TestTelemetrySQLStatsIndependence PKG=./pkg/server TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

Related:

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

@cockroach-teamcity
Copy link
Member Author

(server).TestTelemetrySQLStatsIndependence failed on release-20.2@0f7c01f403e1c27f5a7591ee7e2fe2400f71e15c:

=== RUN   TestTelemetrySQLStatsIndependence
--- FAIL: TestTelemetrySQLStatsIndependence (9.98s)
    test_log_scope.go:158: test logs captured to: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestTelemetrySQLStatsIndependence540080092
    test_log_scope.go:63: use -show-logs to present logs inline
    leaktest.go:129: Leaked goroutine: goroutine 108970 [chan receive]:
        net/http.(*persistConn).addTLS(0xc0036c6240, 0xc0047487c0, 0x18, 0x0, 0xc0047487d9, 0x3)
        	/usr/local/go/src/net/http/transport.go:1420 +0x1d3
        net/http.(*Transport).dialConn(0xc0005a4140, 0x5945420, 0xc00676e510, 0x0, 0xc0085cb0e0, 0x5, 0xc0047487c0, 0x1c, 0x0, 0x0, ...)
        	/usr/local/go/src/net/http/transport.go:1493 +0x1c65
        net/http.(*Transport).dialConnFor(0xc0005a4140, 0xc009f7e0b0)
        	/usr/local/go/src/net/http/transport.go:1313 +0xdc
        created by net/http.(*Transport).queueForDial
        	/usr/local/go/src/net/http/transport.go:1282 +0x41d
        Leaked goroutine: goroutine 108979 [IO wait]:
        internal/poll.runtime_pollWait(0x7f0b1d2c7280, 0x72, 0xffffffffffffffff)
        	/usr/local/go/src/runtime/netpoll.go:184 +0x55
        internal/poll.(*pollDesc).wait(0xc0039d2f98, 0x72, 0x200, 0x205, 0xffffffffffffffff)
        	/usr/local/go/src/internal/poll/fd_poll_runtime.go:87 +0x45
        internal/poll.(*pollDesc).waitRead(...)
        	/usr/local/go/src/internal/poll/fd_poll_runtime.go:92
        internal/poll.(*FD).Read(0xc0039d2f80, 0xc00355a480, 0x205, 0x205, 0x0, 0x0, 0x0)
        	/usr/local/go/src/internal/poll/fd_unix.go:169 +0x1cf
        net.(*netFD).Read(0xc0039d2f80, 0xc00355a480, 0x205, 0x205, 0x203001, 0x6a5e01, 0x4eee350)
        	/usr/local/go/src/net/fd_unix.go:202 +0x4f
        net.(*conn).Read(0xc007a12918, 0xc00355a480, 0x205, 0x205, 0x0, 0x0, 0x0)
        	/usr/local/go/src/net/net.go:184 +0x68
        crypto/tls.(*atLeastReader).Read(0xc007a1a340, 0xc00355a480, 0x205, 0x205, 0xc00355a480, 0x0, 0xc003633938)
        	/usr/local/go/src/crypto/tls/conn.go:780 +0x60
        bytes.(*Buffer).ReadFrom(0xc003903058, 0x58ad980, 0xc007a1a340, 0x6813f5, 0x4395ac0, 0x4870cc0)
        	/usr/local/go/src/bytes/buffer.go:204 +0xb4
        crypto/tls.(*Conn).readFromUntil(0xc003902e00, 0x58b56e0, 0xc007a12918, 0x5, 0xc007a12918, 0x114)
        	/usr/local/go/src/crypto/tls/conn.go:802 +0xec
        crypto/tls.(*Conn).readRecordOrCCS(0xc003902e00, 0xc003633c00, 0x90e0af, 0xc003902fc8)
        	/usr/local/go/src/crypto/tls/conn.go:609 +0x124
        crypto/tls.(*Conn).readRecord(...)
        	/usr/local/go/src/crypto/tls/conn.go:577
        crypto/tls.(*Conn).readHandshake(0xc003902e00, 0xc006e1b816, 0xc006e1b800, 0x10f, 0x180)
        	/usr/local/go/src/crypto/tls/conn.go:993 +0x6d
        crypto/tls.(*Conn).clientHandshake(0xc003902e00, 0x0, 0x0)
        	/usr/local/go/src/crypto/tls/handshake_client.go:171 +0x19d
        crypto/tls.(*Conn).Handshake(0xc003902e00, 0x0, 0x0)
        	/usr/local/go/src/crypto/tls/conn.go:1362 +0x12b
        net/http.(*persistConn).addTLS.func2(0x0, 0xc003902e00, 0x0, 0xc00479be00)
        	/usr/local/go/src/net/http/transport.go:1414 +0x42
        created by net/http.(*persistConn).addTLS
        	/usr/local/go/src/net/http/transport.go:1410 +0x1aa

More

Parameters:

  • GOFLAGS=-json
make stressrace TESTS=TestTelemetrySQLStatsIndependence PKG=./pkg/server TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

Related:

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

craig bot pushed a commit that referenced this issue Apr 19, 2021
63852: server: skip TestTelemetrySQLStatsIndependence r=tbg a=knz

This test flakes if the reg server is temporarily unavailable.

Informs  #63844, #63851,  #63848

63854: sqlsmith: don't use crdb_internal.create_join_token r=yuzefovich a=yuzefovich

This is an internal builtin, and we probably don't get much when using
it in the sqlsmith. Currently this builtin occasionally leads to an
internal error.

Addresses: #63819.

Release note: None

Co-authored-by: Raphael 'kena' Poss <[email protected]>
Co-authored-by: Yahor Yuzefovich <[email protected]>
adityamaru added a commit to adityamaru/cockroach that referenced this issue Apr 19, 2021
Refs: cockroachdb#63848

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
miretskiy pushed a commit to miretskiy/cockroach that referenced this issue Apr 19, 2021
Refs: cockroachdb#63848

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
@solongordon
Copy link
Contributor

Closing this since the test has been skipped and the test issue is being tracked in #63851.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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