From 7b01126f72beb54d99319e33289cf8f02ba7e174 Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Wed, 10 Oct 2018 19:34:07 +0300 Subject: [PATCH] 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 --- lustre/tests/parallel-scale.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 1.8.3.1