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

dev: teach dev how to do compose tests #70893

Closed
rickystewart opened this issue Sep 29, 2021 · 0 comments · Fixed by #75472
Closed

dev: teach dev how to do compose tests #70893

rickystewart opened this issue Sep 29, 2021 · 0 comments · Fixed by #75472
Labels
A-build-system C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-dev-inf

Comments

@rickystewart
Copy link
Collaborator

Epic CRDB-8036

@rickystewart rickystewart added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-build-system T-dev-inf labels Sep 29, 2021
rickystewart added a commit to rickystewart/cockroach that referenced this issue Jan 25, 2022
craig bot pushed a commit that referenced this issue Jan 26, 2022
72281: sql: add new BACKFILLING mutation state r=postamar a=stevendanna

This adds a BACKFILLING mutation state. When an index is in this
state, it is ignored for the purposes of INSERT, UPDATE, and
DELETE. Currently, this state is unused in the actual code.

This new state will eventually be used in the new index backfiller. In
the new backfiller, the bulk-backfill using AddSSTable will occur when
the index is in this state, with concurrent updates being captured by
a temporary index. See
docs/RFCS/20211004_incremental_index_backfiller.md for more details.

Indexes in this state are returned by `(TableDescriptor).AllIndexes`, 
`(TableDescriptor).NonDropIndexes`, and `(TableDescriptor).Partial`.

Release note: None

75471: scripts/gceworker.sh: remove extra s in sleep command r=rail a=mufeez-amjad

Release note: None

75472: ci: add script for compose nightly, dev support r=rail a=rickystewart

Closes #67151.
Closes #70893.

Release note: None

75553: distsql: bump size of test r=rail a=rickystewart

This has timed out in CI.

Release note: None

Co-authored-by: Steven Danna <[email protected]>
Co-authored-by: Mufeez Amjad <[email protected]>
Co-authored-by: Ricky Stewart <[email protected]>
@craig craig bot closed this as completed in ec02421 Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-build-system C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-dev-inf
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant