Skip to content

Conversation

lvca
Copy link
Contributor

@lvca lvca commented Apr 2, 2025

This pull request includes several changes to improve the handling of asynchronous tasks and the management of indexes in the database. The most important changes include refactoring the DatabaseAsyncAbstractCallbackTask class, adding a new class DatabaseAsyncExecuteAlone, updating the DatabaseAsyncExecutor and DatabaseAsyncExecutorImpl interfaces, and modifying the TypeIndex class to use a helper method for accessing the first underlying index.

Asynchronous Task Management:

Index Management:

Additional Changes:

@lvca lvca added the bug Something isn't working label Apr 2, 2025
@lvca lvca added this to the 25.4.1 milestone Apr 2, 2025
@lvca lvca self-assigned this Apr 2, 2025
@lvca lvca merged commit 81525a4 into main Apr 2, 2025
8 of 9 checks passed
@lvca lvca deleted the AsyncRebuildIndex branch April 2, 2025 06:36
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.06% 81.43%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (dd4cea8) 69706 44801 64.27%
Head commit (199c6f8) 69730 (+24) 44861 (+60) 64.34% (+0.06%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#2118) 70 57 81.43%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant