cockroachdb / appdev-issues

This is an issue repository for misc AppDev team issues.
1 stars 1 forks source link

Figure out pinning roachtests #15

Closed apantel closed 4 years ago

apantel commented 4 years ago

Pin all ORM roachtests to a working version.

Ensure that newly available ORM versions are collected and surfaced somewhere that we will reliably see.

Ensure that it's easy to update the tested version when we want to

Maybe add pinned and unpinned roachtests, where the pinned ones are release blockers and the unpinned ones let us know when we can easily upgrade

rafiss commented 4 years ago

Let's use the versions on this docs page when pinning: https://www.cockroachlabs.com/docs/stable/third-party-database-tools.html

rafiss commented 4 years ago

PRs all look good to go: https://github.com/cockroachdb/cockroach/pull/49595 https://github.com/cockroachdb/cockroach/pull/49839 https://github.com/cockroachdb/cockroach/pull/49994