Skip to content
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

Evict user login cache for couchbase #28039

Merged
merged 3 commits into from
Dec 1, 2024
Merged

Conversation

kamilkrzywanski
Copy link
Contributor

With this fix all tests from daily builds should be green :)
#27490

@DanielFran DanielFran changed the title Isue #27972 last tests fix Evict user login cache for couchbase Nov 30, 2024
Copy link
Member

@mshima mshima left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This indeed fixes the issue: https://github.com/hipster-labs/jhipster-daily-builds/actions/runs/12099821193.
But I don’t this is the correct fix since the caching evict is done selectively in clearUserCache method.
The annotation will evict the entire cache.

I think this is a test only issue due to some test bypassing UserService (direct repository usage) and not correctly evicting.

@kamilkrzywanski
Copy link
Contributor Author

Sorry, I forgot about key, updated :)

@mshima mshima merged commit bc6f571 into jhipster:main Dec 1, 2024
65 checks passed
@mshima
Copy link
Member

mshima commented Dec 1, 2024

Thanks @kamilkrzywanski

@mraible mraible added this to the 8.8.0 milestone Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants