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

all: prelease #2639

Merged
merged 3 commits into from
Aug 9, 2019
Merged

all: prelease #2639

merged 3 commits into from
Aug 9, 2019

Conversation

vangent
Copy link
Contributor

@vangent vangent commented Aug 9, 2019

This PR consists of:

  1. Renamed prereleasechecks.sh -> prerelease.sh to match the documentation (commit runtimevar/paramstore: Watch returns same value multiple times #1).

  2. Fixed prerelease.sh to skip some packages that have testdata/ but aren't record/replay (it would otherwise fail those packages because it would try to run them with -record and fail since the flag isn't defined) (commit blob: no way to distinguish non-existent blob #2).

  3. Updated all .replay files (commit blob/fileblob: use slash paths instead of filesystem paths for keys #3).

Overall, the prerelease went fine except for the hiccups fixed by 1 and 2 above, and #2638, which I will look into separately.

@vangent vangent requested a review from eliben August 9, 2019 16:33
@googlebot googlebot added the cla: yes Google CLA has been signed! label Aug 9, 2019
@codecov
Copy link

codecov bot commented Aug 9, 2019

Codecov Report

Merging #2639 into master will decrease coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #2639     +/-   ##
=========================================
- Coverage   66.98%   66.89%   -0.1%     
=========================================
  Files         134      134             
  Lines       15589    15589             
=========================================
- Hits        10443    10428     -15     
- Misses       4394     4409     +15     
  Partials      752      752
Impacted Files Coverage Δ
server/health/sqlhealth/sqlhealth.go 61.9% <0%> (-19.05%) ⬇️
runtimevar/filevar/filevar.go 85.32% <0%> (-1.84%) ⬇️
docstore/docstore.go 87.76% <0%> (-1.8%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c3c3510...be10d36. Read the comment docs.

@vangent vangent merged commit 243a975 into google:master Aug 9, 2019
@vangent vangent deleted the prerelease branch August 9, 2019 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA has been signed!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants