Commit d75ebc1
feat: add support for new cloud client test framework in google-cloud-spanner-executor (#2217)
* Add Spanner executor proto and implementation for Read/Mutation and admin actions.
* Add Spanner executor proto and implementation for Read/Mutation and admin actions.
* Add Spanner executor proto and implementation for Read/Mutation and admin actions.
* Add Spanner executor proto and implementation for Read/Mutation and admin actions.
* Add Spanner executor proto and implementation for Read/Mutation and admin actions.
* Fix error code mapping.
* Remove read_timestamp field in read result as it will never use it.(for optimistic only)
* Mark all fields in spanner action outcome as optional.
* Refactored existing protos according to api dev lint.
Prepare new protos for existing executor features.
* Added DML/batch DML/query features.
Commented out Batch txns and change stream for future support.
* Added support to Write.
* Update batch txn related protos.
* Add support for batch txn feature.
* Add metadata for batch read.
Prepare protos for change stream.
* Implement the support for change stream.
* Update change stream proto fields.
* Fix create cloud backup bug.
* Fix numeric related issue.
Fix partition token.
Fix request index for batch read.
* Make all calls to streamObserver synchronized to prevent concurrency issue. This is achieved by wrapping streamObserver into executionFlowContext and make all the calls synchronized.
* Rebase onto java-spanner changes.
* Add Spanner executor proto and implementation for Read/Mutation and admin actions.
* Add Spanner executor proto and implementation for Read/Mutation and admin actions.
* Add Spanner executor proto and implementation for Read/Mutation and admin actions.
* Add Spanner executor proto and implementation for Read/Mutation and admin actions.
* Fix error code mapping.
* Remove read_timestamp field in read result as it will never use it.(for optimistic only)
* Mark all fields in spanner action outcome as optional.
* Refactored existing protos according to api dev lint.
Prepare new protos for existing executor features.
* Added DML/batch DML/query features.
Commented out Batch txns and change stream for future support.
* Added support to Write.
* Update batch txn related protos.
* Add support for batch txn feature.
* Add metadata for batch read.
Prepare protos for change stream.
* Implement the support for change stream.
* Update change stream proto fields.
* Fix create cloud backup bug.
* Fix numeric related issue.
Fix partition token.
Fix request index for batch read.
* Make all calls to streamObserver synchronized to prevent concurrency issue. This is achieved by wrapping streamObserver into executionFlowContext and make all the calls synchronized.
* Replaces protos with the final released version.
* Apply maven-protobuf-plugin to generate grpc stubs, remove grpc folder for executor proto.
Add key file option to client creation.
* Remove partitionTestUtil since partitionToken can be fetched now.
* Remove partitionTestUtil since partitionToken can be fetched now.
* Cleanup.
* Fix pageToken for all the list operations.
Reformat code.
* Rephrase some comments.
Add createUserInstanceConfig and deleteUserInstanceConfig.
Fix instanceConfig conversion issue.
* Fix key flag issue.
Fix replicas in createUserInstanceConfig.
* Fix some admin actions regarding instanceId args.
* Remove unused stuff in metadata.
Fix numeric key issue.
* Remove debug message.
* Remove debug message.
* Update build files to accommodate with proto dependency changes.
* Update pom file.
* Update pom file.
* fix: update comments
* fix: clean up dependencies.
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* fix: addressed comments.
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>1 parent d5372e6 commit d75ebc1
File tree
12 files changed
+4527
-0
lines changed- google-cloud-spanner-bom
- google-cloud-spanner-executor
- src/main
- java/com/google/cloud/executor/spanner
- resources/META-INF/services
12 files changed
+4527
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
0 commit comments