SIENTIAPDE-1030

Add unit tests for orchestrator activities and workflows

- Implement tests for Activities class, covering initialization and prepare_activity method.
- Create tests for Couchbase class, including successful and failed query loading.
- Add tests for SlotManager class, verifying OPC slot loading and active ingestor retrieval.
- Develop tests for TemporalManager class, focusing on schedule loading functionality.
- Introduce tests for Orchestrator class, ensuring proper execution of workflow activities.
- Establish a new test suite for orchestrator activities and workflows in the tests directory.
This commit is contained in:
vitor-aignosi
2025-05-30 16:24:52 -03:00
parent f6584314b2
commit 4f37b2be02
59 changed files with 1827 additions and 4377 deletions

2
.gitignore vendored
View File

@@ -13,6 +13,8 @@ docker-compose.override.yml
scouter/.file_versions/
scouter/pipelines/**/triggers.yaml
**/postgres_data/**
**/couchbase_data/**
**/redis_data/**
# Ignorar arquivos e diretórios de cache do Python
__pycache__/
*.pyc