Whamcloud - gitweb
LU-15709 tests: t-f stopall() defect: num not initialized 57/46957/2
authorElena Gryaznova <elena.gryaznova@hpe.com>
Wed, 30 Mar 2022 18:22:32 +0000 (21:22 +0300)
committerOleg Drokin <green@whamcloud.com>
Sat, 11 Jun 2022 05:54:12 +0000 (05:54 +0000)
commit174308a077f6c19b82e7b78753c544519330f25d
tree997aaa19772c8523e926e00b86bab3065d48a240
parentb07b6cd6c9622c44f45c017862103d2093e0aba1
LU-15709 tests: t-f stopall() defect: num not initialized

The following test demonstrates the defect (OSTCOUNT=2):
  test_0A () {
        local num=100
        echo $num
        stopall
        echo $num after stopall
  }
Result:
  == sanity test 0A: num ===
  100
  Stopping clients: fre0107,fre0108 /mnt/lustre (opts:)
  ...
  2 after stopall

Fixes: d2d56f38da (" - make HEAD from b_post_cmd3")
Test-Parameters: trivial
Signed-off-by: Elena Gryaznova <elena.gryaznova@hpe.com>
HPE-bug-id: LUS-10864
Reviewed-by: Alexander Zarochentsev <alexander.zarochentsev@hpe.com>
Reviewed-by: Artem Blagodarenko <artem.blagodarenko@hpe.com>
Change-Id: I46648c741943f219c03f3501585051e285365578
Reviewed-on: https://review.whamcloud.com/46957
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/test-framework.sh