Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Ajout d'un script pour finaliser des sessions pas entièrement finalisées (PIX-16785). #11876

Merged

Conversation

alexandrecoin
Copy link
Contributor

@alexandrecoin alexandrecoin commented Mar 27, 2025

🌸 Problème

En production, certaines sessions V2 se retrouvent à avoir été finalisées sans pouvoir être publiées.
Ce problème se trouve être du au fait que l'entrée dans la table finalized-sessions normalement insérée en BDD lors de la finalisation n'existe pas.

🌳 Proposition

Nous créons un script pour dé-finaliser ces sessions avant de les re-finaliser.

🐝 Remarques

Nous ne savons pas si ces sessions se retrouvent à ne pas être publiables à cause du même problème.
Nous préférons ainsi exécuter ce script pour une seule session afin de déceler l'origine du problème en cas d'erreur lors de la finalisation.

🤧 Pour tester

  • Créer une session V2 et y ajouter un candidat
  • Terminer le test
  • Finaliser la session
  • En BDD supprimer l'entrée finalized-session créée pour cette session
  • Dans pix-admin, confirmer que la session ne soit pas publiable
  • Lancer le script avec
scalingo -a pix-api-review-pr11414 run "LOG_LEVEL=info fix-not-fully-finalized-session.js --sessionId=<SESSION_ID>"
  • Vérifier qu'une nouvelle entrée dans finalized-session a été ajoutée
  • Vérifier que la session soit publiable

@alexandrecoin alexandrecoin force-pushed the pix-16785-fix-session-finalization-script branch from b114426 to 93c7393 Compare March 27, 2025 15:00
@pix-bot-github
Copy link

Une fois les applications déployées, elles seront accessibles via les liens suivants :

Les variables d'environnement seront accessibles via les liens suivants :

@alexandrecoin alexandrecoin force-pushed the pix-16785-fix-session-finalization-script branch from 93c7393 to dd47c6a Compare March 28, 2025 08:07
@alexandrecoin alexandrecoin self-assigned this Mar 28, 2025
@alexandrecoin alexandrecoin force-pushed the pix-16785-fix-session-finalization-script branch 3 times, most recently from a293b39 to 8830eaa Compare March 28, 2025 09:45
@alexandrecoin alexandrecoin marked this pull request as ready for review March 28, 2025 09:46
@alexandrecoin alexandrecoin force-pushed the pix-16785-fix-session-finalization-script branch from 8830eaa to d9692b0 Compare March 28, 2025 09:46
Copy link
Contributor

@Steph0 Steph0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Func review pas encore faite

@alexandrecoin alexandrecoin force-pushed the pix-16785-fix-session-finalization-script branch from d9692b0 to ede2e0c Compare April 1, 2025 07:10
Copy link
Contributor

@Steph0 Steph0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merci pour les modifs, penser a ecrire la procedure pour les captains 😊

@pix-service-auto-merge pix-service-auto-merge force-pushed the pix-16785-fix-session-finalization-script branch from ede2e0c to f953164 Compare April 1, 2025 09:17
@yaf yaf force-pushed the pix-16785-fix-session-finalization-script branch from f953164 to 4062c4b Compare April 1, 2025 15:04
@pix-service-auto-merge pix-service-auto-merge force-pushed the pix-16785-fix-session-finalization-script branch from 4062c4b to 37c86e0 Compare April 1, 2025 15:11
@yaf yaf force-pushed the pix-16785-fix-session-finalization-script branch 2 times, most recently from fb387d4 to b0474ae Compare April 1, 2025 19:18
@alexandrecoin alexandrecoin force-pushed the pix-16785-fix-session-finalization-script branch from b0474ae to 4cdd003 Compare April 2, 2025 09:17
@Steph0
Copy link
Contributor

Steph0 commented Apr 2, 2025

Test func ok ✅ avec un warning ⚠️

Session finalized
image

Suppression
image

Pix Admin, la publication est KO
image

Execution du script
⚠️ tes commandes ne sont pas bonnes, la RA n'est pas bonne ainsi que le path d'execution

$ scalingo -a pix-api-review-pr11414 run "LOG_LEVEL=info fix-not-fully-finalized-session.js --sessionId=7402"
 !     The application was not found on the region osc-fr1.


$ scalingo -a pix-api-review-pr11876 run "LOG_LEVEL=info fix-not-fully-finalized-session.js --sessionId=7402"
-----> Starting container one-off-6869  Done in 21.395 seconds
-----> Connecting to container [one-off-6869]...
-----> Process 'LOG_LEVEL=info fix-not-fully-finalized-session.js --sessionId=7402' is starting...

/tmp/.script-1743585570: line 2: fix-not-fully-finalized-session.js: command not found

 scalingo -a pix-api-review-pr11876 run "LOG_LEVEL=info node scripts/certification/fix-not-fully-finalized-session.js --sessionId=7402"
-----> Starting container one-off-2521  Done in 0.370 seconds
-----> Connecting to container [one-off-2521]...
-----> Process 'LOG_LEVEL=info node scripts/certification/fix-not-fully-finalized-session.js --sessionId=7402' is starting...

{"level":30,"time":1743585685287,"pid":28,"hostname":"pix-api-review-pr11876-one-off-2521","redisClient":"temporary-storage:","msg":"Connected to server"}
{"level":30,"time":1743585685288,"pid":28,"hostname":"pix-api-review-pr11876-one-off-2521","redisClient":"feature-toggles:","msg":"Connected to server"}
{"level":30,"time":1743585685291,"pid":28,"hostname":"pix-api-review-pr11876-one-off-2521","redisClient":"information-banners:","msg":"Connected to server"}
{"level":30,"time":1743585685932,"pid":28,"hostname":"pix-api-review-pr11876-one-off-2521","event":"FixNotFullyFinalizedSession","msg":"Start script"}
{"level":30,"time":1743585686008,"pid":28,"hostname":"pix-api-review-pr11876-one-off-2521","event":"FixNotFullyFinalizedSession","msg":"Updating session 7402."}
{"level":30,"time":1743585686266,"pid":28,"hostname":"pix-api-review-pr11876-one-off-2521","event":"FixNotFullyFinalizedSession","msg":"7402 finalized"}
{"level":30,"time":1743585686270,"pid":28,"hostname":"pix-api-review-pr11876-one-off-2521","event":"FixNotFullyFinalizedSession","msg":"Script execution successful."}
{"level":30,"time":1743585686273,"pid":28,"hostname":"pix-api-review-pr11876-one-off-2521","msg":"Closing connections to live"}
{"level":30,"time":1743585686279,"pid":28,"hostname":"pix-api-review-pr11876-one-off-2521","redisClient":"temporary-storage:","msg":"Disconnected from server"}
{"level":30,"time":1743585686279,"pid":28,"hostname":"pix-api-review-pr11876-one-off-2521","redisClient":"information-banners:","msg":"Disconnected from server"}
{"level":30,"time":1743585686280,"pid":28,"hostname":"pix-api-review-pr11876-one-off-2521","redisClient":"feature-toggles:","msg":"Disconnected from server"}

Verification en BDD du script
image

Publication sur Pix Admin
image

@pix-service-auto-merge pix-service-auto-merge merged commit 8952a2f into dev Apr 2, 2025
10 of 11 checks passed
@pix-service-auto-merge pix-service-auto-merge deleted the pix-16785-fix-session-finalization-script branch April 2, 2025 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants