Opened 11 years ago

Closed 11 years ago

#144 closed enhancement (fixed)

Ajout d'un test de charactere interdit dans JobName

Reported by: jgipsl Owned by: labetoulle
Priority: minor Milestone: libIGCM_v2.1 consolidation
Component: system Version: 2.0
Keywords: Cc:

Description

Ca serait bien si libIGCM pourrait tester le variable JobName? et arreter le job si le JobName? contient un caractère interdit. Par exemple, si JobName?=toto_tata.


Change History (2)

comment:1 Changed 11 years ago by labetoulle

  • Milestone set to libIGCM_v2.1 consolidation
  • Owner changed from somebody to labetoulle
  • Status changed from new to assigned
  • Version set to 2.0

Add test in ins.job.

Authorized caracters are:

  • a-z ;
  • A-Z ;
  • 0-9 ;
  • ".", "-" ;
  • JobName must start with a letter ;
  • A "." must be followed by a letter in order to avoid confusion with CumulPeriod prefix.

comment:2 Changed 11 years ago by labetoulle

  • Resolution set to fixed
  • Status changed from assigned to closed

Validation implemented:

  • JobName? must start with a letter
  • Must be composed of groups of alphabetical characters seperated by "." or "-"

To get rid of the CumulPeriod? problem, the suffix has been removed from the JobName? when resubmitting a simulation.

See r900 and https://forge.ipsl.jussieu.fr/igcmg/changeset/2142/

Note: See TracTickets for help on using tickets.