Commit e048f4e
committed
Fix the disable_actor_auto_restart fixture
The fixture didn't always work because in cases where the actor kept
running past the pytest session end, and failed then, the original
restart limit was reestablished, running into the infinite loop again.
Fixes #41.
Signed-off-by: Leandro Lucarella <[email protected]>1 parent 2833ca0 commit e048f4e
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | | - | |
25 | 26 | | |
26 | | - | |
27 | | - | |
0 commit comments