Commit 0bcf6ad
Added offline version of test_decompress_compressed_header (#22112)
* initial
* Added offline version of test_decompress_compressed_header
* Fixed according to the feedback
* Updated by using _pipeline.run
* Fix CI Check Error
* Fix Merge Conflict
* Fix Merge Conflict
* Fix Merge Conflict
* Fixed based on feedback
* Added string() back, deleted debugging code
* Update test_streaming.py
* Added string() back, deleted debugging code
* Revert "Added string() back, deleted debugging code"
This reverts commit fd207f2.
* don't touch async file for this PR
* Update streams.py
* Update streams.py
Co-authored-by: Rakshith Bhyravabhotla <[email protected]>
Co-authored-by: zhihengzhu <[email protected]>
Co-authored-by: Krista Pratico <[email protected]>
Co-authored-by: Xiang Yan <[email protected]>1 parent 655546f commit 0bcf6ad
File tree
2 files changed
+27
-3
lines changed- sdk/core/azure-core/tests
- testserver_tests/coretestserver/coretestserver/test_routes
2 files changed
+27
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| |||
178 | 179 | | |
179 | 180 | | |
180 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
181 | 194 | | |
182 | 195 | | |
183 | 196 | | |
| |||
Lines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
70 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
0 commit comments