Skip to content

Test#78

Merged
JulianKimmig merged 8 commits intomasterfrom
test
Dec 17, 2025
Merged

Test#78
JulianKimmig merged 8 commits intomasterfrom
test

Conversation

@JulianKimmig
Copy link
Member

No description provided.

…round refresh

- Implemented caching for repository CSV data, allowing for local loading and fallback on remote failures.
- Added background refresh functionality to update repository data asynchronously without blocking.
- Updated `reload_base` and `load_repo_csv` methods to support new caching and refresh features.
- Introduced tests for caching mechanisms and background refresh behavior to ensure reliability.
…management

- Added checks for running event loops to prevent runtime errors when scheduling tasks.
- Enhanced task cancellation and waiting logic to ensure proper coroutine execution across different loops.
- Implemented safeguards against unawaited coroutines when the loop is closed or not running.
…_on_remote

- Moved cache clearing and repository setup to the beginning of the test for better clarity and organization.
- Adjusted assertions to focus on available and active modules, removing unnecessary checks for installed modules.
- Improved overall readability of the test by reducing clutter and enhancing logical flow.
- Replaced existing test CSV entries with new package names for better clarity in testing.
- Adjusted assertions to reflect the updated package names in the available repositories.
- Ensured that tests accurately validate the loading of cached repository data.
- Streamlined the UUID assignment process by consolidating conditions for clarity.
- Ensured that the UUID is set based on the presence of a provided name or UUID, improving readability and maintainability of the code.
@JulianKimmig JulianKimmig merged commit c5d716f into master Dec 17, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant