-
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
roachtest: acceptance/build-analyze failed #49154
Comments
(roachtest).acceptance/build-analyze failed on master@2cbf620cd229a55622fe17fb15d20ada1dbcccd3:
More
Artifacts: /acceptance/build-analyze See this test on roachdash |
(roachtest).acceptance/build-analyze failed on master@7ab7fb86f0634df1f5a0b04460e1f3a1d6bead1f:
More
Artifacts: /acceptance/build-analyze See this test on roachdash |
@bdarnell do you know anything about this executable stack regression? Feel free to pass back. |
It's in pebble: cockroachdb/pebble#680. |
(roachtest).acceptance/build-analyze failed on master@73631089c58554c289d0fb1b26cad62667388335:
More
Artifacts: /acceptance/build-analyze See this test on roachdash |
* internal/private: ratchet visible sequence number too * internal/rate: add Limiter.Delay{,N} * db: refactor tableCache.estimateDiskUsage into withReader * internal/cache: optimize common case of Cache.Delete() * internal/cache: remove weak cache handles * internal/randvar: optimize Uniform.IncMax * internal/{manual,rawalloc}: remove empty assembly files * internal/replay: assign ingested tables correct sequence number * db: wait for pending writes during ingestion * db: replace tableCacheShard LRU with CLOCK-Pro * internal/randvar: reduce exclusive locks in randvar * cmd/pebble: miscellaneous ycsb benchmark improvements * internal/rate: change Reserve{,N} to return a value Fixes cockroachdb#49154 Release note: None
(roachtest).acceptance/build-analyze failed on master@8fec3f4c6d136a86f472c975edd36b75e5ab9a8c:
More
Artifacts: /acceptance/build-analyze See this test on roachdash |
49136: opt: allow join filter FDs to be used in determining a left join key r=rytaft a=DrewKimball Previously, the functional dependencies from a join's "on" filters were not used in determining the key of the output of a left join. This patch allows a key that only has columns from the left input of the LeftJoin to be used if one can be proven to exist. The columns of the left input of the LeftJoin form a strict key over the result of the left join when the following conditions are met: 1. The original left input had a strict key. 2. The columns of the left input form a strict key over the result of an InnerJoin between the left and right inputs on the given filters. (Or, in other words, the left columns form a strict key over the filtered cartesian product of the join inputs). If the above conditions do not hold, a key over the unfiltered cartesian product will simply be used, if there is one. Release note: None 49213: sql: populate the pg_enum catalog table r=rohany a=rohany Fixes #48359. Release note (sql change): Populate the catalog table `pg_catalog.pg_enum`. 49285: vendor: bump pebble to af0d71572c7bd24deb066d09eee646b6cb7460a4 r=petermattis a=petermattis * internal/private: ratchet visible sequence number too * internal/rate: add Limiter.Delay{,N} * db: refactor tableCache.estimateDiskUsage into withReader * internal/cache: optimize common case of Cache.Delete() * internal/cache: remove weak cache handles * internal/randvar: optimize Uniform.IncMax * internal/{manual,rawalloc}: remove empty assembly files * internal/replay: assign ingested tables correct sequence number * db: wait for pending writes during ingestion * db: replace tableCacheShard LRU with CLOCK-Pro * internal/randvar: reduce exclusive locks in randvar * cmd/pebble: miscellaneous ycsb benchmark improvements * internal/rate: change Reserve{,N} to return a value Fixes #49154 Release note: None 49336: roachtest: bump latest patch version number to 19.2.7 r=jlinder a=jlinder Before: The latest 19.2 release was 19.2.6. Why: 19.2.7 is released Now: The latest noted release is 19.2.7. Release note: None Co-authored-by: Drew Kimball <andrewekimball@gmail.com> Co-authored-by: Rohan Yadav <rohany@alumni.cmu.edu> Co-authored-by: Peter Mattis <petermattis@gmail.com> Co-authored-by: James H. Linder <jamesl@cockroachlabs.com>
(roachtest).acceptance/build-analyze failed on master@5156843cc23adecb6a70fabf19f51f46de1241ec:
More
Artifacts: /acceptance/build-analyze
See this test on roachdash
powered by pkg/cmd/internal/issues
The text was updated successfully, but these errors were encountered: