Commit f39f70c
authored
Add query compatible protocol tests. Fix broken protocol tests (#3898)
* Add cw protocol tests
* Updates to protocol test generator and generator
* Add latest c2j files, generated file updates, and generated protocol tests
* Add query compatible to netstandard sln and protocol tests csproj
* remove unnecessary comment1 parent 2a644a4 commit f39f70c
File tree
231 files changed
+98295
-5581
lines changed- generator
- .DevConfigs
- ProtocolTestsGenerator
- smithy-dotnet-codegen/src/main/java/software/amazon/smithy/dotnet/codegen
- customizations
- smithy-dotnet-protocol-test
- ServiceClientGeneratorLib/Generators/Marshallers
- TestServiceModels
- ec2-tests-client
- json10-tests-client
- json11-tests-client
- query-compatible-json-rpc10
- query-tests-client
- restjson-tests-client
- restxml-tests-client
- restxmlwithnamespace-tests-client
- sdk
- src/Services/DataExchange/Generated/Model/Internal/MarshallTransformations
- test
- ProtocolTests
- Generated
- EC2Protocol
- build-info
- dotnet-protocol-test-codegen
- model
- JSONRPC10
- build-info
- dotnet-protocol-test-codegen
- model
- JsonProtocol
- build-info
- dotnet-protocol-test-codegen
- model
- QueryCompatibleJSONRPC10
- build-info
- dotnet-protocol-test-codegen
- model
- sources
- QueryProtocol
- build-info
- model
- RestJsonProtocol
- build-info
- dotnet-protocol-test-codegen
- model
- RestXmlProtocolNamespace
- build-info
- dotnet-protocol-test-codegen
- model
- RestXmlProtocol
- build-info
- dotnet-protocol-test-codegen
- model
- source
- build-info
- model
- Services
- JSONRPC10/Generated
- Model
- Internal/MarshallTransformations
- _bcl35
- _bcl45
- _netstandard
- JsonProtocol/Generated
- Model
- Internal/MarshallTransformations
- _bcl35
- _bcl45
- _netstandard
- QueryCompatibleJSONRPC10
- Generated
- Internal
- Model
- Internal/MarshallTransformations
- _bcl35
- _bcl45
- _netstandard
- Properties
- UnitTests
- RestJsonProtocol
- Custom/Model
- Internal/MarshallTransformations
- Generated
- Model
- Internal/MarshallTransformations
- _bcl35
- _bcl45
- _netstandard
- RestXmlProtocolNamespace/Generated
- Model/Internal/MarshallTransformations
- _bcl35
- _bcl45
- _netstandard
- RestXmlProtocol/Generated
- Model
- Internal/MarshallTransformations
- _bcl35
- _bcl45
- _netstandard
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
231 files changed
+98295
-5581
lines changedLines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
| |||
151 | 153 | | |
152 | 154 | | |
153 | 155 | | |
154 | | - | |
| 156 | + | |
155 | 157 | | |
156 | 158 | | |
157 | 159 | | |
| |||
295 | 297 | | |
296 | 298 | | |
297 | 299 | | |
298 | | - | |
| 300 | + | |
299 | 301 | | |
300 | 302 | | |
301 | 303 | | |
| |||
Lines changed: 15 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
91 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
92 | 99 | | |
93 | 100 | | |
94 | 101 | | |
| |||
122 | 129 | | |
123 | 130 | | |
124 | 131 | | |
125 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
126 | 138 | | |
127 | 139 | | |
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
130 | 148 | | |
131 | 149 | | |
132 | 150 | | |
0 commit comments