Skip to content

Issues: cockroachdb/cockroach

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

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

roachtest: support declarative_schema_changer/job-compatibility-mixed-version test for 24.2 A-testing Testing tools and infrastructure C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#124442 opened May 20, 2024 by rafiss
metrics: need a way to see all metrics that are affected by server.child_metrics.enabled C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-observability
#124343 opened May 17, 2024 by rafiss
sql: determine a reasonable default for server.max_open_transactions_per_gateway C-investigation Further steps needed to qualify. C-label will change. O-postmortem Originated from a Postmortem action item. P-3 Issues/test failures with no fix SLA T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#124318 opened May 17, 2024 by rafiss
ldap: choose a library and add tests to connect to an LDAP server A-authentication Pertains to authn subsystems A-security C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-cross-product-security
#124307 opened May 16, 2024 by rafiss
workload/schemachange: add COMMENT ON TYPE to random schemachange workload A-random-schema-change-workload C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#123845 opened May 8, 2024 by rafiss
sql/schemachanger: add COMMENT ON TYPE operation to declarative schema changer A-schema-changer-impl Related to the implementation of the new schema changer C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#123844 opened May 8, 2024 by rafiss
8 tasks
roachtest: test server endpoints in large schema benchmark C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#123767 opened May 7, 2024 by rafiss
sql: database owner should be allowed to run ALTER DATABASE ... SET A-sql-pgcompat Semantic compatibility with PostgreSQL branch-release-23.1 Used to mark GA and release blockers and technical advisories for 23.1 branch-release-23.2 Used to mark GA and release blockers and technical advisories for 23.2 branch-release-24.1 Used to mark GA and release blockers and technical advisories for 24.1 C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. E-starter Might be suitable for a starter project for new employees or team members.
#123287 opened Apr 30, 2024 by rafiss
sql: CREATE SCHEMA ... AUTHORIZATION and ALTER SCHEMA ... OWNER TO should check role membership. A-sql-pgcompat Semantic compatibility with PostgreSQL A-sql-privileges SQL privilege handling and permission checks. C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. E-starter Might be suitable for a starter project for new employees or team members. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#122901 opened Apr 23, 2024 by rafiss
sql: slow query log does not report cancellation error code C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. O-support Originated from a customer P-2 Issues/test failures with a fix SLA of 3 months T-observability
#122722 opened Apr 19, 2024 by rafiss
sql: investigate "view is already being refreshed" error during prepared statement session migration C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. C-investigation Further steps needed to qualify. C-label will change. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#122382 opened Apr 15, 2024 by rafiss
ttl: use declarative schemachanger for ttl_expire_after backfill A-row-level-ttl C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) O-support Originated from a customer P-2 Issues/test failures with a fix SLA of 3 months T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#122379 opened Apr 15, 2024 by rafiss
sql: has_*_privilege functions should work on the public role A-sql-privileges SQL privilege handling and permission checks. C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. E-starter Might be suitable for a starter project for new employees or team members. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#122205 opened Apr 11, 2024 by rafiss
sql: SHOW GRANTS should also show privileges inherited from the public role A-sql-privileges SQL privilege handling and permission checks. C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) E-starter Might be suitable for a starter project for new employees or team members. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#122204 opened Apr 11, 2024 by rafiss
sql: investigate session migration error due to multiple mutations of the same table not supported C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. C-investigation Further steps needed to qualify. C-label will change. P-3 Issues/test failures with no fix SLA T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#121034 opened Mar 25, 2024 by rafiss
sql: investigate failures to prepare statement during session migration [functions are not allowed in <x>] C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. C-investigation Further steps needed to qualify. C-label will change. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#120659 opened Mar 18, 2024 by rafiss
sql: investigate failures to prepare statement during session migration [no values for placeholder for IMPORT statement] C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. C-investigation Further steps needed to qualify. C-label will change. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#120658 opened Mar 18, 2024 by rafiss
roachtest: regenerate BACKUP fixtures for TPCC/TPCH tests A-testing Testing tools and infrastructure C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-testeng TestEng Team
#120146 opened Mar 8, 2024 by rafiss
opt: query with ON CONFLICT DO NOTHING with a UNIQUE partial index causes test assertion failure A-sql-optimizer SQL logical planning and optimizations. C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-sql-queries SQL Queries Team
#120136 opened Mar 8, 2024 by rafiss
singleflight: consider API change to make WaitForResult and Do require a timeout C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) O-postmortem Originated from a Postmortem action item. P-3 Issues/test failures with no fix SLA T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#117420 opened Jan 5, 2024 by rafiss
statusccl: TestTenantCannotSeeNonTenantStats fails under stressrace C-test-failure Broken test (automatically or manually discovered). P-3 Issues/test failures with no fix SLA T-multitenant Issues owned by the multi-tenant virtual team
#113984 opened Nov 7, 2023 by rafiss
sql,ttl: investigate "descriptor is being dropped" error during TTL job A-row-level-ttl C-investigation Further steps needed to qualify. C-label will change. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#113886 opened Nov 6, 2023 by rafiss
sql/builtins: format_type does not match Postgres behavior for INTERVAL A-sql-builtins SQL built-in functions and semantics thereof. A-sql-pgcompat Semantic compatibility with PostgreSQL C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. db-cy-23 T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#113514 opened Oct 31, 2023 by rafiss
sql,ttl: unredact gRPC errors that cause job to fail C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) C-investigation Further steps needed to qualify. C-label will change. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
#112536 opened Oct 17, 2023 by rafiss
cli: allow user to be passed into to debug zip command A-cli-admin CLI commands that pertain to controlling and configuring nodes C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
#111120 opened Sep 22, 2023 by rafiss
ProTip! Add no:assignee to see everything that’s not assigned.