# Running: pgbench -h home -p 5432 -U calvin ---debug --bad-option [01:38:07.506](0.842s) ok 1 - pgbench option error: bad option status (got 1 vs expected 1) [01:38:07.506](0.001s) ok 2 - pgbench option error: bad option stdout /(?^:^$)/ [01:38:07.506](0.000s) ok 3 - pgbench option error: bad option stderr /(?^:--help.*more information)/ # Running: pgbench -d nosuchdbname [01:38:07.516](0.010s) ok 4 - pgbench option error: invalid database status (got 1 vs expected 1) [01:38:07.516](0.000s) ok 5 - pgbench option error: invalid database stdout /(?^:^$)/ [01:38:07.516](0.000s) not ok 6 - pgbench option error: invalid database stderr /(?^:database "nosuchdbname" does not exist)/ [01:38:07.516](0.000s) # Failed test 'pgbench option error: invalid database stderr /(?^:database "nosuchdbname" does not exist)/' # at /Users/admin/pgsql/src/bin/pgbench/t/002_pgbench_no_server.pl line 237. [01:38:07.516](0.000s) # 'pgbench: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: No such file or directory # Is the server running locally and accepting connections on that socket? # pgbench: error: could not create connection for setup # ' # doesn't match '(?^:database "nosuchdbname" does not exist)' # Running: pgbench -f no-such-file [01:38:07.524](0.008s) ok 7 - pgbench option error: no file status (got 1 vs expected 1) [01:38:07.524](0.000s) ok 8 - pgbench option error: no file stdout /(?^:^$)/ [01:38:07.525](0.000s) ok 9 - pgbench option error: no file stderr /(?^:could not open file "no-such-file":)/ # Running: pgbench -b no-such-builtin [01:38:07.532](0.008s) ok 10 - pgbench option error: no builtin status (got 1 vs expected 1) [01:38:07.532](0.000s) ok 11 - pgbench option error: no builtin stdout /(?^:^$)/ [01:38:07.532](0.000s) ok 12 - pgbench option error: no builtin stderr /(?^:no builtin script .* "no-such-builtin")/ # Running: pgbench --builtin=select-only@one [01:38:07.542](0.009s) ok 13 - pgbench option error: invalid weight status (got 1 vs expected 1) [01:38:07.542](0.000s) ok 14 - pgbench option error: invalid weight stdout /(?^:^$)/ [01:38:07.542](0.000s) ok 15 - pgbench option error: invalid weight stderr /(?^:invalid weight specification: \@one)/ # Running: pgbench -b select-only@-1 [01:38:07.550](0.008s) ok 16 - pgbench option error: invalid weight status (got 1 vs expected 1) [01:38:07.550](0.000s) ok 17 - pgbench option error: invalid weight stdout /(?^:^$)/ [01:38:07.550](0.000s) ok 18 - pgbench option error: invalid weight stderr /(?^:weight spec.* out of range .*: -1)/ # Running: pgbench -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S -S [01:38:07.559](0.008s) ok 19 - pgbench option error: too many scripts status (got 1 vs expected 1) [01:38:07.559](0.000s) ok 20 - pgbench option error: too many scripts stdout /(?^:^$)/ [01:38:07.559](0.000s) ok 21 - pgbench option error: too many scripts stderr /(?^:at most 128 SQL scripts)/ # Running: pgbench -c three [01:38:07.566](0.007s) ok 22 - pgbench option error: bad \#clients status (got 1 vs expected 1) [01:38:07.566](0.000s) ok 23 - pgbench option error: bad \#clients stdout /(?^:^$)/ [01:38:07.567](0.000s) ok 24 - pgbench option error: bad \#clients stderr /(?^:invalid value "three" for option -c/--clients)/ # Running: pgbench -j eleven [01:38:07.574](0.007s) ok 25 - pgbench option error: bad \#threads status (got 1 vs expected 1) [01:38:07.574](0.000s) ok 26 - pgbench option error: bad \#threads stdout /(?^:^$)/ [01:38:07.574](0.000s) ok 27 - pgbench option error: bad \#threads stderr /(?^:invalid value "eleven" for option -j/--jobs)/ # Running: pgbench -i -s two [01:38:07.584](0.010s) ok 28 - pgbench option error: bad scale status (got 1 vs expected 1) [01:38:07.584](0.000s) ok 29 - pgbench option error: bad scale stdout /(?^:^$)/ [01:38:07.584](0.000s) ok 30 - pgbench option error: bad scale stderr /(?^:invalid value "two" for option -s/--scale)/ # Running: pgbench -t zil [01:38:07.596](0.011s) ok 31 - pgbench option error: invalid \#transactions status (got 1 vs expected 1) [01:38:07.596](0.000s) ok 32 - pgbench option error: invalid \#transactions stdout /(?^:^$)/ [01:38:07.596](0.000s) ok 33 - pgbench option error: invalid \#transactions stderr /(?^:invalid value "zil" for option -t/--transactions)/ # Running: pgbench -T ten [01:38:07.606](0.010s) ok 34 - pgbench option error: invalid duration status (got 1 vs expected 1) [01:38:07.606](0.000s) ok 35 - pgbench option error: invalid duration stdout /(?^:^$)/ [01:38:07.606](0.000s) ok 36 - pgbench option error: invalid duration stderr /(?^:invalid value "ten" for option -T/--time)/ # Running: pgbench -N -l --aggregate-interval=5 --log-prefix=notused -t 1000 -T 1 [01:38:07.615](0.009s) ok 37 - pgbench option error: -t XOR -T status (got 1 vs expected 1) [01:38:07.615](0.000s) ok 38 - pgbench option error: -t XOR -T stdout /(?^:^$)/ [01:38:07.615](0.000s) ok 39 - pgbench option error: -t XOR -T stderr /(?^:specify either )/ # Running: pgbench -P 1 --progress-timestamp -l --sampling-rate=0.001 -T 10 -t 1000 [01:38:07.625](0.010s) ok 40 - pgbench option error: -T XOR -t status (got 1 vs expected 1) [01:38:07.626](0.000s) ok 41 - pgbench option error: -T XOR -t stdout /(?^:^$)/ [01:38:07.626](0.000s) ok 42 - pgbench option error: -T XOR -t stderr /(?^:specify either )/ # Running: pgbench --define foobla [01:38:07.637](0.012s) ok 43 - pgbench option error: bad variable status (got 1 vs expected 1) [01:38:07.638](0.000s) ok 44 - pgbench option error: bad variable stdout /(?^:^$)/ [01:38:07.638](0.000s) ok 45 - pgbench option error: bad variable stderr /(?^:invalid variable definition)/ # Running: pgbench -F 1 [01:38:07.645](0.008s) ok 46 - pgbench option error: invalid fillfactor status (got 1 vs expected 1) [01:38:07.646](0.000s) ok 47 - pgbench option error: invalid fillfactor stdout /(?^:^$)/ [01:38:07.646](0.000s) ok 48 - pgbench option error: invalid fillfactor stderr /(?^:-F/--fillfactor must be in range)/ # Running: pgbench -M no-such-mode [01:38:07.653](0.008s) ok 49 - pgbench option error: invalid query mode status (got 1 vs expected 1) [01:38:07.654](0.000s) ok 50 - pgbench option error: invalid query mode stdout /(?^:^$)/ [01:38:07.654](0.000s) ok 51 - pgbench option error: invalid query mode stderr /(?^:invalid query mode)/ # Running: pgbench --progress=0 [01:38:07.662](0.008s) ok 52 - pgbench option error: invalid progress status (got 1 vs expected 1) [01:38:07.662](0.000s) ok 53 - pgbench option error: invalid progress stdout /(?^:^$)/ [01:38:07.662](0.000s) ok 54 - pgbench option error: invalid progress stderr /(?^:-P/--progress must be in range)/ # Running: pgbench --rate=0.0 [01:38:07.672](0.009s) ok 55 - pgbench option error: invalid rate status (got 1 vs expected 1) [01:38:07.672](0.000s) ok 56 - pgbench option error: invalid rate stdout /(?^:^$)/ [01:38:07.672](0.000s) ok 57 - pgbench option error: invalid rate stderr /(?^:invalid rate limit)/ # Running: pgbench --latency-limit=0.0 [01:38:07.679](0.007s) ok 58 - pgbench option error: invalid latency status (got 1 vs expected 1) [01:38:07.679](0.000s) ok 59 - pgbench option error: invalid latency stdout /(?^:^$)/ [01:38:07.679](0.000s) ok 60 - pgbench option error: invalid latency stderr /(?^:invalid latency limit)/ # Running: pgbench --sampling-rate=0 [01:38:07.687](0.008s) ok 61 - pgbench option error: invalid sampling rate status (got 1 vs expected 1) [01:38:07.688](0.000s) ok 62 - pgbench option error: invalid sampling rate stdout /(?^:^$)/ [01:38:07.688](0.000s) ok 63 - pgbench option error: invalid sampling rate stderr /(?^:invalid sampling rate)/ # Running: pgbench --aggregate-interval=-3 [01:38:07.696](0.008s) ok 64 - pgbench option error: invalid aggregate interval status (got 1 vs expected 1) [01:38:07.696](0.000s) ok 65 - pgbench option error: invalid aggregate interval stdout /(?^:^$)/ [01:38:07.696](0.000s) ok 66 - pgbench option error: invalid aggregate interval stderr /(?^:--aggregate-interval must be in range)/ # Running: pgbench -b se@0 -b si@0 -b tpcb@0 [01:38:07.707](0.011s) ok 67 - pgbench option error: weight zero status (got 1 vs expected 1) [01:38:07.707](0.000s) ok 68 - pgbench option error: weight zero stdout /(?^:^$)/ [01:38:07.707](0.000s) ok 69 - pgbench option error: weight zero stderr /(?^:weight must not be zero)/ # Running: pgbench -i -S [01:38:07.715](0.008s) ok 70 - pgbench option error: init vs run status (got 1 vs expected 1) [01:38:07.716](0.000s) ok 71 - pgbench option error: init vs run stdout /(?^:^$)/ [01:38:07.716](0.000s) ok 72 - pgbench option error: init vs run stderr /(?^:cannot be used in initialization)/ # Running: pgbench -S -F 90 [01:38:07.725](0.009s) ok 73 - pgbench option error: run vs init status (got 1 vs expected 1) [01:38:07.725](0.000s) ok 74 - pgbench option error: run vs init stdout /(?^:^$)/ [01:38:07.725](0.000s) ok 75 - pgbench option error: run vs init stderr /(?^:cannot be used in benchmarking)/ # Running: pgbench -b s [01:38:07.733](0.008s) ok 76 - pgbench option error: ambiguous builtin status (got 1 vs expected 1) [01:38:07.733](0.000s) ok 77 - pgbench option error: ambiguous builtin stdout /(?^:^$)/ [01:38:07.733](0.000s) ok 78 - pgbench option error: ambiguous builtin stderr /(?^:ambiguous)/ # Running: pgbench --progress-timestamp [01:38:07.741](0.009s) ok 79 - pgbench option error: --progress-timestamp => --progress status (got 1 vs expected 1) [01:38:07.742](0.000s) ok 80 - pgbench option error: --progress-timestamp => --progress stdout /(?^:^$)/ [01:38:07.742](0.000s) ok 81 - pgbench option error: --progress-timestamp => --progress stderr /(?^:allowed only under)/ # Running: pgbench -I dtg [01:38:07.751](0.010s) ok 82 - pgbench option error: -I without init option status (got 1 vs expected 1) [01:38:07.752](0.000s) ok 83 - pgbench option error: -I without init option stdout /(?^:^$)/ [01:38:07.752](0.000s) ok 84 - pgbench option error: -I without init option stderr /(?^:cannot be used in benchmarking mode)/ # Running: pgbench -i -I dta [01:38:07.758](0.007s) ok 85 - pgbench option error: invalid init step status (got 1 vs expected 1) [01:38:07.758](0.000s) ok 86 - pgbench option error: invalid init step stdout /(?^:^$)/ [01:38:07.758](0.000s) ok 87 - pgbench option error: invalid init step stderr /(?^:unrecognized initialization step)/ [01:38:07.759](0.000s) ok 88 - pgbench option error: invalid init step stderr /(?^:Allowed step characters are)/ # Running: pgbench --random-seed=one [01:38:07.765](0.007s) ok 89 - pgbench option error: bad random seed status (got 1 vs expected 1) [01:38:07.765](0.000s) ok 90 - pgbench option error: bad random seed stdout /(?^:^$)/ [01:38:07.766](0.000s) ok 91 - pgbench option error: bad random seed stderr /(?^:unrecognized random seed option "one")/ [01:38:07.766](0.000s) ok 92 - pgbench option error: bad random seed stderr /(?^:Expecting an unsigned integer, "time" or "rand")/ [01:38:07.766](0.000s) ok 93 - pgbench option error: bad random seed stderr /(?^:error while setting random seed from --random-seed option)/ # Running: pgbench -i --partition-method=BAD [01:38:07.774](0.008s) ok 94 - pgbench option error: bad partition method status (got 1 vs expected 1) [01:38:07.774](0.000s) ok 95 - pgbench option error: bad partition method stdout /(?^:^$)/ [01:38:07.774](0.000s) ok 96 - pgbench option error: bad partition method stderr /(?^:"range")/ [01:38:07.774](0.000s) ok 97 - pgbench option error: bad partition method stderr /(?^:"hash")/ [01:38:07.774](0.000s) ok 98 - pgbench option error: bad partition method stderr /(?^:"BAD")/ # Running: pgbench -i --partitions -1 [01:38:07.781](0.007s) ok 99 - pgbench option error: bad partition number status (got 1 vs expected 1) [01:38:07.781](0.000s) ok 100 - pgbench option error: bad partition number stdout /(?^:^$)/ [01:38:07.781](0.000s) ok 101 - pgbench option error: bad partition number stderr /(?^:--partitions must be in range)/ # Running: pgbench -i --partition-method=hash [01:38:07.792](0.010s) ok 102 - pgbench option error: partition method without partitioning status (got 1 vs expected 1) [01:38:07.792](0.000s) ok 103 - pgbench option error: partition method without partitioning stdout /(?^:^$)/ [01:38:07.792](0.000s) ok 104 - pgbench option error: partition method without partitioning stderr /(?^:partition-method requires greater than zero --partitions)/ # Running: pgbench --max-tries -10 [01:38:07.802](0.010s) ok 105 - pgbench option error: bad maximum number of tries status (got 1 vs expected 1) [01:38:07.802](0.000s) ok 106 - pgbench option error: bad maximum number of tries stdout /(?^:^$)/ [01:38:07.802](0.000s) ok 107 - pgbench option error: bad maximum number of tries stderr /(?^:invalid number of maximum tries: "-10")/ # Running: pgbench --max-tries 0 [01:38:07.814](0.012s) ok 108 - pgbench option error: an infinite number of tries status (got 1 vs expected 1) [01:38:07.814](0.000s) ok 109 - pgbench option error: an infinite number of tries stdout /(?^:^$)/ [01:38:07.814](0.000s) ok 110 - pgbench option error: an infinite number of tries stderr /(?^:an unlimited number of transaction tries can only be used with --latency-limit or a duration)/ # Running: pgbench --sampling-rate=0.01 [01:38:07.828](0.014s) ok 111 - pgbench option error: sampling => log status (got 1 vs expected 1) [01:38:07.828](0.000s) ok 112 - pgbench option error: sampling => log stdout /(?^:^$)/ [01:38:07.829](0.000s) ok 113 - pgbench option error: sampling => log stderr /(?^:log sampling .* only when)/ # Running: pgbench -l --sampling-rate=0.1 --aggregate-interval=3 [01:38:07.842](0.013s) ok 114 - pgbench option error: sampling XOR aggregate status (got 1 vs expected 1) [01:38:07.842](0.000s) ok 115 - pgbench option error: sampling XOR aggregate stdout /(?^:^$)/ [01:38:07.842](0.000s) ok 116 - pgbench option error: sampling XOR aggregate stderr /(?^:sampling .* aggregation .* cannot be used at the same time)/ # Running: pgbench --aggregate-interval=3 [01:38:07.852](0.010s) ok 117 - pgbench option error: aggregate => log status (got 1 vs expected 1) [01:38:07.852](0.000s) ok 118 - pgbench option error: aggregate => log stdout /(?^:^$)/ [01:38:07.852](0.000s) ok 119 - pgbench option error: aggregate => log stderr /(?^:aggregation .* only when)/ # Running: pgbench --log-prefix=x [01:38:07.861](0.008s) ok 120 - pgbench option error: log-prefix => log status (got 1 vs expected 1) [01:38:07.861](0.000s) ok 121 - pgbench option error: log-prefix => log stdout /(?^:^$)/ [01:38:07.861](0.000s) ok 122 - pgbench option error: log-prefix => log stderr /(?^:prefix .* only when)/ # Running: pgbench -l -T 1 --aggregate-interval=3 [01:38:07.870](0.009s) ok 123 - pgbench option error: duration & aggregation status (got 1 vs expected 1) [01:38:07.870](0.000s) ok 124 - pgbench option error: duration & aggregation stdout /(?^:^$)/ [01:38:07.870](0.000s) ok 125 - pgbench option error: duration & aggregation stderr /(?^:aggr.* not be higher)/ # Running: pgbench -l -T 5 --aggregate-interval=3 [01:38:07.879](0.009s) ok 126 - pgbench option error: duration % aggregation status (got 1 vs expected 1) [01:38:07.879](0.000s) ok 127 - pgbench option error: duration % aggregation stdout /(?^:^$)/ [01:38:07.879](0.000s) ok 128 - pgbench option error: duration % aggregation stderr /(?^:multiple)/ # Running: pgbench --help [01:38:07.887](0.008s) ok 129 - pgbench help status (got 0 vs expected 0) [01:38:07.888](0.000s) ok 130 - pgbench help stdout /(?^:benchmarking tool for PostgreSQL)/ [01:38:07.888](0.000s) ok 131 - pgbench help stdout /(?^:Usage)/ [01:38:07.888](0.000s) ok 132 - pgbench help stdout /(?^:Initialization options:)/ [01:38:07.888](0.000s) ok 133 - pgbench help stdout /(?^:Common options:)/ [01:38:07.888](0.000s) ok 134 - pgbench help stdout /(?^:Report bugs to)/ [01:38:07.888](0.000s) ok 135 - pgbench help stderr /(?^:^$)/ # Running: pgbench -V [01:38:07.897](0.009s) ok 136 - pgbench version status (got 0 vs expected 0) [01:38:07.897](0.000s) ok 137 - pgbench version stdout /(?^:^pgbench .PostgreSQL. )/ [01:38:07.897](0.000s) ok 138 - pgbench version stderr /(?^:^$)/ # Running: pgbench -b list [01:38:07.905](0.008s) ok 139 - pgbench builtin list status (got 0 vs expected 0) [01:38:07.905](0.000s) ok 140 - pgbench builtin list stdout /(?^:^$)/ [01:38:07.905](0.000s) ok 141 - pgbench builtin list stderr /(?^:Available builtin scripts:)/ [01:38:07.905](0.000s) ok 142 - pgbench builtin list stderr /(?^:tpcb-like)/ [01:38:07.905](0.000s) ok 143 - pgbench builtin list stderr /(?^:simple-update)/ [01:38:07.905](0.000s) ok 144 - pgbench builtin list stderr /(?^:select-only)/ # Running: pgbench --show-script se [01:38:07.914](0.009s) ok 145 - pgbench builtin listing status (got 0 vs expected 0) [01:38:07.914](0.000s) ok 146 - pgbench builtin listing stdout /(?^:^$)/ [01:38:07.914](0.000s) ok 147 - pgbench builtin listing stderr /(?^:select-only: )/ [01:38:07.914](0.000s) ok 148 - pgbench builtin listing stderr /(?^:SELECT abalance FROM pgbench_accounts WHERE)/ [01:38:07.914](0.000s) ok 149 - pgbench builtin listing stderr /(?^:(?!UPDATE))/ [01:38:07.914](0.000s) ok 150 - pgbench builtin listing stderr /(?^:(?!INSERT))/ # Running: pgbench -f /Users/admin/pgsql/build/testrun/pgbench/002_pgbench_no_server/data/t_002_pgbench_no_server_stuff/if-noendif.sql [01:38:07.941](0.027s) ok 151 - pgbench option error: missing endif status (got 1 vs expected 1) [01:38:07.941](0.000s) ok 152 - pgbench option error: missing endif stdout /(?^:^$)/ [01:38:07.941](0.000s) ok 153 - pgbench option error: missing endif stderr /(?^:\\if without matching \\endif)/ # Running: pgbench -f /Users/admin/pgsql/build/testrun/pgbench/002_pgbench_no_server/data/t_002_pgbench_no_server_stuff/elif-noif.sql [01:38:07.971](0.030s) ok 154 - pgbench option error: missing if on elif status (got 1 vs expected 1) [01:38:07.971](0.000s) ok 155 - pgbench option error: missing if on elif stdout /(?^:^$)/ [01:38:07.971](0.000s) ok 156 - pgbench option error: missing if on elif stderr /(?^:\\elif without matching \\if)/ # Running: pgbench -f /Users/admin/pgsql/build/testrun/pgbench/002_pgbench_no_server/data/t_002_pgbench_no_server_stuff/else-noif.sql [01:38:07.990](0.019s) ok 157 - pgbench option error: missing if on else status (got 1 vs expected 1) [01:38:07.990](0.000s) ok 158 - pgbench option error: missing if on else stdout /(?^:^$)/ [01:38:07.991](0.000s) ok 159 - pgbench option error: missing if on else stderr /(?^:\\else without matching \\if)/ # Running: pgbench -f /Users/admin/pgsql/build/testrun/pgbench/002_pgbench_no_server/data/t_002_pgbench_no_server_stuff/endif-noif.sql [01:38:08.067](0.077s) ok 160 - pgbench option error: missing if on endif status (got 1 vs expected 1) [01:38:08.068](0.000s) ok 161 - pgbench option error: missing if on endif stdout /(?^:^$)/ [01:38:08.068](0.000s) ok 162 - pgbench option error: missing if on endif stderr /(?^:\\endif without matching \\if)/ # Running: pgbench -f /Users/admin/pgsql/build/testrun/pgbench/002_pgbench_no_server/data/t_002_pgbench_no_server_stuff/else-elif.sql [01:38:08.111](0.043s) ok 163 - pgbench option error: elif after else status (got 1 vs expected 1) [01:38:08.111](0.000s) ok 164 - pgbench option error: elif after else stdout /(?^:^$)/ [01:38:08.111](0.000s) ok 165 - pgbench option error: elif after else stderr /(?^:\\elif after \\else)/ # Running: pgbench -f /Users/admin/pgsql/build/testrun/pgbench/002_pgbench_no_server/data/t_002_pgbench_no_server_stuff/else-else.sql [01:38:08.136](0.025s) ok 166 - pgbench option error: else after else status (got 1 vs expected 1) [01:38:08.136](0.000s) ok 167 - pgbench option error: else after else stdout /(?^:^$)/ [01:38:08.136](0.000s) ok 168 - pgbench option error: else after else stderr /(?^:\\else after \\else)/ # Running: pgbench -f /Users/admin/pgsql/build/testrun/pgbench/002_pgbench_no_server/data/t_002_pgbench_no_server_stuff/if-bad.sql [01:38:08.148](0.012s) ok 169 - pgbench option error: if syntax error status (got 1 vs expected 1) [01:38:08.148](0.000s) ok 170 - pgbench option error: if syntax error stdout /(?^:^$)/ [01:38:08.148](0.000s) ok 171 - pgbench option error: if syntax error stderr /(?^:syntax error in command "if")/ # Running: pgbench -f /Users/admin/pgsql/build/testrun/pgbench/002_pgbench_no_server/data/t_002_pgbench_no_server_stuff/elif-bad.sql [01:38:08.161](0.013s) ok 172 - pgbench option error: elif syntax error status (got 1 vs expected 1) [01:38:08.161](0.000s) ok 173 - pgbench option error: elif syntax error stdout /(?^:^$)/ [01:38:08.161](0.000s) ok 174 - pgbench option error: elif syntax error stderr /(?^:syntax error in command "elif")/ # Running: pgbench -f /Users/admin/pgsql/build/testrun/pgbench/002_pgbench_no_server/data/t_002_pgbench_no_server_stuff/else-bad.sql [01:38:08.173](0.012s) ok 175 - pgbench option error: else syntax error status (got 1 vs expected 1) [01:38:08.173](0.000s) ok 176 - pgbench option error: else syntax error stdout /(?^:^$)/ [01:38:08.173](0.000s) ok 177 - pgbench option error: else syntax error stderr /(?^:unexpected argument in command "else")/ # Running: pgbench -f /Users/admin/pgsql/build/testrun/pgbench/002_pgbench_no_server/data/t_002_pgbench_no_server_stuff/endif-bad.sql [01:38:08.185](0.012s) ok 178 - pgbench option error: endif syntax error status (got 1 vs expected 1) [01:38:08.186](0.000s) ok 179 - pgbench option error: endif syntax error stdout /(?^:^$)/ [01:38:08.186](0.000s) ok 180 - pgbench option error: endif syntax error stderr /(?^:unexpected argument in command "endif")/ # Running: pgbench -f /Users/admin/pgsql/build/testrun/pgbench/002_pgbench_no_server/data/t_002_pgbench_no_server_stuff/bad-least.sql [01:38:08.231](0.046s) ok 181 - pgbench option error: not enough arguments for least status (got 1 vs expected 1) [01:38:08.231](0.000s) ok 182 - pgbench option error: not enough arguments for least stdout /(?^:^$)/ [01:38:08.232](0.000s) ok 183 - pgbench option error: not enough arguments for least stderr /(?^:at least one argument expected \(least\))/ # Running: pgbench -f /Users/admin/pgsql/build/testrun/pgbench/002_pgbench_no_server/data/t_002_pgbench_no_server_stuff/bad-greatest.sql [01:38:08.334](0.102s) ok 184 - pgbench option error: not enough arguments for greatest status (got 1 vs expected 1) [01:38:08.334](0.000s) ok 185 - pgbench option error: not enough arguments for greatest stdout /(?^:^$)/ [01:38:08.334](0.000s) ok 186 - pgbench option error: not enough arguments for greatest stderr /(?^:at least one argument expected \(greatest\))/ # Running: pgbench -f /Users/admin/pgsql/build/testrun/pgbench/002_pgbench_no_server/data/t_002_pgbench_no_server_stuff/bad-hash-1.sql [01:38:08.498](0.164s) ok 187 - pgbench option error: not enough arguments for hash status (got 1 vs expected 1) [01:38:08.498](0.000s) ok 188 - pgbench option error: not enough arguments for hash stdout /(?^:^$)/ [01:38:08.498](0.000s) ok 189 - pgbench option error: not enough arguments for hash stderr /(?^:unexpected number of arguments \(hash\))/ # Running: pgbench -f /Users/admin/pgsql/build/testrun/pgbench/002_pgbench_no_server/data/t_002_pgbench_no_server_stuff/bad-hash-2.sql [01:38:08.516](0.018s) ok 190 - pgbench option error: too many arguments for hash status (got 1 vs expected 1) [01:38:08.516](0.000s) ok 191 - pgbench option error: too many arguments for hash stdout /(?^:^$)/ [01:38:08.516](0.000s) ok 192 - pgbench option error: too many arguments for hash stderr /(?^:unexpected number of arguments \(hash\))/ # Running: pgbench -f /Users/admin/pgsql/build/testrun/pgbench/002_pgbench_no_server/data/t_002_pgbench_no_server_stuff/overflow-1.sql [01:38:08.526](0.010s) ok 193 - pgbench option error: bigint overflow 1 status (got 1 vs expected 1) [01:38:08.526](0.000s) ok 194 - pgbench option error: bigint overflow 1 stdout /(?^:^$)/ [01:38:08.526](0.000s) ok 195 - pgbench option error: bigint overflow 1 stderr /(?^:bigint constant overflow)/ # Running: pgbench -f /Users/admin/pgsql/build/testrun/pgbench/002_pgbench_no_server/data/t_002_pgbench_no_server_stuff/overflow-2.sql [01:38:08.549](0.023s) ok 196 - pgbench option error: double overflow 2 status (got 1 vs expected 1) [01:38:08.549](0.000s) ok 197 - pgbench option error: double overflow 2 stdout /(?^:^$)/ [01:38:08.549](0.000s) ok 198 - pgbench option error: double overflow 2 stderr /(?^:double constant overflow)/ # Running: pgbench -f /Users/admin/pgsql/build/testrun/pgbench/002_pgbench_no_server/data/t_002_pgbench_no_server_stuff/overflow-3.sql [01:38:08.573](0.024s) ok 199 - pgbench option error: double overflow 3 status (got 1 vs expected 1) [01:38:08.573](0.000s) ok 200 - pgbench option error: double overflow 3 stdout /(?^:^$)/ [01:38:08.575](0.001s) ok 201 - pgbench option error: double overflow 3 stderr /(?^:double constant overflow)/ # Running: pgbench -f /Users/admin/pgsql/build/testrun/pgbench/002_pgbench_no_server/data/t_002_pgbench_no_server_stuff/set_i_op [01:38:08.655](0.081s) ok 202 - pgbench option error: set i status (got 1 vs expected 1) [01:38:08.656](0.000s) ok 203 - pgbench option error: set i stdout /(?^:^$)/ [01:38:08.656](0.000s) ok 204 - pgbench option error: set i stderr /(?^:set i 1 )/ [01:38:08.656](0.000s) ok 205 - pgbench option error: set i stderr /(?^:\^ error found here)/ # Running: pgbench -f /Users/admin/pgsql/build/testrun/pgbench/002_pgbench_no_server/data/t_002_pgbench_no_server_stuff/bad-permute-1.sql [01:38:08.789](0.134s) ok 206 - pgbench option error: not enough arguments to permute status (got 1 vs expected 1) [01:38:08.790](0.000s) ok 207 - pgbench option error: not enough arguments to permute stdout /(?^:^$)/ [01:38:08.790](0.000s) ok 208 - pgbench option error: not enough arguments to permute stderr /(?^:unexpected number of arguments \(permute\))/ # Running: pgbench -f /Users/admin/pgsql/build/testrun/pgbench/002_pgbench_no_server/data/t_002_pgbench_no_server_stuff/bad-permute-2.sql [01:38:08.871](0.081s) ok 209 - pgbench option error: too many arguments to permute status (got 1 vs expected 1) [01:38:08.871](0.000s) ok 210 - pgbench option error: too many arguments to permute stdout /(?^:^$)/ [01:38:08.871](0.000s) ok 211 - pgbench option error: too many arguments to permute stderr /(?^:unexpected number of arguments \(permute\))/ [01:38:08.871](0.000s) 1..211 [01:38:08.871](0.000s) # Looks like you failed 1 test of 211.