Skip to content

Commit 3b9b290

Browse files
committed
qa/suites/nvmeof: use SCALING_DELAYS: '120'
Increase delays for qa/workunits/nvmeof/scalability_test.sh as namespace rebalancing takes more time. After upscaling, gateway initially could be 'CREATED', it is a valid state during gateway initialization, but then the state should progress to 'AVAILABLE' within couple of seconds. Signed-off-by: Vallari Agrawal <[email protected]>
1 parent 76b4028 commit 3b9b290

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

qa/suites/nvmeof/basic/workloads/nvmeof_scalability.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ tasks:
3636
- nvmeof/scalability_test.sh nvmeof.b,nvmeof.c,nvmeof.d
3737
- nvmeof/scalability_test.sh nvmeof.b,nvmeof.c
3838
env:
39-
SCALING_DELAYS: '50'
39+
SCALING_DELAYS: '120'
4040
RBD_POOL: mypool
4141
NVMEOF_GROUP: mygroup0

qa/workunits/nvmeof/scalability_test.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ status_checks() {
3232
return 1
3333
fi
3434

35-
ceph_status=$(ceph -s)
36-
if ! echo "$ceph_status" | grep -q "HEALTH_OK"; then
37-
return 1
38-
fi
35+
ceph -s
3936
}
4037

4138
total_gateways_count=$(( $(echo "$NVMEOF_GATEWAY_IP_ADDRESSES" | tr -cd ',' | wc -c) + 1 ))

0 commit comments

Comments
 (0)