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

Run azure recovery locally #1230

Merged
merged 7 commits into from
Aug 15, 2019
Merged

Conversation

ankagrawal
Copy link
Collaborator

@ankagrawal ankagrawal commented Aug 5, 2019

This change enables vcr on azure to be run locally for the open source code.

  1. Implement vcrmain
  2. Add new configs for azure

@ankagrawal ankagrawal force-pushed the run_local_azure_recovery branch from 5f69144 to 1d2f137 Compare August 14, 2019 22:03
@@ -0,0 +1,61 @@
/**
* Copyright 2016 LinkedIn Corp. All rights reserved.
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor: 2019

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed.

@@ -0,0 +1,26 @@
#
# Copyright (C) 2014-2016 LinkedIn Corp. All rights reserved.
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor: 2019

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed.

@@ -0,0 +1,19 @@
#
# Copyright (C) 2014-2016 LinkedIn Corp. All rights reserved.
Copy link
Contributor

@lightningrob lightningrob Aug 15, 2019

Choose a reason for hiding this comment

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

2019 (I don't know why we even need the copyright for property files but as long as we do let's put the current year.)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed.

Copy link
Contributor

@lightningrob lightningrob left a comment

Choose a reason for hiding this comment

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

This is awesome, thanks for adding it.
The title is misleading since it doesn't actually trigger recovery, but approved after fixing the dates.
You'll probably also need to rebase to get the int tests to pass.

clustermap.datacenter.name=Datacenter
clustermap.host.name=localhost
clustermap.port=6673
azure.storage.connection.string=<CONNECTION STRIGNG FOR AZURE BLOB STORAGE>
Copy link
Contributor

Choose a reason for hiding this comment

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

minor typo STRING

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed.

@ankagrawal ankagrawal force-pushed the run_local_azure_recovery branch from d9d434d to e271ec5 Compare August 15, 2019 22:41
@codecov-io
Copy link

Codecov Report

Merging #1230 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1230   +/-   ##
=========================================
  Coverage     88.92%   88.92%           
  Complexity       60       60           
=========================================
  Files             6        6           
  Lines           352      352           
  Branches         37       37           
=========================================
  Hits            313      313           
  Misses           29       29           
  Partials         10       10

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 e5d6e7e...e271ec5. Read the comment docs.

@cgtz cgtz merged commit 8d3db88 into linkedin:master Aug 15, 2019
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.

5 participants