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/tests: TestRandomSyntaxFunctions failed #96131

Closed
cockroach-teamcity opened this issue Jan 28, 2023 · 1 comment
Closed

sql/tests: TestRandomSyntaxFunctions failed #96131

cockroach-teamcity opened this issue Jan 28, 2023 · 1 comment
Labels
branch-release-22.1 Used to mark GA and release blockers, technical advisories, and bugs for 22.1 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Jan 28, 2023

sql/tests.TestRandomSyntaxFunctions failed with artifacts on release-22.1 @ 97d9ad702b767a81260cffba646f58b5dd34b69e:

    rsg_test.go:821: 3m10s of 5m0s: 355393 executions, 217254 successful
    rsg_test.go:821: 3m15s of 5m0s: 365302 executions, 223255 successful
    rsg_test.go:821: 3m20s of 5m0s: 375939 executions, 229780 successful
    rsg_test.go:821: 3m25s of 5m0s: 386116 executions, 235977 successful
    rsg_test.go:821: 3m30s of 5m0s: 395746 executions, 241897 successful
    rsg_test.go:821: 3m35s of 5m0s: 405282 executions, 247725 successful
    rsg_test.go:821: 3m40s of 5m0s: 414992 executions, 253597 successful
    rsg_test.go:821: 3m45s of 5m0s: 424557 executions, 259455 successful
    rsg_test.go:821: 3m50s of 5m0s: 433851 executions, 265216 successful
    rsg_test.go:821: 3m55s of 5m0s: 443137 executions, 270910 successful
    rsg_test.go:821: 4m0s of 5m0s: 453350 executions, 277094 successful
    rsg_test.go:821: 4m5s of 5m0s: 463211 executions, 283076 successful
    rsg_test.go:821: 4m10s of 5m0s: 472667 executions, 288919 successful
    rsg_test.go:821: 4m15s of 5m0s: 482935 executions, 295147 successful
    rsg_test.go:821: 4m20s of 5m0s: 492303 executions, 300925 successful
    rsg_test.go:821: 4m25s of 5m0s: 501527 executions, 306581 successful
    rsg_test.go:821: 4m30s of 5m0s: 510757 executions, 312274 successful
    rsg_test.go:821: 4m35s of 5m0s: 520252 executions, 318118 successful
    rsg_test.go:821: 4m40s of 5m0s: 529241 executions, 323589 successful
    rsg_test.go:821: 4m45s of 5m0s: 538740 executions, 329330 successful
    rsg_test.go:821: 4m50s of 5m0s: 547890 executions, 334933 successful
    rsg_test.go:821: 4m55s of 5m0s: 556696 executions, 340322 successful
    rsg_test.go:857: 565499 executions, 345655 successful
    rsg_test.go:421: -- test log scope end --
    rsg_test.go:421: Leaked goroutine: goroutine 1297919 [IO wait]:
        internal/poll.runtime_pollWait(0x7f0e595816f8, 0x72)
        	GOROOT/src/runtime/netpoll.go:303 +0x85
        internal/poll.(*pollDesc).wait(0xc019a50980, 0xc006efa620, 0x0)
        	GOROOT/src/internal/poll/fd_poll_runtime.go:84 +0x32
        internal/poll.(*pollDesc).waitRead(...)
        	GOROOT/src/internal/poll/fd_poll_runtime.go:89
        internal/poll.(*FD).Read(0xc019a50980, {0xc006efa620, 0x1, 0x200})
        	GOROOT/src/internal/poll/fd_unix.go:167 +0x25a
        net.(*netFD).Read(0xc019a50980, {0xc006efa620, 0x7ca545, 0xc019a50980})
        	GOROOT/src/net/fd_posix.go:56 +0x29
        net.(*conn).Read(0xc00b239c10, {0xc006efa620, 0x7df56e, 0xc00b239c10})
        	GOROOT/src/net/net.go:183 +0x45
        io.ReadAtLeast({0x648cb80, 0xc00b239c10}, {0xc006efa620, 0x1, 0x200}, 0x1)
        	GOROOT/src/io/io.go:328 +0x9a
        io.ReadFull(...)
        	GOROOT/src/io/io.go:347
        github.com/lib/pq.(*conn).ssl(0xc006efa600, 0xc01766d6e0)
        	github.com/lib/pq/external/com_github_lib_pq/conn.go:1108 +0x145
        github.com/lib/pq.(*conn).cancel(0xc008178600, {0x652e730, 0xc01766d6e0})
        	github.com/lib/pq/external/com_github_lib_pq/conn_go18.go:162 +0x2d2
        github.com/lib/pq.(*conn).watchCancel.func1()
        	github.com/lib/pq/external/com_github_lib_pq/conn_go18.go:126 +0x139
        created by github.com/lib/pq.(*conn).watchCancel
        	github.com/lib/pq/external/com_github_lib_pq/conn_go18.go:105 +0xfa
--- FAIL: TestRandomSyntaxFunctions (306.36s)
Help

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

Same failure on other branches

/cc @cockroachdb/sql-sessions

This test on roachdash | Improve this report!

Jira issue: CRDB-23954

@cockroach-teamcity cockroach-teamcity added branch-release-22.1 Used to mark GA and release blockers, technical advisories, and bugs for 22.1 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Jan 28, 2023
@cockroach-teamcity cockroach-teamcity added this to the 22.1 milestone Jan 28, 2023
@blathers-crl blathers-crl bot added the T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) label Jan 28, 2023
@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on release-22.1 @ e5289d44ecd90ae494b45eafa59b4aa31f6f2c15:

    rsg_test.go:821: 3m10s of 5m0s: 648517 executions, 396424 successful
    rsg_test.go:821: 3m15s of 5m0s: 666465 executions, 407334 successful
    rsg_test.go:821: 3m20s of 5m0s: 685342 executions, 418940 successful
    rsg_test.go:821: 3m25s of 5m0s: 702991 executions, 429816 successful
    rsg_test.go:821: 3m30s of 5m0s: 721434 executions, 441068 successful
    rsg_test.go:821: 3m35s of 5m0s: 739549 executions, 452143 successful
    rsg_test.go:821: 3m40s of 5m0s: 758409 executions, 463768 successful
    rsg_test.go:821: 3m45s of 5m0s: 776934 executions, 474999 successful
    rsg_test.go:821: 3m50s of 5m0s: 794300 executions, 485743 successful
    rsg_test.go:821: 3m55s of 5m0s: 812886 executions, 497013 successful
    rsg_test.go:821: 4m0s of 5m0s: 832159 executions, 508941 successful
    rsg_test.go:821: 4m5s of 5m0s: 850296 executions, 519978 successful
    rsg_test.go:821: 4m10s of 5m0s: 868292 executions, 530993 successful
    rsg_test.go:821: 4m15s of 5m0s: 886177 executions, 541930 successful
    rsg_test.go:821: 4m20s of 5m0s: 904424 executions, 553199 successful
    rsg_test.go:821: 4m25s of 5m0s: 922138 executions, 563953 successful
    rsg_test.go:821: 4m30s of 5m0s: 940385 executions, 575174 successful
    rsg_test.go:821: 4m35s of 5m0s: 959139 executions, 586678 successful
    rsg_test.go:821: 4m40s of 5m0s: 978109 executions, 598266 successful
    rsg_test.go:821: 4m45s of 5m0s: 996537 executions, 609539 successful
    rsg_test.go:821: 4m50s of 5m0s: 1015769 executions, 621183 successful
    rsg_test.go:821: 4m55s of 5m0s: 1034139 executions, 632388 successful
    rsg_test.go:857: 1051814 executions, 643131 successful
    rsg_test.go:421: -- test log scope end --
    rsg_test.go:421: Leaked goroutine: goroutine 2426698 [IO wait]:
        internal/poll.runtime_pollWait(0x7f6589fdc5a0, 0x72)
        	GOROOT/src/runtime/netpoll.go:303 +0x85
        internal/poll.(*pollDesc).wait(0xc03d6f5380, 0xc027064f20, 0x0)
        	GOROOT/src/internal/poll/fd_poll_runtime.go:84 +0x32
        internal/poll.(*pollDesc).waitRead(...)
        	GOROOT/src/internal/poll/fd_poll_runtime.go:89
        internal/poll.(*FD).Read(0xc03d6f5380, {0xc027064f20, 0x1, 0x200})
        	GOROOT/src/internal/poll/fd_unix.go:167 +0x25a
        net.(*netFD).Read(0xc03d6f5380, {0xc027064f20, 0x7ca4c5, 0xc03d6f5380})
        	GOROOT/src/net/fd_posix.go:56 +0x29
        net.(*conn).Read(0xc02fd2c668, {0xc027064f20, 0x7df4ee, 0xc02fd2c668})
        	GOROOT/src/net/net.go:183 +0x45
        io.ReadAtLeast({0x64ae200, 0xc02fd2c668}, {0xc027064f20, 0x1, 0x200}, 0x1)
        	GOROOT/src/io/io.go:328 +0x9a
        io.ReadFull(...)
        	GOROOT/src/io/io.go:347
        github.com/lib/pq.(*conn).ssl(0xc027064f00, 0xc01bd265a0)
        	github.com/lib/pq/external/com_github_lib_pq/conn.go:1108 +0x145
        github.com/lib/pq.(*conn).cancel(0xc0086ebb00, {0x654ff70, 0xc01bd265a0})
        	github.com/lib/pq/external/com_github_lib_pq/conn_go18.go:162 +0x2d2
        github.com/lib/pq.(*conn).watchCancel.func1()
        	github.com/lib/pq/external/com_github_lib_pq/conn_go18.go:126 +0x139
        created by github.com/lib/pq.(*conn).watchCancel
        	github.com/lib/pq/external/com_github_lib_pq/conn_go18.go:105 +0xfa
--- FAIL: TestRandomSyntaxFunctions (306.36s)
Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@rafiss rafiss closed this as completed Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-22.1 Used to mark GA and release blockers, technical advisories, and bugs for 22.1 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
None yet
Development

No branches or pull requests

2 participants