Open
Conversation
…models.py). Requires a local .env file.
- Configure PgBouncer in Lima deployment - Fix hook job cleanup and stuck pod issues - Enhance uninstall script with complete cleanup - Add default namespace option Signed-off-by: Brian Glar <bogolla4@gmail.com>
…removal Signed-off-by: Brian Glar <bogolla4@gmail.com>
Configure PgBouncer connection pooling and replace credential placeholders in Lima, K8s, and OCP deployment scripts for proper database connectivity Signed-off-by: Brian Glar <bogolla4@gmail.com>
…tarvation - Implement 5 dedicated pools with optimized sizing per service - Update load testing with 5min steady-state and failure detection - Consolidate PgBouncer docs into single comprehensive guide Prevents high-load services from exhausting connections for other services. See docs/deployment/pgbouncer-guide.md for details. Signed-off-by: Brian Glar <bogolla4@gmail.com>
Signed-off-by: Brian Glar <bogolla4@gmail.com>
- Configure PgBouncer in Lima deployment - Fix hook job cleanup and stuck pod issues - Enhance uninstall script with complete cleanup - Add default namespace option Signed-off-by: Brian Glar <bogolla4@gmail.com>
…removal Signed-off-by: Brian Glar <bogolla4@gmail.com>
…tarvation - Implement 5 dedicated pools with optimized sizing per service - Update load testing with 5min steady-state and failure detection - Consolidate PgBouncer docs into single comprehensive guide Prevents high-load services from exhausting connections for other services. See docs/deployment/pgbouncer-guide.md for details. Signed-off-by: Brian Glar <bogolla4@gmail.com>
Signed-off-by: Brian Glar <bogolla4@gmail.com>
…e one integration test.
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
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.
Summary
~/tests/integration/and labeled with the prefixtest_tests ├── __init__.py ├── conftest.py └── integration ├── __init__.py ├── data │ ├── __init__.py │ └── api_inference_models_and_inference.py ├── gateway.py ├── test_inference_models.py └── utils.pyRelated Issue (optional)
How to test this PR?
Create a .env file in the root
Create a virtual python 3.11 (venv) development environment.
Execute the single integration test
.........ssss [100%] ============================= warnings summary ============================= tests/integration/test_inference_models.py::test_create_model_fixture tests/integration/test_inference_models.py::test_list_models_fixture tests/integration/test_inference_models.py::test_deploy_model_with_amo_fixture_no_urls tests/integration/test_inference_models.py::test_deploy_model_with_amo_fixture_no_urls_and_missing_model_id tests/integration/test_inference_models.py::test_update_model_display_name tests/integration/test_inference_models.py::test_update_model_display_name_for_missing_model_id tests/integration/test_inference_models.py::test_get_model_ tests/integration/test_inference_models.py::test_get_model_with_nonexisting_model_id tests/integration/test_inference_models.py::test_delete_model_create_then_delete -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 9 passed, 4 skipped, 9 warnings in 11.13sScreenshots / Logs (optional)
Checklist
✅ This PR targets the main branch
❌ I have added or updated relevant docs.
✅ I have not included any secrets or credentials.
✅ Linting and formatting checks pass.