@@ -103,7 +103,7 @@ describe('Bigtable', () => {
103103 clusters : [
104104 {
105105 id : CLUSTER_ID ,
106- location : 'us-central1 -c' ,
106+ location : 'us-central2 -c' ,
107107 nodes : 3 ,
108108 storage : 'ssd' ,
109109 } ,
@@ -116,7 +116,7 @@ describe('Bigtable', () => {
116116 clusters : [
117117 {
118118 id : CLUSTER_ID_HDD ,
119- location : 'us-central1 -c' ,
119+ location : 'us-central2 -c' ,
120120 nodes : 3 ,
121121 storage : 'hdd' ,
122122 } ,
@@ -214,7 +214,7 @@ describe('Bigtable', () => {
214214 clusters : [
215215 {
216216 id : clusteId ,
217- location : 'us-central1 -c' ,
217+ location : 'us-central2 -c' ,
218218 nodes : 3 ,
219219 } ,
220220 ] ,
@@ -244,8 +244,8 @@ describe('Bigtable', () => {
244244
245245 before ( async ( ) => {
246246 const projectId = await bigtable . auth . getProjectId ( ) ;
247- kmsKeyName = `projects/${ projectId } /locations/us-central1 /keyRings/${ keyRingId } /cryptoKeys/${ cryptoKeyId } ` ;
248- keyRingsBaseUrl = `https://cloudkms.googleapis.com/v1/projects/${ projectId } /locations/us-central1 /keyRings` ;
247+ kmsKeyName = `projects/${ projectId } /locations/us-central2 /keyRings/${ keyRingId } /cryptoKeys/${ cryptoKeyId } ` ;
248+ keyRingsBaseUrl = `https://cloudkms.googleapis.com/v1/projects/${ projectId } /locations/us-central2 /keyRings` ;
249249
250250 await bigtable . auth . request ( {
251251 method : 'POST' ,
@@ -267,7 +267,7 @@ describe('Bigtable', () => {
267267 clusters : [
268268 {
269269 id : CMEK_CLUSTER . id ,
270- location : 'us-central1 -a' ,
270+ location : 'us-central2 -a' ,
271271 nodes : 3 ,
272272 key : kmsKeyName ,
273273 } ,
@@ -299,7 +299,7 @@ describe('Bigtable', () => {
299299
300300 // eslint-disable-next-line @typescript-eslint/no-unused-vars
301301 const [ _ , operation ] = await cluster . create ( {
302- location : 'us-central2-d ' ,
302+ location : 'us-central2-b ' ,
303303 nodes : 3 ,
304304 key : kmsKeyName ,
305305 } ) ;
@@ -315,7 +315,7 @@ describe('Bigtable', () => {
315315 try {
316316 // eslint-disable-next-line @typescript-eslint/no-unused-vars
317317 const [ _ , operation ] = await cluster . create ( {
318- location : 'us-central2-d ' ,
318+ location : 'us-central2-b ' ,
319319 nodes : 3 ,
320320 } ) ;
321321 await operation . promise ( ) ;
@@ -1717,7 +1717,7 @@ describe('Bigtable', () => {
17171717 {
17181718 id : destinationClusterId ,
17191719 nodes : 3 ,
1720- location : 'us-central1-f ' ,
1720+ location : 'us-central2-d ' ,
17211721 storage : 'ssd' ,
17221722 } ,
17231723 ] ,
@@ -1759,7 +1759,7 @@ describe('Bigtable', () => {
17591759 const [ , operation ] = await INSTANCE . cluster (
17601760 destinationClusterId ,
17611761 ) . create ( {
1762- location : 'us-central2-d ' ,
1762+ location : 'us-central2-b ' ,
17631763 nodes : 3 ,
17641764 } ) ;
17651765 await operation . promise ( ) ;
@@ -1806,7 +1806,7 @@ describe('Bigtable', () => {
18061806 {
18071807 id : destinationClusterId ,
18081808 nodes : 3 ,
1809- location : 'us-central1-f ' ,
1809+ location : 'us-central2-d ' ,
18101810 storage : 'ssd' ,
18111811 } ,
18121812 ] ,
0 commit comments