Commit 5890f31
authored
[Event Hubs Client] Fix Flaky Procesor Test (Azure#21441)
The focus of these changes is to fix a flaky test resulting from a
recent change to the sequence of events when an event processor is closed.1 parent 22130a4 commit 5890f31
File tree
1 file changed
+7
-2
lines changed- sdk/eventhub/Azure.Messaging.EventHubs/tests/Primitives
1 file changed
+7
-2
lines changedsdk/eventhub/Azure.Messaging.EventHubs/tests/Primitives/EventProcessorTests.PartitionProcessing.cs
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
235 | 236 | | |
236 | 237 | | |
237 | 238 | | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
238 | 243 | | |
239 | 244 | | |
240 | 245 | | |
241 | 246 | | |
242 | 247 | | |
243 | 248 | | |
244 | | - | |
245 | | - | |
| 249 | + | |
| 250 | + | |
246 | 251 | | |
247 | 252 | | |
248 | 253 | | |
| |||
0 commit comments