Skip to content

Conversation

quinntaylormitchell
Copy link
Collaborator

@quinntaylormitchell quinntaylormitchell commented Oct 17, 2025

Description

WIP

Checklist

  • The PR satisfies the contribution guidelines.
  • This is a breaking change and that has been indicated in the PR title, OR this isn't a
    breaking change.
  • Necessary docs have been updated, OR no docs need to be updated.

Validation performed

as of 17 October: test is functioning properly. output when running the test:

======================================================================== test session starts ========================================================================
platform linux -- Python 3.10.12, pytest-8.4.1, pluggy-1.6.0 -- /home/quinnmitchell/clp/integration-tests/.venv/bin/python3
cachedir: .pytest_cache
rootdir: /home/quinnmitchell/clp/integration-tests
configfile: .pytest.ini
plugins: env-1.1.5
collected 3 items / 2 deselected / 1 selected                                                                                                                       

tests/test_package_start.py::test_clp_package[clp_package] 
--------------------------------------------------------------------------- live log call ---------------------------------------------------------------------------
tests.fixtures.integration_test_packages 2025-10-17 21:29:11,662000 [INFO] Starting up the clp-text package...
2025-10-17T21:29:12.136 INFO [start_clp] Starting database...
2025-10-17T21:29:15.637 INFO [start_clp] Started database.
2025-10-17T21:29:15.637 INFO [start_clp] Creating database tables...
2025-10-17T21:29:21.806 INFO [start_clp] Created database tables.
2025-10-17T21:29:21.806 INFO [start_clp] Starting queue...
2025-10-17T21:29:35.153 INFO [start_clp] Started queue.
2025-10-17T21:29:35.153 INFO [start_clp] Starting redis...
2025-10-17T21:29:38.228 INFO [start_clp] Started redis.
2025-10-17T21:29:38.228 INFO [start_clp] Starting results_cache...
2025-10-17T21:29:40.718 INFO [start_clp] Started results_cache.
2025-10-17T21:29:40.718 INFO [start_clp] Creating results_cache indices...
2025-10-17T21:29:45.471 INFO [start_clp] Created results_cache indices.
2025-10-17T21:29:45.471 INFO [start_clp] Starting compression_scheduler...
2025-10-17T21:29:47.229 INFO [start_clp] Started compression_scheduler.
2025-10-17T21:29:47.229 INFO [start_clp] Starting query_scheduler...
2025-10-17T21:29:49.157 INFO [start_clp] Started query_scheduler.
2025-10-17T21:29:49.157 INFO [start_clp] Starting compression_worker...
2025-10-17T21:29:52.494 INFO [start_clp] Started compression_worker.
2025-10-17T21:29:52.494 INFO [start_clp] Starting query_worker...
2025-10-17T21:29:55.311 INFO [start_clp] Started query_worker.
2025-10-17T21:29:55.311 INFO [start_clp] Starting reducer...
2025-10-17T21:29:57.935 INFO [start_clp] Started reducer.
2025-10-17T21:29:57.935 INFO [start_clp] Starting webui...
2025-10-17T21:30:02.487 INFO [start_clp] Started webui.
2025-10-17T21:30:02.487 INFO [start_clp] Starting garbage_collector...
2025-10-17T21:30:04.799 INFO [start_clp] Started garbage_collector.
tests.fixtures.integration_test_packages 2025-10-17 21:30:04,875000 [INFO] An instance of the clp-text package was started successfully. Its instance ID is 'dc45'
tests.test_package_start 2025-10-17 21:30:04,875000 [INFO] Checking if all components of clp-text package with instance ID 'dc45' are running properly.
tests.test_package_start 2025-10-17 21:30:05,080000 [INFO] All components of the clp-text package with instance ID 'dc45' are running properly.
PASSED
------------------------------------------------------------------------- live log teardown -------------------------------------------------------------------------
tests.fixtures.integration_test_packages 2025-10-17 21:30:05,081000 [INFO] Now stopping the clp-text package with instance ID 'dc45'...
2025-10-17T21:30:05.382 INFO [stop_clp] Stopping clp-garbage_collector-dc45...
2025-10-17T21:30:17.149 INFO [stop_clp] Removing clp-garbage_collector-dc45...
2025-10-17T21:30:17.241 INFO [stop_clp] Stopped and removed clp-garbage_collector-dc45.
2025-10-17T21:30:17.260 INFO [stop_clp] Stopping clp-webui-dc45...
2025-10-17T21:30:18.488 INFO [stop_clp] Removing clp-webui-dc45...
2025-10-17T21:30:18.568 INFO [stop_clp] Stopped and removed clp-webui-dc45.
2025-10-17T21:30:18.589 INFO [stop_clp] Stopping clp-reducer-dc45...
2025-10-17T21:30:31.098 INFO [stop_clp] Removing clp-reducer-dc45...
2025-10-17T21:30:31.186 INFO [stop_clp] Stopped and removed clp-reducer-dc45.
2025-10-17T21:30:31.205 INFO [stop_clp] Stopping clp-query_worker-dc45...
2025-10-17T21:30:35.238 INFO [stop_clp] Removing clp-query_worker-dc45...
2025-10-17T21:30:35.327 INFO [stop_clp] Stopped and removed clp-query_worker-dc45.
2025-10-17T21:30:35.346 INFO [stop_clp] Stopping clp-query_scheduler-dc45...
2025-10-17T21:30:46.849 INFO [stop_clp] Removing clp-query_scheduler-dc45...
2025-10-17T21:30:46.938 INFO [stop_clp] Stopped and removed clp-query_scheduler-dc45.
2025-10-17T21:30:46.958 INFO [stop_clp] Stopping clp-compression_scheduler-dc45...
2025-10-17T21:30:48.345 INFO [stop_clp] Removing clp-compression_scheduler-dc45...
2025-10-17T21:30:48.436 INFO [stop_clp] Stopped and removed clp-compression_scheduler-dc45.
2025-10-17T21:30:48.456 INFO [stop_clp] Stopping clp-compression_worker-dc45...
2025-10-17T21:30:53.170 INFO [stop_clp] Removing clp-compression_worker-dc45...
2025-10-17T21:30:53.259 INFO [stop_clp] Stopped and removed clp-compression_worker-dc45.
2025-10-17T21:30:53.278 INFO [stop_clp] Stopping clp-redis-dc45...
2025-10-17T21:30:56.756 INFO [stop_clp] Removing clp-redis-dc45...
2025-10-17T21:30:56.903 INFO [stop_clp] Stopped and removed clp-redis-dc45.
2025-10-17T21:30:56.923 INFO [stop_clp] Stopping clp-results_cache-dc45...
2025-10-17T21:30:58.874 INFO [stop_clp] Removing clp-results_cache-dc45...
2025-10-17T21:30:58.966 INFO [stop_clp] Stopped and removed clp-results_cache-dc45.
2025-10-17T21:30:58.987 INFO [stop_clp] Stopping clp-queue-dc45...
2025-10-17T21:31:02.224 INFO [stop_clp] Removing clp-queue-dc45...
2025-10-17T21:31:02.315 INFO [stop_clp] Stopped and removed clp-queue-dc45.
2025-10-17T21:31:02.337 INFO [stop_clp] Stopping clp-database-dc45...
2025-10-17T21:31:04.364 INFO [stop_clp] Removing clp-database-dc45...
2025-10-17T21:31:04.454 INFO [stop_clp] Stopped and removed clp-database-dc45.
tests.fixtures.integration_test_packages 2025-10-17 21:31:04,493000 [INFO] The clp-text package with instance ID 'dc45' was stopped successfully.


============================================================================== PASSES ===============================================================================
___________________________________________________________________ test_clp_package[clp_package] ___________________________________________________________________
------------------------------------------------------------------------- Captured log call -------------------------------------------------------------------------
INFO     tests.fixtures.integration_test_packages:integration_test_packages.py:35 Starting up the clp-text package...
INFO     tests.fixtures.integration_test_packages:integration_test_packages.py:55 An instance of the clp-text package was started successfully. Its instance ID is 'dc45'
INFO     tests.test_package_start:test_package_start.py:64 Checking if all components of clp-text package with instance ID 'dc45' are running properly.
INFO     tests.test_package_start:test_package_start.py:98 All components of the clp-text package with instance ID 'dc45' are running properly.
----------------------------------------------------------------------- Captured log teardown -----------------------------------------------------------------------
INFO     tests.fixtures.integration_test_packages:integration_test_packages.py:69 Now stopping the clp-text package with instance ID 'dc45'...
INFO     tests.fixtures.integration_test_packages:integration_test_packages.py:84 The clp-text package with instance ID 'dc45' was stopped successfully.
====================================================================== short test summary info ======================================================================
PASSED tests/test_package_start.py::test_clp_package[clp_package]
============================================================ 1 passed, 2 deselected in 112.85s (0:01:52) ============================================================

Copy link
Contributor

coderabbitai bot commented Oct 17, 2025

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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