Skip to content

Commit 7693cd7

Browse files
authored
Merge pull request #5222 from chu11/t4000_fails
testsuite: increase test expiration
2 parents 666fb9c + d339e39 commit 7693cd7

9 files changed

+16
-16
lines changed

t/issues/t4184-sched-simple-restart.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ flux job wait-event \$id clean
3131
3232
echo "t4184: waiting for \$id2 to start..."
3333
34-
flux job wait-event -t 15 \$id2 start
34+
flux job wait-event -t 100 \$id2 start
3535
3636
echo "t4184: canceling \$id2..."
3737
flux cancel \$id2
3838
3939
echo "t4184: waiting for \$id2 to end..."
40-
flux job wait-event -t 15 \$id2 clean
40+
flux job wait-event -t 100 \$id2 clean
4141
4242
EOF
4343

t/issues/t4227-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh -e
22

3-
flux run -vvv hostname
3+
flux run -vvv hostname
44
flux submit -vvv --wait hostname

t/issues/t4331-job-manager-purged-events.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ EVENTS_JOURNAL_STREAM=${FLUX_BUILD_DIR}/t/job-manager/events_journal_stream
88
wait_jobid_event() {
99
local file=$1
1010
local jobid=$2
11-
for i in `seq 1 30`
11+
for i in `seq 1 100`
1212
do
1313
if grep -q ${jobid} ${file}
1414
then
1515
break
1616
fi
1717
sleep 1
1818
done
19-
if [ "${i}" -eq "30" ]
19+
if [ "${i}" -eq "100" ]
2020
then
2121
return 1
2222
fi

t/issues/t4583-free-range-test.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ log "Started job $jobid\n"
4242

4343
# Run a job on all ranks of child job
4444
log "Current overlay status of $jobid:\n"
45-
flux proxy $jobid flux overlay status
45+
flux proxy $jobid flux overlay status
4646

4747
log "Launch a sleep job within $jobid:\n"
4848
flux proxy $jobid flux submit -N4 sleep inf
@@ -57,19 +57,19 @@ log "Killing rank 3 (pid %d) and all children\n" $broker_pid
5757
kill -9 $(list_descendants $broker_pid) $broker_pid
5858

5959
log "Wait for exception event in $jobid\n"
60-
flux job wait-event -t 5 $jobid exception
60+
flux job wait-event -t 100 $jobid exception
6161

6262
log "But running a 3 node job in $jobid still works:\n"
63-
flux proxy $jobid flux run -t 5s -N3 hostname
63+
flux proxy $jobid flux run -t 100s -N3 hostname
6464

6565
log "Overlay status of $jobid should show rank offline:\n"
66-
flux proxy $jobid flux overlay status
66+
flux proxy $jobid flux overlay status
6767

6868
log "Call flux shutdown on $jobid\n"
6969
flux shutdown --quiet $jobid
7070

7171
log "job $jobid should exit cleanly (no hang) and a zero exit code:\n"
72-
flux job wait-event -t 2 $jobid finish
72+
flux job wait-event -t 100 $jobid finish
7373

7474
log "dump output from job:\n\n"
7575
flux job attach $jobid

t/issues/t4612-eventlog-overwrite-crash.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ kvsdir=$(flux job id --to=kvs $jobid)
1414
flux job attach $jobid > t4612.out &
1515

1616
# ensure backgrounded process has started to monitor eventlog
17-
$waitfile --count=1 --timeout=30 --pattern=foo t4612.out
17+
$waitfile --count=1 --timeout=100 --pattern=foo t4612.out
1818

1919
# now overwrite the eventlog without changing its length
2020
flux kvs get --raw ${kvsdir}.eventlog \

t/issues/t5105-signal-propagation.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ id=$(flux submit --output=log flux start \
2424
flux run flux start \
2525
flux run flux python ./test.py)
2626

27-
$waitfile -t 30 -v ready
27+
$waitfile -t 100 -v ready
2828

2929
flux job kill -s SIGUSR1 $id
3030

31-
$waitfile -t 30 -v -p "got SIGUSR1" log
31+
$waitfile -t 100 -v -p "got SIGUSR1" log
3232

3333
flux job status --json -v $id
3434

t/t0025-broker-state-machine.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ test_expect_success 'instance functions with late-joiner' '
7979
echo "0" >late.exp &&
8080
rm -f fifo &&
8181
mkfifo fifo &&
82-
run_timeout 10 \
82+
run_timeout 60 \
8383
flux start -s2 \
8484
-o,-Slog-stderr-level=6 \
8585
-o,-Sbroker.rc1_path="$(pwd)/rc1_block" \

t/t3100-flux-in-flux.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ echo "# $0: flux session size will be ${SIZE}"
1212

1313
ARGS="-o,-Sbroker.rc1_path=,-Sbroker.rc3_path="
1414
test_expect_success "flux can run flux instance as a job" '
15-
run_timeout 10 flux run -n1 -N1 \
15+
run_timeout 60 flux run -n1 -N1 \
1616
flux start ${ARGS} flux getattr size >size.out &&
1717
echo 1 >size.exp &&
1818
test_cmp size.exp size.out

t/t4000-issues-test-driver.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if test -z "$T4000_ISSUES_GLOB"; then
1818
T4000_ISSUES_GLOB="*"
1919
fi
2020

21-
flux bulksubmit -n1 -o pty --job-name={./%} -t 2m \
21+
flux bulksubmit -n1 -o pty --job-name={./%} -t 10m \
2222
--flags=waitable \
2323
--quiet --watch \
2424
flux start {} \

0 commit comments

Comments
 (0)