-
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 #63393
Comments
I'm creating this manually since it looks like the automatic issue posting failed.
@tbg do you happen to know if there's something special to be done to make this test not try to assign Matt to the issue? I'm assuming the posting failed because he no longer is in the Github org, but I thought your recent changes got rid of issue assignees entirely. |
Look at Weird, my recent changes should have made the issue poster more resilient to invalid assignee, not less :-) I'll take a look early next week. |
Ah I see what this is. Matt's Github login works and is found alright, but you can't assign cockroachdb/cockroach projects to him any more, so the creation fails. Sneaky. |
We've wanted to move off assigning authors for a while. It turns out that I also just [broke] something about the assignments, so it's a convenient time to make the switch. We still ping the author on the issue, which is going to stay that way until we've put the plumbing in place that will allow mentioning and assigning into the project of teams from unit tests too (to date this is only done from roachtest). [broke]: cockroachdb#63393 (comment) Release note: None
#63202 now fixes this in a commit I just pushed, by not even trying to assign these issues to the authors any more. It simply mentions the author in the comments instead, so it wouldn't have that issue. I mapped Matt to you, Rafi, in that same commit. Enjoy your weekend! |
We've wanted to move off assigning authors for a while. It turns out that I also just [broke] something about the assignments, so it's a convenient time to make the switch. We still ping the author on the issue, which is going to stay that way until we've put the plumbing in place that will allow mentioning and assigning into the project of teams from unit tests too (to date this is only done from roachtest). [broke]: cockroachdb#63393 (comment) Release note: None
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on master @ 7495d19e50d8fd14140220f3ba5c7ad951abafa6:
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 |
^-- nice, that worked. |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on master @ e29d694755e4800f07df139137c71cf741829dd0:
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 master @ e29d694755e4800f07df139137c71cf741829dd0:
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 master @ 3aad3f8a372090ddaedad0ad58a945fb399ddbc6:
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 master @ 4dc05cceea254854317a9374a4b88df06c0946a6:
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 |
I think my initial tag was just to let you know that there was an issue with the automated issue posting from this test. |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on master @ 66a1657247f8e1cd84ce22a32321fda6352d789f:
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 master @ 5f40d691ef9caf910f97fbad53802000c0ca72eb:
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 master @ 9e821aa456bfbe8b5ec3a8ef79ae3954d52cb675:
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 master @ 3cd29547884feb24b150b67ca2a88073798a35fd:
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 master @ 2d7f9a08bac49040a6d77c5465e2b4fd8fdac1f4:
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 master @ 2dbd33ce319439bc424a52896a03e0a7ccff07f1:
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 |
We've wanted to move off assigning authors for a while. It turns out that I also just [broke] something about the assignments, so it's a convenient time to make the switch. We still ping the author on the issue, which is going to stay that way until we've put the plumbing in place that will allow mentioning and assigning into the project of teams from unit tests too (to date this is only done from roachtest). [broke]: cockroachdb#63393 (comment) Release note: None
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on master @ fd2ab675441d1928650a0e3ed7eb3aa0395f51b2:
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 master @ 9ae5896d1944df379cc8005d597d0e89d710da81:
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 master @ f9dca40d3afb0a605eeee76bec4a07ff65d6fec0:
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 @cockroachdb/sql-queries @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on master @ 43a079db6dc1e6460a0bdb23a73bb69c81389532: Random syntax error:
Query:
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 @cockroachdb/sql-queries @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on master @ dee0558010170d938ead781d82514fd0bb3b0b88: Random syntax error:
Query:
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 @cockroachdb/sql-queries @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on master @ 329a636debe0d968f2f4d6fe0daef957c4c41583: Random syntax error:
Query:
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 @cockroachdb/sql-queries @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on master @ d302ba88430dd2438a5edcee15edf18286f81485: Random syntax error:
Query:
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 @cockroachdb/sql-queries @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on master @ 704e841bbc440deb4321447d9f36fc6ba41c39df: Random syntax error:
Query:
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 @cockroachdb/sql-queries @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on master @ ac033403c8fbb699cff200316e432dc60b47be6e: Random syntax error:
Query:
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 @cockroachdb/sql-queries @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on master @ 4da45c4e6b4ba223b832eb6a1f675addbc479f76: Random syntax error:
Query:
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 @cockroachdb/sql-queries @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on master @ 88754f2866fde1f37620b04c6a708eefc0b5be54: Random syntax error:
Query:
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 @cockroachdb/sql-queries @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on master @ 68b69b6e24c4016e724492b19a0567ad189fd8fd: Random syntax error:
Query:
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 @cockroachdb/sql-queries @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on master @ b706c913c07890d04d6bbec4d9d7cd8fea609b95: Random syntax error:
Query:
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 @cockroachdb/sql-queries @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on master @ 25e26a5f0361fcfbf71cee86f963b93f806604d8: Random syntax error:
Query:
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 @cockroachdb/sql-queries @rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on master @ eecead5c3aa93b5718a57c47970d67ee3035e794: Random syntax error:
Query:
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 @cockroachdb/sql-queries rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on master @ c305dbcff1bcf621ae8edf058b220033c98d6526: Random syntax error:
Query:
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 @cockroachdb/sql-queries rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on master @ 73154b35a3f679861a102b7cfcbeaa9bfc1aa10f: Random syntax error:
Query:
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 @cockroachdb/sql-experience rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on master @ 3eeb35f3ea834228cd724f2a0e01c27b75bb6dd5: Random syntax error:
Query:
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 @cockroachdb/sql-experience rafiss |
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on master @ d95eec9bf1b7b18792c9da528cb204c20804216f: Random syntax error:
Query:
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 @cockroachdb/sql-experience rafiss |
64877: sql/tests: TestRandomSyntaxSchemaChangeColumn fails due to timeout r=postamar a=fqazi Fixes: #63393 Previously, there was a 1 minute timeout (in team city) on the DDL alter statements run during this test under team city. With that time limit we would observe failures on certain ALTER COLUMN ADD statements, because the statement timeout could be too short. To address this, this patch bumps the random column changes statement timeout to 2 minutes, which resolves these failures. Release note: None 65670: changefeedccl: Cleanup: deprecate `DeprecatedBoundaryReached`. r=miretskiy a=miretskiy Remove `DeprecatedBoundaryReach`, and rely on `BoundaryType` to detect schema changes. Release Notes: None 65672: backupccl: fix TestCloudBackupRestoreGoogleCloudStorage r=dt a=pbardea This test was previously failing due to credentials not being set. Release note: None Co-authored-by: Faizan Qazi <[email protected]> Co-authored-by: Yevgeniy Miretskiy <[email protected]> Co-authored-by: Paul Bardea <[email protected]>
Fixes: cockroachdb#63393 Previously, there was a 1 minute timeout (in team city) on the DDL alter statements run during this test under team city. With that time limit we would observe failures on certain ALTER COLUMN ADD statements, because the statement timeout could be too short. To address this, this patch bumps the random column changes statement timeout to 2 minutes, which resolves these failures. Release note: None
Fixes: cockroachdb#63393 Previously, there was a 1 minute timeout (in team city) on the DDL alter statements run during this test under team city. With that time limit we would observe failures on certain ALTER COLUMN ADD statements, because the statement timeout could be too short. To address this, this patch bumps the random column changes statement timeout to 2 minutes, which resolves these failures. Release note: None
sql/tests.TestRandomSyntaxSchemaChangeColumn failed with artifacts on master @ 9a335c3b2eaac8a5b36ed4e4299be0bbb3d9f548:
cc @ajwerner
The text was updated successfully, but these errors were encountered: