SysFera / vishnu

Modular and high-level middleware for tasks, files and information management in heterogeneous and distributed HPC environments
http://sysfera.github.com/vishnu.html
Other
4 stars 12 forks source link

vishnu_list_jobs ne renvoie pas le meme owner depuis l'API CLI et Python (Bugzilla #438) #298

Closed bdepardo closed 11 years ago

bdepardo commented 11 years ago

critical bug in component TMS Reported in version 2.0.0 beta1 on platform Other

bdepardo commented 11 years ago

On 2012-10-09 10:37:36 +0200, 'Samuel Kortas (samuel.kortas@edf.fr) wrote: par exemple sur ivanoe

vishnu_list_jobs ivanoe donne

ID NAME WORK OWNER STATUS QUEUE PRIORITY MACHINE


J_142 job_scripth3OYi3 -- kortas WAITING compute 1(VERY_LOW) ivanoe
J_144 job_scriptzm6ayT -- kortas WAITING compute 1(VERY_LOW) ivanoe

alors que la meme commande en python donne J_142/job_scripth3OYi3 C70353 WAITING 1440 compute ivanoe J_144/job_scriptzm6ayT C70353 WAITING 120 compute ivanoe

soit d'un cote le login Vishnu (ce qui est attendu) de l'autre celui correspondant au local_account

SK

bdepardo commented 11 years ago

On 2012-10-09 10:53:01 +0200, 'Kevin Coulomb (kevin.coulomb@sysfera.com) wrote: Salut Samuel,

L'interface python te renvoie que l'objet, pour avoir cet affichage c'est dans ta fonction d'affichage que se trouve la solution je suppose, si tu remplaces getOwner par getUserId ou vice-versa pour avoir le login qui t'intéresse tu devrais avoir la même sortie.

Kevin

bdepardo commented 11 years ago

On 2012-10-09 11:02:15 +0200, 'Samuel Kortas (samuel.kortas@edf.fr) wrote: OK!!! merci Kevin!

je ferme le bug

SK