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

release-20.1: server: Resolve default engine type in testserver #49377

Conversation

itsbilal
Copy link
Member

Previously we weren't resolving the engine type if it was
set to EngineTypeDefault in the testserver. This would silently
resolve to RocksDB (and in 20.2, pebble) anyway, so it was
only a concern in sentry reports where it would show up as
default. Since cockroach demo uses the test server and
has sentry reports enabled, that was an oversight.

Fixes #49368.

Release note (bug fix): Report engine type correctly in bug reports
when using cockroach demo.

Previously we weren't resolving the engine type if it was
set to EngineTypeDefault in the testserver. This would silently
resolve to RocksDB (and in 20.2, pebble) anyway, so it was
only a concern in sentry reports where it would show up as
`default`. Since `cockroach demo` uses the test server and
has sentry reports enabled, that was an oversight.

Fixes cockroachdb#49368.

Release note (bug fix): Report engine type correctly in bug reports
when using `cockroach demo`.
@itsbilal itsbilal requested review from knz and petermattis May 21, 2020 14:56
@itsbilal itsbilal self-assigned this May 21, 2020
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@petermattis petermattis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @knz and @petermattis)

Copy link
Collaborator

@petermattis petermattis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @knz and @petermattis)

@itsbilal
Copy link
Member Author

TFTR!

@itsbilal itsbilal merged commit e49bf04 into cockroachdb:release-20.1 May 21, 2020
@itsbilal itsbilal deleted the 20.1-testserver-engine-type-resolve branch May 21, 2020 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants