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

install: fix log flags in roachprod start #63726

Merged
merged 1 commit into from
Apr 15, 2021

Conversation

tbg
Copy link
Member

@tbg tbg commented Apr 15, 2021

I broke this in #63472, twofold.

  1. if the version switch returned false, we weren't passing log flags
    at all, so there weren't any log files.
  2. the version switch returned false on current master, since 21.1 is
    not tagged yet (we're still in the prerelease versions, currently
    at 21.1.0-alpha.3).

I tested that this fix works.

Release note: None

@tbg tbg requested a review from erikgrinaker April 15, 2021 14:19
@cockroach-teamcity
Copy link
Member

This change is Reviewable

I broke this in cockroachdb#63472, twofold.

1. if the version switch returned false, we weren't passing log flags
   at all, so there weren't any log files.
2. the version switch returned false on current master, since 21.1 is
   not tagged yet (we're still in the prerelease versions, currently
   at 21.1.0-alpha.3).

I tested that this fix works.

Release note: None
@tbg
Copy link
Member Author

tbg commented Apr 15, 2021

Thank you.
CI flakes aren't mine

bors r=knz

@craig
Copy link
Contributor

craig bot commented Apr 15, 2021

Build succeeded:

@craig craig bot merged commit 7a6c6bd into cockroachdb:master Apr 15, 2021
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.

3 participants