✔️ CLUSTERING & DEDUPLICATION: test de bout en bout #1291
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.
✔️ CLUSTERING & DEDUPLICATION: test de bout en bout
Carte Notion : CLUSTERING & DEDUPLICATION: tests automatisés du DAG de bout-en-bout
cluster_acteurs_suggestions
dag.test(run_conf=conf)
ti/TaskInstance
de chaque tâche et s'assurer du résultat escompté🖼️ Exemples
🟢 Tâche qui fonctionne
Pour l'instant la 1ère tâche
cluster_acteurs_config_create
fonctionne et on est capable de récupérer les champs calculées de la config qui correspondent aux sources créées en DB:Fixture:
Test:
🔴 Tâche qui échoue
Par exemple on a un problème à la sélection des acteurs et donc
assert ti.state == State.SUCCESS
échoue:Et en regardant les logs on comprend pourquoi
➡️ A faire sur cette PR
A la fin de cette PR on devrait avoir un DAG robuste, couvert par ce test de bout en bout, et on devrait pouvoir détecter les regressions facilement quand on fait évoluer le DAG