-
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
Increase test coverage for concurrent test operations #98635
Labels
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)
Comments
rimadeodhar
added
the
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
label
Mar 14, 2023
exalate-issue-sync
bot
added
the
T-sql-schema-deprecated
Use T-sql-foundations instead
label
Mar 14, 2023
fqazi
added a commit
to fqazi/cockroach
that referenced
this issue
Mar 16, 2023
Previously, we lacked DML injection testing with UPDATES/DELETES and non-empty tables. We also lacked DML injection for new functionality in this release. To address this, this patch will start populating tables in certain tasks and add new DML injection. Additionally, the backup/restore tests will fully validate job state on completion as a sanity check. Job failures are allowed if backfilling schema changes with DML (during the setup). Fixes: cockroachdb#98635 Release note: None
fqazi
added a commit
to fqazi/cockroach
that referenced
this issue
Mar 16, 2023
Previously, we lacked DML injection testing with UPDATES/DELETES and non-empty tables. We also lacked DML injection for new functionality in this release. To address this, this patch will start populating tables in certain tasks and add new DML injection. Additionally, the backup/restore tests will fully validate job state on completion as a sanity check. Job failures are allowed if backfilling schema changes with DML (during the setup). Fixes: cockroachdb#98635 Release note: None
fqazi
added a commit
to fqazi/cockroach
that referenced
this issue
Mar 20, 2023
Previously, we lacked DML injection testing with UPDATES/DELETES and non-empty tables. We also lacked DML injection for new functionality in this release. To address this, this patch will start populating tables in certain tasks and add new DML injection. Additionally, the backup/restore tests will fully validate job state on completion as a sanity check. Job failures are allowed if backfilling schema changes with DML (during the setup). Fixes: cockroachdb#98635 Release note: None
fqazi
added a commit
to fqazi/cockroach
that referenced
this issue
Mar 21, 2023
Previously, we lacked DML injection testing with UPDATES/DELETES and non-empty tables. We also lacked DML injection for new functionality in this release. To address this, this patch will start populating tables in certain tasks and add new DML injection. Additionally, the backup/restore tests will fully validate job state on completion as a sanity check. Job failures are allowed if backfilling schema changes with DML (during the setup). Fixes: cockroachdb#98635 Release note: None
fqazi
added a commit
to fqazi/cockroach
that referenced
this issue
Mar 23, 2023
Previously, the randomized testing only supported, the non-declarative schema changer. This patch adds support for basic single statement transactions for testing the declarative schema changer Note: This entablement is only focused on very minimal stability testing. Not implemented errors are always ignored for now. Informs: cockroachdb#98635 Release note: None
fqazi
added a commit
to fqazi/cockroach
that referenced
this issue
Mar 23, 2023
Previously, we lacked DML injection testing with UPDATES/DELETES and non-empty tables. We also lacked DML injection for new functionality in this release. To address this, this patch will start populating tables in certain tasks and add new DML injection. Additionally, the backup/restore tests will fully validate job state on completion as a sanity check. Job failures are allowed if backfilling schema changes with DML (during the setup). Fixes: cockroachdb#98635 Release note: None
exalate-issue-sync
bot
added
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
and removed
T-sql-schema-deprecated
Use T-sql-foundations instead
labels
May 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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)
We should try to increase test coverage of concurrent operations in the end-to-end framework for declarative schema changer.
Including, things like:
Jira issue: CRDB-25379
Epic CRDB-25375
The text was updated successfully, but these errors were encountered: