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

sql: add a notice to primary key changes about async jobs #45752

Merged
merged 1 commit into from
Mar 5, 2020

Conversation

rohany
Copy link
Contributor

@rohany rohany commented Mar 5, 2020

Fixes #45730.

Release note: None

@rohany rohany requested a review from otan March 5, 2020 15:42
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Contributor

@otan otan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can add a test to pkg/cli/interactive_tests/test_notice.tcl with expect -f pkg/cli/interactive_tests/test_notice.tcl ./cockroach (warning: adds new directories and files - nothing git clean -fd won't fix) if you were inclined.

i do wonder if we should just blanket add notices for all things scheduling a schema job.

@rohany
Copy link
Contributor Author

rohany commented Mar 5, 2020

Might as well add a test. cc @awoods187 is already putting together a document of all the places we should add notices

@rohany rohany requested a review from a team as a code owner March 5, 2020 18:24
@rohany
Copy link
Contributor Author

rohany commented Mar 5, 2020

bors r=otan

@craig
Copy link
Contributor

craig bot commented Mar 5, 2020

Build succeeded

@craig craig bot merged commit e4d0a0e into cockroachdb:master Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sql: add a notice for async jobs in alter primary key
3 participants