Skip to content

Commit

Permalink
Merge branch 'main' into trace-pass-ObservabilityConfig-to-Spanner+In…
Browse files Browse the repository at this point in the history
…stance+Database
  • Loading branch information
rahul2393 authored Oct 3, 2024
2 parents 4ac4080 + 85a9b0f commit 8032bc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/system-test/spanner.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ describe('Autogenerated Admin Clients', () => {
const [, operation] = await instance.create({
config: LOCATION_ID,
nodes: 1,
edition: 'ENTERPRISE_PLUS',
labels: {
[LABEL]: 'true',
created: CURRENT_TIME,
Expand Down Expand Up @@ -1834,6 +1835,7 @@ describe('Autogenerated Admin Clients', () => {
const [, operation] = await instance.create({
config: 'regional-us-central1',
nodes: 1,
edition: 'ENTERPRISE_PLUS',
displayName: 'Instance partitions test',
labels: {
['cloud_spanner_samples']: 'true',
Expand Down

0 comments on commit 8032bc6

Please sign in to comment.