Commit 8ff2c01
authored
test: fix test failures in ActionEventInterceptorTest (#8938)
* test: fix test failures in ActionEventInterceptorTest
```
Error: Failures:
Error: ActionEventInterceptorTest.testInterceptComplete:247
Error: ActionEventInterceptorTest.testInterceptException:261
Error: ActionEventInterceptorTest.testInterceptStartAsync:234 expected:<Starting VM[. Id: 0 Name: null]> but was:<Starting VM[]>
```
* Update 8938: move CallContext.unregister as well1 parent e1922da commit 8ff2c01
File tree
1 file changed
+3
-2
lines changed- server/src/test/java/com/cloud/event
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
| |||
197 | 198 | | |
198 | 199 | | |
199 | 200 | | |
| 201 | + | |
| 202 | + | |
200 | 203 | | |
201 | 204 | | |
202 | 205 | | |
| |||
265 | 268 | | |
266 | 269 | | |
267 | 270 | | |
268 | | - | |
269 | 271 | | |
270 | 272 | | |
271 | 273 | | |
| |||
282 | 284 | | |
283 | 285 | | |
284 | 286 | | |
285 | | - | |
286 | 287 | | |
287 | 288 | | |
288 | 289 | | |
| |||
0 commit comments