From: Elena Gryaznova Date: Wed, 10 Oct 2018 16:34:07 +0000 (+0300) Subject: LU-11498 tests: remove duplicate write_disjoint test name X-Git-Tag: 2.12.0-RC1~137 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F43%2F33343%2F4;p=fs%2Flustre-release.git LU-11498 tests: remove duplicate write_disjoint test name Patch renames write_disjoint() test added by LU-9409 / LUS-1705 to write_disjoint_tiny() to keep the tests names unique. Test-Parameters: trivial testlist=parallel-scale envdefinitions=ONLY="write_disjoint write_disjoint_tiny" Signed-off-by: Elena Gryaznova Cray-bug-id: LUS-5939 Reviewed-by: Vladimir Saveliev Reviewed-by: Alexander Boyko Change-Id: I87961e244c5f3fcfdae8263591d03685d8d4fcbd Reviewed-on: https://review.whamcloud.com/33343 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Nunez Reviewed-by: Alexandr Boyko Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/parallel-scale.sh b/lustre/tests/parallel-scale.sh index 840a8b8..3cd3474 100644 --- a/lustre/tests/parallel-scale.sh +++ b/lustre/tests/parallel-scale.sh @@ -146,10 +146,10 @@ test_write_disjoint() { run_test write_disjoint "write_disjoint" # Make sure to exercise the tiny write code -test_write_disjoint() { - run_write_disjoint 16384 +test_write_disjoint_tiny() { + run_write_disjoint 16384 } -run_test write_disjoint "write_disjoint_tiny" +run_test write_disjoint_tiny "write_disjoint_tiny" test_parallel_grouplock() { run_parallel_grouplock