-
Notifications
You must be signed in to change notification settings - Fork 116
fix: [CI/CD] Disk free issues #297
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
Open
SteveClement
wants to merge
62
commits into
ail-project:dev
Choose a base branch
from
SteveClement:CI/CD
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
Author
|
Next step will be to install kvrocks from .deb to avoid compilation artifacts that use disk space. This should, in theory, solve the disk issue. |
- Add tests/test_api_crawler.py with 10 test cases covering: * POST /api/v1/add/crawler/task endpoint (success, errors, auth, validation) * POST /api/v1/add/crawler/capture endpoint (success, errors, auth) * Authentication and authorization scenarios * Input validation and error handling - Update bin/LAUNCH.sh to include test_api_crawler in test runner - All tests use Flask test client with mocked dependencies for isolation
- Add disk cleanup step to prevent 'No space left on device' errors * Clears APT cache and lists * Removes unused tools (dotnet, ghc, android SDK) * Removes hosted tool cache (safe since workflow uses system Python) - Comment out unused Python version matrix (was creating 4 identical jobs) * Makes tests 4x faster without changing results * Add TODO with instructions on how to enable multi-version testing properly - All cleanup operations check for directory existence before removing
Add some more tests for crawler API endpoints
…tion_models() The get_description_models() method was building a list of description model names but never returning it, causing the method to implicitly return None. This fix adds the missing return statement to both Images.py and Screenshots.py.
…ts-issues-v2 fix: [Images/Screenshots] Add missing return statement in get_descrip…
…f + pdf translation progress
…+ Clear All Object Types + Select All Object Types
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.