-
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/catalog/externalcatalog: TestExtractIngestExternalCatalog failed #138639
Closed
cockroach-teamcity opened this issue
Jan 8, 2025
· 2 comments
· Fixed by #138928 or mohini-crl/cockroach#208
Closed
sql/catalog/externalcatalog: TestExtractIngestExternalCatalog failed #138639
cockroach-teamcity opened this issue
Jan 8, 2025
· 2 comments
· Fixed by #138928 or mohini-crl/cockroach#208
Labels
A-disaster-recovery
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-robot
Originated from a bot.
P-2
Issues/test failures with a fix SLA of 3 months
T-disaster-recovery
Comments
cockroach-teamcity
added
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-robot
Originated from a bot.
release-blocker
Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
T-disaster-recovery
labels
Jan 8, 2025
msbutler
removed
the
release-blocker
Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
label
Jan 9, 2025
sql/catalog/externalcatalog.TestExtractIngestExternalCatalog failed on master @ dc789b58edb67ae00f16117e2daee179fedc4a19:
Parameters:
|
sql/catalog/externalcatalog.TestExtractIngestExternalCatalog failed on master @ bffe1f175054fe4e8f01a037bfdca0efe2f9ba14:
Parameters:
|
msbutler
added a commit
to msbutler/cockroach
that referenced
this issue
Jan 13, 2025
Fixes cockroachdb#138639 Release note: none
exalate-issue-sync
bot
added
the
P-2
Issues/test failures with a fix SLA of 3 months
label
Jan 13, 2025
craig bot
pushed a commit
that referenced
this issue
Jan 13, 2025
138359: opt: optimize func dep calculations for tables with many indexes r=mgartner a=DrewKimball #### props: add fast path for ReduceCols This commit adds a fast path to `FuncDepSet.ReduceCols`. If the FD set has a strict key and the key is a subset of the given columns, the columns are immediately reduced just to the key columns. From that point the columns may be further reduced if the set has been updated since the key was originally calculated. Note that changes had to be made to `MakeProduct` and `MakeApply` to ensure that the original key was invalidated before new dependencies were added to the set. Epic: None Release note: None #### opt: optimize table func deps for non-unique indexes When a table is referenced in a query, we build a func-dep set describing the relationships between the table columns. Among other things, we use the index key columns for this purpose. There is no benefit considering non-unique indexes here, so this commit skips them to avoid the extra work. This results in a performance improvement for queries against tables with many non-unique indexes and many columns. Epic: None Release note: None 138928: sql/externalcatalog: deflake TestExtractIngestExternalCatalog r=jeffswenson a=msbutler Previoulsy, the test would always set sql.gc_job.wait_for_gc.interval to 250 ms, to speed up gc of a dropped table. Occasionally, the gc process would complete so quickly that this post drop query would return no results, flaking the test: `SELECT name FROM crdb_internal.tables WHERE state = 'DROP'` This patch introduce to branches this test can take: - with fast gc, to test that the gc job was properly created - without fast gc, to test that the dropped descriptors end up in the dropped state. Fixes #138639 Release note: none Co-authored-by: Drew Kimball <drewk@cockroachlabs.com> Co-authored-by: Michael Butler <butler@cockroachlabs.com>
mohini-crl
pushed a commit
to mohini-crl/cockroach
that referenced
this issue
Jan 17, 2025
Previoulsy, the test would always set sql.gc_job.wait_for_gc.interval to 250 ms, to speed up gc of a dropped table. Occasionally, the gc process would complete so quickly that this post drop query would return no results, flaking the test: `SELECT name FROM crdb_internal.tables WHERE state = 'DROP'` This patch introduce to branches this test can take: - with fast gc, to test that the gc job was properly created - without fast gc, to test that the dropped descriptors end up in the dropped state. Fixes cockroachdb#138639 Release note: none
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-disaster-recovery
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-robot
Originated from a bot.
P-2
Issues/test failures with a fix SLA of 3 months
T-disaster-recovery
sql/catalog/externalcatalog.TestExtractIngestExternalCatalog failed on master @ 1aba4038242990fdb37a5317512fc5e82d6334fe:
Parameters:
attempt=1
race=true
run=2
shard=1
Help
See also: How To Investigate a Go Test Failure (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-46176
The text was updated successfully, but these errors were encountered: