Skip to content

Commit b08929b

Browse files
committed
Add lots more parallel-high-load FIXMEs
Signed-off-by: Ed Santiago <[email protected]>
1 parent 41b3d5d commit b08929b

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

test/system/030-run.bats

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,7 @@ json-file | f
863863
# exactly 10 seconds. Give it some leeway.
864864
delta_t=$(( $t1 - $t0 ))
865865
assert "$delta_t" -gt 1 "podman stop: ran too quickly!"
866+
# FIXME: can fail under load, take 7 seconds
866867
assert "$delta_t" -le 6 "podman stop: took too long"
867868

868869
run_podman rm $cname

test/system/080-pause.bats

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ load helpers
4848

4949
# There should be a 3-4 second gap, *maybe* 5. Never 1 or 2, that
5050
# would imply that the container never paused.
51+
# FIXME: under high load, can be 7
5152
is "$max_delta" "[3456]" "delta t between paused and restarted"
5253

5354
run_podman rm -t 0 -f $cname

test/system/250-systemd.bats

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ LISTEN_FDNAMES=listen_fdnames" | sort)
377377
run_podman exec $cname touch /uh-oh
378378

379379
# healthcheck should now fail, with exit status 1 and 'unhealthy' output
380+
# FIXME: race: on high load, we can get "Error: no container with ID xxxx"
380381
run_podman 1 healthcheck run $cname
381382
is "$output" "unhealthy" "output from 'podman healthcheck run'"
382383

test/system/700-play.bats

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,7 @@ spec:
693693
if [[ -n "$PARALLEL_JOBSLOT" ]]; then
694694
expect=$((expect + 4))
695695
fi
696+
# FIXME: under high load, delta_t can be 12
696697
assert $delta_t -le $expect \
697698
"podman kube play did not get killed within $expect seconds"
698699
# Make sure we actually got SIGTERM and podman printed its message.

0 commit comments

Comments
 (0)