-
Notifications
You must be signed in to change notification settings - Fork 166
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
Attempt to fix issues with disappearing snapshots when using nested ecs #342
Conversation
editing contexts.
Hi Ramsey, are you already using this in production? Shall we commit this? |
Yeah, we used that for months here without issues. It didn't solve our problem, but it didn't hurt either. On Jan 25, 2013, at 8:22 AM, Johann Werner wrote:
|
Does "didn't solve our problem" mean it didn't completely solve it or it didn't improve the situation at all? |
The unit test demonstrates a way to cause the disappearing snapshot. The update fixes the problem in the unit test, but there are other ways that snapshots disappear. Our problem is one of those other ways, but I've not found a way to reproduce the issue we are having. On Jan 25, 2013, at 2:27 PM, Johann Werner wrote:
|
In that case we should merge this if you have no objections. |
Attempt to fix issues with disappearing snapshots when using nested ecs
It was merged in master instead of integration... |
argh, didn't notice |
Attempt to fix issues with disappearing snapshots when using nested ecs
D'oh. Sorry. I thought I did make the pull request against integration. |
Only a partial fix, but better than no fix at all I suppose.