-
Notifications
You must be signed in to change notification settings - Fork 113
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
Fix Statcache issue #2351
Fix Statcache issue #2351
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
@rhafer this should fix the (locally) failing test in ci and on local. Please double check! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should fix the (locally) failing test in ci and on local. Please double check!
Yeah, this works locally here now was well. Thanks.
This looks good to me overall. Though I would really like to avoid adding the hardcoded spaceid here. Is there a way we can move that into a constant?
Statcache is not working correctly. Some tests fail in local but are green on ci.
Goals:
Note: The order is important