-
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: TestQueryCache failed #51693
Labels
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-robot
Originated from a bot.
Milestone
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.
labels
Jul 22, 2020
(sql).TestQueryCache failed on master@e9a4f83e3eee59510f97db2c6e0df9b57cf6b944:
MoreParameters:
See this test on roachdash |
ran into this too |
(sql).TestQueryCache failed on master@b8a50cc4d062293915969cdc83e3ec4d057cede5:
MoreParameters:
See this test on roachdash |
craig bot
pushed a commit
that referenced
this issue
Jul 23, 2020
51621: descs: push descriptor type hydration into the desc.Collection r=rohany a=rohany Fixes #49484. Preparation for #51385. Up until now, the `planner` was responsible for installing user defined type metadata in tables that contained user defined types. This was slightly messy and caused leakage of responsibility regarding when descriptors had user defined types vs when they didn't. This commit pushes that responsibility into the `descs.Collection`. It also paves the way for work to avoid copying `ImmutableTableDescriptor`s that contain user defined types every time that they need hydration. Release note: None 51828: sql,stats: fix flakes in TestCacheWait and TestQueryCache r=jordanlewis a=rytaft **stats: fix flake in TestCacheWait** This commit fixes a flake in `TestCacheWait`, which was introduced by #51616. That PR changed the call to `InvalidateTableStats` in `TestCacheWait` to `RefreshTableStats`, but that change should not have been made. The purpose of the test is to test that the cache invalidation and waiting mechanisms work correctly, and therefore it must call `InvalidateTableStats`, not `RefreshTableStats`. Fixes #51712 **sql: fix flake in TestQueryCache/group/statschange** This commit fixes a flake in TestQueryCache/group/statschange, which was introduced by #51616. That PR made updates to the stats cache asynchronous, so we can no longer expect the query cache to be invalidated immediately after a stats update. This commit fixes the problem by introducing a retry mechanism into the test. Fixes #51693 51837: sql: don't show the "hidden" column flag in EXPLAIN r=RaduBerinde a=RaduBerinde The ResultColumns.Hidden flag is used internally; it does not carry useful information for users and should not be visible in EXPLAIN. Release note (sql change): EXPLAIN no longer shows the "hidden" annotation for columns. Co-authored-by: Rohan Yadav <[email protected]> Co-authored-by: Rebecca Taft <[email protected]> Co-authored-by: Radu Berinde <[email protected]>
rytaft
added a commit
to rytaft/cockroach
that referenced
this issue
Jul 31, 2020
This commit fixes a flake in TestQueryCache/group/statschange, which was introduced by cockroachdb#51616. That PR made updates to the stats cache asynchronous, so we can no longer expect the query cache to be invalidated immediately after a stats update. This commit fixes the problem by introducing a retry mechanism into the test. Fixes cockroachdb#51693 Release note: None
rytaft
added a commit
to rytaft/cockroach
that referenced
this issue
Jul 31, 2020
This commit fixes a flake in TestQueryCache/group/statschange, which was introduced by cockroachdb#51616. That PR made updates to the stats cache asynchronous, so we can no longer expect the query cache to be invalidated immediately after a stats update. This commit fixes the problem by introducing a retry mechanism into the test. Fixes cockroachdb#51693 Release note: None
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
branch-master
Failures and bugs on the master branch.
C-test-failure
Broken test (automatically or manually discovered).
O-robot
Originated from a bot.
(sql).TestQueryCache failed on master@e9a4f83e3eee59510f97db2c6e0df9b57cf6b944:
More
Parameters:
See this test on roachdash
powered by pkg/cmd/internal/issues
The text was updated successfully, but these errors were encountered: