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

fix: adding option to skip back up tests #1445

Merged
merged 4 commits into from
Aug 4, 2021

Conversation

asthamohta
Copy link
Contributor

set environment variable as following to skip backup tests:
export SKIP_BACKUPS=true

@asthamohta asthamohta requested a review from skuruppu August 4, 2021 08:24
@asthamohta asthamohta requested review from a team as code owners August 4, 2021 08:24
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/nodejs-spanner API. label Aug 4, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 4, 2021
@@ -37,6 +37,7 @@ import {google} from '../protos/protos';
import CreateDatabaseMetadata = google.spanner.admin.database.v1.CreateDatabaseMetadata;
import CreateBackupMetadata = google.spanner.admin.database.v1.CreateBackupMetadata;

const SKIP_BACKUPS = process.env.SKIP_BACKUPS;
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor nit on the name.

Suggested change
const SKIP_BACKUPS = process.env.SKIP_BACKUPS;
const SKIP_BACKUP_TESTS = process.env.SKIP_BACKUP_TESTS;

@skuruppu skuruppu added the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 4, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 4, 2021
@asthamohta asthamohta merged commit e189e5a into googleapis:master Aug 4, 2021
@asthamohta asthamohta deleted the master branch September 21, 2021 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/nodejs-spanner API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants