-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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: TestRandomSyntaxSchemaChangeColumn failed #63944
Comments
something similar happens on master: #63393 |
(sql/tests).TestRandomSyntaxSchemaChangeColumn failed on release-21.1@f3b14a95b781f57ac53a472b9979270b0ecbedfb:
More
Related:
See this test on roachdash |
(sql/tests).TestRandomSyntaxSchemaChangeColumn failed on release-21.1@addc4bbefd58089df63fe4d3c930cd9ac6a4b186:
More
Related:
See this test on roachdash |
(sql/tests).TestRandomSyntaxSchemaChangeColumn failed on release-21.1@053ecdd8309001f96a0ec59fce2468846e20e1e0:
More
Related:
See this test on roachdash |
(sql/tests).TestRandomSyntaxSchemaChangeColumn failed on release-21.1@affd857ffc05591f5898701690b8a9136859ab1b:
More
Related:
See this test on roachdash |
(sql/tests).TestRandomSyntaxSchemaChangeColumn failed on release-21.1@3447b13373c947d4b70d33dacc3eda7e5c15e753:
More
Related:
See this test on roachdash |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ 44a4b10cabb511842a9fe30285b9f7d1041870a1:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ 5c5bcf11bbc69161a9159eed027a00ced33f4c6e:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ 2fb7b6a9af22779a20e3354e81dc90d5270b641f: Fatal error:
Stack:
Log preceding fatal error
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ f05a57facec0c2c3f623977b90506b76f94771df:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
Recently, a run of the TestRandomSyntaxSchemaChangeColumn test failed with a panic in tabledesc.MakeMutationComplete, see cockroachdb#63944. The panic was triggered by removing multiple elements from the Checks slice in the descriptor. While the underlying issue of _how_ this slice could possibly contain two constraints sharing the same name has not yet been resolved, deleting only the first constraint matching the target name will prevent future panics and perhaps help diagnose the underlying issue. Release note: None
64653: tabledesc: prevent panic when removing constraint from Checks slice r=postamar a=postamar Recently, a run of the TestRandomSyntaxSchemaChangeColumn test failed with a panic in tabledesc.MakeMutationComplete, see #63944. The panic was triggered by removing multiple elements from the Checks slice in the descriptor. While the underlying issue of _how_ this slice could possibly contain two constraints sharing the same name has not yet been resolved, deleting only the first constraint matching the target name will prevent future panics and perhaps help diagnose the underlying issue. Release note: None Co-authored-by: Marius Posta <[email protected]>
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ aedf03967e1d9179943f403567433c9c1c6d6f23:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ 3bf34abe95cf99091c7ddea2eb767cdf0a297bd8:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
Recently, a run of the TestRandomSyntaxSchemaChangeColumn test failed with a panic in tabledesc.MakeMutationComplete, see cockroachdb#63944. The panic was triggered by removing multiple elements from the Checks slice in the descriptor. While the underlying issue of _how_ this slice could possibly contain two constraints sharing the same name has not yet been resolved, deleting only the first constraint matching the target name will prevent future panics and perhaps help diagnose the underlying issue. Release note: None
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ 8fecaf91b33f63780880f9b0fd715e15ceecede8:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ c1e87bb93b8782dc71ebba12145ca0446dd6a93b:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ c6917a3058604cc42381915f108428533e1d47ff:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ 8ae1b4c3342a1aa9d187219a4f4eb0407452ab3a:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ 803e71d5b92591547f058cc731482cc2ccdd032a:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ 3597e1e739382a7f067d86f6fba9ec39841dbb2c:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ 8a9909257235309ea01fff1ef9ce73d00fec5b97:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ 9a6c8c0a3fecb76585843fb8ee7c9e5b10b7630a:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ 349b8be9d101ec656e61d0b6a49dda0dc26bad57:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ b600d9c2283e19886406e658369e70b5c61a612f:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ 0f9ad772b496f0b477c83b2e692607adcf6da220:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ 4837b15a513fe9f0283b1583fece7fe8d3cd49ae:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ 587aaedda1a00fe03dd16317ec6da329f69a3ac9:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ babd542104317a6dec12e29d2b93ca973f9f888c:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ 1e2234a8449f6fe886387128dc5103866c4d244e:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ df9809c830c5cc26c9ebca67fba9ca4fcfa045ee:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ 00b770d51383793d83c6c886357788dc211f7158:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on release-21.1 @ ac27d325ed08b76408e3bfdec3707c74d5a1c565:
Reproduce
To reproduce, try: make stressrace TESTS=TestRandomSyntaxSchemaChangeColumn PKG=./pkg/sql/tests TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1 Same failure on other branches
Internal log
/cc @rafiss |
Fixed with: #65839 |
(sql/tests).TestRandomSyntaxSchemaChangeColumn failed on release-21.1@0eb5ba6e6c433f57ed1851a0c160f7739e7a7725:
More
Related:
sql/tests: TestRandomSyntaxSchemaChangeColumn failed #63393 sql/tests: TestRandomSyntaxSchemaChangeColumn failed C-test-failure branch-master
sql/tests: TestRandomSyntaxSchemaChangeColumn failed #63202 sql/tests: TestRandomSyntaxSchemaChangeColumn failed C-test-failure O-robot branch-release-20.1
See this test on roachdash
powered by pkg/cmd/internal/issues
The text was updated successfully, but these errors were encountered: