[TECH] Ajout d'un feature toggle de restoration incrémentale de la BDD - #41
Merged
VincentHardouin merged 7 commits intoOct 29, 2020
Merged
Conversation
VincentHardouin
force-pushed
the
add-feature-toggle-for-incremental-restore
branch
from
October 28, 2020 13:29
82cf634 to
e239c4a
Compare
VincentHardouin
force-pushed
the
add-feature-toggle-for-incremental-restore
branch
from
October 28, 2020 14:00
49f20a9 to
c14e82a
Compare
octo-topi
force-pushed
the
add-feature-toggle-for-incremental-restore
branch
from
October 28, 2020 16:50
82da81f to
97f2c8b
Compare
VincentHardouin
force-pushed
the
add-feature-toggle-for-incremental-restore
branch
from
October 28, 2020 18:17
97f2c8b to
fc33b98
Compare
octo-topi
reviewed
Oct 29, 2020
VincentHardouin
force-pushed
the
add-feature-toggle-for-incremental-restore
branch
from
October 29, 2020 07:44
fc33b98 to
3f5225c
Compare
VincentHardouin
force-pushed
the
add-feature-toggle-for-incremental-restore
branch
from
October 29, 2020 08:46
c9ba626 to
39d2d9f
Compare
VincentHardouin
deleted the
add-feature-toggle-for-incremental-restore
branch
October 29, 2020 08:48
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.
🦄 Problème
Nous voulons mettre en place un système de restoration de façon incrémental. Cependant le code actuel ne nous permet pas de le faire car il supprime le schéma de la base.
🤖 Solution
Ajout d'un feature toggle afin de choisir si on supprime le schéma ou non.
💯 Pour tester
Test sur l'application
pix-datawarehouse-testsur la zoneosc-secnum-fr1pour avoir les données de productionVérifier que la log contient le message
"msg":"Full replication and enrichment done"Non-régression: vérifier que les données de la veille au soir (ex: le 29 => 28 au soir) sont présentes dans la table
usersEvolution: vérifier que les données de la veille au soir (ex: le 29 => 28 au soir) ne sont pas présentes dans la table
answsers