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

pkg/sql/schemachanger/schemachanger_test: TestEndToEndSideEffects_create_database failed #116837

Closed
cockroach-teamcity opened this issue Dec 20, 2023 · 2 comments · Fixed by #116879
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. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Dec 20, 2023

pkg/sql/schemachanger/schemachanger_test.TestEndToEndSideEffects_create_database failed with artifacts on master @ 1cb6120af50d59a0db7d171cd026716b8174e59e:

        	            	 add schema namespace entry {104 0 public} -> 105
        	            	+upsert descriptor #105
        	            	+  -
        	            	+  +schema:
        	            	+  +  id: 105
        	            	+  +  modificationTime: {}
        	            	+  +  name: public
        	            	+  +  parentId: 104
        	            	+  +  privileges:
        	            	+  +    ownerProto: admin
        	            	+  +    users:
        	            	+  +    - privileges: "2"
        	            	+  +      userProto: admin
        	            	+  +      withGrantOption: "2"
        	            	+  +    - privileges: "516"
        	            	+  +      userProto: public
        	            	+  +    - privileges: "2"
        	            	+  +      userProto: root
        	            	+  +      withGrantOption: "2"
        	            	+  +    version: 3
        	            	+  +  version: "1"
        	            	 upsert descriptor #104
        	            	@@ -45,22 +65,2 @@
        	            	   +      id: 105
        	            	-  +  version: "1"
        	            	-upsert descriptor #105
        	            	-  -
        	            	-  +schema:
        	            	-  +  id: 105
        	            	-  +  modificationTime: {}
        	            	-  +  name: public
        	            	-  +  parentId: 104
        	            	-  +  privileges:
        	            	-  +    ownerProto: admin
        	            	-  +    users:
        	            	-  +    - privileges: "2"
        	            	-  +      userProto: admin
        	            	-  +      withGrantOption: "2"
        	            	-  +    - privileges: "516"
        	            	-  +      userProto: public
        	            	-  +    - privileges: "2"
        	            	-  +      userProto: root
        	            	-  +      withGrantOption: "2"
        	            	-  +    version: 3
        	            	   +  version: "1"
        	Test:       	TestEndToEndSideEffects_create_database
        	Messages:   	create_database
    panic.go:523: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/aedc3f1dd5850712ed5a2f6dc7df4ecb/logTestEndToEndSideEffects_create_database3043053620
--- FAIL: TestEndToEndSideEffects_create_database (2.09s)
Help

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

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-34803

@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. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels Dec 20, 2023
@cockroach-teamcity cockroach-teamcity added this to the 24.1 milestone Dec 20, 2023
@cockroach-teamcity
Copy link
Member Author

pkg/sql/schemachanger/schemachanger_test.TestEndToEndSideEffects_create_database failed with artifacts on master @ 7dded57d71a58bfda6383ad0a6c996cf96371511:

        	            	 add schema namespace entry {104 0 public} -> 105
        	            	+upsert descriptor #105
        	            	+  -
        	            	+  +schema:
        	            	+  +  id: 105
        	            	+  +  modificationTime: {}
        	            	+  +  name: public
        	            	+  +  parentId: 104
        	            	+  +  privileges:
        	            	+  +    ownerProto: admin
        	            	+  +    users:
        	            	+  +    - privileges: "2"
        	            	+  +      userProto: admin
        	            	+  +      withGrantOption: "2"
        	            	+  +    - privileges: "516"
        	            	+  +      userProto: public
        	            	+  +    - privileges: "2"
        	            	+  +      userProto: root
        	            	+  +      withGrantOption: "2"
        	            	+  +    version: 3
        	            	+  +  version: "1"
        	            	 upsert descriptor #104
        	            	@@ -45,22 +65,2 @@
        	            	   +      id: 105
        	            	-  +  version: "1"
        	            	-upsert descriptor #105
        	            	-  -
        	            	-  +schema:
        	            	-  +  id: 105
        	            	-  +  modificationTime: {}
        	            	-  +  name: public
        	            	-  +  parentId: 104
        	            	-  +  privileges:
        	            	-  +    ownerProto: admin
        	            	-  +    users:
        	            	-  +    - privileges: "2"
        	            	-  +      userProto: admin
        	            	-  +      withGrantOption: "2"
        	            	-  +    - privileges: "516"
        	            	-  +      userProto: public
        	            	-  +    - privileges: "2"
        	            	-  +      userProto: root
        	            	-  +      withGrantOption: "2"
        	            	-  +    version: 3
        	            	   +  version: "1"
        	Test:       	TestEndToEndSideEffects_create_database
        	Messages:   	create_database
    panic.go:523: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/aeda7a8d38aa8c70fa208ed0640e104e/logTestEndToEndSideEffects_create_database2220526832
--- FAIL: TestEndToEndSideEffects_create_database (2.39s)
Help

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

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

pkg/sql/schemachanger/schemachanger_test.TestEndToEndSideEffects_create_database failed on master @ 097880977a1f5bfb8377afd2a407cdf7ca4fe377:

        	            	 add schema namespace entry {104 0 public} -> 105
        	            	+upsert descriptor #105
        	            	+  -
        	            	+  +schema:
        	            	+  +  id: 105
        	            	+  +  modificationTime: {}
        	            	+  +  name: public
        	            	+  +  parentId: 104
        	            	+  +  privileges:
        	            	+  +    ownerProto: admin
        	            	+  +    users:
        	            	+  +    - privileges: "2"
        	            	+  +      userProto: admin
        	            	+  +      withGrantOption: "2"
        	            	+  +    - privileges: "516"
        	            	+  +      userProto: public
        	            	+  +    - privileges: "2"
        	            	+  +      userProto: root
        	            	+  +      withGrantOption: "2"
        	            	+  +    version: 3
        	            	+  +  version: "1"
        	            	 upsert descriptor #104
        	            	@@ -45,22 +65,2 @@
        	            	   +      id: 105
        	            	-  +  version: "1"
        	            	-upsert descriptor #105
        	            	-  -
        	            	-  +schema:
        	            	-  +  id: 105
        	            	-  +  modificationTime: {}
        	            	-  +  name: public
        	            	-  +  parentId: 104
        	            	-  +  privileges:
        	            	-  +    ownerProto: admin
        	            	-  +    users:
        	            	-  +    - privileges: "2"
        	            	-  +      userProto: admin
        	            	-  +      withGrantOption: "2"
        	            	-  +    - privileges: "516"
        	            	-  +      userProto: public
        	            	-  +    - privileges: "2"
        	            	-  +      userProto: root
        	            	-  +      withGrantOption: "2"
        	            	-  +    version: 3
        	            	   +  version: "1"
        	Test:       	TestEndToEndSideEffects_create_database
        	Messages:   	create_database
    panic.go:523: -- test log scope end --
test logs left over in: outputs.zip/logTestEndToEndSideEffects_create_database1335256211
--- FAIL: TestEndToEndSideEffects_create_database (1.02s)

Parameters:

  • attempt=1
  • run=24
  • shard=10
Help

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

This test on roachdash | Improve this report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant