cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.17k stars 3.82k forks source link

sql-queries: 24.3 release checklist #127468

Open mgartner opened 4 months ago

mgartner commented 4 months ago

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

Jira issue: CRDB-40444

michae2 commented 1 week ago

Using the tip of release-24.3 (c63ecd9c88af9e571519a3056723e718363a712d) I ran the following on a gceworker:

./dev test --ignore-cache -- --define gotags=bazel,gss,fast_int_set_small resulted in:

Executed 784 out of 784 tests: 784 tests pass.

./dev test --ignore-cache -- --define gotags=bazel,gss,fast_int_set_large resulted in:

Executed 784 out of 784 tests: 784 tests pass.

(each run used 114 GiB of disk space, which I cleaned up with bazel clean --expunge)

mgartner commented 1 week ago

Thanks @michae2!!!