~ubuntu-branches/ubuntu/vivid/slurm-llnl/vivid

« back to all changes in this revision

Viewing changes to testsuite/expect/test7.4

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2009-09-24 23:28:15 UTC
  • mfrom: (1.1.11 upstream) (3.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090924232815-enh65jn32q1ebg07
Tags: 2.0.5-1
* New upstream release 
* Changed dependecy from lib-mysqlclient15 to lib-mysqlclient 
* Added Default-Start for runlevel 2 and 4 and $remote_fs requirement in
  init.d scripts (Closes: #541252)
* Postinst checks for wrong runlevels 2 and 4 links
* Upgraded to standard version 3.8.3
* Add lintian overrides for missing slurm-llnl-configurator.html in doc
  base registration
* modified postrm scripts to ignore pkill return value in order to avoid
  postrm failure when no slurm process is running
* Checking for slurmctld.pid before cancelling running and pending
  jobs during package removal 

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
# Copyright (C) 2004-2006 The Regents of the University of California.
13
13
# Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
14
14
# Written by Morris Jette <jette1@llnl.gov> and Dong Ang <dahn@llnl.gov>
15
 
# LLNL-CODE-402394.
 
15
# CODE-OCEC-09-009. All rights reserved.
16
16
17
17
# This file is part of SLURM, a resource management program.
18
 
# For details, see <http://www.llnl.gov/linux/slurm/>.
 
18
# For details, see <https://computing.llnl.gov/linux/slurm/>.
 
19
# Please also read the included file: DISCLAIMER.
19
20
#  
20
21
# SLURM is free software; you can redistribute it and/or modify it under
21
22
# the terms of the GNU General Public License as published by the Free
49
50
set test_prog     "test$test_id.prog"
50
51
 
51
52
# Note this appears as a single argv value to totalviewcli
52
 
set bulk "set issue_dgo false; dset TV::bulk_launch_enabled true; dset TV::bulk_launch_string {$srun -N%N -n%N --jobid=%J -w`awk -F. \'BEGIN {ORS=\",\"} {if (NR==%N) ORS=\"\"; print \$1}\' %t1` -l -i /dev/null %B/tvdsvr%K -callback_host %H -callback_ports %L -set_pws %P -verbosity %V -working_directory %D %F}"
53
 
set no_bulk       "set issue_dgo false; dset TV::bulk_launch_enabled false"
 
53
set bulk "dset TV::bulk_launch_enabled true; dset TV::bulk_launch_tmpfile1_host_lines %R; dset TV::bulk_launch_string {$srun --jobid=%J -N%N -n%N -w`awk -F. \'BEGIN {ORS=\",\"} {if (NR==%N) ORS=\"\"; print \$1}\' %t1` -l --input=none %B/tvdsvr%K -callback_host %H -callback_ports %L -set_pws %P -verbosity %V -working_directory %D %F}"
 
54
set no_bulk       "dset TV::bulk_launch_enabled false"
54
55
 
55
56
print_header $test_id
56
57
 
150
151
                send "yes\n"
151
152
                exp_continue
152
153
        }
 
154
        -re "Could not open breakpoint file" {
 
155
                send_user "\nNOTE: Breakpoint file error is expected due to known Totalview bug\n"
 
156
                exp_continue
 
157
        }
153
158
        timeout {
154
159
                send_user "\nFAILURE: totalviewcli not responding\n"
155
160
                set exit_code 1
228
233
                send "yes\n"
229
234
                exp_continue
230
235
        }
 
236
        -re "Could not open breakpoint file" {
 
237
                send_user "\nNOTE: Breakpoint file error is expected due to known Totalview bug\n"
 
238
                exp_continue
 
239
        }
231
240
        timeout {
232
241
                send_user "\nFAILURE: totalviewcli not responding\n"
233
242
                set exit_code 1