-
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
sql schema: remove/fix tests that were ignored from bumping minBinary to V22_2 #96751
Closed
2 tasks done
Labels
branch-release-23.1
Used to mark GA and release blockers, technical advisories, and bugs for 23.1
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
GA-blocker
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Comments
celiala
added
the
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
label
Feb 7, 2023
This is associated with #96763. Assigning the same folks. |
ajwerner
added
GA-blocker
branch-release-23.1
Used to mark GA and release blockers, technical advisories, and bugs for 23.1
labels
Feb 21, 2023
chengxiong-ruan
added a commit
to chengxiong-ruan/cockroach
that referenced
this issue
Feb 27, 2023
Informs: cockroachdb#96763, cockroachdb#96751 Release note: None.
Xiang-Gu
added a commit
to Xiang-Gu/cockroach
that referenced
this issue
Mar 13, 2023
This commit removed the following two cluster versions and its associated upgrade logic and tests: - V22_2UpgradeSequenceToBeReferencedByID - V22_2UpdateInvalidColumnIDsInSequenceBackReferences Informs: cockroachdb#96763, cockroachdb#96751 Release Note: None
craig bot
pushed a commit
that referenced
this issue
Mar 13, 2023
98491: roachtest: maybe deflake `change-replicas/mixed-version` r=erikgrinaker a=erikgrinaker Touches #98429. Epic: none Release note: None 98504: upgrade: Remove two to-be-deleted-V22_2 cluster versions r=Xiang-Gu a=Xiang-Gu This commit removed the following two cluster versions and its associated upgrade logic and tests: - V22_2UpgradeSequenceToBeReferencedByID - V22_2UpdateInvalidColumnIDsInSequenceBackReferences Informs: #96763, #96751 Release Note: None 98508: kv: deflake TestAbortCountConflictingWrites r=nvanbenschoten a=nvanbenschoten Fixes #96839. The test was made flaky by 5129578. See the comment in #96839 (comment) for an explanation. This commit resolves that flakiness. Release note: None Co-authored-by: Erik Grinaker <[email protected]> Co-authored-by: Xiang Gu <[email protected]> Co-authored-by: Nathan VanBenschoten <[email protected]>
This was referenced Mar 31, 2023
craig bot
pushed a commit
that referenced
this issue
Apr 3, 2023
99934: changefeedccl: Remove skipped tests that decayed over time r=miretskiy a=miretskiy Remove Fixes #32232 Remove TestChangefeedNodeShutdown. This test has been disabled since 2018; Other tests exist (e.g. `TestChangefeedHandlesDrainingNodes`) that verify restart behavior. Fixes #51842 Remove BenchmarkChangefeedTicks benchmark. This benchmark has been skipped since 2019. Attempts could be made to revive it; however, this benchmark had a lot of code, which accomplished questionable goals. The benchmark itself was unrepresentative (by using dependency injection), too small to be meaningful (1000 rows), and most likely would be too noise and inconclusive. We have added other micro benchmarks over time; and we conduct large scale testing, including with roachtests. Release note: None 100342: upgrades: remove migration that waits for schema changes r=rafiss a=rafiss We can also remove some skipped tests, since they no longer apply. informs: #96751 Release note: None 100345: upgrades: unskip TestIsAtLeastVersionBuiltin r=rafiss a=rafiss informs: #96751 Release note: None 100484: server,testutils: add some extra logging for TestStatusEngineStatsJson r=abarganier a=knz Informs #99261 Release note: None Epic: None Co-authored-by: Yevgeniy Miretskiy <[email protected]> Co-authored-by: Rafi Shamim <[email protected]> Co-authored-by: Raphael 'kena' Poss <[email protected]>
exalate-issue-sync
bot
removed
the
T-sql-schema-deprecated
Use T-sql-foundations instead
label
May 10, 2023
exalate-issue-sync
bot
added
the
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
label
May 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
branch-release-23.1
Used to mark GA and release blockers, technical advisories, and bugs for 23.1
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
GA-blocker
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
In order to bump minBinary to V22_2, we ignored failing tests for future async removal/fixing
This issue is to track removing/fixing tests as needed for SQL Schema:
pkg/sql
pkg/upgrade/upgrades: (SQL Schema)
TestAlterSystemSqlInstancesTableTestIsAtLeastVersionBuiltin-- looks like just delete the test, but let's ask @yuzefovichJira issue: CRDB-24309
The text was updated successfully, but these errors were encountered: