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

Closed
cockroach-teamcity opened this issue Mar 18, 2022 · 1 comment
Closed

sql/tests: TestRandomSyntaxFunctions failed #78070

cockroach-teamcity opened this issue Mar 18, 2022 · 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)

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Mar 18, 2022

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

    rsg_test.go:758: 3m10s of 5m0s: 796835 executions, 455309 successful
    rsg_test.go:758: 3m15s of 5m0s: 817033 executions, 466306 successful
    rsg_test.go:758: 3m20s of 5m0s: 836796 executions, 476989 successful
    rsg_test.go:758: 3m25s of 5m0s: 855987 executions, 487264 successful
    rsg_test.go:758: 3m30s of 5m0s: 875471 executions, 497806 successful
    rsg_test.go:758: 3m35s of 5m0s: 895458 executions, 508540 successful
    rsg_test.go:758: 3m40s of 5m0s: 915429 executions, 519249 successful
    rsg_test.go:758: 3m45s of 5m0s: 935695 executions, 530066 successful
    rsg_test.go:758: 3m50s of 5m0s: 955107 executions, 540545 successful
    rsg_test.go:758: 3m55s of 5m0s: 975128 executions, 551282 successful
    rsg_test.go:758: 4m0s of 5m0s: 994856 executions, 561853 successful
    rsg_test.go:758: 4m5s of 5m0s: 1014716 executions, 572537 successful
    rsg_test.go:758: 4m10s of 5m0s: 1034164 executions, 583023 successful
    rsg_test.go:758: 4m15s of 5m0s: 1053572 executions, 593482 successful
    rsg_test.go:758: 4m20s of 5m0s: 1073449 executions, 604176 successful
    rsg_test.go:758: 4m25s of 5m0s: 1093235 executions, 614786 successful
    rsg_test.go:758: 4m30s of 5m0s: 1112979 executions, 625379 successful
    rsg_test.go:758: 4m35s of 5m0s: 1131581 executions, 635427 successful
    rsg_test.go:758: 4m40s of 5m0s: 1151457 executions, 646088 successful
    rsg_test.go:758: 4m45s of 5m0s: 1171436 executions, 656743 successful
    rsg_test.go:758: 4m50s of 5m0s: 1191354 executions, 667455 successful
    rsg_test.go:758: 4m55s of 5m0s: 1211149 executions, 678198 successful
    rsg_test.go:794: 1230702 executions, 688665 successful
    rsg_test.go:367: -- test log scope end --
    rsg_test.go:367: Leaked goroutine: goroutine 7229643 [IO wait]:
        internal/poll.runtime_pollWait(0x7f5e5cbd6858, 0x72)
        	/usr/local/go/src/runtime/netpoll.go:234 +0x89
        internal/poll.(*pollDesc).wait(0xc070e39f80, 0xc071cab8e0, 0x0)
        	/usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x32
        internal/poll.(*pollDesc).waitRead(...)
        	/usr/local/go/src/internal/poll/fd_poll_runtime.go:89
        internal/poll.(*FD).Read(0xc070e39f80, {0xc071cab8e0, 0x1, 0x200})
        	/usr/local/go/src/internal/poll/fd_unix.go:167 +0x25a
        net.(*netFD).Read(0xc070e39f80, {0xc071cab8e0, 0x7a93a5, 0xc070e39f80})
        	/usr/local/go/src/net/fd_posix.go:56 +0x29
        net.(*conn).Read(0xc05226c028, {0xc071cab8e0, 0x7be3ce, 0xc05226c028})
        	/usr/local/go/src/net/net.go:183 +0x45
        io.ReadAtLeast({0x628fde0, 0xc05226c028}, {0xc071cab8e0, 0x1, 0x200}, 0x1)
        	/usr/local/go/src/io/io.go:328 +0x9a
        io.ReadFull(...)
        	/usr/local/go/src/io/io.go:347
        github.com/lib/pq.(*conn).ssl(0xc071cab8c0, 0x45f7420)
        	/go/src/github.com/cockroachdb/cockroach/vendor/github.com/lib/pq/conn.go:1087 +0x145
        github.com/lib/pq.(*conn).cancel(0xc071148840, {0x632ec70, 0xc072eae420})
        	/go/src/github.com/cockroachdb/cockroach/vendor/github.com/lib/pq/conn_go18.go:154 +0x312
        github.com/lib/pq.(*conn).watchCancel.func1()
        	/go/src/github.com/cockroachdb/cockroach/vendor/github.com/lib/pq/conn_go18.go:115 +0x105
        created by github.com/lib/pq.(*conn).watchCancel
        	/go/src/github.com/cockroachdb/cockroach/vendor/github.com/lib/pq/conn_go18.go:94 +0xcf
--- FAIL: TestRandomSyntaxFunctions (306.40s)
Help

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

Same failure on other branches

/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

Jira issue: CRDB-13948

@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 Mar 18, 2022
@blathers-crl blathers-crl bot added the T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) label Mar 18, 2022
@cockroach-teamcity
Copy link
Member Author

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

    rsg_test.go:758: 3m10s of 5m0s: 746810 executions, 432831 successful
    rsg_test.go:758: 3m15s of 5m0s: 764924 executions, 442631 successful
    rsg_test.go:758: 3m20s of 5m0s: 782659 executions, 452242 successful
    rsg_test.go:758: 3m25s of 5m0s: 800804 executions, 462092 successful
    rsg_test.go:758: 3m30s of 5m0s: 818827 executions, 471768 successful
    rsg_test.go:758: 3m35s of 5m0s: 837208 executions, 481742 successful
    rsg_test.go:758: 3m40s of 5m0s: 855217 executions, 491463 successful
    rsg_test.go:758: 3m45s of 5m0s: 874121 executions, 501727 successful
    rsg_test.go:758: 3m50s of 5m0s: 892058 executions, 511376 successful
    rsg_test.go:758: 3m55s of 5m0s: 910710 executions, 521406 successful
    rsg_test.go:758: 4m0s of 5m0s: 929385 executions, 531492 successful
    rsg_test.go:758: 4m5s of 5m0s: 948197 executions, 541639 successful
    rsg_test.go:758: 4m10s of 5m0s: 966808 executions, 551664 successful
    rsg_test.go:758: 4m15s of 5m0s: 985312 executions, 561679 successful
    rsg_test.go:758: 4m20s of 5m0s: 1004249 executions, 571782 successful
    rsg_test.go:758: 4m25s of 5m0s: 1022887 executions, 581835 successful
    rsg_test.go:758: 4m30s of 5m0s: 1041445 executions, 591784 successful
    rsg_test.go:758: 4m35s of 5m0s: 1060463 executions, 602014 successful
    rsg_test.go:758: 4m40s of 5m0s: 1079594 executions, 612278 successful
    rsg_test.go:758: 4m45s of 5m0s: 1097678 executions, 622006 successful
    rsg_test.go:758: 4m50s of 5m0s: 1116685 executions, 632180 successful
    rsg_test.go:758: 4m55s of 5m0s: 1135450 executions, 642234 successful
    rsg_test.go:794: 1153664 executions, 652001 successful
    rsg_test.go:367: -- test log scope end --
    rsg_test.go:367: Leaked goroutine: goroutine 6298548 [IO wait]:
        internal/poll.runtime_pollWait(0x7ff85d4642a8, 0x72)
        	/usr/local/go/src/runtime/netpoll.go:234 +0x89
        internal/poll.(*pollDesc).wait(0xc008a6d180, 0xc05187d8e0, 0x0)
        	/usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x32
        internal/poll.(*pollDesc).waitRead(...)
        	/usr/local/go/src/internal/poll/fd_poll_runtime.go:89
        internal/poll.(*FD).Read(0xc008a6d180, {0xc05187d8e0, 0x1, 0x200})
        	/usr/local/go/src/internal/poll/fd_unix.go:167 +0x25a
        net.(*netFD).Read(0xc008a6d180, {0xc05187d8e0, 0x7a93a5, 0xc008a6d180})
        	/usr/local/go/src/net/fd_posix.go:56 +0x29
        net.(*conn).Read(0xc0039298e8, {0xc05187d8e0, 0x7be3ce, 0xc0039298e8})
        	/usr/local/go/src/net/net.go:183 +0x45
        io.ReadAtLeast({0x62a27e0, 0xc0039298e8}, {0xc05187d8e0, 0x1, 0x200}, 0x1)
        	/usr/local/go/src/io/io.go:328 +0x9a
        io.ReadFull(...)
        	/usr/local/go/src/io/io.go:347
        github.com/lib/pq.(*conn).ssl(0xc05187d8c0, 0x46028e0)
        	/go/src/github.com/cockroachdb/cockroach/vendor/github.com/lib/pq/conn.go:1087 +0x145
        github.com/lib/pq.(*conn).cancel(0xc053004dc0, {0x6341830, 0xc022676780})
        	/go/src/github.com/cockroachdb/cockroach/vendor/github.com/lib/pq/conn_go18.go:154 +0x312
        github.com/lib/pq.(*conn).watchCancel.func1()
        	/go/src/github.com/cockroachdb/cockroach/vendor/github.com/lib/pq/conn_go18.go:115 +0x105
        created by github.com/lib/pq.(*conn).watchCancel
        	/go/src/github.com/cockroachdb/cockroach/vendor/github.com/lib/pq/conn_go18.go:94 +0xcf
--- FAIL: TestRandomSyntaxFunctions (306.45s)
Help

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

Same failure on other branches

This test on roachdash | Improve this report!

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