Skip to content

Commit

Permalink
Merge branch 'main' into owl-bot-copy-a98f1c1e2d009dfd5447
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Sep 30, 2023
2 parents 3c7d546 + 0f72d58 commit c102940
Show file tree
Hide file tree
Showing 78 changed files with 17,019 additions and 3,993 deletions.
3 changes: 3 additions & 0 deletions packages/google-cloud-alloydb/.OwlBot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

deep-preserve-regex:
- /owl-bot-staging/google-cloud-alloydb/connectors

deep-copy-regex:
- source: /google/cloud/alloydb/(.*)/.*-py
dest: /owl-bot-staging/google-cloud-alloydb/$1
4 changes: 2 additions & 2 deletions packages/google-cloud-alloydb/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ Running System Tests
$ nox -s system

# Run a single system test
$ nox -s system- -- -k <name of test>
$ nox -s system-3.11 -- -k <name of test>


.. note::

System tests are only configured to run under Python.
System tests are only configured to run under Python 3.8, 3.9, 3.10 and 3.11.
For expediency, we do not run them in older versions of Python 3.

This alone will not run the tests. You'll need to change some local
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
BackupSource,
Cluster,
ClusterView,
ConnectionInfo,
ContinuousBackupConfig,
ContinuousBackupInfo,
ContinuousBackupSource,
Expand Down Expand Up @@ -59,8 +60,11 @@
DeleteInstanceRequest,
DeleteUserRequest,
FailoverInstanceRequest,
GenerateClientCertificateRequest,
GenerateClientCertificateResponse,
GetBackupRequest,
GetClusterRequest,
GetConnectionInfoRequest,
GetInstanceRequest,
GetUserRequest,
InjectFaultRequest,
Expand Down Expand Up @@ -91,6 +95,7 @@
"Backup",
"BackupSource",
"Cluster",
"ConnectionInfo",
"ContinuousBackupConfig",
"ContinuousBackupInfo",
"ContinuousBackupSource",
Expand Down Expand Up @@ -121,8 +126,11 @@
"DeleteInstanceRequest",
"DeleteUserRequest",
"FailoverInstanceRequest",
"GenerateClientCertificateRequest",
"GenerateClientCertificateResponse",
"GetBackupRequest",
"GetClusterRequest",
"GetConnectionInfoRequest",
"GetInstanceRequest",
"GetUserRequest",
"InjectFaultRequest",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
BackupSource,
Cluster,
ClusterView,
ConnectionInfo,
ContinuousBackupConfig,
ContinuousBackupInfo,
ContinuousBackupSource,
Expand Down Expand Up @@ -56,8 +57,11 @@
DeleteInstanceRequest,
DeleteUserRequest,
FailoverInstanceRequest,
GenerateClientCertificateRequest,
GenerateClientCertificateResponse,
GetBackupRequest,
GetClusterRequest,
GetConnectionInfoRequest,
GetInstanceRequest,
GetUserRequest,
InjectFaultRequest,
Expand Down Expand Up @@ -93,6 +97,7 @@
"BatchCreateInstancesResponse",
"Cluster",
"ClusterView",
"ConnectionInfo",
"ContinuousBackupConfig",
"ContinuousBackupInfo",
"ContinuousBackupSource",
Expand All @@ -111,8 +116,11 @@
"EncryptionConfig",
"EncryptionInfo",
"FailoverInstanceRequest",
"GenerateClientCertificateRequest",
"GenerateClientCertificateResponse",
"GetBackupRequest",
"GetClusterRequest",
"GetConnectionInfoRequest",
"GetInstanceRequest",
"GetUserRequest",
"InjectFaultRequest",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
"failover_instance"
]
},
"GenerateClientCertificate": {
"methods": [
"generate_client_certificate"
]
},
"GetBackup": {
"methods": [
"get_backup"
Expand All @@ -80,6 +85,11 @@
"get_cluster"
]
},
"GetConnectionInfo": {
"methods": [
"get_connection_info"
]
},
"GetInstance": {
"methods": [
"get_instance"
Expand Down Expand Up @@ -220,6 +230,11 @@
"failover_instance"
]
},
"GenerateClientCertificate": {
"methods": [
"generate_client_certificate"
]
},
"GetBackup": {
"methods": [
"get_backup"
Expand All @@ -230,6 +245,11 @@
"get_cluster"
]
},
"GetConnectionInfo": {
"methods": [
"get_connection_info"
]
},
"GetInstance": {
"methods": [
"get_instance"
Expand Down Expand Up @@ -370,6 +390,11 @@
"failover_instance"
]
},
"GenerateClientCertificate": {
"methods": [
"generate_client_certificate"
]
},
"GetBackup": {
"methods": [
"get_backup"
Expand All @@ -380,6 +405,11 @@
"get_cluster"
]
},
"GetConnectionInfo": {
"methods": [
"get_connection_info"
]
},
"GetInstance": {
"methods": [
"get_instance"
Expand Down
Loading

0 comments on commit c102940

Please sign in to comment.