-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
jobs: TestJobSchedulerDaemonProcessesJobs failed #52959
Comments
(jobs).TestJobSchedulerDaemonProcessesJobs failed on master@b82ab8f3412dd2e1367c41bce15651908be5c9c1:
MoreParameters:
See this test on roachdash |
(jobs).TestJobSchedulerDaemonProcessesJobs failed on master@6c3dfc4058eeba68ae588893ff732e0d6dd067ab:
MoreParameters:
See this test on roachdash |
(jobs).TestJobSchedulerDaemonProcessesJobs failed on master@d8eb600164fd978ab1eaf15cac3cf2cc36ad48a9:
MoreParameters:
See this test on roachdash |
(jobs).TestJobSchedulerDaemonProcessesJobs failed on master@ca8fc7284e90033148dae68b57dbef12c598b97b:
MoreParameters:
See this test on roachdash |
See cockroachdb#52959. Release note: None
52758: backupccl: add SHOW BACKUPS IN Y and SHOW BACKUP x IN Y r=dt a=dt This change teaches SHOW BACKUP about collections, specifically adding support for listing the backups in a collection with SHOW BACKUPS IN dest and for showing an individual backup with dest using SHOW BACKUP x IN dest. The former is a thin wrapper around 'ls' on the destination while the latter is an even thinner wrapper around 'SHOW BACKUP dest/x', but both should make it easier to interact with backups in collections, which often have long and cumbersome URIs (including keys), so the more we can keep the collection URI constant and let you just specify which element in the collection you want to SHOW, RESTORE, etc, the easier it will be. Release note (enterprise change): SHOW BACKUPS can be used to list backups in a backup collection created by BACKUP INTO. 52892: geo: implement ST_PointFromGeoHash({text,int4}) -> geometry r=otan a=himanshuchawla009 fixes: #48820 This PR adds a function to calculate the convert geohash representation to point representation, imitating the PostGIS funcitonality. if no precision is specified ST_PointFromGeoHash returns a point based on full precision of the input GeoHash string. If precision is specified ST_PointFromGeoHash will use that many characters from the GeoHash to create the point. Release note (sql change): Implements ST_PointFromGeoHash which converts geohash to point 52990: sql: gate certain box2d comparison ops by a cluster setting r=rytaft a=otan Release note (sql change): box2d comparison operators are now gated by the cluster setting `sql.spatial.experimental_box2d_comparison_operators.enabled`. 52993: bulkio: Dry run backup when creating schedules. r=miretskiy a=miretskiy Fixes #52924 Dry run execution of the scheduled backup. Invoking backup planning and execution in dry run ensures that the scheduled backup is sane since all of the required sanity checks are performed when attempting to run the backup. The actual effects of this dry run are removed by rolling back to the safepoint. Release Notes: None 53003: sql: more EXPLAIN improvements r=RaduBerinde a=RaduBerinde #### sql: omit various EXPLAIN fields in non-verbose mode This change removes some unnecessary fields, and relegates others to the VERBOSE variant. Release note (sql change): various improvements to EXPLAIN plans. #### sql: improve EXPLAIN output for join nodes This change folds the type of join (inner/outer/etc) into the node name itself (e.g. `hash join (left outer)`). The "inner" type is omitted in non-verbose mode. Release note (sql change): various improvements to EXPLAIN plans. #### sql: improve EXPLAIN output for scalar group by Move "scalar" to the node name instead of a separate field. Release note (sql change): various improvements to EXPLAIN plans. #### sql: improve EXPLAIN output for set operations Improve the node names for set operation: `union/intersect/except [all]`. Release note (sql change): various improvements in EXPLAIN plans. 53032: pkg/jobs: skip flaky TestJobSchedulerDaemonProcessesJobs r=jbowens a=jbowens See #52959. Release note: None Co-authored-by: David Taylor <[email protected]> Co-authored-by: himanshuchawla009 <[email protected]> Co-authored-by: Oliver Tan <[email protected]> Co-authored-by: Yevgeniy Miretskiy <[email protected]> Co-authored-by: Radu Berinde <[email protected]> Co-authored-by: Jackson Owens <[email protected]>
(jobs).TestJobSchedulerDaemonProcessesJobs failed on master@697e455f453581cf450d0bbf2903a00c6d9ebffd:
MoreParameters:
See this test on roachdash |
(jobs).TestJobSchedulerDaemonProcessesJobs failed on master@3ea329fa4e3d52dcfb9fc92ecd5c9229b8942b97:
More
Parameters:
See this test on roachdash
powered by pkg/cmd/internal/issues
The text was updated successfully, but these errors were encountered: