Project

General

Profile

Tâche #18897

Scénario #18848: Le script appliquer_hautedispo ne devrait pas planter à cause du œ présent dans <value>

Tester l’envoi de mail dans la qualification Sphynx

Added by Gérald Schwartzmann over 6 years ago. Updated over 6 years ago.

Status:
Fermé
Priority:
Normal
Assigned To:
Start date:
01/27/2017
Due date:
% Done:

100%

Estimated time:
2.00 h
Spent time:
Remaining (hours):
0.0

Description

Tester l'envoi de mail

History

#1 Updated by Daniel Dehennin over 6 years ago

  • Subject changed from Modifier les tests de qualification Sphynx to Tester l’envoi de mail dans la qualification Sphynx

#2 Updated by Joël Cuissinat over 6 years ago

  • Status changed from Nouveau to En cours

#3 Updated by Joël Cuissinat over 6 years ago

  • Assigned To set to Joël Cuissinat

#4 Updated by Joël Cuissinat over 6 years ago

  • Status changed from En cours to Nouveau

#5 Updated by Joël Cuissinat over 6 years ago

  • Assigned To deleted (Joël Cuissinat)

#6 Updated by Daniel Dehennin over 6 years ago

  • Assigned To set to Daniel Dehennin

#7 Updated by Daniel Dehennin over 6 years ago

  • Status changed from Nouveau to En cours

#8 Updated by Daniel Dehennin over 6 years ago

  • % Done changed from 0 to 20
primitive mail_admin ocf:heartbeat:MailTo \
        params email="daniel.dehennin@ac-dijon.fr" subject="Haute dispo - bascule de nœud" \
        op monitor interval="10s" disabled="true" \
        meta target-role="started" 
ERROR: 3: configure.edit: All strings must be XML compatible: Unicode or ASCII, no NULL bytes or control characters

En encodant le sujet ça passe :

primitive mail_admin ocf:heartbeat:MailTo \
        params email="daniel.dehennin@ac-dijon.fr" subject="Haute dispo - bascule de n&Aring;&#147;ud" \
        op monitor interval="10s" disabled="true" \
        meta target-role="started" 

Par contre le mail ne contient pas le résultat escompté :

Subject: Haute dispo - bascule de n&Aring;&#147;ud Takeover in progress at Tue Mar  7 15:16:53 CET 2017 on sphynxb

Même en utilisant œ ça ne fonctionne pas :

Subject: Haute dispo - bascule de n&oelig; Takeover in progress at Tue Mar 7 15:22:52 CET 2017 on sphynxb

#9 Updated by Daniel Dehennin over 6 years ago

  • % Done changed from 20 to 100
  • Remaining (hours) changed from 2.0 to 0.0

#10 Updated by Scrum Master over 6 years ago

  • Status changed from En cours to Fermé

Also available in: Atom PDF