Open mgartner opened 4 months 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
)
Thanks @michae2!!!
This issue captures a series of tests and steps that we need to run when 24.3 is getting close to being finalized.
release-24.3.9-rc@01e6bc2b
and there were no changes.fast_int_set_small
tag:./dev test -- --define gotags=bazel,gss,fast_int_set_small
fast_int_set_large
tag:./dev test -- --define gotags=bazel,gss,fast_int_set_large
Jira issue: CRDB-40444