Commit a1f6dd9
Test: Refines RntbdIdleTimer test comments and isolation
Addresses PR #5817 review feedback:
- Corrects the .Unwrap() comment to reflect that the timer-fire-count assertion guards continuation-chain reachability, not .Unwrap() presence (the entry trace runs synchronously before any await).
- Adds [DoNotParallelize] on the test class and [Timeout(900_000)] on the long-running test method to prevent the 14-minute ThreadPool.SetMinThreads window from poisoning parallel emulator tests or hanging the runner.
- Updates stale PR #5722 references to PR #5817.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent af8aa32 commit a1f6dd9
1 file changed
Lines changed: 13 additions & 8 deletions
File tree
- Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests
Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/RntbdIdleTimerStarvationTests.cs
Lines changed: 13 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | | - | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
77 | 81 | | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
82 | | - | |
| 86 | + | |
83 | 87 | | |
84 | 88 | | |
85 | 89 | | |
| |||
106 | 110 | | |
107 | 111 | | |
108 | 112 | | |
109 | | - | |
| 113 | + | |
110 | 114 | | |
111 | 115 | | |
112 | 116 | | |
| 117 | + | |
113 | 118 | | |
114 | 119 | | |
115 | 120 | | |
| |||
0 commit comments