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

feat: FastCheck refactoring #5925

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

filipelautert
Copy link
Collaborator

@filipelautert filipelautert commented May 16, 2024

Impact

  • Bug fix (non-breaking change which fixes expected existing functionality)
  • Enhancement/New feature (adds functionality without impacting existing logic)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

Fixes #5784

Decouples fast check from AbstractUpdateCommandStep by moving it to a new Singleton service as it is becoming too big and confusing to be just a method

…o big to be just a method in AbstractUpdateCommandStep
@MalloD12 MalloD12 marked this pull request as ready for review May 20, 2024 21:25
@filipelautert
Copy link
Collaborator Author

@MalloD12 do we still working on this one?

@MalloD12
Copy link
Contributor

@MalloD12 do we still working on this one?

I was talking a few mins ago with @tati-qalified about it. We need to see a way to add the test provided by the reporter of the issue, but that test is only working on Spring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Code Review
Development

Successfully merging this pull request may close these issues.

AbstractUpdateCommandStep.upToDateFastCheck global cache does not detect DB recreation
2 participants