Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 04334fd

Browse files
committed
pgbench: Improve test description
Author: Fabien COELHO <coelho@cri.ensmp.fr>
1 parent d5b6b65 commit 04334fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pgbench/t/002_pgbench_no_server.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ sub pgbench_scripts
157157
qr{error while setting random seed from --random-seed option}
158158
]
159159
],
160-
[ 'bad partition type', '-i --partition-method=BAD', [qr{"range"}, qr{"hash"}, qr{"BAD"}] ],
160+
[ 'bad partition method', '-i --partition-method=BAD', [qr{"range"}, qr{"hash"}, qr{"BAD"}] ],
161161
[ 'bad partition number', '-i --partitions -1', [ qr{invalid number of partitions: "-1"} ] ],
162162
[
163163
'partition method without partitioning',

0 commit comments

Comments
 (0)