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

Closed
cockroach-teamcity opened this issue Jan 24, 2023 · 58 comments
Closed

sql/tests: TestRandomSyntaxFunctions failed #95718

cockroach-teamcity opened this issue Jan 24, 2023 · 58 comments
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. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Jan 24, 2023

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ dc974cd698364a4db5acb630162dd8b1856cfad6:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 6669292 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

        SELECT crdb_internal.num_inverted_index_entries(NULL::tsvector, (SELECT NULL)::int) ;
        
        Stack trace:
    rsg_test.go:855: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: interface conversion: tree.Datum is tree.dNull, not *tree.DTSVector
        SELECT crdb_internal.num_inverted_index_entries((SELECT NULL)::tsvector, (-1606389283102320563):::INT8) ;
        
        Stack trace:
    rsg_test.go:828: 4m0s of 5m0s: 650218 executions, 401541 successful
    rsg_test.go:855: Crash detected: server panic: pq: internal error: interface conversion: tree.Datum is tree.dNull, not *tree.DTSVector
        SELECT crdb_internal.num_inverted_index_entries(NULL::tsvector, 7481765445855844981:::INT8) ;
        
        Stack trace:
    rsg_test.go:828: 4m5s of 5m0s: 665226 executions, 410750 successful
    rsg_test.go:828: 4m10s of 5m0s: 677207 executions, 418230 successful
    rsg_test.go:828: 4m15s of 5m0s: 690441 executions, 426418 successful
    rsg_test.go:828: 4m20s of 5m0s: 705400 executions, 435705 successful
    rsg_test.go:855: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: interface conversion: tree.Datum is tree.dNull, not *tree.DTSVector
        SELECT crdb_internal.num_inverted_index_entries((SELECT NULL)::tsvector, 5455364076106125598:::INT8) ;
        
        Stack trace:
    rsg_test.go:828: 4m25s of 5m0s: 717064 executions, 442888 successful
    rsg_test.go:855: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: interface conversion: tree.Datum is tree.dNull, not *tree.DTSVector
        SELECT crdb_internal.num_inverted_index_entries((SELECT NULL)::tsvector, NULL::int) ;
        
        Stack trace:
    rsg_test.go:828: 4m30s of 5m0s: 730078 executions, 451024 successful
    rsg_test.go:855: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: interface conversion: tree.Datum is tree.dNull, not *tree.DTSVector
        SELECT crdb_internal.num_inverted_index_entries((SELECT NULL)::tsvector, (-32768):::INT8) ;
        
        Stack trace:
    rsg_test.go:855: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: interface conversion: tree.Datum is tree.dNull, not *tree.DTSVector
        SELECT crdb_internal.num_inverted_index_entries((SELECT NULL)::tsvector, 611836342379566618:::INT8) ;
        
        Stack trace:
    rsg_test.go:855: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: interface conversion: tree.Datum is tree.dNull, not *tree.DTSVector
        SELECT crdb_internal.num_inverted_index_entries((SELECT NULL)::tsvector, 3003255369204358124:::INT8) ;
        
        Stack trace:
    rsg_test.go:828: 4m35s of 5m0s: 742535 executions, 458659 successful
    rsg_test.go:828: 4m40s of 5m0s: 753955 executions, 465738 successful
    rsg_test.go:828: 4m45s of 5m0s: 765568 executions, 472992 successful
    rsg_test.go:855: Crash detected: server panic: pq: internal error: interface conversion: tree.Datum is tree.dNull, not *tree.DTSVector
        SELECT crdb_internal.num_inverted_index_entries(NULL::tsvector, 940542034895810029:::INT8) ;
        
        Stack trace:
    rsg_test.go:855: Crash detected: server panic: pq: internal error: interface conversion: tree.Datum is tree.dNull, not *tree.DTSVector
        SELECT crdb_internal.num_inverted_index_entries(NULL::tsvector, (-7970048270221468361):::INT8) ;
        
        Stack trace:
    rsg_test.go:828: 4m50s of 5m0s: 777690 executions, 480381 successful

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-23684

@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 Jan 24, 2023
@cockroach-teamcity cockroach-teamcity added this to the 23.1 milestone Jan 24, 2023
@blathers-crl blathers-crl bot added the T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) label Jan 24, 2023
@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 69dd453d0e61e258f402c5751de310405743cd18:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 7188525 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:828: 45s of 5m0s: 137716 executions, 84988 successful
    rsg_test.go:828: 50s of 5m0s: 153754 executions, 94834 successful
    rsg_test.go:828: 55s of 5m0s: 168812 executions, 104102 successful
    rsg_test.go:828: 1m0s of 5m0s: 184399 executions, 113694 successful
    rsg_test.go:828: 1m5s of 5m0s: 200131 executions, 123389 successful
    rsg_test.go:828: 1m10s of 5m0s: 215525 executions, 132838 successful
    rsg_test.go:828: 1m15s of 5m0s: 233495 executions, 144015 successful
    rsg_test.go:828: 1m20s of 5m0s: 251007 executions, 154781 successful
    rsg_test.go:828: 1m25s of 5m0s: 266490 executions, 164382 successful
    rsg_test.go:828: 1m30s of 5m0s: 282482 executions, 174370 successful
    rsg_test.go:828: 1m35s of 5m0s: 296822 executions, 183172 successful
    rsg_test.go:828: 1m40s of 5m0s: 312833 executions, 193047 successful
    rsg_test.go:828: 1m45s of 5m0s: 327406 executions, 202055 successful
    rsg_test.go:828: 1m50s of 5m0s: 343330 executions, 211798 successful
    rsg_test.go:828: 1m55s of 5m0s: 360832 executions, 222552 successful
    rsg_test.go:828: 2m0s of 5m0s: 374693 executions, 231142 successful
    rsg_test.go:828: 2m5s of 5m0s: 390188 executions, 240594 successful
    rsg_test.go:828: 2m10s of 5m0s: 406332 executions, 250634 successful
    rsg_test.go:828: 2m15s of 5m0s: 422733 executions, 260660 successful
    rsg_test.go:828: 2m20s of 5m0s: 435826 executions, 268734 successful
    rsg_test.go:828: 2m25s of 5m0s: 450573 executions, 277866 successful
    rsg_test.go:828: 2m30s of 5m0s: 464962 executions, 286703 successful
    rsg_test.go:828: 2m35s of 5m0s: 478105 executions, 294800 successful
    rsg_test.go:828: 2m40s of 5m0s: 491830 executions, 303188 successful
    rsg_test.go:828: 2m45s of 5m0s: 505620 executions, 311712 successful
    rsg_test.go:828: 2m50s of 5m0s: 519308 executions, 320285 successful
    rsg_test.go:828: 2m55s of 5m0s: 535621 executions, 330285 successful
    rsg_test.go:828: 3m0s of 5m0s: 551565 executions, 340180 successful
    rsg_test.go:828: 3m5s of 5m0s: 564541 executions, 348245 successful
    rsg_test.go:828: 3m10s of 5m0s: 578457 executions, 356827 successful
    rsg_test.go:828: 3m15s of 5m0s: 590982 executions, 364650 successful
    rsg_test.go:828: 3m20s of 5m0s: 606827 executions, 374451 successful
    rsg_test.go:828: 3m25s of 5m0s: 622942 executions, 384356 successful
    rsg_test.go:828: 3m30s of 5m0s: 638367 executions, 393784 successful
    rsg_test.go:828: 3m35s of 5m0s: 653798 executions, 403364 successful
    rsg_test.go:828: 3m40s of 5m0s: 670028 executions, 413452 successful
    rsg_test.go:828: 3m45s of 5m0s: 685985 executions, 423258 successful
    rsg_test.go:828: 3m50s of 5m0s: 701936 executions, 433099 successful
    rsg_test.go:828: 3m55s of 5m0s: 717177 executions, 442389 successful
    rsg_test.go:828: 4m0s of 5m0s: 733901 executions, 452760 successful
    rsg_test.go:828: 4m5s of 5m0s: 750594 executions, 463115 successful
    rsg_test.go:828: 4m10s of 5m0s: 766635 executions, 472987 successful
    rsg_test.go:828: 4m15s of 5m0s: 781302 executions, 481993 successful
    rsg_test.go:828: 4m20s of 5m0s: 794879 executions, 490360 successful
    rsg_test.go:828: 4m25s of 5m0s: 809391 executions, 499283 successful
    rsg_test.go:828: 4m30s of 5m0s: 823062 executions, 507775 successful
    rsg_test.go:828: 4m35s of 5m0s: 837055 executions, 516503 successful
    rsg_test.go:828: 4m40s of 5m0s: 853043 executions, 526260 successful
    rsg_test.go:828: 4m45s of 5m0s: 868324 executions, 535634 successful
    rsg_test.go:828: 4m50s of 5m0s: 882382 executions, 544345 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ b59fa09d971e92b8b5bcc874437159ef252e0313:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 6496330 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:828: 45s of 5m0s: 112849 executions, 69543 successful
    rsg_test.go:828: 50s of 5m0s: 125257 executions, 77120 successful
    rsg_test.go:828: 55s of 5m0s: 138409 executions, 85188 successful
    rsg_test.go:828: 1m0s of 5m0s: 153577 executions, 94585 successful
    rsg_test.go:828: 1m5s of 5m0s: 165647 executions, 102089 successful
    rsg_test.go:828: 1m10s of 5m0s: 176681 executions, 108849 successful
    rsg_test.go:828: 1m15s of 5m0s: 189661 executions, 116818 successful
    rsg_test.go:828: 1m20s of 5m0s: 203354 executions, 125301 successful
    rsg_test.go:828: 1m25s of 5m0s: 214512 executions, 132157 successful
    rsg_test.go:828: 1m30s of 5m0s: 229015 executions, 141069 successful
    rsg_test.go:828: 1m35s of 5m0s: 242261 executions, 149246 successful
    rsg_test.go:828: 1m40s of 5m0s: 254897 executions, 157010 successful
    rsg_test.go:828: 1m45s of 5m0s: 269598 executions, 166136 successful
    rsg_test.go:828: 1m50s of 5m0s: 281874 executions, 173606 successful
    rsg_test.go:828: 1m55s of 5m0s: 293950 executions, 181088 successful
    rsg_test.go:828: 2m0s of 5m0s: 308514 executions, 190044 successful
    rsg_test.go:828: 2m5s of 5m0s: 323541 executions, 199343 successful
    rsg_test.go:828: 2m10s of 5m0s: 338525 executions, 208515 successful
    rsg_test.go:828: 2m15s of 5m0s: 354373 executions, 218192 successful
    rsg_test.go:828: 2m20s of 5m0s: 367978 executions, 226620 successful
    rsg_test.go:828: 2m25s of 5m0s: 381118 executions, 234664 successful
    rsg_test.go:828: 2m30s of 5m0s: 394530 executions, 242927 successful
    rsg_test.go:828: 2m35s of 5m0s: 405570 executions, 249762 successful
    rsg_test.go:828: 2m40s of 5m0s: 416907 executions, 256760 successful
    rsg_test.go:828: 2m45s of 5m0s: 430506 executions, 265138 successful
    rsg_test.go:828: 2m50s of 5m0s: 445267 executions, 274205 successful
    rsg_test.go:828: 2m55s of 5m0s: 456913 executions, 281376 successful
    rsg_test.go:828: 3m0s of 5m0s: 469540 executions, 289178 successful
    rsg_test.go:828: 3m5s of 5m0s: 482165 executions, 296912 successful
    rsg_test.go:828: 3m10s of 5m0s: 492985 executions, 303682 successful
    rsg_test.go:828: 3m15s of 5m0s: 504871 executions, 310891 successful
    rsg_test.go:828: 3m20s of 5m0s: 516761 executions, 318206 successful
    rsg_test.go:828: 3m25s of 5m0s: 530841 executions, 326979 successful
    rsg_test.go:828: 3m30s of 5m0s: 543905 executions, 335055 successful
    rsg_test.go:828: 3m35s of 5m0s: 556363 executions, 342691 successful
    rsg_test.go:828: 3m40s of 5m0s: 568823 executions, 350288 successful
    rsg_test.go:828: 3m45s of 5m0s: 581511 executions, 358235 successful
    rsg_test.go:828: 3m50s of 5m0s: 594618 executions, 366360 successful
    rsg_test.go:828: 3m55s of 5m0s: 605447 executions, 373008 successful
    rsg_test.go:828: 4m0s of 5m0s: 619726 executions, 381791 successful
    rsg_test.go:828: 4m5s of 5m0s: 633826 executions, 390579 successful
    rsg_test.go:828: 4m10s of 5m0s: 647819 executions, 399086 successful
    rsg_test.go:828: 4m15s of 5m0s: 660910 executions, 407209 successful
    rsg_test.go:828: 4m20s of 5m0s: 674765 executions, 415781 successful
    rsg_test.go:828: 4m25s of 5m0s: 687615 executions, 423726 successful
    rsg_test.go:828: 4m30s of 5m0s: 700070 executions, 431375 successful
    rsg_test.go:828: 4m35s of 5m0s: 712280 executions, 438866 successful
    rsg_test.go:828: 4m40s of 5m0s: 724831 executions, 446547 successful
    rsg_test.go:828: 4m45s of 5m0s: 738843 executions, 455225 successful
    rsg_test.go:828: 4m50s of 5m0s: 752614 executions, 463783 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 44d9f3c8b7bd46839187cea69eaec640c080ac05:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 6697885 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:828: 45s of 5m0s: 122243 executions, 75423 successful
    rsg_test.go:828: 50s of 5m0s: 134860 executions, 83201 successful
    rsg_test.go:828: 55s of 5m0s: 147225 executions, 90882 successful
    rsg_test.go:828: 1m0s of 5m0s: 159977 executions, 98711 successful
    rsg_test.go:828: 1m5s of 5m0s: 170448 executions, 105135 successful
    rsg_test.go:828: 1m10s of 5m0s: 183556 executions, 113226 successful
    rsg_test.go:828: 1m15s of 5m0s: 199896 executions, 123399 successful
    rsg_test.go:828: 1m20s of 5m0s: 214331 executions, 132315 successful
    rsg_test.go:828: 1m25s of 5m0s: 225300 executions, 139014 successful
    rsg_test.go:828: 1m30s of 5m0s: 238035 executions, 146869 successful
    rsg_test.go:828: 1m35s of 5m0s: 252302 executions, 155817 successful
    rsg_test.go:828: 1m40s of 5m0s: 265129 executions, 163649 successful
    rsg_test.go:828: 1m45s of 5m0s: 280595 executions, 173246 successful
    rsg_test.go:828: 1m50s of 5m0s: 295805 executions, 182567 successful
    rsg_test.go:828: 1m55s of 5m0s: 306071 executions, 188836 successful
    rsg_test.go:828: 2m0s of 5m0s: 319229 executions, 196978 successful
    rsg_test.go:828: 2m5s of 5m0s: 334853 executions, 206674 successful
    rsg_test.go:828: 2m10s of 5m0s: 351164 executions, 216716 successful
    rsg_test.go:828: 2m15s of 5m0s: 364894 executions, 225195 successful
    rsg_test.go:828: 2m20s of 5m0s: 380968 executions, 235069 successful
    rsg_test.go:828: 2m25s of 5m0s: 395550 executions, 244046 successful
    rsg_test.go:828: 2m30s of 5m0s: 409575 executions, 252671 successful
    rsg_test.go:828: 2m35s of 5m0s: 422578 executions, 260692 successful
    rsg_test.go:828: 2m40s of 5m0s: 437139 executions, 269616 successful
    rsg_test.go:828: 2m45s of 5m0s: 452399 executions, 279024 successful
    rsg_test.go:828: 2m50s of 5m0s: 465004 executions, 286862 successful
    rsg_test.go:828: 2m55s of 5m0s: 478618 executions, 295155 successful
    rsg_test.go:828: 3m0s of 5m0s: 494446 executions, 305000 successful
    rsg_test.go:828: 3m5s of 5m0s: 508216 executions, 313554 successful
    rsg_test.go:828: 3m10s of 5m0s: 520822 executions, 321304 successful
    rsg_test.go:828: 3m15s of 5m0s: 534007 executions, 329467 successful
    rsg_test.go:828: 3m20s of 5m0s: 546624 executions, 337233 successful
    rsg_test.go:828: 3m25s of 5m0s: 561051 executions, 346154 successful
    rsg_test.go:828: 3m30s of 5m0s: 574786 executions, 354592 successful
    rsg_test.go:828: 3m35s of 5m0s: 586982 executions, 362155 successful
    rsg_test.go:828: 3m40s of 5m0s: 600542 executions, 370444 successful
    rsg_test.go:828: 3m45s of 5m0s: 614243 executions, 378878 successful
    rsg_test.go:828: 3m50s of 5m0s: 628885 executions, 387917 successful
    rsg_test.go:828: 3m55s of 5m0s: 644296 executions, 397487 successful
    rsg_test.go:828: 4m0s of 5m0s: 659768 executions, 407015 successful
    rsg_test.go:828: 4m5s of 5m0s: 673695 executions, 415601 successful
    rsg_test.go:828: 4m10s of 5m0s: 687340 executions, 423933 successful
    rsg_test.go:828: 4m15s of 5m0s: 701613 executions, 432835 successful
    rsg_test.go:828: 4m20s of 5m0s: 713201 executions, 439967 successful
    rsg_test.go:828: 4m25s of 5m0s: 726777 executions, 448281 successful
    rsg_test.go:828: 4m30s of 5m0s: 742253 executions, 457828 successful
    rsg_test.go:828: 4m35s of 5m0s: 755342 executions, 465902 successful
    rsg_test.go:828: 4m40s of 5m0s: 767404 executions, 473355 successful
    rsg_test.go:828: 4m45s of 5m0s: 781311 executions, 481836 successful
    rsg_test.go:828: 4m50s of 5m0s: 794818 executions, 490189 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 5fbcd8a8deac0205c7df38e340c1eb9692854383:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 6716903 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:828: 45s of 5m0s: 127990 executions, 79262 successful
    rsg_test.go:828: 50s of 5m0s: 142799 executions, 88350 successful
    rsg_test.go:828: 55s of 5m0s: 158122 executions, 97868 successful
    rsg_test.go:828: 1m0s of 5m0s: 172454 executions, 106618 successful
    rsg_test.go:828: 1m5s of 5m0s: 186774 executions, 115440 successful
    rsg_test.go:828: 1m10s of 5m0s: 200644 executions, 123979 successful
    rsg_test.go:828: 1m15s of 5m0s: 213566 executions, 131932 successful
    rsg_test.go:828: 1m20s of 5m0s: 227117 executions, 140315 successful
    rsg_test.go:828: 1m25s of 5m0s: 240997 executions, 148933 successful
    rsg_test.go:828: 1m30s of 5m0s: 252583 executions, 156046 successful
    rsg_test.go:828: 1m35s of 5m0s: 264820 executions, 163577 successful
    rsg_test.go:828: 1m40s of 5m0s: 278337 executions, 171917 successful
    rsg_test.go:828: 1m45s of 5m0s: 292820 executions, 180830 successful
    rsg_test.go:828: 1m50s of 5m0s: 306828 executions, 189546 successful
    rsg_test.go:828: 1m55s of 5m0s: 320099 executions, 197762 successful
    rsg_test.go:828: 2m0s of 5m0s: 335151 executions, 207063 successful
    rsg_test.go:828: 2m5s of 5m0s: 347801 executions, 214788 successful
    rsg_test.go:828: 2m10s of 5m0s: 360277 executions, 222471 successful
    rsg_test.go:828: 2m15s of 5m0s: 375455 executions, 231871 successful
    rsg_test.go:828: 2m20s of 5m0s: 388820 executions, 240118 successful
    rsg_test.go:828: 2m25s of 5m0s: 403830 executions, 249382 successful
    rsg_test.go:828: 2m30s of 5m0s: 418827 executions, 258667 successful
    rsg_test.go:828: 2m35s of 5m0s: 430646 executions, 265940 successful
    rsg_test.go:828: 2m40s of 5m0s: 444950 executions, 274714 successful
    rsg_test.go:828: 2m45s of 5m0s: 456702 executions, 281978 successful
    rsg_test.go:828: 2m50s of 5m0s: 468464 executions, 289303 successful
    rsg_test.go:828: 2m55s of 5m0s: 481987 executions, 297636 successful
    rsg_test.go:828: 3m0s of 5m0s: 493497 executions, 304612 successful
    rsg_test.go:828: 3m5s of 5m0s: 506774 executions, 312875 successful
    rsg_test.go:828: 3m10s of 5m0s: 520527 executions, 321350 successful
    rsg_test.go:828: 3m15s of 5m0s: 534179 executions, 329876 successful
    rsg_test.go:828: 3m20s of 5m0s: 550098 executions, 339619 successful
    rsg_test.go:828: 3m25s of 5m0s: 564494 executions, 348618 successful
    rsg_test.go:828: 3m30s of 5m0s: 576748 executions, 356115 successful
    rsg_test.go:828: 3m35s of 5m0s: 589242 executions, 363798 successful
    rsg_test.go:828: 3m40s of 5m0s: 604585 executions, 373189 successful
    rsg_test.go:828: 3m45s of 5m0s: 619012 executions, 382191 successful
    rsg_test.go:828: 3m50s of 5m0s: 634679 executions, 391753 successful
    rsg_test.go:828: 3m55s of 5m0s: 650421 executions, 401494 successful
    rsg_test.go:828: 4m0s of 5m0s: 663826 executions, 409828 successful
    rsg_test.go:828: 4m5s of 5m0s: 675298 executions, 416932 successful
    rsg_test.go:828: 4m10s of 5m0s: 686080 executions, 423495 successful
    rsg_test.go:828: 4m15s of 5m0s: 700394 executions, 432325 successful
    rsg_test.go:828: 4m20s of 5m0s: 716510 executions, 442362 successful
    rsg_test.go:828: 4m25s of 5m0s: 731902 executions, 451868 successful
    rsg_test.go:828: 4m30s of 5m0s: 747262 executions, 461245 successful
    rsg_test.go:828: 4m35s of 5m0s: 758879 executions, 468407 successful
    rsg_test.go:828: 4m40s of 5m0s: 772854 executions, 477059 successful
    rsg_test.go:828: 4m45s of 5m0s: 785850 executions, 484976 successful
    rsg_test.go:828: 4m50s of 5m0s: 799590 executions, 493506 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 8e24570fa366ed038c6ae65f50db5d8e22826db0:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 6996256 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:828: 45s of 5m0s: 132683 executions, 82058 successful
    rsg_test.go:828: 50s of 5m0s: 146126 executions, 90348 successful
    rsg_test.go:828: 55s of 5m0s: 162433 executions, 100461 successful
    rsg_test.go:828: 1m0s of 5m0s: 178966 executions, 110745 successful
    rsg_test.go:828: 1m5s of 5m0s: 193153 executions, 119446 successful
    rsg_test.go:828: 1m10s of 5m0s: 207966 executions, 128556 successful
    rsg_test.go:828: 1m15s of 5m0s: 223528 executions, 138233 successful
    rsg_test.go:828: 1m20s of 5m0s: 237491 executions, 146908 successful
    rsg_test.go:828: 1m25s of 5m0s: 251004 executions, 155126 successful
    rsg_test.go:828: 1m30s of 5m0s: 266384 executions, 164594 successful
    rsg_test.go:828: 1m35s of 5m0s: 279557 executions, 172736 successful
    rsg_test.go:828: 1m40s of 5m0s: 295163 executions, 182413 successful
    rsg_test.go:828: 1m45s of 5m0s: 308629 executions, 190759 successful
    rsg_test.go:828: 1m50s of 5m0s: 322644 executions, 199379 successful
    rsg_test.go:828: 1m55s of 5m0s: 338832 executions, 209507 successful
    rsg_test.go:828: 2m0s of 5m0s: 354837 executions, 219287 successful
    rsg_test.go:828: 2m5s of 5m0s: 366529 executions, 226502 successful
    rsg_test.go:828: 2m10s of 5m0s: 380915 executions, 235329 successful
    rsg_test.go:828: 2m15s of 5m0s: 392641 executions, 242581 successful
    rsg_test.go:828: 2m20s of 5m0s: 406025 executions, 250869 successful
    rsg_test.go:828: 2m25s of 5m0s: 418048 executions, 258280 successful
    rsg_test.go:828: 2m30s of 5m0s: 434252 executions, 268222 successful
    rsg_test.go:828: 2m35s of 5m0s: 451204 executions, 278665 successful
    rsg_test.go:828: 2m40s of 5m0s: 463138 executions, 286097 successful
    rsg_test.go:828: 2m45s of 5m0s: 476900 executions, 294513 successful
    rsg_test.go:828: 2m50s of 5m0s: 490131 executions, 302662 successful
    rsg_test.go:828: 2m55s of 5m0s: 503432 executions, 310838 successful
    rsg_test.go:828: 3m0s of 5m0s: 517386 executions, 319464 successful
    rsg_test.go:828: 3m5s of 5m0s: 532450 executions, 328662 successful
    rsg_test.go:828: 3m10s of 5m0s: 546808 executions, 337464 successful
    rsg_test.go:828: 3m15s of 5m0s: 560640 executions, 346100 successful
    rsg_test.go:828: 3m20s of 5m0s: 573432 executions, 353920 successful
    rsg_test.go:828: 3m25s of 5m0s: 590022 executions, 364091 successful
    rsg_test.go:828: 3m30s of 5m0s: 604222 executions, 372873 successful
    rsg_test.go:828: 3m35s of 5m0s: 617015 executions, 380810 successful
    rsg_test.go:828: 3m40s of 5m0s: 630505 executions, 389040 successful
    rsg_test.go:828: 3m45s of 5m0s: 646486 executions, 398830 successful
    rsg_test.go:828: 3m50s of 5m0s: 663449 executions, 409358 successful
    rsg_test.go:828: 3m55s of 5m0s: 678320 executions, 418487 successful
    rsg_test.go:828: 4m0s of 5m0s: 691984 executions, 426959 successful
    rsg_test.go:828: 4m5s of 5m0s: 706039 executions, 435629 successful
    rsg_test.go:828: 4m10s of 5m0s: 721411 executions, 445096 successful
    rsg_test.go:828: 4m15s of 5m0s: 733675 executions, 452688 successful
    rsg_test.go:828: 4m20s of 5m0s: 746189 executions, 460319 successful
    rsg_test.go:828: 4m25s of 5m0s: 760938 executions, 469418 successful
    rsg_test.go:828: 4m30s of 5m0s: 776804 executions, 479223 successful
    rsg_test.go:828: 4m35s of 5m0s: 792869 executions, 489068 successful
    rsg_test.go:828: 4m40s of 5m0s: 809777 executions, 499566 successful
    rsg_test.go:828: 4m45s of 5m0s: 825764 executions, 509478 successful
    rsg_test.go:828: 4m50s of 5m0s: 842348 executions, 519679 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ ff67a4ba86d710db090ce700f229020365851183:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 7230315 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:828: 45s of 5m0s: 141493 executions, 87332 successful
    rsg_test.go:828: 50s of 5m0s: 155974 executions, 96164 successful
    rsg_test.go:828: 55s of 5m0s: 168622 executions, 103988 successful
    rsg_test.go:828: 1m0s of 5m0s: 184803 executions, 114058 successful
    rsg_test.go:828: 1m5s of 5m0s: 200388 executions, 123550 successful
    rsg_test.go:828: 1m10s of 5m0s: 213942 executions, 131926 successful
    rsg_test.go:828: 1m15s of 5m0s: 229216 executions, 141332 successful
    rsg_test.go:828: 1m20s of 5m0s: 244954 executions, 151103 successful
    rsg_test.go:828: 1m25s of 5m0s: 263285 executions, 162412 successful
    rsg_test.go:828: 1m30s of 5m0s: 278858 executions, 172002 successful
    rsg_test.go:828: 1m35s of 5m0s: 294527 executions, 181610 successful
    rsg_test.go:828: 1m40s of 5m0s: 312448 executions, 192768 successful
    rsg_test.go:828: 1m45s of 5m0s: 327250 executions, 201860 successful
    rsg_test.go:828: 1m50s of 5m0s: 343742 executions, 212027 successful
    rsg_test.go:828: 1m55s of 5m0s: 358568 executions, 221177 successful
    rsg_test.go:828: 2m0s of 5m0s: 375805 executions, 231749 successful
    rsg_test.go:828: 2m5s of 5m0s: 395368 executions, 243852 successful
    rsg_test.go:828: 2m10s of 5m0s: 410695 executions, 253251 successful
    rsg_test.go:828: 2m15s of 5m0s: 425495 executions, 262452 successful
    rsg_test.go:828: 2m20s of 5m0s: 441371 executions, 272278 successful
    rsg_test.go:828: 2m25s of 5m0s: 457351 executions, 282221 successful
    rsg_test.go:828: 2m30s of 5m0s: 471850 executions, 291109 successful
    rsg_test.go:828: 2m35s of 5m0s: 486498 executions, 300184 successful
    rsg_test.go:828: 2m40s of 5m0s: 500308 executions, 308735 successful
    rsg_test.go:828: 2m45s of 5m0s: 516330 executions, 318568 successful
    rsg_test.go:828: 2m50s of 5m0s: 531263 executions, 327797 successful
    rsg_test.go:828: 2m55s of 5m0s: 547210 executions, 337720 successful
    rsg_test.go:828: 3m0s of 5m0s: 562767 executions, 347348 successful
    rsg_test.go:828: 3m5s of 5m0s: 578058 executions, 356733 successful
    rsg_test.go:828: 3m10s of 5m0s: 591357 executions, 364933 successful
    rsg_test.go:828: 3m15s of 5m0s: 606041 executions, 374013 successful
    rsg_test.go:828: 3m20s of 5m0s: 620608 executions, 382968 successful
    rsg_test.go:828: 3m25s of 5m0s: 637004 executions, 393019 successful
    rsg_test.go:828: 3m30s of 5m0s: 653515 executions, 403183 successful
    rsg_test.go:828: 3m35s of 5m0s: 670668 executions, 413813 successful
    rsg_test.go:828: 3m40s of 5m0s: 687968 executions, 424581 successful
    rsg_test.go:828: 3m45s of 5m0s: 701937 executions, 433198 successful
    rsg_test.go:828: 3m50s of 5m0s: 717799 executions, 442932 successful
    rsg_test.go:828: 3m55s of 5m0s: 734779 executions, 453351 successful
    rsg_test.go:828: 4m0s of 5m0s: 750323 executions, 462962 successful
    rsg_test.go:828: 4m5s of 5m0s: 764437 executions, 471598 successful
    rsg_test.go:828: 4m10s of 5m0s: 781091 executions, 481818 successful
    rsg_test.go:828: 4m15s of 5m0s: 796727 executions, 491539 successful
    rsg_test.go:828: 4m20s of 5m0s: 809974 executions, 499680 successful
    rsg_test.go:828: 4m25s of 5m0s: 825638 executions, 509472 successful
    rsg_test.go:828: 4m30s of 5m0s: 841290 executions, 518978 successful
    rsg_test.go:828: 4m35s of 5m0s: 853123 executions, 526328 successful
    rsg_test.go:828: 4m40s of 5m0s: 869984 executions, 536655 successful
    rsg_test.go:828: 4m45s of 5m0s: 884695 executions, 545710 successful
    rsg_test.go:828: 4m50s of 5m0s: 897898 executions, 553851 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 09188370d82e163ff1d44c62fe611104502c548d:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 5226163 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

*   | 	github.com/cockroachdb/cockroach/pkg/sql/sem/tree/hide_constants.go:49
*   | github.com/cockroachdb/cockroach/pkg/sql/sem/tree.(*FmtCtx).FormatNode
*   | 	github.com/cockroachdb/cockroach/pkg/sql/sem/tree/format.go:461
*   | github.com/cockroachdb/cockroach/pkg/sql/pgwire.writeTextDatumNotNull
*   | 	github.com/cockroachdb/cockroach/pkg/sql/pgwire/types.go:256
*   | github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*writeBuffer).writeTextColumnarElement
*   | 	github.com/cockroachdb/cockroach/pkg/sql/pgwire/types.go:368
*   | github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).bufferBatch
*   | 	github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:1364
*   | github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*commandResult).AddBatch
*   | 	github.com/cockroachdb/cockroach/pkg/sql/pgwire/command_result.go:230
*   | github.com/cockroachdb/cockroach/pkg/sql.(*DistSQLReceiver).PushBatch
*   | 	github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:1493
*   | github.com/cockroachdb/cockroach/pkg/sql/colflow.(*BatchFlowCoordinator).Run
*   | 	github.com/cockroachdb/cockroach/pkg/sql/colflow/flow_coordinator.go:306
*   | github.com/cockroachdb/cockroach/pkg/sql/colflow.(*vectorizedFlow).Run
*   | 	github.com/cockroachdb/cockroach/pkg/sql/colflow/vectorized_flow.go:309
*   | github.com/cockroachdb/cockroach/pkg/sql.(*DistSQLPlanner).Run
*   | 	github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:857
*   | github.com/cockroachdb/cockroach/pkg/sql.(*DistSQLPlanner).PlanAndRun
*   | 	github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:1793
*   | github.com/cockroachdb/cockroach/pkg/sql.(*DistSQLPlanner).PlanAndRunAll
*   | 	github.com/cockroachdb/cockroach/pkg/sql/distsql_running.go:1544
*   | github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execWithDistSQLEngine
*   | 	github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:1642
*   | github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).dispatchToExecutionEngine
*   | 	github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:1263
*   | github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmtInOpenState
*   | 	github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:745
*   | github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt.func1
*   | 	github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:131
*   | github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execWithProfiling
*   | 	github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:2530
*   | github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt
*   | 	github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:130
*   | github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd.func1
*   | 	github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1971
*   | github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd
*   | 	github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1976
*   | github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run
*   | 	github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1894
*   | github.com/cockroachdb/cockroach/pkg/sql.(*Server).ServeConn
*   | 	github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:863
*   | github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).processCommandsAsync.func1
*   | 	github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:731
*   | runtime.goexit
*   | 	GOROOT/src/runtime/asm_amd64.s:1594
* Wraps: (6) location on ctx for fmtPgwireFormat must be set for TimestampTZ types
* Error types: (1) *withstack.withStack (2) *safedetails.withSafeDetails (3) *withstack.withStack (4) *assert.withAssertionFailure (5) *withstack.withStack (6) *errutil.leafError
*

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ e51ffa013c81212870891001f0328912550fa75d:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 6883902 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:828: 45s of 5m0s: 128342 executions, 79328 successful
    rsg_test.go:828: 50s of 5m0s: 142843 executions, 88191 successful
    rsg_test.go:828: 55s of 5m0s: 155762 executions, 96118 successful
    rsg_test.go:828: 1m0s of 5m0s: 169558 executions, 104711 successful
    rsg_test.go:828: 1m5s of 5m0s: 181544 executions, 111944 successful
    rsg_test.go:828: 1m10s of 5m0s: 193027 executions, 119035 successful
    rsg_test.go:828: 1m15s of 5m0s: 206272 executions, 127213 successful
    rsg_test.go:828: 1m20s of 5m0s: 221050 executions, 136245 successful
    rsg_test.go:828: 1m25s of 5m0s: 235672 executions, 145369 successful
    rsg_test.go:828: 1m30s of 5m0s: 251340 executions, 155052 successful
    rsg_test.go:828: 1m35s of 5m0s: 264995 executions, 163486 successful
    rsg_test.go:828: 1m40s of 5m0s: 276787 executions, 170839 successful
    rsg_test.go:828: 1m45s of 5m0s: 289194 executions, 178357 successful
    rsg_test.go:828: 1m50s of 5m0s: 302298 executions, 186427 successful
    rsg_test.go:828: 1m55s of 5m0s: 315091 executions, 194294 successful
    rsg_test.go:828: 2m0s of 5m0s: 329593 executions, 203388 successful
    rsg_test.go:828: 2m5s of 5m0s: 341897 executions, 210915 successful
    rsg_test.go:828: 2m10s of 5m0s: 356928 executions, 220166 successful
    rsg_test.go:828: 2m15s of 5m0s: 371929 executions, 229446 successful
    rsg_test.go:828: 2m20s of 5m0s: 385180 executions, 237619 successful
    rsg_test.go:828: 2m25s of 5m0s: 403017 executions, 248700 successful
    rsg_test.go:828: 2m30s of 5m0s: 417126 executions, 257344 successful
    rsg_test.go:828: 2m35s of 5m0s: 428473 executions, 264348 successful
    rsg_test.go:828: 2m40s of 5m0s: 443464 executions, 273602 successful
    rsg_test.go:828: 2m45s of 5m0s: 458889 executions, 283246 successful
    rsg_test.go:828: 2m50s of 5m0s: 474445 executions, 292907 successful
    rsg_test.go:828: 2m55s of 5m0s: 491289 executions, 303255 successful
    rsg_test.go:828: 3m0s of 5m0s: 505175 executions, 311857 successful
    rsg_test.go:828: 3m5s of 5m0s: 521367 executions, 321855 successful
    rsg_test.go:828: 3m10s of 5m0s: 536291 executions, 331129 successful
    rsg_test.go:828: 3m15s of 5m0s: 548624 executions, 338722 successful
    rsg_test.go:828: 3m20s of 5m0s: 562095 executions, 347062 successful
    rsg_test.go:828: 3m25s of 5m0s: 577091 executions, 356374 successful
    rsg_test.go:828: 3m30s of 5m0s: 590884 executions, 364925 successful
    rsg_test.go:828: 3m35s of 5m0s: 602779 executions, 372153 successful
    rsg_test.go:828: 3m40s of 5m0s: 617346 executions, 381153 successful
    rsg_test.go:828: 3m45s of 5m0s: 632565 executions, 390433 successful
    rsg_test.go:828: 3m50s of 5m0s: 647711 executions, 399780 successful
    rsg_test.go:828: 3m55s of 5m0s: 664416 executions, 410116 successful
    rsg_test.go:828: 4m0s of 5m0s: 680052 executions, 419726 successful
    rsg_test.go:828: 4m5s of 5m0s: 695112 executions, 429061 successful
    rsg_test.go:828: 4m10s of 5m0s: 710573 executions, 438556 successful
    rsg_test.go:828: 4m15s of 5m0s: 725354 executions, 447685 successful
    rsg_test.go:828: 4m20s of 5m0s: 739165 executions, 456332 successful
    rsg_test.go:828: 4m25s of 5m0s: 752889 executions, 464715 successful
    rsg_test.go:828: 4m30s of 5m0s: 766924 executions, 473434 successful
    rsg_test.go:828: 4m35s of 5m0s: 782134 executions, 482853 successful
    rsg_test.go:828: 4m40s of 5m0s: 796825 executions, 491901 successful
    rsg_test.go:828: 4m45s of 5m0s: 812076 executions, 501327 successful
    rsg_test.go:828: 4m50s of 5m0s: 826463 executions, 510171 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 2a7edbeb0737b1309064c25c641a309c2980d9ba:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 7080856 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:828: 45s of 5m0s: 142856 executions, 88063 successful
    rsg_test.go:828: 50s of 5m0s: 159438 executions, 98274 successful
    rsg_test.go:828: 55s of 5m0s: 173695 executions, 107097 successful
    rsg_test.go:828: 1m0s of 5m0s: 190489 executions, 117471 successful
    rsg_test.go:828: 1m5s of 5m0s: 201593 executions, 124410 successful
    rsg_test.go:828: 1m10s of 5m0s: 219180 executions, 135188 successful
    rsg_test.go:828: 1m15s of 5m0s: 235627 executions, 145456 successful
    rsg_test.go:828: 1m20s of 5m0s: 250966 executions, 154876 successful
    rsg_test.go:828: 1m25s of 5m0s: 265573 executions, 164037 successful
    rsg_test.go:828: 1m30s of 5m0s: 278558 executions, 172168 successful
    rsg_test.go:828: 1m35s of 5m0s: 293784 executions, 181518 successful
    rsg_test.go:828: 1m40s of 5m0s: 311825 executions, 192570 successful
    rsg_test.go:828: 1m45s of 5m0s: 327513 executions, 202323 successful
    rsg_test.go:828: 1m50s of 5m0s: 345334 executions, 213289 successful
    rsg_test.go:828: 1m55s of 5m0s: 360327 executions, 222572 successful
    rsg_test.go:828: 2m0s of 5m0s: 376516 executions, 232674 successful
    rsg_test.go:828: 2m5s of 5m0s: 392499 executions, 242517 successful
    rsg_test.go:828: 2m10s of 5m0s: 407537 executions, 251808 successful
    rsg_test.go:828: 2m15s of 5m0s: 420694 executions, 259861 successful
    rsg_test.go:828: 2m20s of 5m0s: 435435 executions, 268838 successful
    rsg_test.go:828: 2m25s of 5m0s: 449834 executions, 277800 successful
    rsg_test.go:828: 2m30s of 5m0s: 462381 executions, 285461 successful
    rsg_test.go:828: 2m35s of 5m0s: 477664 executions, 294976 successful
    rsg_test.go:828: 2m40s of 5m0s: 490486 executions, 302809 successful
    rsg_test.go:828: 2m45s of 5m0s: 507261 executions, 313115 successful
    rsg_test.go:828: 2m50s of 5m0s: 522983 executions, 322881 successful
    rsg_test.go:828: 2m55s of 5m0s: 536408 executions, 331076 successful
    rsg_test.go:828: 3m0s of 5m0s: 552432 executions, 340892 successful
    rsg_test.go:828: 3m5s of 5m0s: 566204 executions, 349435 successful
    rsg_test.go:828: 3m10s of 5m0s: 583245 executions, 359978 successful
    rsg_test.go:828: 3m15s of 5m0s: 598819 executions, 369519 successful
    rsg_test.go:828: 3m20s of 5m0s: 612755 executions, 378104 successful
    rsg_test.go:828: 3m25s of 5m0s: 629807 executions, 388646 successful
    rsg_test.go:828: 3m30s of 5m0s: 647715 executions, 399623 successful
    rsg_test.go:828: 3m35s of 5m0s: 664234 executions, 409835 successful
    rsg_test.go:828: 3m40s of 5m0s: 678928 executions, 418874 successful
    rsg_test.go:828: 3m45s of 5m0s: 692304 executions, 427092 successful
    rsg_test.go:828: 3m50s of 5m0s: 707587 executions, 436475 successful
    rsg_test.go:828: 3m55s of 5m0s: 723227 executions, 446086 successful
    rsg_test.go:828: 4m0s of 5m0s: 738639 executions, 455595 successful
    rsg_test.go:828: 4m5s of 5m0s: 753960 executions, 465135 successful
    rsg_test.go:828: 4m10s of 5m0s: 767021 executions, 473165 successful
    rsg_test.go:828: 4m15s of 5m0s: 784935 executions, 484276 successful
    rsg_test.go:828: 4m20s of 5m0s: 802373 executions, 495139 successful
    rsg_test.go:828: 4m25s of 5m0s: 818356 executions, 505028 successful
    rsg_test.go:828: 4m30s of 5m0s: 836850 executions, 516399 successful
    rsg_test.go:828: 4m35s of 5m0s: 854650 executions, 527202 successful
    rsg_test.go:828: 4m40s of 5m0s: 868200 executions, 535617 successful
    rsg_test.go:828: 4m45s of 5m0s: 881332 executions, 543694 successful
    rsg_test.go:828: 4m50s of 5m0s: 898503 executions, 554304 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 2a7edbeb0737b1309064c25c641a309c2980d9ba:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 6635554 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:828: 45s of 5m0s: 131858 executions, 81632 successful
    rsg_test.go:828: 50s of 5m0s: 144834 executions, 89643 successful
    rsg_test.go:828: 55s of 5m0s: 159586 executions, 98732 successful
    rsg_test.go:828: 1m0s of 5m0s: 171547 executions, 106153 successful
    rsg_test.go:828: 1m5s of 5m0s: 184528 executions, 114117 successful
    rsg_test.go:828: 1m10s of 5m0s: 200185 executions, 123642 successful
    rsg_test.go:828: 1m15s of 5m0s: 213101 executions, 131739 successful
    rsg_test.go:828: 1m20s of 5m0s: 227692 executions, 140796 successful
    rsg_test.go:828: 1m25s of 5m0s: 242779 executions, 150164 successful
    rsg_test.go:828: 1m30s of 5m0s: 257490 executions, 159160 successful
    rsg_test.go:828: 1m35s of 5m0s: 272205 executions, 168241 successful
    rsg_test.go:828: 1m40s of 5m0s: 285387 executions, 176391 successful
    rsg_test.go:828: 1m45s of 5m0s: 299875 executions, 185265 successful
    rsg_test.go:828: 1m50s of 5m0s: 314985 executions, 194601 successful
    rsg_test.go:828: 1m55s of 5m0s: 329837 executions, 203840 successful
    rsg_test.go:828: 2m0s of 5m0s: 343932 executions, 212525 successful
    rsg_test.go:828: 2m5s of 5m0s: 356249 executions, 220160 successful
    rsg_test.go:828: 2m10s of 5m0s: 370309 executions, 228851 successful
    rsg_test.go:828: 2m15s of 5m0s: 385191 executions, 238009 successful
    rsg_test.go:828: 2m20s of 5m0s: 398879 executions, 246503 successful
    rsg_test.go:828: 2m25s of 5m0s: 412885 executions, 255055 successful
    rsg_test.go:828: 2m30s of 5m0s: 425277 executions, 262783 successful
    rsg_test.go:828: 2m35s of 5m0s: 438451 executions, 270915 successful
    rsg_test.go:828: 2m40s of 5m0s: 453313 executions, 280129 successful
    rsg_test.go:828: 2m45s of 5m0s: 467707 executions, 288927 successful
    rsg_test.go:828: 2m50s of 5m0s: 481212 executions, 297236 successful
    rsg_test.go:828: 2m55s of 5m0s: 493998 executions, 305145 successful
    rsg_test.go:828: 3m0s of 5m0s: 506827 executions, 313060 successful
    rsg_test.go:828: 3m5s of 5m0s: 521618 executions, 322175 successful
    rsg_test.go:828: 3m10s of 5m0s: 535673 executions, 330849 successful
    rsg_test.go:828: 3m15s of 5m0s: 551253 executions, 340514 successful
    rsg_test.go:828: 3m20s of 5m0s: 562786 executions, 347578 successful
    rsg_test.go:828: 3m25s of 5m0s: 575173 executions, 355186 successful
    rsg_test.go:828: 3m30s of 5m0s: 589971 executions, 364351 successful
    rsg_test.go:828: 3m35s of 5m0s: 605131 executions, 373638 successful
    rsg_test.go:828: 3m40s of 5m0s: 619850 executions, 382790 successful
    rsg_test.go:828: 3m45s of 5m0s: 631582 executions, 390007 successful
    rsg_test.go:828: 3m50s of 5m0s: 645949 executions, 398866 successful
    rsg_test.go:828: 3m55s of 5m0s: 660133 executions, 407720 successful
    rsg_test.go:828: 4m0s of 5m0s: 672580 executions, 415294 successful
    rsg_test.go:828: 4m5s of 5m0s: 686198 executions, 423663 successful
    rsg_test.go:828: 4m10s of 5m0s: 698778 executions, 431426 successful
    rsg_test.go:828: 4m15s of 5m0s: 711534 executions, 439231 successful
    rsg_test.go:828: 4m20s of 5m0s: 726328 executions, 448422 successful
    rsg_test.go:828: 4m25s of 5m0s: 742299 executions, 458218 successful
    rsg_test.go:828: 4m30s of 5m0s: 753645 executions, 465186 successful
    rsg_test.go:828: 4m35s of 5m0s: 767173 executions, 473525 successful
    rsg_test.go:828: 4m40s of 5m0s: 781622 executions, 482386 successful
    rsg_test.go:828: 4m45s of 5m0s: 793716 executions, 489894 successful
    rsg_test.go:828: 4m50s of 5m0s: 807466 executions, 498307 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 2a7edbeb0737b1309064c25c641a309c2980d9ba:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 6512785 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:828: 45s of 5m0s: 128185 executions, 79221 successful
    rsg_test.go:828: 50s of 5m0s: 142097 executions, 87746 successful
    rsg_test.go:828: 55s of 5m0s: 154733 executions, 95671 successful
    rsg_test.go:828: 1m0s of 5m0s: 167464 executions, 103458 successful
    rsg_test.go:828: 1m5s of 5m0s: 182332 executions, 112562 successful
    rsg_test.go:828: 1m10s of 5m0s: 195728 executions, 120953 successful
    rsg_test.go:828: 1m15s of 5m0s: 211007 executions, 130410 successful
    rsg_test.go:828: 1m20s of 5m0s: 226113 executions, 139736 successful
    rsg_test.go:828: 1m25s of 5m0s: 239408 executions, 147940 successful
    rsg_test.go:828: 1m30s of 5m0s: 250940 executions, 154958 successful
    rsg_test.go:828: 1m35s of 5m0s: 264457 executions, 163304 successful
    rsg_test.go:828: 1m40s of 5m0s: 278700 executions, 172185 successful
    rsg_test.go:828: 1m45s of 5m0s: 289676 executions, 178920 successful
    rsg_test.go:828: 1m50s of 5m0s: 303979 executions, 187701 successful
    rsg_test.go:828: 1m55s of 5m0s: 317875 executions, 196290 successful
    rsg_test.go:828: 2m0s of 5m0s: 331586 executions, 204811 successful
    rsg_test.go:828: 2m5s of 5m0s: 343302 executions, 211990 successful
    rsg_test.go:828: 2m10s of 5m0s: 355528 executions, 219596 successful
    rsg_test.go:828: 2m15s of 5m0s: 368355 executions, 227515 successful
    rsg_test.go:828: 2m20s of 5m0s: 382406 executions, 236266 successful
    rsg_test.go:828: 2m25s of 5m0s: 396393 executions, 244816 successful
    rsg_test.go:828: 2m30s of 5m0s: 410323 executions, 253478 successful
    rsg_test.go:828: 2m35s of 5m0s: 421984 executions, 260598 successful
    rsg_test.go:828: 2m40s of 5m0s: 434287 executions, 268242 successful
    rsg_test.go:828: 2m45s of 5m0s: 445278 executions, 274994 successful
    rsg_test.go:828: 2m50s of 5m0s: 459820 executions, 283918 successful
    rsg_test.go:828: 2m55s of 5m0s: 474518 executions, 293006 successful
    rsg_test.go:828: 3m0s of 5m0s: 487026 executions, 300699 successful
    rsg_test.go:828: 3m5s of 5m0s: 501460 executions, 309601 successful
    rsg_test.go:828: 3m10s of 5m0s: 516846 executions, 319057 successful
    rsg_test.go:828: 3m15s of 5m0s: 528818 executions, 326466 successful
    rsg_test.go:828: 3m20s of 5m0s: 541326 executions, 334133 successful
    rsg_test.go:828: 3m25s of 5m0s: 555443 executions, 342846 successful
    rsg_test.go:828: 3m30s of 5m0s: 567977 executions, 350666 successful
    rsg_test.go:828: 3m35s of 5m0s: 581328 executions, 358900 successful
    rsg_test.go:828: 3m40s of 5m0s: 596123 executions, 368018 successful
    rsg_test.go:828: 3m45s of 5m0s: 609550 executions, 376361 successful
    rsg_test.go:828: 3m50s of 5m0s: 622255 executions, 384113 successful
    rsg_test.go:828: 3m55s of 5m0s: 634779 executions, 391810 successful
    rsg_test.go:828: 4m0s of 5m0s: 647419 executions, 399691 successful
    rsg_test.go:828: 4m5s of 5m0s: 661491 executions, 408322 successful
    rsg_test.go:828: 4m10s of 5m0s: 675411 executions, 417009 successful
    rsg_test.go:828: 4m15s of 5m0s: 689059 executions, 425325 successful
    rsg_test.go:828: 4m20s of 5m0s: 703052 executions, 433968 successful
    rsg_test.go:828: 4m25s of 5m0s: 716253 executions, 442078 successful
    rsg_test.go:828: 4m30s of 5m0s: 729561 executions, 450285 successful
    rsg_test.go:828: 4m35s of 5m0s: 742633 executions, 458354 successful
    rsg_test.go:828: 4m40s of 5m0s: 755865 executions, 466509 successful
    rsg_test.go:828: 4m45s of 5m0s: 770034 executions, 475165 successful
    rsg_test.go:828: 4m50s of 5m0s: 782394 executions, 482845 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 31365e21dc606cdc1e4302c86192ffc5a6cf1255:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 6758134 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:828: 45s of 5m0s: 126469 executions, 78098 successful
    rsg_test.go:828: 50s of 5m0s: 139158 executions, 85908 successful
    rsg_test.go:828: 55s of 5m0s: 154393 executions, 95337 successful
    rsg_test.go:828: 1m0s of 5m0s: 170578 executions, 105267 successful
    rsg_test.go:828: 1m5s of 5m0s: 184141 executions, 113631 successful
    rsg_test.go:828: 1m10s of 5m0s: 194795 executions, 120188 successful
    rsg_test.go:828: 1m15s of 5m0s: 209770 executions, 129466 successful
    rsg_test.go:828: 1m20s of 5m0s: 224334 executions, 138499 successful
    rsg_test.go:828: 1m25s of 5m0s: 237412 executions, 146574 successful
    rsg_test.go:828: 1m30s of 5m0s: 248846 executions, 153623 successful
    rsg_test.go:828: 1m35s of 5m0s: 263759 executions, 162817 successful
    rsg_test.go:828: 1m40s of 5m0s: 277883 executions, 171477 successful
    rsg_test.go:828: 1m45s of 5m0s: 292756 executions, 180593 successful
    rsg_test.go:828: 1m50s of 5m0s: 304203 executions, 187683 successful
    rsg_test.go:828: 1m55s of 5m0s: 318425 executions, 196457 successful
    rsg_test.go:828: 2m0s of 5m0s: 331851 executions, 204647 successful
    rsg_test.go:828: 2m5s of 5m0s: 346646 executions, 213833 successful
    rsg_test.go:828: 2m10s of 5m0s: 360644 executions, 222383 successful
    rsg_test.go:828: 2m15s of 5m0s: 376215 executions, 231999 successful
    rsg_test.go:828: 2m20s of 5m0s: 392617 executions, 242005 successful
    rsg_test.go:828: 2m25s of 5m0s: 404232 executions, 249144 successful
    rsg_test.go:828: 2m30s of 5m0s: 418461 executions, 257810 successful
    rsg_test.go:828: 2m35s of 5m0s: 433647 executions, 267156 successful
    rsg_test.go:828: 2m40s of 5m0s: 448096 executions, 276111 successful
    rsg_test.go:828: 2m45s of 5m0s: 462064 executions, 284711 successful
    rsg_test.go:828: 2m50s of 5m0s: 476510 executions, 293609 successful
    rsg_test.go:828: 2m55s of 5m0s: 492483 executions, 303479 successful
    rsg_test.go:828: 3m0s of 5m0s: 508242 executions, 313132 successful
    rsg_test.go:828: 3m5s of 5m0s: 521015 executions, 321002 successful
    rsg_test.go:828: 3m10s of 5m0s: 535394 executions, 329836 successful
    rsg_test.go:828: 3m15s of 5m0s: 548581 executions, 337960 successful
    rsg_test.go:828: 3m20s of 5m0s: 560124 executions, 345058 successful
    rsg_test.go:828: 3m25s of 5m0s: 573332 executions, 353215 successful
    rsg_test.go:828: 3m30s of 5m0s: 586815 executions, 361557 successful
    rsg_test.go:828: 3m35s of 5m0s: 598681 executions, 368807 successful
    rsg_test.go:828: 3m40s of 5m0s: 612141 executions, 377047 successful
    rsg_test.go:828: 3m45s of 5m0s: 626958 executions, 386197 successful
    rsg_test.go:828: 3m50s of 5m0s: 640756 executions, 394786 successful
    rsg_test.go:828: 3m55s of 5m0s: 655859 executions, 404112 successful
    rsg_test.go:828: 4m0s of 5m0s: 670614 executions, 413277 successful
    rsg_test.go:828: 4m5s of 5m0s: 684529 executions, 421915 successful
    rsg_test.go:828: 4m10s of 5m0s: 698276 executions, 430402 successful
    rsg_test.go:828: 4m15s of 5m0s: 713063 executions, 439570 successful
    rsg_test.go:828: 4m20s of 5m0s: 728790 executions, 449205 successful
    rsg_test.go:828: 4m25s of 5m0s: 742273 executions, 457596 successful
    rsg_test.go:828: 4m30s of 5m0s: 756490 executions, 466414 successful
    rsg_test.go:828: 4m35s of 5m0s: 771954 executions, 475914 successful
    rsg_test.go:828: 4m40s of 5m0s: 785113 executions, 483986 successful
    rsg_test.go:828: 4m45s of 5m0s: 799028 executions, 492587 successful
    rsg_test.go:828: 4m50s of 5m0s: 813861 executions, 501766 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 64a867acd25c0a214209957eefb6483d1158b4f0:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 7152591 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:828: 45s of 5m0s: 139936 executions, 86316 successful
    rsg_test.go:828: 50s of 5m0s: 156336 executions, 96486 successful
    rsg_test.go:828: 55s of 5m0s: 175134 executions, 108064 successful
    rsg_test.go:828: 1m0s of 5m0s: 187600 executions, 115744 successful
    rsg_test.go:828: 1m5s of 5m0s: 202519 executions, 124946 successful
    rsg_test.go:828: 1m10s of 5m0s: 216619 executions, 133762 successful
    rsg_test.go:828: 1m15s of 5m0s: 232191 executions, 143268 successful
    rsg_test.go:828: 1m20s of 5m0s: 246259 executions, 152032 successful
    rsg_test.go:828: 1m25s of 5m0s: 263489 executions, 162735 successful
    rsg_test.go:828: 1m30s of 5m0s: 281428 executions, 173749 successful
    rsg_test.go:828: 1m35s of 5m0s: 293539 executions, 181279 successful
    rsg_test.go:828: 1m40s of 5m0s: 308070 executions, 190152 successful
    rsg_test.go:828: 1m45s of 5m0s: 323894 executions, 199896 successful
    rsg_test.go:828: 1m50s of 5m0s: 341204 executions, 210545 successful
    rsg_test.go:828: 1m55s of 5m0s: 355626 executions, 219552 successful
    rsg_test.go:828: 2m0s of 5m0s: 371055 executions, 229023 successful
    rsg_test.go:828: 2m5s of 5m0s: 386127 executions, 238279 successful
    rsg_test.go:828: 2m10s of 5m0s: 400867 executions, 247470 successful
    rsg_test.go:828: 2m15s of 5m0s: 414296 executions, 255715 successful
    rsg_test.go:828: 2m20s of 5m0s: 427396 executions, 263767 successful
    rsg_test.go:828: 2m25s of 5m0s: 442195 executions, 272859 successful
    rsg_test.go:828: 2m30s of 5m0s: 456956 executions, 281923 successful
    rsg_test.go:828: 2m35s of 5m0s: 469977 executions, 289884 successful
    rsg_test.go:828: 2m40s of 5m0s: 486452 executions, 300032 successful
    rsg_test.go:828: 2m45s of 5m0s: 504176 executions, 310999 successful
    rsg_test.go:828: 2m50s of 5m0s: 519976 executions, 320662 successful
    rsg_test.go:828: 2m55s of 5m0s: 537124 executions, 331257 successful
    rsg_test.go:828: 3m0s of 5m0s: 551377 executions, 340092 successful
    rsg_test.go:828: 3m5s of 5m0s: 564374 executions, 348179 successful
    rsg_test.go:828: 3m10s of 5m0s: 580014 executions, 357724 successful
    rsg_test.go:828: 3m15s of 5m0s: 598167 executions, 369000 successful
    rsg_test.go:828: 3m20s of 5m0s: 613976 executions, 378707 successful
    rsg_test.go:828: 3m25s of 5m0s: 627080 executions, 386781 successful
    rsg_test.go:828: 3m30s of 5m0s: 641946 executions, 396028 successful
    rsg_test.go:828: 3m35s of 5m0s: 656964 executions, 405285 successful
    rsg_test.go:828: 3m40s of 5m0s: 670917 executions, 413898 successful
    rsg_test.go:828: 3m45s of 5m0s: 685324 executions, 422818 successful
    rsg_test.go:828: 3m50s of 5m0s: 698723 executions, 431077 successful
    rsg_test.go:828: 3m55s of 5m0s: 711742 executions, 439091 successful
    rsg_test.go:828: 4m0s of 5m0s: 727776 executions, 448984 successful
    rsg_test.go:828: 4m5s of 5m0s: 743992 executions, 458930 successful
    rsg_test.go:828: 4m10s of 5m0s: 756946 executions, 466879 successful
    rsg_test.go:828: 4m15s of 5m0s: 772833 executions, 476701 successful
    rsg_test.go:828: 4m20s of 5m0s: 788373 executions, 486281 successful
    rsg_test.go:828: 4m25s of 5m0s: 801969 executions, 494518 successful
    rsg_test.go:828: 4m30s of 5m0s: 814497 executions, 502357 successful
    rsg_test.go:828: 4m35s of 5m0s: 828717 executions, 511059 successful
    rsg_test.go:828: 4m40s of 5m0s: 842011 executions, 519256 successful
    rsg_test.go:828: 4m45s of 5m0s: 856746 executions, 528411 successful
    rsg_test.go:828: 4m50s of 5m0s: 871530 executions, 537456 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ a0ab818e89508ca0b65926a4faac4c563d114acf:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 6369853 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:828: 45s of 5m0s: 117394 executions, 72436 successful
    rsg_test.go:828: 50s of 5m0s: 129131 executions, 79622 successful
    rsg_test.go:828: 55s of 5m0s: 140707 executions, 86782 successful
    rsg_test.go:828: 1m0s of 5m0s: 151744 executions, 93643 successful
    rsg_test.go:828: 1m5s of 5m0s: 164005 executions, 101208 successful
    rsg_test.go:828: 1m10s of 5m0s: 178194 executions, 109967 successful
    rsg_test.go:828: 1m15s of 5m0s: 191554 executions, 118158 successful
    rsg_test.go:828: 1m20s of 5m0s: 203683 executions, 125697 successful
    rsg_test.go:828: 1m25s of 5m0s: 214920 executions, 132639 successful
    rsg_test.go:828: 1m30s of 5m0s: 227187 executions, 140192 successful
    rsg_test.go:828: 1m35s of 5m0s: 237875 executions, 146756 successful
    rsg_test.go:828: 1m40s of 5m0s: 249315 executions, 153804 successful
    rsg_test.go:828: 1m45s of 5m0s: 261208 executions, 161163 successful
    rsg_test.go:828: 1m50s of 5m0s: 273549 executions, 168749 successful
    rsg_test.go:828: 1m55s of 5m0s: 286334 executions, 176698 successful
    rsg_test.go:828: 2m0s of 5m0s: 299632 executions, 184903 successful
    rsg_test.go:828: 2m5s of 5m0s: 310821 executions, 191865 successful
    rsg_test.go:828: 2m10s of 5m0s: 325618 executions, 201023 successful
    rsg_test.go:828: 2m15s of 5m0s: 341694 executions, 210888 successful
    rsg_test.go:828: 2m20s of 5m0s: 355563 executions, 219558 successful
    rsg_test.go:828: 2m25s of 5m0s: 369813 executions, 228258 successful
    rsg_test.go:828: 2m30s of 5m0s: 381155 executions, 235184 successful
    rsg_test.go:828: 2m35s of 5m0s: 396563 executions, 244712 successful
    rsg_test.go:828: 2m40s of 5m0s: 411331 executions, 253824 successful
    rsg_test.go:828: 2m45s of 5m0s: 427046 executions, 263585 successful
    rsg_test.go:828: 2m50s of 5m0s: 441081 executions, 272219 successful
    rsg_test.go:828: 2m55s of 5m0s: 455416 executions, 281112 successful
    rsg_test.go:828: 3m0s of 5m0s: 467562 executions, 288502 successful
    rsg_test.go:828: 3m5s of 5m0s: 480822 executions, 296644 successful
    rsg_test.go:828: 3m10s of 5m0s: 496255 executions, 306182 successful
    rsg_test.go:828: 3m15s of 5m0s: 508450 executions, 313727 successful
    rsg_test.go:828: 3m20s of 5m0s: 522374 executions, 322335 successful
    rsg_test.go:828: 3m25s of 5m0s: 537781 executions, 331807 successful
    rsg_test.go:828: 3m30s of 5m0s: 553763 executions, 341625 successful
    rsg_test.go:828: 3m35s of 5m0s: 569648 executions, 351478 successful
    rsg_test.go:828: 3m40s of 5m0s: 581063 executions, 358527 successful
    rsg_test.go:828: 3m45s of 5m0s: 594491 executions, 366835 successful
    rsg_test.go:828: 3m50s of 5m0s: 608492 executions, 375421 successful
    rsg_test.go:828: 3m55s of 5m0s: 620615 executions, 382960 successful
    rsg_test.go:828: 4m0s of 5m0s: 632736 executions, 390332 successful
    rsg_test.go:828: 4m5s of 5m0s: 646610 executions, 398896 successful
    rsg_test.go:828: 4m10s of 5m0s: 661181 executions, 407906 successful
    rsg_test.go:828: 4m15s of 5m0s: 675284 executions, 416639 successful
    rsg_test.go:828: 4m20s of 5m0s: 687305 executions, 423960 successful
    rsg_test.go:828: 4m25s of 5m0s: 700581 executions, 432163 successful
    rsg_test.go:828: 4m30s of 5m0s: 714110 executions, 440582 successful
    rsg_test.go:828: 4m35s of 5m0s: 727953 executions, 449228 successful
    rsg_test.go:828: 4m40s of 5m0s: 741873 executions, 457757 successful
    rsg_test.go:828: 4m45s of 5m0s: 757557 executions, 467436 successful
    rsg_test.go:828: 4m50s of 5m0s: 771716 executions, 476169 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 78bb7696847e1d8abf5d6a199c6dd3414a568691:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 14330076 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:828: 4m45s of 5m0s: 1146774 executions, 710562 successful
    rsg_test.go:855: Crash detected: server panic: pq: internal error: interface conversion: tree.FnOverload is func(*eval.Context, tree.Datums) (tree.Datum, error), not func(context.Context, *eval.Context, tree.Datums) (tree.Datum, error)
        SELECT phraseto_tsquery('7':::STRING) ;
        
        Stack trace:
    rsg_test.go:855: Crash detected: server panic: pq: internal error: interface conversion: tree.FnOverload is func(*eval.Context, tree.Datums) (tree.Datum, error), not func(context.Context, *eval.Context, tree.Datums) (tree.Datum, error)
        SELECT phraseto_tsquery('':::STRING) ;
        
        Stack trace:
    rsg_test.go:855: Crash detected: server panic: pq: internal error: interface conversion: tree.FnOverload is func(*eval.Context, tree.Datums) (tree.Datum, error), not func(context.Context, *eval.Context, tree.Datums) (tree.Datum, error)
        SELECT phraseto_tsquery(e'\x15T\x10':::STRING) ;
        
        Stack trace:
    rsg_test.go:855: Crash detected: server panic: pq: internal error: interface conversion: tree.FnOverload is func(*eval.Context, tree.Datums) (tree.Datum, error), not func(context.Context, *eval.Context, tree.Datums) (tree.Datum, error)
        SELECT phraseto_tsquery('(9``AE':::STRING) ;
        
        Stack trace:
    rsg_test.go:855: Crash detected: server panic: pq: internal error: interface conversion: tree.FnOverload is func(*eval.Context, tree.Datums) (tree.Datum, error), not func(context.Context, *eval.Context, tree.Datums) (tree.Datum, error)
        SELECT phraseto_tsquery('':::STRING) ;
        
        Stack trace:
    rsg_test.go:855: Crash detected: server panic: pq: internal error: interface conversion: tree.FnOverload is func(*eval.Context, tree.Datums) (tree.Datum, error), not func(context.Context, *eval.Context, tree.Datums) (tree.Datum, error)
        SELECT phraseto_tsquery(e'&f+\tVhVl':::STRING) ;
        
        Stack trace:
    rsg_test.go:855: Crash detected: server panic: pq: internal error: interface conversion: tree.FnOverload is func(*eval.Context, tree.Datums) (tree.Datum, error), not func(context.Context, *eval.Context, tree.Datums) (tree.Datum, error)
        SELECT phraseto_tsquery(e'|\x16-?\x14U]\x1c':::STRING) ;
        
        Stack trace:
    rsg_test.go:828: 4m50s of 5m0s: 1168091 executions, 723793 successful
    rsg_test.go:855: Crash detected: server panic: pq: internal error: interface conversion: tree.FnOverload is func(*eval.Context, tree.Datums) (tree.Datum, error), not func(context.Context, *eval.Context, tree.Datums) (tree.Datum, error)
        SELECT phraseto_tsquery(e'\x0f+n\r':::STRING) ;
        
        Stack trace:
    rsg_test.go:855: Crash detected: server panic: pq: internal error: interface conversion: tree.FnOverload is func(*eval.Context, tree.Datums) (tree.Datum, error), not func(context.Context, *eval.Context, tree.Datums) (tree.Datum, error)
        SELECT phraseto_tsquery(e'\x07o\x1e]':::STRING) ;
        
        Stack trace:
    rsg_test.go:855: Crash detected: server panic: pq: internal error: interface conversion: tree.FnOverload is func(*eval.Context, tree.Datums) (tree.Datum, error), not func(context.Context, *eval.Context, tree.Datums) (tree.Datum, error)
        SELECT phraseto_tsquery(e'g9?)\x10\b':::STRING) ;
        
        Stack trace:
    rsg_test.go:855: Crash detected: server panic: pq: internal error: interface conversion: tree.FnOverload is func(*eval.Context, tree.Datums) (tree.Datum, error), not func(context.Context, *eval.Context, tree.Datums) (tree.Datum, error)
        SELECT phraseto_tsquery('EE&':::STRING) ;
        
        Stack trace:
    rsg_test.go:855: Crash detected: server panic: pq: internal error: interface conversion: tree.FnOverload is func(*eval.Context, tree.Datums) (tree.Datum, error), not func(context.Context, *eval.Context, tree.Datums) (tree.Datum, error)
        SELECT phraseto_tsquery(e'y\x1f':::STRING) ;
        
        Stack trace:

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 0fcc33bc2870961b9387999d8a9fed97fccbb2ae:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 14287108 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:828: 45s of 5m0s: 177761 executions, 110064 successful
    rsg_test.go:828: 50s of 5m0s: 194352 executions, 120479 successful
    rsg_test.go:828: 55s of 5m0s: 213866 executions, 132523 successful
    rsg_test.go:828: 1m0s of 5m0s: 232791 executions, 144392 successful
    rsg_test.go:828: 1m5s of 5m0s: 253184 executions, 156902 successful
    rsg_test.go:828: 1m10s of 5m0s: 275067 executions, 170561 successful
    rsg_test.go:828: 1m15s of 5m0s: 294494 executions, 182529 successful
    rsg_test.go:828: 1m20s of 5m0s: 314541 executions, 194948 successful
    rsg_test.go:828: 1m25s of 5m0s: 332783 executions, 206239 successful
    rsg_test.go:828: 1m30s of 5m0s: 351515 executions, 217797 successful
    rsg_test.go:828: 1m35s of 5m0s: 369645 executions, 228974 successful
    rsg_test.go:828: 1m40s of 5m0s: 388449 executions, 240716 successful
    rsg_test.go:828: 1m45s of 5m0s: 408796 executions, 253253 successful
    rsg_test.go:828: 1m50s of 5m0s: 428439 executions, 265475 successful
    rsg_test.go:828: 1m55s of 5m0s: 447809 executions, 277463 successful
    rsg_test.go:828: 2m0s of 5m0s: 467184 executions, 289438 successful
    rsg_test.go:828: 2m5s of 5m0s: 486725 executions, 301448 successful
    rsg_test.go:828: 2m10s of 5m0s: 506633 executions, 313934 successful
    rsg_test.go:828: 2m15s of 5m0s: 526687 executions, 326361 successful
    rsg_test.go:828: 2m20s of 5m0s: 548791 executions, 340015 successful
    rsg_test.go:828: 2m25s of 5m0s: 570741 executions, 353686 successful
    rsg_test.go:828: 2m30s of 5m0s: 591794 executions, 366704 successful
    rsg_test.go:828: 2m35s of 5m0s: 609658 executions, 377677 successful
    rsg_test.go:828: 2m40s of 5m0s: 631402 executions, 391222 successful
    rsg_test.go:828: 2m45s of 5m0s: 650676 executions, 403149 successful
    rsg_test.go:828: 2m50s of 5m0s: 669769 executions, 415001 successful
    rsg_test.go:828: 2m55s of 5m0s: 689345 executions, 427189 successful
    rsg_test.go:828: 3m0s of 5m0s: 711005 executions, 440637 successful
    rsg_test.go:828: 3m5s of 5m0s: 728809 executions, 451588 successful
    rsg_test.go:828: 3m10s of 5m0s: 747944 executions, 463444 successful
    rsg_test.go:828: 3m15s of 5m0s: 769797 executions, 477048 successful
    rsg_test.go:828: 3m20s of 5m0s: 790589 executions, 489925 successful
    rsg_test.go:828: 3m25s of 5m0s: 811720 executions, 503015 successful
    rsg_test.go:828: 3m30s of 5m0s: 834664 executions, 517233 successful
    rsg_test.go:828: 3m35s of 5m0s: 855883 executions, 530361 successful
    rsg_test.go:828: 3m40s of 5m0s: 878646 executions, 544459 successful
    rsg_test.go:828: 3m45s of 5m0s: 897355 executions, 556132 successful
    rsg_test.go:828: 3m50s of 5m0s: 915579 executions, 567339 successful
    rsg_test.go:828: 3m55s of 5m0s: 933616 executions, 578627 successful
    rsg_test.go:828: 4m0s of 5m0s: 953806 executions, 590963 successful
    rsg_test.go:828: 4m5s of 5m0s: 972146 executions, 602324 successful
    rsg_test.go:828: 4m10s of 5m0s: 990461 executions, 613619 successful
    rsg_test.go:828: 4m15s of 5m0s: 1009928 executions, 625757 successful
    rsg_test.go:828: 4m20s of 5m0s: 1028220 executions, 637102 successful
    rsg_test.go:828: 4m25s of 5m0s: 1047079 executions, 648883 successful
    rsg_test.go:828: 4m30s of 5m0s: 1065490 executions, 660183 successful
    rsg_test.go:828: 4m35s of 5m0s: 1086009 executions, 672867 successful
    rsg_test.go:828: 4m40s of 5m0s: 1104223 executions, 684199 successful
    rsg_test.go:828: 4m45s of 5m0s: 1124408 executions, 696574 successful
    rsg_test.go:828: 4m50s of 5m0s: 1141192 executions, 707107 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 1f8024bf14433ca169e5a8c3768c5d223dc5018c:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 15193148 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:828: 45s of 5m0s: 174295 executions, 108114 successful
    rsg_test.go:828: 50s of 5m0s: 195325 executions, 121181 successful
    rsg_test.go:828: 55s of 5m0s: 216096 executions, 134082 successful
    rsg_test.go:828: 1m0s of 5m0s: 235454 executions, 146041 successful
    rsg_test.go:828: 1m5s of 5m0s: 255639 executions, 158622 successful
    rsg_test.go:828: 1m10s of 5m0s: 277154 executions, 171971 successful
    rsg_test.go:828: 1m15s of 5m0s: 298277 executions, 185116 successful
    rsg_test.go:828: 1m20s of 5m0s: 317886 executions, 197249 successful
    rsg_test.go:828: 1m25s of 5m0s: 337826 executions, 209682 successful
    rsg_test.go:828: 1m30s of 5m0s: 357465 executions, 221851 successful
    rsg_test.go:828: 1m35s of 5m0s: 376635 executions, 233737 successful
    rsg_test.go:828: 1m40s of 5m0s: 395430 executions, 245266 successful
    rsg_test.go:828: 1m45s of 5m0s: 413230 executions, 256437 successful
    rsg_test.go:828: 1m50s of 5m0s: 433606 executions, 268908 successful
    rsg_test.go:828: 1m55s of 5m0s: 450711 executions, 279580 successful
    rsg_test.go:828: 2m0s of 5m0s: 471755 executions, 292613 successful
    rsg_test.go:828: 2m5s of 5m0s: 489023 executions, 303340 successful
    rsg_test.go:828: 2m10s of 5m0s: 508733 executions, 315553 successful
    rsg_test.go:828: 2m15s of 5m0s: 531011 executions, 329329 successful
    rsg_test.go:828: 2m20s of 5m0s: 553285 executions, 343140 successful
    rsg_test.go:828: 2m25s of 5m0s: 573953 executions, 355845 successful
    rsg_test.go:828: 2m30s of 5m0s: 595221 executions, 369060 successful
    rsg_test.go:828: 2m35s of 5m0s: 615107 executions, 381419 successful
    rsg_test.go:828: 2m40s of 5m0s: 633801 executions, 393059 successful
    rsg_test.go:828: 2m45s of 5m0s: 654148 executions, 405593 successful
    rsg_test.go:828: 2m50s of 5m0s: 672303 executions, 416863 successful
    rsg_test.go:828: 2m55s of 5m0s: 692076 executions, 429056 successful
    rsg_test.go:828: 3m0s of 5m0s: 714735 executions, 443233 successful
    rsg_test.go:828: 3m5s of 5m0s: 734919 executions, 455723 successful
    rsg_test.go:828: 3m10s of 5m0s: 754984 executions, 468229 successful
    rsg_test.go:828: 3m15s of 5m0s: 775005 executions, 480547 successful
    rsg_test.go:828: 3m20s of 5m0s: 794505 executions, 492733 successful
    rsg_test.go:828: 3m25s of 5m0s: 814642 executions, 505251 successful
    rsg_test.go:828: 3m30s of 5m0s: 832927 executions, 516505 successful
    rsg_test.go:828: 3m35s of 5m0s: 852164 executions, 528473 successful
    rsg_test.go:828: 3m40s of 5m0s: 872795 executions, 541227 successful
    rsg_test.go:828: 3m45s of 5m0s: 892024 executions, 553180 successful
    rsg_test.go:828: 3m50s of 5m0s: 912090 executions, 565648 successful
    rsg_test.go:828: 3m55s of 5m0s: 932809 executions, 578497 successful
    rsg_test.go:828: 4m0s of 5m0s: 951955 executions, 590426 successful
    rsg_test.go:828: 4m5s of 5m0s: 970899 executions, 602174 successful
    rsg_test.go:828: 4m10s of 5m0s: 991570 executions, 614972 successful
    rsg_test.go:828: 4m15s of 5m0s: 1012788 executions, 628126 successful
    rsg_test.go:828: 4m20s of 5m0s: 1034539 executions, 641697 successful
    rsg_test.go:828: 4m25s of 5m0s: 1053663 executions, 653586 successful
    rsg_test.go:828: 4m30s of 5m0s: 1074301 executions, 666342 successful
    rsg_test.go:828: 4m35s of 5m0s: 1094840 executions, 679170 successful
    rsg_test.go:828: 4m40s of 5m0s: 1115800 executions, 692157 successful
    rsg_test.go:828: 4m45s of 5m0s: 1137694 executions, 705615 successful
    rsg_test.go:828: 4m50s of 5m0s: 1157039 executions, 717557 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 41581c367b3a1d7893c2945465c57ffa841035e3:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 14583789 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:828: 45s of 5m0s: 173501 executions, 107637 successful
    rsg_test.go:828: 50s of 5m0s: 195264 executions, 121090 successful
    rsg_test.go:828: 55s of 5m0s: 216233 executions, 134120 successful
    rsg_test.go:828: 1m0s of 5m0s: 232828 executions, 144474 successful
    rsg_test.go:828: 1m5s of 5m0s: 252172 executions, 156443 successful
    rsg_test.go:828: 1m10s of 5m0s: 269767 executions, 167241 successful
    rsg_test.go:828: 1m15s of 5m0s: 287598 executions, 178352 successful
    rsg_test.go:828: 1m20s of 5m0s: 307002 executions, 190373 successful
    rsg_test.go:828: 1m25s of 5m0s: 328236 executions, 203595 successful
    rsg_test.go:828: 1m30s of 5m0s: 348148 executions, 215947 successful
    rsg_test.go:828: 1m35s of 5m0s: 368524 executions, 228451 successful
    rsg_test.go:828: 1m40s of 5m0s: 386523 executions, 239537 successful
    rsg_test.go:828: 1m45s of 5m0s: 406652 executions, 251969 successful
    rsg_test.go:828: 1m50s of 5m0s: 424928 executions, 263351 successful
    rsg_test.go:828: 1m55s of 5m0s: 443740 executions, 275016 successful
    rsg_test.go:828: 2m0s of 5m0s: 460021 executions, 284933 successful
    rsg_test.go:828: 2m5s of 5m0s: 477866 executions, 295987 successful
    rsg_test.go:828: 2m10s of 5m0s: 496879 executions, 307879 successful
    rsg_test.go:828: 2m15s of 5m0s: 517129 executions, 320501 successful
    rsg_test.go:828: 2m20s of 5m0s: 536270 executions, 332280 successful
    rsg_test.go:828: 2m25s of 5m0s: 555372 executions, 344092 successful
    rsg_test.go:828: 2m30s of 5m0s: 573279 executions, 354984 successful
    rsg_test.go:828: 2m35s of 5m0s: 589622 executions, 365227 successful
    rsg_test.go:828: 2m40s of 5m0s: 604544 executions, 374441 successful
    rsg_test.go:828: 2m45s of 5m0s: 624734 executions, 386985 successful
    rsg_test.go:828: 2m50s of 5m0s: 644846 executions, 399421 successful
    rsg_test.go:828: 2m55s of 5m0s: 664991 executions, 411937 successful
    rsg_test.go:828: 3m0s of 5m0s: 684722 executions, 424204 successful
    rsg_test.go:828: 3m5s of 5m0s: 704274 executions, 436344 successful
    rsg_test.go:828: 3m10s of 5m0s: 722207 executions, 447550 successful
    rsg_test.go:828: 3m15s of 5m0s: 740110 executions, 458598 successful
    rsg_test.go:828: 3m20s of 5m0s: 759650 executions, 470695 successful
    rsg_test.go:828: 3m25s of 5m0s: 779591 executions, 483093 successful
    rsg_test.go:828: 3m30s of 5m0s: 799242 executions, 495476 successful
    rsg_test.go:828: 3m35s of 5m0s: 817576 executions, 506822 successful
    rsg_test.go:828: 3m40s of 5m0s: 834673 executions, 517417 successful
    rsg_test.go:828: 3m45s of 5m0s: 853760 executions, 529253 successful
    rsg_test.go:828: 3m50s of 5m0s: 871783 executions, 540444 successful
    rsg_test.go:828: 3m55s of 5m0s: 891987 executions, 552964 successful
    rsg_test.go:828: 4m0s of 5m0s: 912442 executions, 565759 successful
    rsg_test.go:828: 4m5s of 5m0s: 930873 executions, 577060 successful
    rsg_test.go:828: 4m10s of 5m0s: 951312 executions, 589667 successful
    rsg_test.go:828: 4m15s of 5m0s: 972012 executions, 602551 successful
    rsg_test.go:828: 4m20s of 5m0s: 993474 executions, 615773 successful
    rsg_test.go:828: 4m25s of 5m0s: 1013689 executions, 628331 successful
    rsg_test.go:828: 4m30s of 5m0s: 1033077 executions, 640307 successful
    rsg_test.go:828: 4m35s of 5m0s: 1053789 executions, 653156 successful
    rsg_test.go:828: 4m40s of 5m0s: 1072655 executions, 664895 successful
    rsg_test.go:828: 4m45s of 5m0s: 1093759 executions, 677862 successful
    rsg_test.go:828: 4m50s of 5m0s: 1111631 executions, 688970 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 99102ddf4b7602788b422366f1acc14b81c64d24:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 14367991 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:828: 45s of 5m0s: 162040 executions, 100889 successful
    rsg_test.go:828: 50s of 5m0s: 181048 executions, 112666 successful
    rsg_test.go:828: 55s of 5m0s: 200820 executions, 124984 successful
    rsg_test.go:828: 1m0s of 5m0s: 218136 executions, 135792 successful
    rsg_test.go:828: 1m5s of 5m0s: 237474 executions, 147838 successful
    rsg_test.go:828: 1m10s of 5m0s: 252110 executions, 156844 successful
    rsg_test.go:828: 1m15s of 5m0s: 270150 executions, 168004 successful
    rsg_test.go:828: 1m20s of 5m0s: 288571 executions, 179497 successful
    rsg_test.go:828: 1m25s of 5m0s: 309192 executions, 192296 successful
    rsg_test.go:828: 1m30s of 5m0s: 329627 executions, 205039 successful
    rsg_test.go:828: 1m35s of 5m0s: 350914 executions, 218287 successful
    rsg_test.go:828: 1m40s of 5m0s: 370711 executions, 230603 successful
    rsg_test.go:828: 1m45s of 5m0s: 392469 executions, 244219 successful
    rsg_test.go:828: 1m50s of 5m0s: 413764 executions, 257487 successful
    rsg_test.go:828: 1m55s of 5m0s: 432573 executions, 269159 successful
    rsg_test.go:828: 2m0s of 5m0s: 451885 executions, 281137 successful
    rsg_test.go:828: 2m5s of 5m0s: 471679 executions, 293466 successful
    rsg_test.go:828: 2m10s of 5m0s: 491068 executions, 305484 successful
    rsg_test.go:828: 2m15s of 5m0s: 512084 executions, 318612 successful
    rsg_test.go:828: 2m20s of 5m0s: 534226 executions, 332471 successful
    rsg_test.go:828: 2m25s of 5m0s: 551391 executions, 343166 successful
    rsg_test.go:828: 2m30s of 5m0s: 570711 executions, 355070 successful
    rsg_test.go:828: 2m35s of 5m0s: 589452 executions, 366840 successful
    rsg_test.go:828: 2m40s of 5m0s: 609225 executions, 379107 successful
    rsg_test.go:828: 2m45s of 5m0s: 628062 executions, 390778 successful
    rsg_test.go:828: 2m50s of 5m0s: 647254 executions, 402743 successful
    rsg_test.go:828: 2m55s of 5m0s: 671096 executions, 417533 successful
    rsg_test.go:828: 3m0s of 5m0s: 692646 executions, 431031 successful
    rsg_test.go:828: 3m5s of 5m0s: 712390 executions, 443235 successful
    rsg_test.go:828: 3m10s of 5m0s: 730902 executions, 454826 successful
    rsg_test.go:828: 3m15s of 5m0s: 752143 executions, 468014 successful
    rsg_test.go:828: 3m20s of 5m0s: 774738 executions, 482082 successful
    rsg_test.go:828: 3m25s of 5m0s: 794869 executions, 494558 successful
    rsg_test.go:828: 3m30s of 5m0s: 813710 executions, 506256 successful
    rsg_test.go:828: 3m35s of 5m0s: 832397 executions, 517994 successful
    rsg_test.go:828: 3m40s of 5m0s: 852516 executions, 530470 successful
    rsg_test.go:828: 3m45s of 5m0s: 872359 executions, 542920 successful
    rsg_test.go:828: 3m50s of 5m0s: 892551 executions, 555320 successful
    rsg_test.go:828: 3m55s of 5m0s: 910774 executions, 566705 successful
    rsg_test.go:828: 4m0s of 5m0s: 929127 executions, 578135 successful
    rsg_test.go:828: 4m5s of 5m0s: 949779 executions, 591014 successful
    rsg_test.go:828: 4m10s of 5m0s: 969295 executions, 603193 successful
    rsg_test.go:828: 4m15s of 5m0s: 988094 executions, 614953 successful
    rsg_test.go:828: 4m20s of 5m0s: 1007861 executions, 627259 successful
    rsg_test.go:828: 4m25s of 5m0s: 1029312 executions, 640548 successful
    rsg_test.go:828: 4m30s of 5m0s: 1047475 executions, 651759 successful
    rsg_test.go:828: 4m35s of 5m0s: 1067270 executions, 664128 successful
    rsg_test.go:828: 4m40s of 5m0s: 1085235 executions, 675175 successful
    rsg_test.go:828: 4m45s of 5m0s: 1105733 executions, 687908 successful
    rsg_test.go:828: 4m50s of 5m0s: 1125003 executions, 699834 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 1e27c65fb5a3810a5e2285cf07b45d95d401cca6:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 15615318 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:828: 45s of 5m0s: 193859 executions, 120552 successful
    rsg_test.go:828: 50s of 5m0s: 214007 executions, 133049 successful
    rsg_test.go:828: 55s of 5m0s: 236280 executions, 146914 successful
    rsg_test.go:828: 1m0s of 5m0s: 256598 executions, 159615 successful
    rsg_test.go:828: 1m5s of 5m0s: 273801 executions, 170279 successful
    rsg_test.go:828: 1m10s of 5m0s: 295348 executions, 183500 successful
    rsg_test.go:828: 1m15s of 5m0s: 316132 executions, 196468 successful
    rsg_test.go:828: 1m20s of 5m0s: 340246 executions, 211463 successful
    rsg_test.go:828: 1m25s of 5m0s: 363058 executions, 225658 successful
    rsg_test.go:828: 1m30s of 5m0s: 384958 executions, 239337 successful
    rsg_test.go:828: 1m35s of 5m0s: 402570 executions, 250181 successful
    rsg_test.go:828: 1m40s of 5m0s: 423860 executions, 263402 successful
    rsg_test.go:828: 1m45s of 5m0s: 445948 executions, 277322 successful
    rsg_test.go:828: 1m50s of 5m0s: 464442 executions, 288774 successful
    rsg_test.go:828: 1m55s of 5m0s: 487191 executions, 302908 successful
    rsg_test.go:828: 2m0s of 5m0s: 510150 executions, 317203 successful
    rsg_test.go:828: 2m5s of 5m0s: 530039 executions, 329695 successful
    rsg_test.go:828: 2m10s of 5m0s: 549902 executions, 342021 successful
    rsg_test.go:828: 2m15s of 5m0s: 570812 executions, 354996 successful
    rsg_test.go:828: 2m20s of 5m0s: 589515 executions, 366703 successful
    rsg_test.go:828: 2m25s of 5m0s: 612822 executions, 381150 successful
    rsg_test.go:828: 2m30s of 5m0s: 636208 executions, 395699 successful
    rsg_test.go:828: 2m35s of 5m0s: 656109 executions, 408140 successful
    rsg_test.go:828: 2m40s of 5m0s: 679290 executions, 422490 successful
    rsg_test.go:828: 2m45s of 5m0s: 699051 executions, 434628 successful
    rsg_test.go:828: 2m50s of 5m0s: 719153 executions, 447250 successful
    rsg_test.go:828: 2m55s of 5m0s: 741453 executions, 461071 successful
    rsg_test.go:828: 3m0s of 5m0s: 761378 executions, 473608 successful
    rsg_test.go:828: 3m5s of 5m0s: 782669 executions, 486771 successful
    rsg_test.go:828: 3m10s of 5m0s: 802611 executions, 499179 successful
    rsg_test.go:828: 3m15s of 5m0s: 826297 executions, 513985 successful
    rsg_test.go:828: 3m20s of 5m0s: 850558 executions, 529023 successful
    rsg_test.go:828: 3m25s of 5m0s: 869870 executions, 541059 successful
    rsg_test.go:828: 3m30s of 5m0s: 894045 executions, 556078 successful
    rsg_test.go:828: 3m35s of 5m0s: 916419 executions, 570082 successful
    rsg_test.go:828: 3m40s of 5m0s: 935693 executions, 582070 successful
    rsg_test.go:828: 3m45s of 5m0s: 955557 executions, 594396 successful
    rsg_test.go:828: 3m50s of 5m0s: 976669 executions, 607460 successful
    rsg_test.go:828: 3m55s of 5m0s: 1000010 executions, 621946 successful
    rsg_test.go:828: 4m0s of 5m0s: 1019686 executions, 634252 successful
    rsg_test.go:828: 4m5s of 5m0s: 1038340 executions, 645900 successful
    rsg_test.go:828: 4m10s of 5m0s: 1060805 executions, 659808 successful
    rsg_test.go:828: 4m15s of 5m0s: 1080373 executions, 671980 successful
    rsg_test.go:828: 4m20s of 5m0s: 1100523 executions, 684453 successful
    rsg_test.go:828: 4m25s of 5m0s: 1122379 executions, 698107 successful
    rsg_test.go:828: 4m30s of 5m0s: 1144773 executions, 712053 successful
    rsg_test.go:828: 4m35s of 5m0s: 1162426 executions, 722946 successful
    rsg_test.go:828: 4m40s of 5m0s: 1182727 executions, 735577 successful
    rsg_test.go:828: 4m45s of 5m0s: 1202457 executions, 747884 successful
    rsg_test.go:828: 4m50s of 5m0s: 1222657 executions, 760412 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 1e27c65fb5a3810a5e2285cf07b45d95d401cca6:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 13586449 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:828: 45s of 5m0s: 170556 executions, 105897 successful
    rsg_test.go:828: 50s of 5m0s: 187941 executions, 116743 successful
    rsg_test.go:828: 55s of 5m0s: 204398 executions, 126900 successful
    rsg_test.go:828: 1m0s of 5m0s: 222318 executions, 138121 successful
    rsg_test.go:828: 1m5s of 5m0s: 242115 executions, 150302 successful
    rsg_test.go:828: 1m10s of 5m0s: 258609 executions, 160621 successful
    rsg_test.go:828: 1m15s of 5m0s: 278827 executions, 173128 successful
    rsg_test.go:828: 1m20s of 5m0s: 294109 executions, 182630 successful
    rsg_test.go:828: 1m25s of 5m0s: 313387 executions, 194524 successful
    rsg_test.go:828: 1m30s of 5m0s: 332842 executions, 206720 successful
    rsg_test.go:828: 1m35s of 5m0s: 348716 executions, 216590 successful
    rsg_test.go:828: 1m40s of 5m0s: 368155 executions, 228575 successful
    rsg_test.go:828: 1m45s of 5m0s: 387106 executions, 240428 successful
    rsg_test.go:828: 1m50s of 5m0s: 405872 executions, 252165 successful
    rsg_test.go:828: 1m55s of 5m0s: 420112 executions, 260985 successful
    rsg_test.go:828: 2m0s of 5m0s: 436490 executions, 271173 successful
    rsg_test.go:828: 2m5s of 5m0s: 453020 executions, 281410 successful
    rsg_test.go:828: 2m10s of 5m0s: 470272 executions, 292170 successful
    rsg_test.go:828: 2m15s of 5m0s: 489165 executions, 303920 successful
    rsg_test.go:828: 2m20s of 5m0s: 508715 executions, 316185 successful
    rsg_test.go:828: 2m25s of 5m0s: 527188 executions, 327737 successful
    rsg_test.go:828: 2m30s of 5m0s: 544051 executions, 338216 successful
    rsg_test.go:828: 2m35s of 5m0s: 562133 executions, 349479 successful
    rsg_test.go:828: 2m40s of 5m0s: 580379 executions, 360809 successful
    rsg_test.go:828: 2m45s of 5m0s: 596822 executions, 371110 successful
    rsg_test.go:828: 2m50s of 5m0s: 615901 executions, 382951 successful
    rsg_test.go:828: 2m55s of 5m0s: 631731 executions, 392704 successful
    rsg_test.go:828: 3m0s of 5m0s: 650803 executions, 404560 successful
    rsg_test.go:828: 3m5s of 5m0s: 668736 executions, 415586 successful
    rsg_test.go:828: 3m10s of 5m0s: 687481 executions, 427168 successful
    rsg_test.go:828: 3m15s of 5m0s: 708217 executions, 440113 successful
    rsg_test.go:828: 3m20s of 5m0s: 728073 executions, 452431 successful
    rsg_test.go:828: 3m25s of 5m0s: 743554 executions, 462074 successful
    rsg_test.go:828: 3m30s of 5m0s: 761348 executions, 473237 successful
    rsg_test.go:828: 3m35s of 5m0s: 781208 executions, 485451 successful
    rsg_test.go:828: 3m40s of 5m0s: 797066 executions, 495375 successful
    rsg_test.go:828: 3m45s of 5m0s: 815460 executions, 506814 successful
    rsg_test.go:828: 3m50s of 5m0s: 831727 executions, 516970 successful
    rsg_test.go:828: 3m55s of 5m0s: 850298 executions, 528432 successful
    rsg_test.go:828: 4m0s of 5m0s: 869651 executions, 540429 successful
    rsg_test.go:828: 4m5s of 5m0s: 887227 executions, 551410 successful
    rsg_test.go:828: 4m10s of 5m0s: 904250 executions, 561963 successful
    rsg_test.go:828: 4m15s of 5m0s: 924559 executions, 574490 successful
    rsg_test.go:828: 4m20s of 5m0s: 941871 executions, 585252 successful
    rsg_test.go:828: 4m25s of 5m0s: 959821 executions, 596416 successful
    rsg_test.go:828: 4m30s of 5m0s: 976987 executions, 607072 successful
    rsg_test.go:828: 4m35s of 5m0s: 994554 executions, 618072 successful
    rsg_test.go:828: 4m40s of 5m0s: 1012891 executions, 629447 successful
    rsg_test.go:828: 4m45s of 5m0s: 1033886 executions, 642515 successful
    rsg_test.go:828: 4m50s of 5m0s: 1051095 executions, 653192 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 8124bff03d073f35f4d2b6a2048c7f4417d757d9:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 13560011 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:827: 45s of 5m0s: 182065 executions, 113218 successful
    rsg_test.go:827: 50s of 5m0s: 201980 executions, 125500 successful
    rsg_test.go:827: 55s of 5m0s: 223577 executions, 138946 successful
    rsg_test.go:827: 1m0s of 5m0s: 245265 executions, 152493 successful
    rsg_test.go:827: 1m5s of 5m0s: 265941 executions, 165248 successful
    rsg_test.go:827: 1m10s of 5m0s: 283826 executions, 176313 successful
    rsg_test.go:827: 1m15s of 5m0s: 305763 executions, 189902 successful
    rsg_test.go:827: 1m20s of 5m0s: 325774 executions, 202424 successful
    rsg_test.go:827: 1m25s of 5m0s: 346737 executions, 215469 successful
    rsg_test.go:827: 1m30s of 5m0s: 364677 executions, 226652 successful
    rsg_test.go:827: 1m35s of 5m0s: 386347 executions, 240124 successful
    rsg_test.go:827: 1m40s of 5m0s: 405013 executions, 251695 successful
    rsg_test.go:827: 1m45s of 5m0s: 427030 executions, 265456 successful
    rsg_test.go:827: 1m50s of 5m0s: 449516 executions, 279421 successful
    rsg_test.go:827: 1m55s of 5m0s: 470432 executions, 292325 successful
    rsg_test.go:827: 2m0s of 5m0s: 489225 executions, 304002 successful
    rsg_test.go:827: 2m5s of 5m0s: 509349 executions, 316544 successful
    rsg_test.go:827: 2m10s of 5m0s: 528596 executions, 328476 successful
    rsg_test.go:827: 2m15s of 5m0s: 551271 executions, 342639 successful
    rsg_test.go:827: 2m20s of 5m0s: 569968 executions, 354279 successful
    rsg_test.go:827: 2m25s of 5m0s: 592160 executions, 368013 successful
    rsg_test.go:827: 2m30s of 5m0s: 611641 executions, 380017 successful
    rsg_test.go:827: 2m35s of 5m0s: 634267 executions, 394094 successful
    rsg_test.go:827: 2m40s of 5m0s: 656166 executions, 407742 successful
    rsg_test.go:827: 2m45s of 5m0s: 673300 executions, 418319 successful
    rsg_test.go:827: 2m50s of 5m0s: 690337 executions, 428876 successful
    rsg_test.go:827: 2m55s of 5m0s: 711264 executions, 441846 successful
    rsg_test.go:827: 3m0s of 5m0s: 732099 executions, 454768 successful
    rsg_test.go:827: 3m5s of 5m0s: 756647 executions, 470039 successful
    rsg_test.go:827: 3m10s of 5m0s: 777453 executions, 482871 successful
    rsg_test.go:827: 3m15s of 5m0s: 795142 executions, 493758 successful
    rsg_test.go:827: 3m20s of 5m0s: 815034 executions, 506225 successful
    rsg_test.go:827: 3m25s of 5m0s: 836591 executions, 519571 successful
    rsg_test.go:827: 3m30s of 5m0s: 855490 executions, 531332 successful
    rsg_test.go:827: 3m35s of 5m0s: 876352 executions, 544331 successful
    rsg_test.go:827: 3m40s of 5m0s: 899992 executions, 559006 successful
    rsg_test.go:827: 3m45s of 5m0s: 918415 executions, 570527 successful
    rsg_test.go:827: 3m50s of 5m0s: 940060 executions, 583846 successful
    rsg_test.go:827: 3m55s of 5m0s: 961750 executions, 597351 successful
    rsg_test.go:827: 4m0s of 5m0s: 981862 executions, 609784 successful
    rsg_test.go:827: 4m5s of 5m0s: 1001661 executions, 622083 successful
    rsg_test.go:827: 4m10s of 5m0s: 1024440 executions, 636322 successful
    rsg_test.go:827: 4m15s of 5m0s: 1043216 executions, 647958 successful
    rsg_test.go:827: 4m20s of 5m0s: 1064785 executions, 661337 successful
    rsg_test.go:827: 4m25s of 5m0s: 1085799 executions, 674406 successful
    rsg_test.go:827: 4m30s of 5m0s: 1108528 executions, 688513 successful
    rsg_test.go:827: 4m35s of 5m0s: 1130991 executions, 702386 successful
    rsg_test.go:827: 4m40s of 5m0s: 1149837 executions, 714204 successful
    rsg_test.go:827: 4m45s of 5m0s: 1172560 executions, 728413 successful
    rsg_test.go:827: 4m50s of 5m0s: 1192236 executions, 740523 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 10665f9856d9c7ca51557bdf5b48fe9df796228b:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 14970020 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:827: 45s of 5m0s: 182839 executions, 113505 successful
    rsg_test.go:827: 50s of 5m0s: 205272 executions, 127563 successful
    rsg_test.go:827: 55s of 5m0s: 225534 executions, 140058 successful
    rsg_test.go:827: 1m0s of 5m0s: 243973 executions, 151482 successful
    rsg_test.go:827: 1m5s of 5m0s: 265232 executions, 164710 successful
    rsg_test.go:827: 1m10s of 5m0s: 283379 executions, 176108 successful
    rsg_test.go:827: 1m15s of 5m0s: 303493 executions, 188445 successful
    rsg_test.go:827: 1m20s of 5m0s: 322879 executions, 200464 successful
    rsg_test.go:827: 1m25s of 5m0s: 343454 executions, 213243 successful
    rsg_test.go:827: 1m30s of 5m0s: 362862 executions, 225349 successful
    rsg_test.go:827: 1m35s of 5m0s: 382751 executions, 237822 successful
    rsg_test.go:827: 1m40s of 5m0s: 404145 executions, 251077 successful
    rsg_test.go:827: 1m45s of 5m0s: 424780 executions, 263887 successful
    rsg_test.go:827: 1m50s of 5m0s: 444598 executions, 276150 successful
    rsg_test.go:827: 1m55s of 5m0s: 463417 executions, 287872 successful
    rsg_test.go:827: 2m0s of 5m0s: 486304 executions, 302059 successful
    rsg_test.go:827: 2m5s of 5m0s: 508936 executions, 316137 successful
    rsg_test.go:827: 2m10s of 5m0s: 530269 executions, 329313 successful
    rsg_test.go:827: 2m15s of 5m0s: 551147 executions, 342280 successful
    rsg_test.go:827: 2m20s of 5m0s: 570956 executions, 354467 successful
    rsg_test.go:827: 2m25s of 5m0s: 592252 executions, 367766 successful
    rsg_test.go:827: 2m30s of 5m0s: 614307 executions, 381453 successful
    rsg_test.go:827: 2m35s of 5m0s: 634525 executions, 394010 successful
    rsg_test.go:827: 2m40s of 5m0s: 655414 executions, 407023 successful
    rsg_test.go:827: 2m45s of 5m0s: 677175 executions, 420589 successful
    rsg_test.go:827: 2m50s of 5m0s: 698195 executions, 433716 successful
    rsg_test.go:827: 2m55s of 5m0s: 717514 executions, 445739 successful
    rsg_test.go:827: 3m0s of 5m0s: 737635 executions, 458299 successful
    rsg_test.go:827: 3m5s of 5m0s: 756595 executions, 470039 successful
    rsg_test.go:827: 3m10s of 5m0s: 776877 executions, 482677 successful
    rsg_test.go:827: 3m15s of 5m0s: 798360 executions, 495851 successful
    rsg_test.go:827: 3m20s of 5m0s: 819452 executions, 508924 successful
    rsg_test.go:827: 3m25s of 5m0s: 839965 executions, 521734 successful
    rsg_test.go:827: 3m30s of 5m0s: 859620 executions, 533876 successful
    rsg_test.go:827: 3m35s of 5m0s: 876888 executions, 544600 successful
    rsg_test.go:827: 3m40s of 5m0s: 896730 executions, 556905 successful
    rsg_test.go:827: 3m45s of 5m0s: 916445 executions, 569175 successful
    rsg_test.go:827: 3m50s of 5m0s: 937386 executions, 582209 successful
    rsg_test.go:827: 3m55s of 5m0s: 959698 executions, 595931 successful
    rsg_test.go:827: 4m0s of 5m0s: 981313 executions, 609360 successful
    rsg_test.go:827: 4m5s of 5m0s: 1001057 executions, 621520 successful
    rsg_test.go:827: 4m10s of 5m0s: 1020645 executions, 633725 successful
    rsg_test.go:827: 4m15s of 5m0s: 1041367 executions, 646520 successful
    rsg_test.go:827: 4m20s of 5m0s: 1062646 executions, 659729 successful
    rsg_test.go:827: 4m25s of 5m0s: 1082124 executions, 671889 successful
    rsg_test.go:827: 4m30s of 5m0s: 1103155 executions, 684968 successful
    rsg_test.go:827: 4m35s of 5m0s: 1123806 executions, 697811 successful
    rsg_test.go:827: 4m40s of 5m0s: 1145015 executions, 710972 successful
    rsg_test.go:827: 4m45s of 5m0s: 1164024 executions, 722776 successful
    rsg_test.go:827: 4m50s of 5m0s: 1187237 executions, 737147 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 1f3419e178bdba544f74d9c9e14a4682efd18028:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 13077420 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:827: 45s of 5m0s: 174404 executions, 108550 successful
    rsg_test.go:827: 50s of 5m0s: 191916 executions, 119322 successful
    rsg_test.go:827: 55s of 5m0s: 210276 executions, 130717 successful
    rsg_test.go:827: 1m0s of 5m0s: 226660 executions, 140870 successful
    rsg_test.go:827: 1m5s of 5m0s: 245514 executions, 152624 successful
    rsg_test.go:827: 1m10s of 5m0s: 262996 executions, 163388 successful
    rsg_test.go:827: 1m15s of 5m0s: 279582 executions, 173761 successful
    rsg_test.go:827: 1m20s of 5m0s: 297994 executions, 185066 successful
    rsg_test.go:827: 1m25s of 5m0s: 318164 executions, 197598 successful
    rsg_test.go:827: 1m30s of 5m0s: 337430 executions, 209437 successful
    rsg_test.go:827: 1m35s of 5m0s: 355171 executions, 220585 successful
    rsg_test.go:827: 1m40s of 5m0s: 372214 executions, 231192 successful
    rsg_test.go:827: 1m45s of 5m0s: 392123 executions, 243554 successful
    rsg_test.go:827: 1m50s of 5m0s: 411325 executions, 255452 successful
    rsg_test.go:827: 1m55s of 5m0s: 427858 executions, 265702 successful
    rsg_test.go:827: 2m0s of 5m0s: 445026 executions, 276323 successful
    rsg_test.go:827: 2m5s of 5m0s: 465281 executions, 288862 successful
    rsg_test.go:827: 2m10s of 5m0s: 484188 executions, 300632 successful
    rsg_test.go:827: 2m15s of 5m0s: 506615 executions, 314556 successful
    rsg_test.go:827: 2m20s of 5m0s: 528371 executions, 328065 successful
    rsg_test.go:827: 2m25s of 5m0s: 549820 executions, 341380 successful
    rsg_test.go:827: 2m30s of 5m0s: 565927 executions, 351408 successful
    rsg_test.go:827: 2m35s of 5m0s: 583068 executions, 362001 successful
    rsg_test.go:827: 2m40s of 5m0s: 601492 executions, 373454 successful
    rsg_test.go:827: 2m45s of 5m0s: 621993 executions, 386292 successful
    rsg_test.go:827: 2m50s of 5m0s: 642371 executions, 398877 successful
    rsg_test.go:827: 2m55s of 5m0s: 665450 executions, 413229 successful
    rsg_test.go:827: 3m0s of 5m0s: 684114 executions, 424856 successful
    rsg_test.go:827: 3m5s of 5m0s: 704325 executions, 437407 successful
    rsg_test.go:827: 3m10s of 5m0s: 724764 executions, 450151 successful
    rsg_test.go:827: 3m15s of 5m0s: 746310 executions, 463606 successful
    rsg_test.go:827: 3m20s of 5m0s: 768062 executions, 477098 successful
    rsg_test.go:827: 3m25s of 5m0s: 785811 executions, 488060 successful
    rsg_test.go:827: 3m30s of 5m0s: 806424 executions, 500822 successful
    rsg_test.go:827: 3m35s of 5m0s: 826697 executions, 513454 successful
    rsg_test.go:827: 3m40s of 5m0s: 845089 executions, 524774 successful
    rsg_test.go:827: 3m45s of 5m0s: 864778 executions, 537073 successful
    rsg_test.go:827: 3m50s of 5m0s: 884108 executions, 549054 successful
    rsg_test.go:827: 3m55s of 5m0s: 904630 executions, 561769 successful
    rsg_test.go:827: 4m0s of 5m0s: 922868 executions, 573053 successful
    rsg_test.go:827: 4m5s of 5m0s: 944031 executions, 586195 successful
    rsg_test.go:827: 4m10s of 5m0s: 964129 executions, 598669 successful
    rsg_test.go:827: 4m15s of 5m0s: 982055 executions, 609685 successful
    rsg_test.go:827: 4m20s of 5m0s: 1002484 executions, 622406 successful
    rsg_test.go:827: 4m25s of 5m0s: 1023449 executions, 635417 successful
    rsg_test.go:827: 4m30s of 5m0s: 1045358 executions, 649057 successful
    rsg_test.go:827: 4m35s of 5m0s: 1063718 executions, 660528 successful
    rsg_test.go:827: 4m40s of 5m0s: 1084555 executions, 673468 successful
    rsg_test.go:827: 4m45s of 5m0s: 1105636 executions, 686564 successful
    rsg_test.go:827: 4m50s of 5m0s: 1126815 executions, 699724 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 847de4595b62a0c03b14a3d0865cc8222fcf0f61:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 14940215 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:827: 45s of 5m0s: 165179 executions, 102781 successful
    rsg_test.go:827: 50s of 5m0s: 181403 executions, 112776 successful
    rsg_test.go:827: 55s of 5m0s: 203414 executions, 126520 successful
    rsg_test.go:827: 1m0s of 5m0s: 224761 executions, 139682 successful
    rsg_test.go:827: 1m5s of 5m0s: 242091 executions, 150466 successful
    rsg_test.go:827: 1m10s of 5m0s: 261980 executions, 162782 successful
    rsg_test.go:827: 1m15s of 5m0s: 283754 executions, 176416 successful
    rsg_test.go:827: 1m20s of 5m0s: 305270 executions, 189785 successful
    rsg_test.go:827: 1m25s of 5m0s: 325818 executions, 202600 successful
    rsg_test.go:827: 1m30s of 5m0s: 349317 executions, 217152 successful
    rsg_test.go:827: 1m35s of 5m0s: 372680 executions, 231702 successful
    rsg_test.go:827: 1m40s of 5m0s: 392201 executions, 243869 successful
    rsg_test.go:827: 1m45s of 5m0s: 412126 executions, 256115 successful
    rsg_test.go:827: 1m50s of 5m0s: 430075 executions, 267311 successful
    rsg_test.go:827: 1m55s of 5m0s: 449069 executions, 279091 successful
    rsg_test.go:827: 2m0s of 5m0s: 470656 executions, 292640 successful
    rsg_test.go:827: 2m5s of 5m0s: 492644 executions, 306162 successful
    rsg_test.go:827: 2m10s of 5m0s: 510616 executions, 317313 successful
    rsg_test.go:827: 2m15s of 5m0s: 532076 executions, 330740 successful
    rsg_test.go:827: 2m20s of 5m0s: 554462 executions, 344628 successful
    rsg_test.go:827: 2m25s of 5m0s: 575154 executions, 357470 successful
    rsg_test.go:827: 2m30s of 5m0s: 597233 executions, 371276 successful
    rsg_test.go:827: 2m35s of 5m0s: 619170 executions, 384886 successful
    rsg_test.go:827: 2m40s of 5m0s: 642262 executions, 399163 successful
    rsg_test.go:827: 2m45s of 5m0s: 664177 executions, 412864 successful
    rsg_test.go:827: 2m50s of 5m0s: 684145 executions, 425281 successful
    rsg_test.go:827: 2m55s of 5m0s: 705598 executions, 438573 successful
    rsg_test.go:827: 3m0s of 5m0s: 724171 executions, 450057 successful
    rsg_test.go:827: 3m5s of 5m0s: 744872 executions, 462816 successful
    rsg_test.go:827: 3m10s of 5m0s: 764914 executions, 475397 successful
    rsg_test.go:827: 3m15s of 5m0s: 784567 executions, 487535 successful
    rsg_test.go:827: 3m20s of 5m0s: 806599 executions, 501152 successful
    rsg_test.go:827: 3m25s of 5m0s: 829015 executions, 515089 successful
    rsg_test.go:827: 3m30s of 5m0s: 848711 executions, 527447 successful
    rsg_test.go:827: 3m35s of 5m0s: 868937 executions, 540108 successful
    rsg_test.go:827: 3m40s of 5m0s: 888361 executions, 552192 successful
    rsg_test.go:827: 3m45s of 5m0s: 908765 executions, 564933 successful
    rsg_test.go:827: 3m50s of 5m0s: 924124 executions, 574502 successful
    rsg_test.go:827: 3m55s of 5m0s: 943450 executions, 586432 successful
    rsg_test.go:827: 4m0s of 5m0s: 966334 executions, 600600 successful
    rsg_test.go:827: 4m5s of 5m0s: 983392 executions, 611237 successful
    rsg_test.go:827: 4m10s of 5m0s: 1004198 executions, 624176 successful
    rsg_test.go:827: 4m15s of 5m0s: 1023717 executions, 636260 successful
    rsg_test.go:827: 4m20s of 5m0s: 1043583 executions, 648562 successful
    rsg_test.go:827: 4m25s of 5m0s: 1061984 executions, 660031 successful
    rsg_test.go:827: 4m30s of 5m0s: 1082754 executions, 673028 successful
    rsg_test.go:827: 4m35s of 5m0s: 1103607 executions, 685963 successful
    rsg_test.go:827: 4m40s of 5m0s: 1124813 executions, 699116 successful
    rsg_test.go:827: 4m45s of 5m0s: 1148254 executions, 713572 successful
    rsg_test.go:827: 4m50s of 5m0s: 1171373 executions, 727973 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 2f4231084e27760b4927e15da9b6d46705dc8552:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 10678144 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:827: 45s of 5m0s: 183127 executions, 113617 successful
    rsg_test.go:827: 50s of 5m0s: 202614 executions, 125710 successful
    rsg_test.go:827: 55s of 5m0s: 224187 executions, 139231 successful
    rsg_test.go:827: 1m0s of 5m0s: 243492 executions, 151162 successful
    rsg_test.go:827: 1m5s of 5m0s: 262641 executions, 163095 successful
    rsg_test.go:827: 1m10s of 5m0s: 281749 executions, 174957 successful
    rsg_test.go:827: 1m15s of 5m0s: 303324 executions, 188312 successful
    rsg_test.go:827: 1m20s of 5m0s: 324504 executions, 201463 successful
    rsg_test.go:827: 1m25s of 5m0s: 343660 executions, 213365 successful
    rsg_test.go:827: 1m30s of 5m0s: 360940 executions, 224107 successful
    rsg_test.go:827: 1m35s of 5m0s: 381619 executions, 236905 successful
    rsg_test.go:827: 1m40s of 5m0s: 402141 executions, 249787 successful
    rsg_test.go:827: 1m45s of 5m0s: 423966 executions, 263247 successful
    rsg_test.go:827: 1m50s of 5m0s: 444023 executions, 275787 successful
    rsg_test.go:827: 1m55s of 5m0s: 461936 executions, 286823 successful
    rsg_test.go:827: 2m0s of 5m0s: 483161 executions, 300015 successful
    rsg_test.go:827: 2m5s of 5m0s: 502843 executions, 312202 successful
    rsg_test.go:827: 2m10s of 5m0s: 523403 executions, 324975 successful
    rsg_test.go:827: 2m15s of 5m0s: 544139 executions, 337826 successful
    rsg_test.go:827: 2m20s of 5m0s: 563962 executions, 350141 successful
    rsg_test.go:827: 2m25s of 5m0s: 583894 executions, 362537 successful
    rsg_test.go:827: 2m30s of 5m0s: 602056 executions, 373785 successful
    rsg_test.go:827: 2m35s of 5m0s: 621911 executions, 386295 successful
    rsg_test.go:827: 2m40s of 5m0s: 642161 executions, 398821 successful
    rsg_test.go:827: 2m45s of 5m0s: 661068 executions, 410597 successful
    rsg_test.go:827: 2m50s of 5m0s: 681293 executions, 423201 successful
    rsg_test.go:827: 2m55s of 5m0s: 701434 executions, 435640 successful
    rsg_test.go:827: 3m0s of 5m0s: 719571 executions, 447003 successful
    rsg_test.go:827: 3m5s of 5m0s: 739620 executions, 459389 successful
    rsg_test.go:827: 3m10s of 5m0s: 759755 executions, 471924 successful
    rsg_test.go:827: 3m15s of 5m0s: 780692 executions, 484910 successful
    rsg_test.go:827: 3m20s of 5m0s: 802610 executions, 498493 successful
    rsg_test.go:827: 3m25s of 5m0s: 824058 executions, 511818 successful
    rsg_test.go:827: 3m30s of 5m0s: 843151 executions, 523669 successful
    rsg_test.go:827: 3m35s of 5m0s: 861035 executions, 534820 successful
    rsg_test.go:827: 3m40s of 5m0s: 881460 executions, 547509 successful
    rsg_test.go:827: 3m45s of 5m0s: 900720 executions, 559514 successful
    rsg_test.go:827: 3m50s of 5m0s: 920740 executions, 571924 successful
    rsg_test.go:827: 3m55s of 5m0s: 940025 executions, 583864 successful
    rsg_test.go:827: 4m0s of 5m0s: 957843 executions, 594931 successful
    rsg_test.go:827: 4m5s of 5m0s: 976724 executions, 606567 successful
    rsg_test.go:827: 4m10s of 5m0s: 996650 executions, 619037 successful
    rsg_test.go:827: 4m15s of 5m0s: 1016820 executions, 631530 successful
    rsg_test.go:827: 4m20s of 5m0s: 1035941 executions, 643491 successful
    rsg_test.go:827: 4m25s of 5m0s: 1052955 executions, 654063 successful
    rsg_test.go:827: 4m30s of 5m0s: 1071448 executions, 665613 successful
    rsg_test.go:827: 4m35s of 5m0s: 1093931 executions, 679626 successful
    rsg_test.go:827: 4m40s of 5m0s: 1113447 executions, 691702 successful
    rsg_test.go:827: 4m45s of 5m0s: 1134249 executions, 704643 successful
    rsg_test.go:827: 4m50s of 5m0s: 1150908 executions, 714901 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 5608a146973cb002756eef7bcafd002eb038afb4:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 14684575 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:827: 45s of 5m0s: 176516 executions, 109689 successful
    rsg_test.go:827: 50s of 5m0s: 194754 executions, 120980 successful
    rsg_test.go:827: 55s of 5m0s: 214322 executions, 133112 successful
    rsg_test.go:827: 1m0s of 5m0s: 234669 executions, 145696 successful
    rsg_test.go:827: 1m5s of 5m0s: 255868 executions, 158824 successful
    rsg_test.go:827: 1m10s of 5m0s: 274972 executions, 170638 successful
    rsg_test.go:827: 1m15s of 5m0s: 295059 executions, 183162 successful
    rsg_test.go:827: 1m20s of 5m0s: 311274 executions, 193218 successful
    rsg_test.go:827: 1m25s of 5m0s: 332766 executions, 206574 successful
    rsg_test.go:827: 1m30s of 5m0s: 352256 executions, 218796 successful
    rsg_test.go:827: 1m35s of 5m0s: 372131 executions, 231076 successful
    rsg_test.go:827: 1m40s of 5m0s: 393959 executions, 244657 successful
    rsg_test.go:827: 1m45s of 5m0s: 419390 executions, 260472 successful
    rsg_test.go:827: 1m50s of 5m0s: 440749 executions, 273701 successful
    rsg_test.go:827: 1m55s of 5m0s: 460722 executions, 286071 successful
    rsg_test.go:827: 2m0s of 5m0s: 483407 executions, 300184 successful
    rsg_test.go:827: 2m5s of 5m0s: 505448 executions, 313903 successful
    rsg_test.go:827: 2m10s of 5m0s: 527743 executions, 327735 successful
    rsg_test.go:827: 2m15s of 5m0s: 550587 executions, 341867 successful
    rsg_test.go:827: 2m20s of 5m0s: 573513 executions, 356175 successful
    rsg_test.go:827: 2m25s of 5m0s: 595246 executions, 369733 successful
    rsg_test.go:827: 2m30s of 5m0s: 618510 executions, 384116 successful
    rsg_test.go:827: 2m35s of 5m0s: 637873 executions, 396183 successful
    rsg_test.go:827: 2m40s of 5m0s: 659065 executions, 409283 successful
    rsg_test.go:827: 2m45s of 5m0s: 680425 executions, 422470 successful
    rsg_test.go:827: 2m50s of 5m0s: 702765 executions, 436358 successful
    rsg_test.go:827: 2m55s of 5m0s: 726740 executions, 451271 successful
    rsg_test.go:827: 3m0s of 5m0s: 747072 executions, 463842 successful
    rsg_test.go:827: 3m5s of 5m0s: 767099 executions, 476317 successful
    rsg_test.go:827: 3m10s of 5m0s: 788971 executions, 489807 successful
    rsg_test.go:827: 3m15s of 5m0s: 809970 executions, 502913 successful
    rsg_test.go:827: 3m20s of 5m0s: 834852 executions, 518334 successful
    rsg_test.go:827: 3m25s of 5m0s: 856573 executions, 531848 successful
    rsg_test.go:827: 3m30s of 5m0s: 878175 executions, 545317 successful
    rsg_test.go:827: 3m35s of 5m0s: 900395 executions, 559086 successful
    rsg_test.go:827: 3m40s of 5m0s: 922550 executions, 572822 successful
    rsg_test.go:827: 3m45s of 5m0s: 942327 executions, 585085 successful
    rsg_test.go:827: 3m50s of 5m0s: 962266 executions, 597506 successful
    rsg_test.go:827: 3m55s of 5m0s: 985701 executions, 611996 successful
    rsg_test.go:827: 4m0s of 5m0s: 1008298 executions, 626085 successful
    rsg_test.go:827: 4m5s of 5m0s: 1031554 executions, 640453 successful
    rsg_test.go:827: 4m10s of 5m0s: 1055792 executions, 655624 successful
    rsg_test.go:827: 4m15s of 5m0s: 1077824 executions, 669243 successful
    rsg_test.go:827: 4m20s of 5m0s: 1095186 executions, 680037 successful
    rsg_test.go:827: 4m25s of 5m0s: 1112456 executions, 690770 successful
    rsg_test.go:827: 4m30s of 5m0s: 1132338 executions, 703089 successful
    rsg_test.go:827: 4m35s of 5m0s: 1153394 executions, 716207 successful
    rsg_test.go:827: 4m40s of 5m0s: 1174609 executions, 729346 successful
    rsg_test.go:827: 4m45s of 5m0s: 1196033 executions, 742598 successful
    rsg_test.go:827: 4m50s of 5m0s: 1219864 executions, 757470 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 3b1bc872bb4bf8e5eb2ad8790ba8ec781167dd1f:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 12718624 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:827: 45s of 5m0s: 188038 executions, 116724 successful
    rsg_test.go:827: 50s of 5m0s: 209165 executions, 129859 successful
    rsg_test.go:827: 55s of 5m0s: 230771 executions, 143237 successful
    rsg_test.go:827: 1m0s of 5m0s: 248168 executions, 154049 successful
    rsg_test.go:827: 1m5s of 5m0s: 268196 executions, 166603 successful
    rsg_test.go:827: 1m10s of 5m0s: 291025 executions, 180752 successful
    rsg_test.go:827: 1m15s of 5m0s: 312274 executions, 193960 successful
    rsg_test.go:827: 1m20s of 5m0s: 333464 executions, 207122 successful
    rsg_test.go:827: 1m25s of 5m0s: 354843 executions, 220365 successful
    rsg_test.go:827: 1m30s of 5m0s: 378677 executions, 235218 successful
    rsg_test.go:827: 1m35s of 5m0s: 400853 executions, 248946 successful
    rsg_test.go:827: 1m40s of 5m0s: 420564 executions, 261172 successful
    rsg_test.go:827: 1m45s of 5m0s: 438514 executions, 272326 successful
    rsg_test.go:827: 1m50s of 5m0s: 459190 executions, 285147 successful
    rsg_test.go:827: 1m55s of 5m0s: 479141 executions, 297424 successful
    rsg_test.go:827: 2m0s of 5m0s: 501386 executions, 311380 successful
    rsg_test.go:827: 2m5s of 5m0s: 520501 executions, 323255 successful
    rsg_test.go:827: 2m10s of 5m0s: 543019 executions, 337171 successful
    rsg_test.go:827: 2m15s of 5m0s: 563743 executions, 350034 successful
    rsg_test.go:827: 2m20s of 5m0s: 585528 executions, 363617 successful
    rsg_test.go:827: 2m25s of 5m0s: 604827 executions, 375536 successful
    rsg_test.go:827: 2m30s of 5m0s: 624446 executions, 387631 successful
    rsg_test.go:827: 2m35s of 5m0s: 645689 executions, 400847 successful
    rsg_test.go:827: 2m40s of 5m0s: 665973 executions, 413497 successful
    rsg_test.go:827: 2m45s of 5m0s: 686181 executions, 425969 successful
    rsg_test.go:827: 2m50s of 5m0s: 707762 executions, 439401 successful
    rsg_test.go:827: 2m55s of 5m0s: 731003 executions, 453754 successful
    rsg_test.go:827: 3m0s of 5m0s: 750806 executions, 465998 successful
    rsg_test.go:827: 3m5s of 5m0s: 770632 executions, 478338 successful
    rsg_test.go:827: 3m10s of 5m0s: 792972 executions, 492153 successful
    rsg_test.go:827: 3m15s of 5m0s: 810449 executions, 502975 successful
    rsg_test.go:827: 3m20s of 5m0s: 833926 executions, 517704 successful
    rsg_test.go:827: 3m25s of 5m0s: 856569 executions, 531713 successful
    rsg_test.go:827: 3m30s of 5m0s: 875928 executions, 543854 successful
    rsg_test.go:827: 3m35s of 5m0s: 894431 executions, 555276 successful
    rsg_test.go:827: 3m40s of 5m0s: 914723 executions, 567948 successful
    rsg_test.go:827: 3m45s of 5m0s: 937541 executions, 582152 successful
    rsg_test.go:827: 3m50s of 5m0s: 960419 executions, 596382 successful
    rsg_test.go:827: 3m55s of 5m0s: 981242 executions, 609310 successful
    rsg_test.go:827: 4m0s of 5m0s: 1004011 executions, 623376 successful
    rsg_test.go:827: 4m5s of 5m0s: 1026982 executions, 637660 successful
    rsg_test.go:827: 4m10s of 5m0s: 1047359 executions, 650225 successful
    rsg_test.go:827: 4m15s of 5m0s: 1070832 executions, 664830 successful
    rsg_test.go:827: 4m20s of 5m0s: 1092351 executions, 678258 successful
    rsg_test.go:827: 4m25s of 5m0s: 1115335 executions, 692455 successful
    rsg_test.go:827: 4m30s of 5m0s: 1135450 executions, 704849 successful
    rsg_test.go:827: 4m35s of 5m0s: 1156235 executions, 717744 successful
    rsg_test.go:827: 4m40s of 5m0s: 1179791 executions, 732456 successful
    rsg_test.go:827: 4m45s of 5m0s: 1203659 executions, 747211 successful
    rsg_test.go:827: 4m50s of 5m0s: 1226907 executions, 761579 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 4619767bb0b75ac85ddcb76e33c73211e369afed:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 9580319 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:827: 45s of 5m0s: 161527 executions, 100174 successful
    rsg_test.go:827: 50s of 5m0s: 179476 executions, 111323 successful
    rsg_test.go:827: 55s of 5m0s: 197019 executions, 122247 successful
    rsg_test.go:827: 1m0s of 5m0s: 217375 executions, 134887 successful
    rsg_test.go:827: 1m5s of 5m0s: 239369 executions, 148605 successful
    rsg_test.go:827: 1m10s of 5m0s: 256684 executions, 159348 successful
    rsg_test.go:827: 1m15s of 5m0s: 275990 executions, 171269 successful
    rsg_test.go:827: 1m20s of 5m0s: 296084 executions, 183673 successful
    rsg_test.go:827: 1m25s of 5m0s: 314231 executions, 195006 successful
    rsg_test.go:827: 1m30s of 5m0s: 331950 executions, 205964 successful
    rsg_test.go:827: 1m35s of 5m0s: 352238 executions, 218635 successful
    rsg_test.go:827: 1m40s of 5m0s: 370661 executions, 230002 successful
    rsg_test.go:827: 1m45s of 5m0s: 390408 executions, 242351 successful
    rsg_test.go:827: 1m50s of 5m0s: 408757 executions, 253651 successful
    rsg_test.go:827: 1m55s of 5m0s: 427224 executions, 265174 successful
    rsg_test.go:827: 2m0s of 5m0s: 446008 executions, 276926 successful
    rsg_test.go:827: 2m5s of 5m0s: 464037 executions, 288111 successful
    rsg_test.go:827: 2m10s of 5m0s: 483284 executions, 300154 successful
    rsg_test.go:827: 2m15s of 5m0s: 500749 executions, 311011 successful
    rsg_test.go:827: 2m20s of 5m0s: 518539 executions, 322197 successful
    rsg_test.go:827: 2m25s of 5m0s: 539773 executions, 335359 successful
    rsg_test.go:827: 2m30s of 5m0s: 558006 executions, 346633 successful
    rsg_test.go:827: 2m35s of 5m0s: 579208 executions, 359809 successful
    rsg_test.go:827: 2m40s of 5m0s: 601030 executions, 373458 successful
    rsg_test.go:827: 2m45s of 5m0s: 617538 executions, 383699 successful
    rsg_test.go:827: 2m50s of 5m0s: 637419 executions, 396024 successful
    rsg_test.go:827: 2m55s of 5m0s: 656025 executions, 407600 successful
    rsg_test.go:827: 3m0s of 5m0s: 676573 executions, 420202 successful
    rsg_test.go:827: 3m5s of 5m0s: 694815 executions, 431546 successful
    rsg_test.go:827: 3m10s of 5m0s: 712615 executions, 442605 successful
    rsg_test.go:827: 3m15s of 5m0s: 732498 executions, 454971 successful
    rsg_test.go:827: 3m20s of 5m0s: 754173 executions, 468406 successful
    rsg_test.go:827: 3m25s of 5m0s: 774287 executions, 480898 successful
    rsg_test.go:827: 3m30s of 5m0s: 795226 executions, 493866 successful
    rsg_test.go:827: 3m35s of 5m0s: 813302 executions, 505142 successful
    rsg_test.go:827: 3m40s of 5m0s: 834924 executions, 518516 successful
    rsg_test.go:827: 3m45s of 5m0s: 852152 executions, 529254 successful
    rsg_test.go:827: 3m50s of 5m0s: 871672 executions, 541333 successful
    rsg_test.go:827: 3m55s of 5m0s: 893548 executions, 555009 successful
    rsg_test.go:827: 4m0s of 5m0s: 915687 executions, 568788 successful
    rsg_test.go:827: 4m5s of 5m0s: 934666 executions, 580605 successful
    rsg_test.go:827: 4m10s of 5m0s: 951345 executions, 590941 successful
    rsg_test.go:827: 4m15s of 5m0s: 969459 executions, 602258 successful
    rsg_test.go:827: 4m20s of 5m0s: 992703 executions, 616754 successful
    rsg_test.go:827: 4m25s of 5m0s: 1012100 executions, 628763 successful
    rsg_test.go:827: 4m30s of 5m0s: 1031171 executions, 640582 successful
    rsg_test.go:827: 4m35s of 5m0s: 1051761 executions, 653393 successful
    rsg_test.go:827: 4m40s of 5m0s: 1071318 executions, 665546 successful
    rsg_test.go:827: 4m45s of 5m0s: 1092693 executions, 678781 successful
    rsg_test.go:827: 4m50s of 5m0s: 1112261 executions, 690959 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ ede4f458a1385cecd8602b0b438bda431ba6cf2e:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 9638871 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:827: 45s of 5m0s: 184209 executions, 114446 successful
    rsg_test.go:827: 50s of 5m0s: 202474 executions, 125749 successful
    rsg_test.go:827: 55s of 5m0s: 223342 executions, 138761 successful
    rsg_test.go:827: 1m0s of 5m0s: 244202 executions, 151665 successful
    rsg_test.go:827: 1m5s of 5m0s: 262418 executions, 163038 successful
    rsg_test.go:827: 1m10s of 5m0s: 281746 executions, 175003 successful
    rsg_test.go:827: 1m15s of 5m0s: 299034 executions, 185726 successful
    rsg_test.go:827: 1m20s of 5m0s: 319288 executions, 198306 successful
    rsg_test.go:827: 1m25s of 5m0s: 340238 executions, 211290 successful
    rsg_test.go:827: 1m30s of 5m0s: 361496 executions, 224587 successful
    rsg_test.go:827: 1m35s of 5m0s: 377395 executions, 234432 successful
    rsg_test.go:827: 1m40s of 5m0s: 395527 executions, 245636 successful
    rsg_test.go:827: 1m45s of 5m0s: 415397 executions, 258068 successful
    rsg_test.go:827: 1m50s of 5m0s: 435564 executions, 270567 successful
    rsg_test.go:827: 1m55s of 5m0s: 455718 executions, 283106 successful
    rsg_test.go:827: 2m0s of 5m0s: 476061 executions, 295716 successful
    rsg_test.go:827: 2m5s of 5m0s: 496624 executions, 308518 successful
    rsg_test.go:827: 2m10s of 5m0s: 519580 executions, 322803 successful
    rsg_test.go:827: 2m15s of 5m0s: 541647 executions, 336498 successful
    rsg_test.go:827: 2m20s of 5m0s: 562573 executions, 349501 successful
    rsg_test.go:827: 2m25s of 5m0s: 584039 executions, 362773 successful
    rsg_test.go:827: 2m30s of 5m0s: 603534 executions, 374912 successful
    rsg_test.go:827: 2m35s of 5m0s: 624450 executions, 387833 successful
    rsg_test.go:827: 2m40s of 5m0s: 645951 executions, 401152 successful
    rsg_test.go:827: 2m45s of 5m0s: 667358 executions, 414428 successful
    rsg_test.go:827: 2m50s of 5m0s: 688995 executions, 427907 successful
    rsg_test.go:827: 2m55s of 5m0s: 709799 executions, 440857 successful
    rsg_test.go:827: 3m0s of 5m0s: 730373 executions, 453613 successful
    rsg_test.go:827: 3m5s of 5m0s: 752496 executions, 467290 successful
    rsg_test.go:827: 3m10s of 5m0s: 773637 executions, 480435 successful
    rsg_test.go:827: 3m15s of 5m0s: 791505 executions, 491581 successful
    rsg_test.go:827: 3m20s of 5m0s: 812895 executions, 504953 successful
    rsg_test.go:827: 3m25s of 5m0s: 836217 executions, 519461 successful
    rsg_test.go:827: 3m30s of 5m0s: 856330 executions, 531850 successful
    rsg_test.go:827: 3m35s of 5m0s: 877045 executions, 544836 successful
    rsg_test.go:827: 3m40s of 5m0s: 894030 executions, 555426 successful
    rsg_test.go:827: 3m45s of 5m0s: 914714 executions, 568329 successful
    rsg_test.go:827: 3m50s of 5m0s: 938034 executions, 582793 successful
    rsg_test.go:827: 3m55s of 5m0s: 961140 executions, 597143 successful
    rsg_test.go:827: 4m0s of 5m0s: 981401 executions, 609798 successful
    rsg_test.go:827: 4m5s of 5m0s: 999657 executions, 621038 successful
    rsg_test.go:827: 4m10s of 5m0s: 1020452 executions, 633951 successful
    rsg_test.go:827: 4m15s of 5m0s: 1042356 executions, 647620 successful
    rsg_test.go:827: 4m20s of 5m0s: 1062208 executions, 659884 successful
    rsg_test.go:827: 4m25s of 5m0s: 1081550 executions, 671907 successful
    rsg_test.go:827: 4m30s of 5m0s: 1101437 executions, 684282 successful
    rsg_test.go:827: 4m35s of 5m0s: 1122062 executions, 697039 successful
    rsg_test.go:827: 4m40s of 5m0s: 1143835 executions, 710659 successful
    rsg_test.go:827: 4m45s of 5m0s: 1162094 executions, 721962 successful
    rsg_test.go:827: 4m50s of 5m0s: 1182517 executions, 734600 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ ed08739c22ecd246c9745d0f301976023c0d004b:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 11043212 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:827: 45s of 5m0s: 177306 executions, 110092 successful
    rsg_test.go:827: 50s of 5m0s: 197372 executions, 122608 successful
    rsg_test.go:827: 55s of 5m0s: 218596 executions, 135783 successful
    rsg_test.go:827: 1m0s of 5m0s: 239381 executions, 148761 successful
    rsg_test.go:827: 1m5s of 5m0s: 258554 executions, 160631 successful
    rsg_test.go:827: 1m10s of 5m0s: 276532 executions, 171702 successful
    rsg_test.go:827: 1m15s of 5m0s: 296268 executions, 183997 successful
    rsg_test.go:827: 1m20s of 5m0s: 314150 executions, 195200 successful
    rsg_test.go:827: 1m25s of 5m0s: 331400 executions, 205975 successful
    rsg_test.go:827: 1m30s of 5m0s: 348321 executions, 216501 successful
    rsg_test.go:827: 1m35s of 5m0s: 369521 executions, 229687 successful
    rsg_test.go:827: 1m40s of 5m0s: 381669 executions, 237111 successful
    rsg_test.go:827: 1m45s of 5m0s: 398485 executions, 247642 successful
    rsg_test.go:827: 1m50s of 5m0s: 418960 executions, 260440 successful
    rsg_test.go:827: 1m55s of 5m0s: 439292 executions, 273083 successful
    rsg_test.go:827: 2m0s of 5m0s: 463123 executions, 288001 successful
    rsg_test.go:827: 2m5s of 5m0s: 481136 executions, 299080 successful
    rsg_test.go:827: 2m10s of 5m0s: 500445 executions, 311061 successful
    rsg_test.go:827: 2m15s of 5m0s: 518598 executions, 322358 successful
    rsg_test.go:827: 2m20s of 5m0s: 538178 executions, 334450 successful
    rsg_test.go:827: 2m25s of 5m0s: 558740 executions, 347370 successful
    rsg_test.go:827: 2m30s of 5m0s: 582010 executions, 361741 successful
    rsg_test.go:827: 2m35s of 5m0s: 603685 executions, 375193 successful
    rsg_test.go:827: 2m40s of 5m0s: 627097 executions, 389691 successful
    rsg_test.go:827: 2m45s of 5m0s: 650815 executions, 404459 successful
    rsg_test.go:827: 2m50s of 5m0s: 671243 executions, 417166 successful
    rsg_test.go:827: 2m55s of 5m0s: 691737 executions, 429885 successful
    rsg_test.go:827: 3m0s of 5m0s: 711428 executions, 442099 successful
    rsg_test.go:827: 3m5s of 5m0s: 729201 executions, 453049 successful
    rsg_test.go:827: 3m10s of 5m0s: 747996 executions, 464795 successful
    rsg_test.go:827: 3m15s of 5m0s: 770008 executions, 478349 successful
    rsg_test.go:827: 3m20s of 5m0s: 787551 executions, 489211 successful
    rsg_test.go:827: 3m25s of 5m0s: 809291 executions, 502799 successful
    rsg_test.go:827: 3m30s of 5m0s: 828609 executions, 514784 successful
    rsg_test.go:827: 3m35s of 5m0s: 848799 executions, 527267 successful
    rsg_test.go:827: 3m40s of 5m0s: 869345 executions, 539968 successful
    rsg_test.go:827: 3m45s of 5m0s: 888292 executions, 551728 successful
    rsg_test.go:827: 3m50s of 5m0s: 906029 executions, 562704 successful
    rsg_test.go:827: 3m55s of 5m0s: 926344 executions, 575395 successful
    rsg_test.go:827: 4m0s of 5m0s: 945575 executions, 587435 successful
    rsg_test.go:827: 4m5s of 5m0s: 962292 executions, 597889 successful
    rsg_test.go:827: 4m10s of 5m0s: 983760 executions, 611140 successful
    rsg_test.go:827: 4m15s of 5m0s: 1003803 executions, 623604 successful
    rsg_test.go:827: 4m20s of 5m0s: 1023212 executions, 635726 successful
    rsg_test.go:827: 4m25s of 5m0s: 1043579 executions, 648292 successful
    rsg_test.go:827: 4m30s of 5m0s: 1062763 executions, 660080 successful
    rsg_test.go:827: 4m35s of 5m0s: 1084952 executions, 673887 successful
    rsg_test.go:827: 4m40s of 5m0s: 1102023 executions, 684536 successful
    rsg_test.go:827: 4m45s of 5m0s: 1122058 executions, 696883 successful
    rsg_test.go:827: 4m50s of 5m0s: 1142473 executions, 709605 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 9e0b06bf61700d5192f171c6ebaec7e8a10fa6e6:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 9726545 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:827: 45s of 5m0s: 185187 executions, 115187 successful
    rsg_test.go:827: 50s of 5m0s: 206165 executions, 128254 successful
    rsg_test.go:827: 55s of 5m0s: 227622 executions, 141633 successful
    rsg_test.go:827: 1m0s of 5m0s: 248939 executions, 154883 successful
    rsg_test.go:827: 1m5s of 5m0s: 271248 executions, 168628 successful
    rsg_test.go:827: 1m10s of 5m0s: 294739 executions, 183220 successful
    rsg_test.go:827: 1m15s of 5m0s: 315214 executions, 195841 successful
    rsg_test.go:827: 1m20s of 5m0s: 335318 executions, 208367 successful
    rsg_test.go:827: 1m25s of 5m0s: 355536 executions, 220866 successful
    rsg_test.go:827: 1m30s of 5m0s: 375828 executions, 233426 successful
    rsg_test.go:827: 1m35s of 5m0s: 398443 executions, 247583 successful
    rsg_test.go:827: 1m40s of 5m0s: 421361 executions, 261863 successful
    rsg_test.go:827: 1m45s of 5m0s: 441995 executions, 274687 successful
    rsg_test.go:827: 1m50s of 5m0s: 464331 executions, 288521 successful
    rsg_test.go:827: 1m55s of 5m0s: 484512 executions, 301092 successful
    rsg_test.go:827: 2m0s of 5m0s: 505855 executions, 314341 successful
    rsg_test.go:827: 2m5s of 5m0s: 526688 executions, 327303 successful
    rsg_test.go:827: 2m10s of 5m0s: 548320 executions, 340748 successful
    rsg_test.go:827: 2m15s of 5m0s: 569656 executions, 353938 successful
    rsg_test.go:827: 2m20s of 5m0s: 592698 executions, 368251 successful
    rsg_test.go:827: 2m25s of 5m0s: 611552 executions, 379968 successful
    rsg_test.go:827: 2m30s of 5m0s: 632303 executions, 392949 successful
    rsg_test.go:827: 2m35s of 5m0s: 655025 executions, 407035 successful
    rsg_test.go:827: 2m40s of 5m0s: 677295 executions, 420945 successful
    rsg_test.go:827: 2m45s of 5m0s: 698560 executions, 434084 successful
    rsg_test.go:827: 2m50s of 5m0s: 718164 executions, 446196 successful
    rsg_test.go:827: 2m55s of 5m0s: 741895 executions, 460999 successful
    rsg_test.go:827: 3m0s of 5m0s: 763376 executions, 474443 successful
    rsg_test.go:827: 3m5s of 5m0s: 782741 executions, 486418 successful
    rsg_test.go:827: 3m10s of 5m0s: 804740 executions, 500050 successful
    rsg_test.go:827: 3m15s of 5m0s: 829574 executions, 515480 successful
    rsg_test.go:827: 3m20s of 5m0s: 851170 executions, 529023 successful
    rsg_test.go:827: 3m25s of 5m0s: 871805 executions, 541734 successful
    rsg_test.go:827: 3m30s of 5m0s: 894018 executions, 555484 successful
    rsg_test.go:827: 3m35s of 5m0s: 917685 executions, 570312 successful
    rsg_test.go:827: 3m40s of 5m0s: 937959 executions, 582865 successful
    rsg_test.go:827: 3m45s of 5m0s: 960938 executions, 597164 successful
    rsg_test.go:827: 3m50s of 5m0s: 983298 executions, 611126 successful
    rsg_test.go:827: 3m55s of 5m0s: 1004149 executions, 624121 successful
    rsg_test.go:827: 4m0s of 5m0s: 1024833 executions, 636984 successful
    rsg_test.go:827: 4m5s of 5m0s: 1046318 executions, 650390 successful
    rsg_test.go:827: 4m10s of 5m0s: 1068024 executions, 663860 successful
    rsg_test.go:827: 4m15s of 5m0s: 1092443 executions, 679113 successful
    rsg_test.go:827: 4m20s of 5m0s: 1112972 executions, 691909 successful
    rsg_test.go:827: 4m25s of 5m0s: 1135958 executions, 706206 successful
    rsg_test.go:827: 4m30s of 5m0s: 1157372 executions, 719423 successful
    rsg_test.go:827: 4m35s of 5m0s: 1181168 executions, 734149 successful
    rsg_test.go:827: 4m40s of 5m0s: 1203717 executions, 748076 successful
    rsg_test.go:827: 4m45s of 5m0s: 1227226 executions, 762709 successful
    rsg_test.go:827: 4m50s of 5m0s: 1249204 executions, 776394 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 5c9746012cb9a3244f47098254e603b7d924fdb2:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 9637217 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:827: 45s of 5m0s: 185272 executions, 115075 successful
    rsg_test.go:827: 50s of 5m0s: 205031 executions, 127458 successful
    rsg_test.go:827: 55s of 5m0s: 226290 executions, 140601 successful
    rsg_test.go:827: 1m0s of 5m0s: 244233 executions, 151638 successful
    rsg_test.go:827: 1m5s of 5m0s: 263254 executions, 163481 successful
    rsg_test.go:827: 1m10s of 5m0s: 282612 executions, 175514 successful
    rsg_test.go:827: 1m15s of 5m0s: 304114 executions, 188933 successful
    rsg_test.go:827: 1m20s of 5m0s: 323609 executions, 201064 successful
    rsg_test.go:827: 1m25s of 5m0s: 345803 executions, 214748 successful
    rsg_test.go:827: 1m30s of 5m0s: 366009 executions, 227319 successful
    rsg_test.go:827: 1m35s of 5m0s: 386228 executions, 239871 successful
    rsg_test.go:827: 1m40s of 5m0s: 407154 executions, 252938 successful
    rsg_test.go:827: 1m45s of 5m0s: 424125 executions, 263505 successful
    rsg_test.go:827: 1m50s of 5m0s: 445355 executions, 276751 successful
    rsg_test.go:827: 1m55s of 5m0s: 468761 executions, 291264 successful
    rsg_test.go:827: 2m0s of 5m0s: 489798 executions, 304441 successful
    rsg_test.go:827: 2m5s of 5m0s: 509646 executions, 316721 successful
    rsg_test.go:827: 2m10s of 5m0s: 531020 executions, 330089 successful
    rsg_test.go:827: 2m15s of 5m0s: 551402 executions, 342769 successful
    rsg_test.go:827: 2m20s of 5m0s: 573084 executions, 356237 successful
    rsg_test.go:827: 2m25s of 5m0s: 592329 executions, 368215 successful
    rsg_test.go:827: 2m30s of 5m0s: 612471 executions, 380737 successful
    rsg_test.go:827: 2m35s of 5m0s: 628621 executions, 390722 successful
    rsg_test.go:827: 2m40s of 5m0s: 648792 executions, 403246 successful
    rsg_test.go:827: 2m45s of 5m0s: 669108 executions, 415803 successful
    rsg_test.go:827: 2m50s of 5m0s: 690102 executions, 428840 successful
    rsg_test.go:827: 2m55s of 5m0s: 712697 executions, 442871 successful
    rsg_test.go:827: 3m0s of 5m0s: 730670 executions, 454039 successful
    rsg_test.go:827: 3m5s of 5m0s: 752033 executions, 467239 successful
    rsg_test.go:827: 3m10s of 5m0s: 775073 executions, 481514 successful
    rsg_test.go:827: 3m15s of 5m0s: 798016 executions, 495703 successful
    rsg_test.go:827: 3m20s of 5m0s: 820678 executions, 509815 successful
    rsg_test.go:827: 3m25s of 5m0s: 840216 executions, 521860 successful
    rsg_test.go:827: 3m30s of 5m0s: 861597 executions, 535119 successful
    rsg_test.go:827: 3m35s of 5m0s: 880570 executions, 546921 successful
    rsg_test.go:827: 3m40s of 5m0s: 901538 executions, 559942 successful
    rsg_test.go:827: 3m45s of 5m0s: 922013 executions, 572783 successful
    rsg_test.go:827: 3m50s of 5m0s: 942400 executions, 585324 successful
    rsg_test.go:827: 3m55s of 5m0s: 962384 executions, 597763 successful
    rsg_test.go:827: 4m0s of 5m0s: 981347 executions, 609591 successful
    rsg_test.go:827: 4m5s of 5m0s: 1001652 executions, 622059 successful
    rsg_test.go:827: 4m10s of 5m0s: 1019846 executions, 633461 successful
    rsg_test.go:827: 4m15s of 5m0s: 1041128 executions, 646725 successful
    rsg_test.go:827: 4m20s of 5m0s: 1060473 executions, 658832 successful
    rsg_test.go:827: 4m25s of 5m0s: 1079837 executions, 670833 successful
    rsg_test.go:827: 4m30s of 5m0s: 1100128 executions, 683470 successful
    rsg_test.go:827: 4m35s of 5m0s: 1121079 executions, 696503 successful
    rsg_test.go:827: 4m40s of 5m0s: 1144335 executions, 710863 successful
    rsg_test.go:827: 4m45s of 5m0s: 1164760 executions, 723663 successful
    rsg_test.go:827: 4m50s of 5m0s: 1188420 executions, 738243 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 245c3b9db56567d9820babe460c5ed8a3786890e:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 9287203 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:827: 45s of 5m0s: 161494 executions, 100284 successful
    rsg_test.go:827: 50s of 5m0s: 177558 executions, 110255 successful
    rsg_test.go:827: 55s of 5m0s: 193104 executions, 119832 successful
    rsg_test.go:827: 1m0s of 5m0s: 209963 executions, 130311 successful
    rsg_test.go:827: 1m5s of 5m0s: 227114 executions, 141017 successful
    rsg_test.go:827: 1m10s of 5m0s: 245991 executions, 152732 successful
    rsg_test.go:827: 1m15s of 5m0s: 264036 executions, 163936 successful
    rsg_test.go:827: 1m20s of 5m0s: 282183 executions, 175274 successful
    rsg_test.go:827: 1m25s of 5m0s: 301361 executions, 187223 successful
    rsg_test.go:827: 1m30s of 5m0s: 320624 executions, 199170 successful
    rsg_test.go:827: 1m35s of 5m0s: 338122 executions, 210003 successful
    rsg_test.go:827: 1m40s of 5m0s: 354287 executions, 220074 successful
    rsg_test.go:827: 1m45s of 5m0s: 376204 executions, 233787 successful
    rsg_test.go:827: 1m50s of 5m0s: 398740 executions, 247900 successful
    rsg_test.go:827: 1m55s of 5m0s: 416674 executions, 258908 successful
    rsg_test.go:827: 2m0s of 5m0s: 435716 executions, 270724 successful
    rsg_test.go:827: 2m5s of 5m0s: 454230 executions, 282336 successful
    rsg_test.go:827: 2m10s of 5m0s: 472249 executions, 293433 successful
    rsg_test.go:827: 2m15s of 5m0s: 489750 executions, 304278 successful
    rsg_test.go:827: 2m20s of 5m0s: 510034 executions, 316962 successful
    rsg_test.go:827: 2m25s of 5m0s: 531014 executions, 330022 successful
    rsg_test.go:827: 2m30s of 5m0s: 549225 executions, 341292 successful
    rsg_test.go:827: 2m35s of 5m0s: 568626 executions, 353267 successful
    rsg_test.go:827: 2m40s of 5m0s: 588547 executions, 365687 successful
    rsg_test.go:827: 2m45s of 5m0s: 609045 executions, 378398 successful
    rsg_test.go:827: 2m50s of 5m0s: 630649 executions, 391974 successful
    rsg_test.go:827: 2m55s of 5m0s: 653287 executions, 406017 successful
    rsg_test.go:827: 3m0s of 5m0s: 670881 executions, 416917 successful
    rsg_test.go:827: 3m5s of 5m0s: 690149 executions, 428903 successful
    rsg_test.go:827: 3m10s of 5m0s: 707755 executions, 439758 successful
    rsg_test.go:827: 3m15s of 5m0s: 726790 executions, 451551 successful
    rsg_test.go:827: 3m20s of 5m0s: 747241 executions, 464383 successful
    rsg_test.go:827: 3m25s of 5m0s: 764707 executions, 475187 successful
    rsg_test.go:827: 3m30s of 5m0s: 783962 executions, 487166 successful
    rsg_test.go:827: 3m35s of 5m0s: 803275 executions, 499094 successful
    rsg_test.go:827: 3m40s of 5m0s: 825439 executions, 512925 successful
    rsg_test.go:827: 3m45s of 5m0s: 846468 executions, 525978 successful
    rsg_test.go:827: 3m50s of 5m0s: 867137 executions, 538840 successful
    rsg_test.go:827: 3m55s of 5m0s: 884316 executions, 549539 successful
    rsg_test.go:827: 4m0s of 5m0s: 904621 executions, 562221 successful
    rsg_test.go:827: 4m5s of 5m0s: 922554 executions, 573369 successful
    rsg_test.go:827: 4m10s of 5m0s: 940027 executions, 584220 successful
    rsg_test.go:827: 4m15s of 5m0s: 961958 executions, 597849 successful
    rsg_test.go:827: 4m20s of 5m0s: 981602 executions, 609906 successful
    rsg_test.go:827: 4m25s of 5m0s: 1002270 executions, 622816 successful
    rsg_test.go:827: 4m30s of 5m0s: 1023068 executions, 635752 successful
    rsg_test.go:827: 4m35s of 5m0s: 1041328 executions, 646976 successful
    rsg_test.go:827: 4m40s of 5m0s: 1063255 executions, 660758 successful
    rsg_test.go:827: 4m45s of 5m0s: 1086471 executions, 675186 successful
    rsg_test.go:827: 4m50s of 5m0s: 1106301 executions, 687468 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 992b8aa4eea4898c8b0ee83a1da289bc1933b91a:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 8598039 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

=== RUN   TestRandomSyntaxFunctions
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/d437d2c847dfedbc4972f231c3331c8e/logTestRandomSyntaxFunctions3679077444
    test_log_scope.go:79: use -show-logs to present logs inline
    rsg_test.go:827: 5s of 5m0s: 19364 executions, 12056 successful
    rsg_test.go:827: 10s of 5m0s: 38946 executions, 24126 successful
    rsg_test.go:827: 15s of 5m0s: 56166 executions, 34838 successful
    rsg_test.go:827: 20s of 5m0s: 77721 executions, 48162 successful
    rsg_test.go:827: 25s of 5m0s: 98377 executions, 61098 successful
    rsg_test.go:827: 30s of 5m0s: 115852 executions, 71893 successful
    rsg_test.go:827: 35s of 5m0s: 136006 executions, 84498 successful
    rsg_test.go:827: 40s of 5m0s: 152870 executions, 94981 successful
    rsg_test.go:827: 45s of 5m0s: 171806 executions, 106766 successful
    rsg_test.go:827: 50s of 5m0s: 190770 executions, 118490 successful
    rsg_test.go:827: 55s of 5m0s: 208462 executions, 129487 successful
    rsg_test.go:827: 1m0s of 5m0s: 228157 executions, 141790 successful
    rsg_test.go:827: 1m5s of 5m0s: 245747 executions, 152619 successful
    rsg_test.go:827: 1m10s of 5m0s: 265750 executions, 165031 successful
    rsg_test.go:827: 1m15s of 5m0s: 289077 executions, 179484 successful
    rsg_test.go:827: 1m20s of 5m0s: 308418 executions, 191572 successful
    rsg_test.go:827: 1m25s of 5m0s: 328577 executions, 204115 successful
    rsg_test.go:827: 1m30s of 5m0s: 351012 executions, 218106 successful
    rsg_test.go:827: 1m35s of 5m0s: 370674 executions, 230261 successful
    rsg_test.go:827: 1m40s of 5m0s: 392311 executions, 243663 successful
    rsg_test.go:827: 1m45s of 5m0s: 415353 executions, 257934 successful
    rsg_test.go:827: 1m50s of 5m0s: 434037 executions, 269509 successful
    rsg_test.go:827: 1m55s of 5m0s: 454953 executions, 282467 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 87c9598a9d59433775764c5a78604c2d3a488ad1:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 8780800 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:827: 45s of 5m0s: 183417 executions, 114007 successful
    rsg_test.go:827: 50s of 5m0s: 203613 executions, 126578 successful
    rsg_test.go:827: 55s of 5m0s: 221253 executions, 137524 successful
    rsg_test.go:827: 1m0s of 5m0s: 241267 executions, 150017 successful
    rsg_test.go:827: 1m5s of 5m0s: 261827 executions, 162801 successful
    rsg_test.go:827: 1m10s of 5m0s: 280090 executions, 174279 successful
    rsg_test.go:827: 1m15s of 5m0s: 297900 executions, 185274 successful
    rsg_test.go:827: 1m20s of 5m0s: 316571 executions, 196872 successful
    rsg_test.go:827: 1m25s of 5m0s: 333610 executions, 207533 successful
    rsg_test.go:827: 1m30s of 5m0s: 354371 executions, 220474 successful
    rsg_test.go:827: 1m35s of 5m0s: 372706 executions, 231844 successful
    rsg_test.go:827: 1m40s of 5m0s: 393575 executions, 244883 successful
    rsg_test.go:827: 1m45s of 5m0s: 412637 executions, 256732 successful
    rsg_test.go:827: 1m50s of 5m0s: 435662 executions, 271066 successful
    rsg_test.go:827: 1m55s of 5m0s: 456186 executions, 283938 successful
    rsg_test.go:827: 2m0s of 5m0s: 476047 executions, 296076 successful
    rsg_test.go:827: 2m5s of 5m0s: 497093 executions, 309171 successful
    rsg_test.go:827: 2m10s of 5m0s: 514150 executions, 319717 successful
    rsg_test.go:827: 2m15s of 5m0s: 531755 executions, 330657 successful
    rsg_test.go:827: 2m20s of 5m0s: 553672 executions, 344236 successful
    rsg_test.go:827: 2m25s of 5m0s: 574276 executions, 356929 successful
    rsg_test.go:827: 2m30s of 5m0s: 595024 executions, 369911 successful
    rsg_test.go:827: 2m35s of 5m0s: 617741 executions, 383965 successful
    rsg_test.go:827: 2m40s of 5m0s: 637631 executions, 396342 successful
    rsg_test.go:827: 2m45s of 5m0s: 658774 executions, 409451 successful
    rsg_test.go:827: 2m50s of 5m0s: 679434 executions, 422270 successful
    rsg_test.go:827: 2m55s of 5m0s: 697672 executions, 433649 successful
    rsg_test.go:827: 3m0s of 5m0s: 719767 executions, 447344 successful
    rsg_test.go:827: 3m5s of 5m0s: 739574 executions, 459779 successful
    rsg_test.go:827: 3m10s of 5m0s: 758556 executions, 471530 successful
    rsg_test.go:827: 3m15s of 5m0s: 777466 executions, 483212 successful
    rsg_test.go:827: 3m20s of 5m0s: 799635 executions, 496957 successful
    rsg_test.go:827: 3m25s of 5m0s: 821456 executions, 510541 successful
    rsg_test.go:827: 3m30s of 5m0s: 842089 executions, 523366 successful
    rsg_test.go:827: 3m35s of 5m0s: 863492 executions, 536550 successful
    rsg_test.go:827: 3m40s of 5m0s: 880772 executions, 547274 successful
    rsg_test.go:827: 3m45s of 5m0s: 899143 executions, 558687 successful
    rsg_test.go:827: 3m50s of 5m0s: 920320 executions, 571930 successful
    rsg_test.go:827: 3m55s of 5m0s: 937605 executions, 582693 successful
    rsg_test.go:827: 4m0s of 5m0s: 957709 executions, 595241 successful
    rsg_test.go:827: 4m5s of 5m0s: 978497 executions, 608030 successful
    rsg_test.go:827: 4m10s of 5m0s: 1000259 executions, 621639 successful
    rsg_test.go:827: 4m15s of 5m0s: 1018397 executions, 632907 successful
    rsg_test.go:827: 4m20s of 5m0s: 1036527 executions, 644241 successful
    rsg_test.go:827: 4m25s of 5m0s: 1055913 executions, 656194 successful
    rsg_test.go:827: 4m30s of 5m0s: 1072885 executions, 666736 successful
    rsg_test.go:827: 4m35s of 5m0s: 1087696 executions, 675940 successful
    rsg_test.go:827: 4m40s of 5m0s: 1106543 executions, 687693 successful
    rsg_test.go:827: 4m45s of 5m0s: 1127463 executions, 700723 successful
    rsg_test.go:827: 4m50s of 5m0s: 1143858 executions, 710948 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 63eb6b86c1518fbed9db10e7d2afa1446b2b3b82:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 8716957 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:827: 1m5s of 5m0s: 270464 executions, 168038 successful
    rsg_test.go:827: 1m10s of 5m0s: 291648 executions, 181230 successful
    rsg_test.go:827: 1m15s of 5m0s: 313657 executions, 194763 successful
    rsg_test.go:827: 1m20s of 5m0s: 333912 executions, 207368 successful
    rsg_test.go:827: 1m25s of 5m0s: 354664 executions, 220328 successful
    rsg_test.go:827: 1m30s of 5m0s: 377941 executions, 234736 successful
    rsg_test.go:827: 1m35s of 5m0s: 401871 executions, 249550 successful
    rsg_test.go:827: 1m40s of 5m0s: 423519 executions, 263055 successful
    rsg_test.go:827: 1m45s of 5m0s: 444923 executions, 276464 successful
    rsg_test.go:827: 1m50s of 5m0s: 465708 executions, 289351 successful
    rsg_test.go:827: 1m55s of 5m0s: 487680 executions, 302920 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: runtime error: index out of range [0] with length 0
        SELECT crdb_internal.pretty_value('\x9dfd5fd40a0e':::BYTES) ;
        
        Stack trace:
    rsg_test.go:827: 2m0s of 5m0s: 510001 executions, 316873 successful
    rsg_test.go:827: 2m5s of 5m0s: 531902 executions, 330357 successful
    rsg_test.go:827: 2m10s of 5m0s: 549888 executions, 341528 successful
    rsg_test.go:827: 2m15s of 5m0s: 571153 executions, 354690 successful
    rsg_test.go:827: 2m20s of 5m0s: 594262 executions, 368986 successful
    rsg_test.go:827: 2m25s of 5m0s: 616956 executions, 383181 successful
    rsg_test.go:827: 2m30s of 5m0s: 639698 executions, 397282 successful
    rsg_test.go:827: 2m35s of 5m0s: 660171 executions, 410012 successful
    rsg_test.go:827: 2m40s of 5m0s: 684148 executions, 425043 successful
    rsg_test.go:827: 2m45s of 5m0s: 705802 executions, 438379 successful
    rsg_test.go:827: 2m50s of 5m0s: 724949 executions, 450203 successful
    rsg_test.go:827: 2m55s of 5m0s: 747198 executions, 464107 successful
    rsg_test.go:827: 3m0s of 5m0s: 767652 executions, 476710 successful
    rsg_test.go:827: 3m5s of 5m0s: 787723 executions, 489216 successful
    rsg_test.go:827: 3m10s of 5m0s: 810253 executions, 503266 successful
    rsg_test.go:827: 3m15s of 5m0s: 828935 executions, 514850 successful
    rsg_test.go:827: 3m20s of 5m0s: 849624 executions, 527602 successful
    rsg_test.go:827: 3m25s of 5m0s: 871412 executions, 541175 successful
    rsg_test.go:827: 3m30s of 5m0s: 891624 executions, 553663 successful
    rsg_test.go:827: 3m35s of 5m0s: 911753 executions, 566206 successful
    rsg_test.go:827: 3m40s of 5m0s: 931876 executions, 578675 successful
    rsg_test.go:827: 3m45s of 5m0s: 955235 executions, 593207 successful
    rsg_test.go:827: 3m50s of 5m0s: 977295 executions, 606962 successful
    rsg_test.go:827: 3m55s of 5m0s: 995600 executions, 618237 successful
    rsg_test.go:827: 4m0s of 5m0s: 1018526 executions, 632535 successful
    rsg_test.go:827: 4m5s of 5m0s: 1041076 executions, 646575 successful
    rsg_test.go:827: 4m10s of 5m0s: 1064105 executions, 660831 successful
    rsg_test.go:827: 4m15s of 5m0s: 1084624 executions, 673579 successful
    rsg_test.go:827: 4m20s of 5m0s: 1109346 executions, 688903 successful
    rsg_test.go:827: 4m25s of 5m0s: 1131366 executions, 702516 successful
    rsg_test.go:827: 4m30s of 5m0s: 1152112 executions, 715298 successful
    rsg_test.go:827: 4m35s of 5m0s: 1175483 executions, 729849 successful
    rsg_test.go:827: 4m40s of 5m0s: 1196466 executions, 742949 successful
    rsg_test.go:827: 4m45s of 5m0s: 1218247 executions, 756523 successful
    rsg_test.go:827: 4m50s of 5m0s: 1239779 executions, 769915 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 107ad579b1ff8311ac4f4df4783985010a0322f9:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 12089101 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:827: 1m5s of 5m0s: 248859 executions, 154542 successful
    rsg_test.go:827: 1m10s of 5m0s: 268200 executions, 166608 successful
    rsg_test.go:827: 1m15s of 5m0s: 289798 executions, 180145 successful
    rsg_test.go:827: 1m20s of 5m0s: 310878 executions, 193220 successful
    rsg_test.go:827: 1m25s of 5m0s: 328512 executions, 204085 successful
    rsg_test.go:827: 1m30s of 5m0s: 348260 executions, 216361 successful
    rsg_test.go:827: 1m35s of 5m0s: 369083 executions, 229309 successful
    rsg_test.go:827: 1m40s of 5m0s: 389706 executions, 242038 successful
    rsg_test.go:827: 1m45s of 5m0s: 405119 executions, 251598 successful
    rsg_test.go:827: 1m50s of 5m0s: 426549 executions, 264960 successful
    rsg_test.go:827: 1m55s of 5m0s: 444063 executions, 275847 successful
    rsg_test.go:827: 2m0s of 5m0s: 463452 executions, 287911 successful
    rsg_test.go:827: 2m5s of 5m0s: 484721 executions, 301181 successful
    rsg_test.go:827: 2m10s of 5m0s: 506013 executions, 314377 successful
    rsg_test.go:827: 2m15s of 5m0s: 524019 executions, 325417 successful
    rsg_test.go:827: 2m20s of 5m0s: 544932 executions, 338429 successful
    rsg_test.go:827: 2m25s of 5m0s: 566973 executions, 352168 successful
    rsg_test.go:827: 2m30s of 5m0s: 589314 executions, 366048 successful
    rsg_test.go:827: 2m35s of 5m0s: 610755 executions, 379396 successful
    rsg_test.go:827: 2m40s of 5m0s: 629687 executions, 391180 successful
    rsg_test.go:827: 2m45s of 5m0s: 646032 executions, 401424 successful
    rsg_test.go:827: 2m50s of 5m0s: 667154 executions, 414469 successful
    rsg_test.go:827: 2m55s of 5m0s: 687024 executions, 426812 successful
    rsg_test.go:827: 3m0s of 5m0s: 706308 executions, 438741 successful
    rsg_test.go:827: 3m5s of 5m0s: 728436 executions, 452464 successful
    rsg_test.go:827: 3m10s of 5m0s: 749661 executions, 465660 successful
    rsg_test.go:827: 3m15s of 5m0s: 766941 executions, 476451 successful
    rsg_test.go:827: 3m20s of 5m0s: 786466 executions, 488557 successful
    rsg_test.go:827: 3m25s of 5m0s: 807852 executions, 501754 successful
    rsg_test.go:827: 3m30s of 5m0s: 829192 executions, 514941 successful
    rsg_test.go:827: 3m35s of 5m0s: 848424 executions, 526868 successful
    rsg_test.go:827: 3m40s of 5m0s: 869573 executions, 540040 successful
    rsg_test.go:827: 3m45s of 5m0s: 887352 executions, 551071 successful
    rsg_test.go:827: 3m50s of 5m0s: 908393 executions, 564154 successful
    rsg_test.go:827: 3m55s of 5m0s: 928405 executions, 576538 successful
    rsg_test.go:827: 4m0s of 5m0s: 950566 executions, 590377 successful
    rsg_test.go:827: 4m5s of 5m0s: 974024 executions, 604881 successful
    rsg_test.go:827: 4m10s of 5m0s: 993900 executions, 617280 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: runtime error: index out of range [0] with length 0
        SELECT crdb_internal.pretty_value('\xc967694b05':::BYTES) ;
        
        Stack trace:
    rsg_test.go:827: 4m15s of 5m0s: 1013032 executions, 629172 successful
    rsg_test.go:827: 4m20s of 5m0s: 1032811 executions, 641589 successful
    rsg_test.go:827: 4m25s of 5m0s: 1054330 executions, 654873 successful
    rsg_test.go:827: 4m30s of 5m0s: 1072815 executions, 666497 successful
    rsg_test.go:827: 4m35s of 5m0s: 1093093 executions, 679041 successful
    rsg_test.go:827: 4m40s of 5m0s: 1114327 executions, 692227 successful
    rsg_test.go:827: 4m45s of 5m0s: 1133361 executions, 704064 successful
    rsg_test.go:827: 4m50s of 5m0s: 1154329 executions, 717070 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 1137aee0089fc2fe161bab0f1c899d2ddc997c90:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 5349732 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

        Stack trace:
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(NULL,),('01:11:43.217008-06:24':::TIMETZ,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m10s of 5m0s: 484024 executions, 300250 successful
    rsg_test.go:827: 4m15s of 5m0s: 494656 executions, 306784 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(3069227165:::OID,),(2097971863:::OID,)]) ;
        
        Stack trace:
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[('''Bz'' ''Jwib'' ''RmtwkwC'':25A,291A,435A,935A ''XMLJuHO'' ''rpsTrgf'':469A,593A,628C':::TSVECTOR,),(NULL,),(NULL,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m20s of 5m0s: 505338 executions, 313444 successful
    rsg_test.go:827: 4m25s of 5m0s: 513072 executions, 318271 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(6577207007420768373:::INT8,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m30s of 5m0s: 522836 executions, 324304 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(NULL,),(NULL,),(ARRAY[1079189658:::OID],)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m35s of 5m0s: 532739 executions, 330466 successful
    rsg_test.go:827: 4m40s of 5m0s: 542334 executions, 336456 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(3450439608:::OID,)]) ;
        
        Stack trace:
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[('!''UDepmf'' | !''tvpiCqlzf''':::TSQUERY,),(NULL,),(NULL,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m45s of 5m0s: 553682 executions, 343422 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[('':::STRING,),(NULL,)]) ;
        
        Stack trace:
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(NULL,),(NULL,),('b%%5d~E)':::STRING,)]) ;
        
        Stack trace:
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(NULL,),('01010000809002B5224EDDF441BCD23FE5E50DFE4170EC2FAB42B30042':::GEOMETRY,),(NULL,),(NULL,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m50s of 5m0s: 566427 executions, 351301 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 43c26aec0072f76e02e6d5ffc1b7079026b24630:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 4689803 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:827: 4m5s of 5m0s: 400923 executions, 248862 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(e'9.\x1d<kb':::STRING:::NAME,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m10s of 5m0s: 411639 executions, 255574 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[('':::VOID,)]) ;
        
        Stack trace:
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[('1976-05-12':::DATE,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m15s of 5m0s: 422066 executions, 261939 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[('00:00:00':::INTERVAL,),(NULL,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m20s of 5m0s: 432154 executions, 268247 successful
    rsg_test.go:827: 4m25s of 5m0s: 441918 executions, 274290 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(NULL,),(ARRAY['1996-04-08':::DATE,'1981-01-29':::DATE],)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m30s of 5m0s: 451363 executions, 280119 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[('19 years 8 mons 353 days 16:59:17.899005':::INTERVAL,),(NULL,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m35s of 5m0s: 461319 executions, 286300 successful
    rsg_test.go:827: 4m40s of 5m0s: 471026 executions, 292341 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(e'\x18':::STRING,)]) ;
        
        Stack trace:
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[('0104000040050000000101000040040F3951FAFEEA414C409EAF386AF9C154DAC9E8FFA0EA410101000040881568860C71FAC120B876C08A85DD41686ED676B8A8E2C10101000040B824E45469480042560D912CBF65FFC12C8FC972AEEC004201010000406EF6791E7783F1C140723249BFAFA1414CE19412C3D6E4410101000040D0BAB69BAF38E941408A6CB02C60F0416E2DBD702F62F341':::GEOMETRY,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m45s of 5m0s: 481757 executions, 299143 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(5398705059764487083:::INT8,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m50s of 5m0s: 488324 executions, 303136 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(NULL,),((-7898626486286094058):::INT8,)]) ;
        
        Stack trace:

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 0207c613fa7c8f3ab66c4518ee1e52dabb863426:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 5256802 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

        github.com/cockroachdb/cockroach/pkg/util/timeutil.RunWithTimeout({0x794a0c0?, 0xc00a381140?}, {0x6271123, 0x12}, 0x4a817c800, 0xc006c09f00)
        	github.com/cockroachdb/cockroach/pkg/util/timeutil/timeout.go:29 +0xdb
        github.com/cockroachdb/cockroach/pkg/kv/kvserver/intentresolver.(*IntentResolver).cleanupFinishedTxnIntents.func2({0x794a0c0, 0xc00a381140})
        	github.com/cockroachdb/cockroach/pkg/kv/kvserver/intentresolver/intent_resolver.go:817 +0xac
        github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2()
        	github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:484 +0x146
        created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx
        	github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:475 +0x43b
        
        goroutine 3951989 [select, 4 minutes]:
        github.com/cockroachdb/cockroach/pkg/server.newMuxRangeFeedCompletionWatcher.func1({0x794a0c0, 0xc03b78c480})
        	github.com/cockroachdb/cockroach/pkg/server/node.go:1705 +0x115
        github.com/cockroachdb/cockroach/pkg/server.newMuxRangeFeedCompletionWatcher.func2({0x794a0c0?, 0xc03b78c480?})
        	github.com/cockroachdb/cockroach/pkg/server/node.go:1735 +0x69
        github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2()
        	github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:484 +0x146
        created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx
        	github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:475 +0x43b
        
        goroutine 3949718 [sync.Cond.Wait]:
        sync.runtime_notifyListWait(0xc0199f4050, 0x40b7)
        	GOROOT/src/runtime/sema.go:517 +0x14c
        sync.(*Cond).Wait(0x588ec40?)
        	GOROOT/src/sync/cond.go:70 +0x8c
        github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*raftSchedulerShard).worker(0xc01411b490, {0x794a0c0, 0xc03cbb6810}, {0x792d7f0, 0xc0199f2000}, 0xc0198fb500)
        	github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/scheduler.go:378 +0x278
        github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*raftScheduler).Start.func2({0x794a0c0?, 0xc03cbb6810?})
        	github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/scheduler.go:321 +0x45
        github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2()
        	github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:484 +0x146
        created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx
        	github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:475 +0x43b
        
    rsg_test.go:252: SELECT 1 executed successfully: probably a slow statement
    rsg_test.go:854: Crash detected: server panic: statement exec timeout
        SELECT crdb_internal.reset_activity_tables() ;
        
        Stack trace:
        timeout: "SELECT crdb_internal.reset_activity_tables() ". currently executing: map[SELECT crdb_internal.gen_rand_ident('XmGGR@Kz':::STRING, 2492717398650774377:::INT8) :1 SELECT crdb_internal.gen_rand_ident(e'H=n{_"\x17\x16X':::STRING, 5092338228802980008:::INT8) :1 SELECT crdb_internal.gen_rand_ident(e'Jx\x11/\r*k':::STRING, 7835659497869629642:::INT8) :1 SELECT crdb_internal.gen_rand_ident(e'h\x7f\x153':::STRING, 1063709295479619231:::INT8) :1 SELECT crdb_internal.reset_activity_tables() :3]
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[('e4ab:d9a5:ac05:7e59:6f25:62c6:dcd6:b14e/97':::INET,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m40s of 5m0s: 506374 executions, 313849 successful
    rsg_test.go:827: 4m45s of 5m0s: 513247 executions, 318164 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(144515410:::OID,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m50s of 5m0s: 520478 executions, 322629 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 0207c613fa7c8f3ab66c4518ee1e52dabb863426:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 5046189 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:827: 4m5s of 5m0s: 443227 executions, 274797 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[((-7.404682628314426216E+33):::DECIMAL,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m10s of 5m0s: 456539 executions, 283073 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(NULL,),(29237:::INT8,),(NULL,),(NULL,)]) ;
        
        Stack trace:
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(B'11001',)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m15s of 5m0s: 467743 executions, 289940 successful
    rsg_test.go:827: 4m20s of 5m0s: 477490 executions, 296041 successful
    rsg_test.go:827: 4m25s of 5m0s: 487905 executions, 302526 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[('2028-03-29 00:15:01.000657':::TIMESTAMP,)]) ;
        
        Stack trace:
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(NULL,),(B'001111010010111110',)]) ;
        
        Stack trace:
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[('[[{"7mq": true, "foobar": [true, false], "zIv6vfb": false}, {"EZvtlv": false}, null, "c"], 0.36982035645595684, null]':::JSONB,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m30s of 5m0s: 496209 executions, 307566 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(NULL,),(NULL,),(e'\x13%':::STRING,),(NULL,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m35s of 5m0s: 504657 executions, 312867 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(NULL,),(3839950510:::OID,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m40s of 5m0s: 516592 executions, 320278 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[((-1.1069644689559937):::FLOAT8,),(0.5270566344261169:::FLOAT8,)]) ;
        
        Stack trace:
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(('':::VOID, '17:18:10.223343+14:40':::TIMETZ, 1.8144135560778256:::FLOAT8),)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m45s of 5m0s: 527376 executions, 326907 successful
    rsg_test.go:827: 4m50s of 5m0s: 536485 executions, 332677 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

sql/tests.TestRandomSyntaxFunctions failed with artifacts on master @ 382a6efb7985b1993e0398c7b29f0e0b746587f4:

Fatal error:

panic: test timed out after 14m55s

Stack:

goroutine 5302996 [running]:
testing.(*M).startAlarm.func1()
	GOROOT/src/testing/testing.go:2036 +0x8e
created by time.goFunc
	GOROOT/src/time/sleep.go:176 +0x32
Log preceding fatal error

    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(0.060253433883190155:::FLOAT8,)]) ;
        
        Stack trace:
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(e'\U0004BAB1\U000B7F78\U000AFC85\U000640E9\U0007B2EA' COLLATE de,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m5s of 5m0s: 458512 executions, 284271 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(6213036628.343160952:::DECIMAL,),(NULL,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m10s of 5m0s: 465705 executions, 288634 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[('':::VOID,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m15s of 5m0s: 472324 executions, 292818 successful
    rsg_test.go:827: 4m20s of 5m0s: 481360 executions, 298390 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(ARRAY[B'01101011100100001010101010101101001001011010101',B'01101101101111000010010111101010100011000110001',B'01010100011101111100010111000011101100011000111',B'00000101000010111011110011011000111010111011000'],),(NULL,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m25s of 5m0s: 489958 executions, 303768 successful
    rsg_test.go:827: 4m30s of 5m0s: 497521 executions, 308427 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[((-26485):::INT8,),(NULL,)]) ;
        
        Stack trace:
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[('BOX(-0.5685271449262208 -0.2859554212399422,-0.004840434142670658 0.7785762863902618)':::BOX2D,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m35s of 5m0s: 507279 executions, 314488 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[('hs':::STRING,),(e'\x10L':::STRING:::NAME,),('m':::STRING,)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m40s of 5m0s: 512940 executions, 317999 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[('2022-07-10 23:03:54.000096+00':::TIMESTAMPTZ,),(NULL,)]) ;
        
        Stack trace:
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(('''cM'' <-> ''J'' & ''mU'' <-> ''kPnSOHBup''':::TSQUERY,),)]) ;
        
        Stack trace:
    rsg_test.go:827: 4m45s of 5m0s: 520140 executions, 322428 successful
    rsg_test.go:827: 4m50s of 5m0s: 526582 executions, 326499 successful

Help

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

Same failure on other branches

This test on roachdash | Improve this report!

@rafiss
Copy link
Collaborator

rafiss commented Jul 11, 2023

It looks like there are unexpected errors happening, but the test is treating them as successful:

    rsg_test.go:827: 2m40s of 5m0s: 294799 executions, 182824 successful
    rsg_test.go:854: Crash detected: server panic: pq: internal error: unexpected error from the vectorized engine: runtime error: index out of range [1] with length 1
        SELECT crdb_internal.tenant_span_stats(ARRAY[(e'\x1e':::STRING,),('':::STRING,)]) ;
        
        Stack trace:
    rsg_test.go:827: 2m45s of 5m0s: 302811 executions, 187753 successful

@craig craig bot closed this as completed in 1cdfc5f Jul 11, 2023
blathers-crl bot pushed a commit that referenced this issue Aug 7, 2023
TestCancelQueriesRace attempts to run two query cancellations
at the same time in order to reproduce potential data race.
However, it makes an invalid assumption that both query cancellations
will always succeed which is not true. This PR updates the check
to ensure that at least one of the query cancellations is successful.

Epic: none
Fixes: #95718
Release note: none
blathers-crl bot pushed a commit that referenced this issue Sep 5, 2023
TestCancelQueriesRace attempts to run two query cancellations
at the same time in order to reproduce potential data race.
However, it makes an invalid assumption that both query cancellations
will always succeed which is not true. This PR updates the check
to ensure that at least one of the query cancellations is successful.

Epic: none
Fixes: #95718
Release note: none
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. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
None yet
Development

No branches or pull requests

2 participants