Tâche #26406
Scénario #25549: Intégrer le nouvel attribut ENTEleveINE sur le module Thot
Types de champ MySQL à mettre à jour pour Thot
Status:
Fermé
Priority:
Normal
Assigned To:
Target version:
Start date:
01/10/2019
Due date:
% Done:
100%
Remaining (hours):
0.0
Description
Les différents tests d'import, rapportent les erreurs suivantes :
- http://jenkins.eole.lan/jenkins/job/2.6.2/job/test-thot-aaf-complet-1806-2.6.2-amd64/
/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py:138: Warning: Data truncated for column 'ENTEleveEnseignements' at row 1
- http://jenkins.eole.lan/jenkins/job/2.6.2/job/test-thot-aaf-complet-1703-2.6.2-amd64/
/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py:138: Warning: Data truncated for column 'ENTPersonAutresPrenoms' at row 1 (eleve) /usr/lib/python2.7/dist-packages/MySQLdb/cursors.py:138: Warning: Data truncated for column 'givenName' at row 1 (responsable) /usr/lib/python2.7/dist-packages/MySQLdb/cursors.py:138: Warning: Data truncated for column 'ENTPersonFonctions' at row 1 (administratif)
NB : lorsque l'on utilise la fonctionnalité "Parsed Console Output" du job, ces erreurs apparaissent en orange (warning) ;)
Related issues
Associated revisions
Extend some MySQL fields
Ref #26406
History
#1 Updated by Joël Cuissinat over 4 years ago
- Description updated (diff)
#2 Updated by Joël Cuissinat over 4 years ago
- Status changed from Nouveau to En cours
- Assigned To set to Joël Cuissinat
La ligne "responsable" entraînant une erreur sur le givenName est la suivante :
<attr name="givenName"><value>Direction De La Protection De L'enfance Et De La Jeunesse</value></attr>
Je propose de passer le champ de 50 à 100 uniquement pour la table responsable.
#3 Updated by Joël Cuissinat over 4 years ago
- % Done changed from 0 to 100
#4 Updated by Scrum Master over 4 years ago
- Status changed from En cours to Résolu
#5 Updated by Joël Cuissinat over 4 years ago
- Status changed from Résolu to Fermé
- Remaining (hours) set to 0.0
Plus de warning dans ces tests
#6 Updated by Joël Cuissinat about 4 years ago
- Related to Tâche #28768: Le champ MySQL ENTAuxEnsGroupes est trop petit added