You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I comment out the Rails.cache.fetch block and call the same memoized methods directly, the test passes without any errors.
Unfortunately, despite my efforts, I have been unable to isolate the issue into a reproducible script. The issue appears tied to the specific interactions in my application. I have tried various approaches to debug and isolate the issue but have been unable to reproduce it outside the context of my application. I suspect the interaction between Rails.cache and MemoWise might be causing this unexpected behavior in some edge cases.
Let me know if you need additional information or if there are specific debugging steps you'd like me to take. Thanks for your help!
The text was updated successfully, but these errors were encountered:
I'm encountering the following error when running my test suite:
This error occurs when I call memoized methods inside a
Rails.cache.fetch
block, like this:If I comment out the
Rails.cache.fetch
block and call the same memoized methods directly, the test passes without any errors.Unfortunately, despite my efforts, I have been unable to isolate the issue into a reproducible script. The issue appears tied to the specific interactions in my application. I have tried various approaches to debug and isolate the issue but have been unable to reproduce it outside the context of my application. I suspect the interaction between Rails.cache and MemoWise might be causing this unexpected behavior in some edge cases.
Let me know if you need additional information or if there are specific debugging steps you'd like me to take. Thanks for your help!
The text was updated successfully, but these errors were encountered: