Skip to content
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

opt: 21.2 release checklist #62552

Closed
8 tasks done
RaduBerinde opened this issue Mar 24, 2021 · 1 comment
Closed
8 tasks done

opt: 21.2 release checklist #62552

RaduBerinde opened this issue Mar 24, 2021 · 1 comment
Assignees
Labels
C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-sql-queries SQL Queries Team

Comments

@RaduBerinde
Copy link
Member

RaduBerinde commented Mar 24, 2021

This issue captures a series of tests and steps that we need to run when 21.2 is getting close to being finalized.

  • check bug fixes that may need backport
  • check and update private opt tests repository
  • check regressions in microbenchmarks
  • run all tests with TAGS=fast_int_set_small and TAGS=fast_int_set_large
  • check that any new session settings have a cluster setting for the default (or a good justification for why not)
  • consider adding session+cluster settings for all new features
  • check TODOs in opt code (especially those added since the last release)
  • clone an instance of this issue for the next release
@RaduBerinde RaduBerinde added the C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. label Mar 24, 2021
@jlinder jlinder added the T-sql-queries SQL Queries Team label Jun 16, 2021
@rytaft rytaft self-assigned this Sep 28, 2021
ajwerner added a commit to ajwerner/cockroach that referenced this issue Sep 29, 2021
Adds a shell script to find `TODO`s that have been added between two commits.

Relates to cockroachdb#62552.

Release note: None
ajwerner added a commit to ajwerner/cockroach that referenced this issue Sep 29, 2021
Adds a shell script to find `TODO`s that have been added between two commits.

Relates to cockroachdb#62552.

Release note: None
ajwerner added a commit to ajwerner/cockroach that referenced this issue Sep 29, 2021
Adds a shell script to find `TODO`s that have been added between two commits.

Relates to cockroachdb#62552.

Release note: None
ajwerner added a commit to ajwerner/cockroach that referenced this issue Sep 29, 2021
Adds a shell script to find `TODO`s that have been added between two commits.

Relates to cockroachdb#62552.

Release note: None
ajwerner added a commit to ajwerner/cockroach that referenced this issue Sep 29, 2021
Adds a shell script to find `TODO`s that have been added between two commits.

Relates to cockroachdb#62552.

Release note: None
craig bot pushed a commit that referenced this issue Sep 29, 2021
70282: ui/cluster-ui: add 'Interval Start Time' column to stmts/txns tables r=maryliag a=xinhaoz

Resolves #69648, #70545

This commit adds the `Interval Start Time (UTC)` column to stmt and txn
tables. Statements and transactions are now both grouped by their `aggregated_ts`
field in addition to the stmt / fingerprint id. On the statement details page,
the 'Interval Start Time' has also been added to the details panel.

To support viewing of statements grouped by aggregation interval start time,
a new query parameter has been added to statement details pages.
If `aggregated_ts` is set, it will display the statement details for statements
aggregated at that interval, using data from combined statements API response.
If unset, we will show data aggregated over the current date range.

Release note (ui change): A new column, 'Interval Start Time (UTC)', has
been added to both statement and transaction tables. The column represents
the start time in UTC of the stats aggregation interval for a statement.
By default, the aggregation interval is 1 hour. 'Interval Start Time' has
been added to the statement details page under 'Statement Details'.

A new query parameter has been added to statement details pages.
If the search param `aggregated_ts` is set, it will display the statement details
for statements aggregated at that interval. If unset, we will display the statement
details for the statement aggregated over the current date range.

--------------------------------------
Statements Table:
![image](https://user-images.githubusercontent.com/20136951/133510793-b8d3ad12-f1f1-442c-9f03-d19e1ba73739.png)

Transactions Table:
![image](https://user-images.githubusercontent.com/20136951/133510849-b8578f2c-165c-486f-a685-55a4c4b549d7.png)

details page:
![image](https://user-images.githubusercontent.com/20136951/134553530-7d9d1985-60b9-4d1b-80fa-c33e9654fe92.png)


70871: scripts: add todo_diff.sh r=ajwerner a=ajwerner

Adds a shell script to find `TODO`s that have been added between two commits.

Relates to #62552.

Release note: None

Co-authored-by: Xin Hao Zhang <[email protected]>
Co-authored-by: Andrew Werner <[email protected]>
@rytaft
Copy link
Collaborator

rytaft commented Nov 29, 2021

The 21.2 release is out

@rytaft rytaft closed this as completed Nov 29, 2021
@mgartner mgartner moved this to Done in SQL Queries Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-sql-queries SQL Queries Team
Projects
Archived in project
Development

No branches or pull requests

3 participants