Development #94085
testdef, stocker le résultat d'un test dans une table à part
0%
Description
Actuellement on a un objet TestResult stocké en SQL, qui contient le résultat d'un lancement de test sur un formulaire, avec TestResult.results une liste JSON qui contient le résultat de chaque test exécuté.
Il faudrait que ce JSON soit remplacé par une table à part, avec foreign key entre les deux.
Related issues
Associated revisions
sql: remove legacy test result data migration (#94085)
sql: store test result in own table instead of json (#94085)
sql: improve naming of object holding test results (#94085)
sql: remove legacy test result data migration (#94085)
sql: store test result in own table instead of json (#94085)
History
Updated by Valentin Deniaud about 2 months ago
- Related to Development #94084: testdef, permettre la dépendance entre les tests added
Updated by Robot Gitea about 2 months ago
- Status changed from Nouveau to En cours
Valentin Deniaud (vdeniaud) a ouvert une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/wcs/pulls/1723
- Titre : WIP: sql: store test result in own table instead of json (#94085)
- Modifications : https://git.entrouvert.org/entrouvert/wcs/pulls/1723/files
Updated by Robot Gitea 19 days ago
- Status changed from Solution proposée to Solution validée
Frédéric Péters (fpeters) a approuvé une pull request sur Gitea concernant cette demande :
Updated by Robot Gitea 19 days ago
- Status changed from Solution validée to En cours
Valentin Deniaud (vdeniaud) a commencé à travailler sur une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/wcs/pulls/1723
- Titre : WIP: sql: store test result in own table instead of json (#94085)
- Modifications : https://git.entrouvert.org/entrouvert/wcs/pulls/1723/files
Updated by Robot Gitea 19 days ago
- Status changed from Solution proposée to Solution validée
Frédéric Péters (fpeters) a approuvé une pull request sur Gitea concernant cette demande :
Updated by Robot Gitea 18 days ago
- Status changed from Solution validée to Résolu (à déployer)
Valentin Deniaud (vdeniaud) a mergé une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/wcs/pulls/1723
- Titre : sql: store test result in own table instead of json (#94085)
- Modifications : https://git.entrouvert.org/entrouvert/wcs/pulls/1723/files
Updated by Transition automatique 18 days ago
- Status changed from Résolu (à déployer) to Solution déployée
sql: improve naming of object holding test results (#94085)