-
Notifications
You must be signed in to change notification settings - Fork 718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop partition node not generated #602
Comments
Is that... not what you expected? The final generator's job is specifically to emit those operations in case a partition is still ongoing. |
I was expecting that after rand([10,60]) seconds stop-partition-node would be generated because of :
because I do start-partition-node then sleep then stop-partition-node. However there is no stop-partition-node from 15:17:58 to the end. |
I'm afraid debugging this is a bit beyond the scope of what I can offer as far as unpaid support. There's a lot of code here, I don't know what much of it is calling in to, or what's calling it. This might involve interactions with whatever top-level generator you're wrapping the nemesis generator in. Or it might be because the nemesis itself seems to go and do... maybe blocking IO? Really can't say, sorry! |
understand, thanks! |
Hi,
Sometimes at the end of the test the operation which should stop disruption isn't generated. Example from logs:
You can see that at 15:17:58,885 start-partition-node was generated but I don't see corresponding stop-partition-node until the final generator started.
This is the code I have for nemesis:
The text was updated successfully, but these errors were encountered: