# Running: pgbench -h home -p 5432 -U calvin ---debug --bad-option [01:38:00.604](0.041s) ok 1 - pgbench option error: bad option status (got 1 vs expected 1) [01:38:00.604](0.000s) ok 2 - pgbench option error: bad option stdout /(?^:^$)/ [01:38:00.604](0.000s) ok 3 - pgbench option error: bad option stderr /(?^:--help.*more information)/ # Running: pgbench -d nosuchdbname [01:38:00.617](0.013s) ok 4 - pgbench option error: invalid database status (got 1 vs expected 1) [01:38:00.617](0.000s) ok 5 - pgbench option error: invalid database stdout /(?^:^$)/ [01:38:00.618](0.000s) not ok 6 - pgbench option error: invalid database stderr /(?^:database "nosuchdbname" does not exist)/ [01:38:00.618](0.000s) [01:38:00.618](0.000s) # Failed test 'pgbench option error: invalid database stderr /(?^:database "nosuchdbname" does not exist)/' # at t/002_pgbench_no_server.pl line 237. [01:38:00.618](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:00.625](0.007s) ok 7 - pgbench option error: no file status (got 1 vs expected 1) [01:38:00.626](0.000s) ok 8 - pgbench option error: no file stdout /(?^:^$)/ [01:38:00.626](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:00.635](0.009s) ok 10 - pgbench option error: no builtin status (got 1 vs expected 1) [01:38:00.635](0.000s) ok 11 - pgbench option error: no builtin stdout /(?^:^$)/ [01:38:00.635](0.000s) ok 12 - pgbench option error: no builtin stderr /(?^:no builtin script .* "no-such-builtin")/ # Running: pgbench --builtin=select-only@one [01:38:00.655](0.020s) ok 13 - pgbench option error: invalid weight status (got 1 vs expected 1) [01:38:00.655](0.000s) ok 14 - pgbench option error: invalid weight stdout /(?^:^$)/ [01:38:00.655](0.000s) ok 15 - pgbench option error: invalid weight stderr /(?^:invalid weight specification: \@one)/ # Running: pgbench -b select-only@-1 [01:38:00.667](0.012s) ok 16 - pgbench option error: invalid weight status (got 1 vs expected 1) [01:38:00.667](0.000s) ok 17 - pgbench option error: invalid weight stdout /(?^:^$)/ [01:38:00.667](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:00.687](0.019s) ok 19 - pgbench option error: too many scripts status (got 1 vs expected 1) [01:38:00.687](0.000s) ok 20 - pgbench option error: too many scripts stdout /(?^:^$)/ [01:38:00.687](0.000s) ok 21 - pgbench option error: too many scripts stderr /(?^:at most 128 SQL scripts)/ # Running: pgbench -c three [01:38:00.698](0.011s) ok 22 - pgbench option error: bad \#clients status (got 1 vs expected 1) [01:38:00.699](0.000s) ok 23 - pgbench option error: bad \#clients stdout /(?^:^$)/ [01:38:00.699](0.000s) ok 24 - pgbench option error: bad \#clients stderr /(?^:invalid value "three" for option -c/--clients)/ # Running: pgbench -j eleven [01:38:00.706](0.007s) ok 25 - pgbench option error: bad \#threads status (got 1 vs expected 1) [01:38:00.706](0.000s) ok 26 - pgbench option error: bad \#threads stdout /(?^:^$)/ [01:38:00.706](0.000s) ok 27 - pgbench option error: bad \#threads stderr /(?^:invalid value "eleven" for option -j/--jobs)/ # Running: pgbench -i -s two [01:38:00.723](0.016s) ok 28 - pgbench option error: bad scale status (got 1 vs expected 1) [01:38:00.723](0.000s) ok 29 - pgbench option error: bad scale stdout /(?^:^$)/ [01:38:00.723](0.000s) ok 30 - pgbench option error: bad scale stderr /(?^:invalid value "two" for option -s/--scale)/ # Running: pgbench -t zil [01:38:00.733](0.010s) ok 31 - pgbench option error: invalid \#transactions status (got 1 vs expected 1) [01:38:00.733](0.000s) ok 32 - pgbench option error: invalid \#transactions stdout /(?^:^$)/ [01:38:00.734](0.000s) ok 33 - pgbench option error: invalid \#transactions stderr /(?^:invalid value "zil" for option -t/--transactions)/ # Running: pgbench -T ten [01:38:00.743](0.010s) ok 34 - pgbench option error: invalid duration status (got 1 vs expected 1) [01:38:00.744](0.000s) ok 35 - pgbench option error: invalid duration stdout /(?^:^$)/ [01:38:00.744](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:00.764](0.020s) ok 37 - pgbench option error: -t XOR -T status (got 1 vs expected 1) [01:38:00.764](0.000s) ok 38 - pgbench option error: -t XOR -T stdout /(?^:^$)/ [01:38:00.764](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:00.779](0.014s) ok 40 - pgbench option error: -T XOR -t status (got 1 vs expected 1) [01:38:00.779](0.000s) ok 41 - pgbench option error: -T XOR -t stdout /(?^:^$)/ [01:38:00.779](0.000s) ok 42 - pgbench option error: -T XOR -t stderr /(?^:specify either )/ # Running: pgbench --define foobla [01:38:00.787](0.008s) ok 43 - pgbench option error: bad variable status (got 1 vs expected 1) [01:38:00.787](0.000s) ok 44 - pgbench option error: bad variable stdout /(?^:^$)/ [01:38:00.787](0.000s) ok 45 - pgbench option error: bad variable stderr /(?^:invalid variable definition)/ # Running: pgbench -F 1 [01:38:00.794](0.007s) ok 46 - pgbench option error: invalid fillfactor status (got 1 vs expected 1) [01:38:00.795](0.000s) ok 47 - pgbench option error: invalid fillfactor stdout /(?^:^$)/ [01:38:00.795](0.000s) ok 48 - pgbench option error: invalid fillfactor stderr /(?^:-F/--fillfactor must be in range)/ # Running: pgbench -M no-such-mode [01:38:00.804](0.009s) ok 49 - pgbench option error: invalid query mode status (got 1 vs expected 1) [01:38:00.805](0.000s) ok 50 - pgbench option error: invalid query mode stdout /(?^:^$)/ [01:38:00.805](0.000s) ok 51 - pgbench option error: invalid query mode stderr /(?^:invalid query mode)/ # Running: pgbench --progress=0 [01:38:00.812](0.007s) ok 52 - pgbench option error: invalid progress status (got 1 vs expected 1) [01:38:00.812](0.000s) ok 53 - pgbench option error: invalid progress stdout /(?^:^$)/ [01:38:00.813](0.000s) ok 54 - pgbench option error: invalid progress stderr /(?^:-P/--progress must be in range)/ # Running: pgbench --rate=0.0 [01:38:00.822](0.010s) ok 55 - pgbench option error: invalid rate status (got 1 vs expected 1) [01:38:00.822](0.000s) ok 56 - pgbench option error: invalid rate stdout /(?^:^$)/ [01:38:00.823](0.000s) ok 57 - pgbench option error: invalid rate stderr /(?^:invalid rate limit)/ # Running: pgbench --latency-limit=0.0 [01:38:00.830](0.007s) ok 58 - pgbench option error: invalid latency status (got 1 vs expected 1) [01:38:00.830](0.000s) ok 59 - pgbench option error: invalid latency stdout /(?^:^$)/ [01:38:00.830](0.000s) ok 60 - pgbench option error: invalid latency stderr /(?^:invalid latency limit)/ # Running: pgbench --sampling-rate=0 [01:38:00.837](0.007s) ok 61 - pgbench option error: invalid sampling rate status (got 1 vs expected 1) [01:38:00.837](0.000s) ok 62 - pgbench option error: invalid sampling rate stdout /(?^:^$)/ [01:38:00.837](0.000s) ok 63 - pgbench option error: invalid sampling rate stderr /(?^:invalid sampling rate)/ # Running: pgbench --aggregate-interval=-3 [01:38:00.845](0.007s) ok 64 - pgbench option error: invalid aggregate interval status (got 1 vs expected 1) [01:38:00.845](0.000s) ok 65 - pgbench option error: invalid aggregate interval stdout /(?^:^$)/ [01:38:00.845](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:00.853](0.008s) ok 67 - pgbench option error: weight zero status (got 1 vs expected 1) [01:38:00.853](0.000s) ok 68 - pgbench option error: weight zero stdout /(?^:^$)/ [01:38:00.853](0.000s) ok 69 - pgbench option error: weight zero stderr /(?^:weight must not be zero)/ # Running: pgbench -i -S [01:38:00.863](0.009s) ok 70 - pgbench option error: init vs run status (got 1 vs expected 1) [01:38:00.863](0.000s) ok 71 - pgbench option error: init vs run stdout /(?^:^$)/ [01:38:00.863](0.000s) ok 72 - pgbench option error: init vs run stderr /(?^:cannot be used in initialization)/ # Running: pgbench -S -F 90 [01:38:00.872](0.009s) ok 73 - pgbench option error: run vs init status (got 1 vs expected 1) [01:38:00.872](0.000s) ok 74 - pgbench option error: run vs init stdout /(?^:^$)/ [01:38:00.872](0.000s) ok 75 - pgbench option error: run vs init stderr /(?^:cannot be used in benchmarking)/ # Running: pgbench -b s [01:38:00.882](0.010s) ok 76 - pgbench option error: ambiguous builtin status (got 1 vs expected 1) [01:38:00.882](0.000s) ok 77 - pgbench option error: ambiguous builtin stdout /(?^:^$)/ [01:38:00.882](0.000s) ok 78 - pgbench option error: ambiguous builtin stderr /(?^:ambiguous)/ # Running: pgbench --progress-timestamp [01:38:00.892](0.009s) ok 79 - pgbench option error: --progress-timestamp => --progress status (got 1 vs expected 1) [01:38:00.892](0.000s) ok 80 - pgbench option error: --progress-timestamp => --progress stdout /(?^:^$)/ [01:38:00.892](0.000s) ok 81 - pgbench option error: --progress-timestamp => --progress stderr /(?^:allowed only under)/ # Running: pgbench -I dtg [01:38:00.909](0.017s) ok 82 - pgbench option error: -I without init option status (got 1 vs expected 1) [01:38:00.909](0.000s) ok 83 - pgbench option error: -I without init option stdout /(?^:^$)/ [01:38:00.909](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:00.919](0.010s) ok 85 - pgbench option error: invalid init step status (got 1 vs expected 1) [01:38:00.919](0.000s) ok 86 - pgbench option error: invalid init step stdout /(?^:^$)/ [01:38:00.919](0.000s) ok 87 - pgbench option error: invalid init step stderr /(?^:unrecognized initialization step)/ [01:38:00.919](0.000s) ok 88 - pgbench option error: invalid init step stderr /(?^:Allowed step characters are)/ # Running: pgbench --random-seed=one [01:38:00.931](0.012s) ok 89 - pgbench option error: bad random seed status (got 1 vs expected 1) [01:38:00.931](0.000s) ok 90 - pgbench option error: bad random seed stdout /(?^:^$)/ [01:38:00.931](0.000s) ok 91 - pgbench option error: bad random seed stderr /(?^:unrecognized random seed option "one")/ [01:38:00.931](0.000s) ok 92 - pgbench option error: bad random seed stderr /(?^:Expecting an unsigned integer, "time" or "rand")/ [01:38:00.931](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:00.949](0.018s) ok 94 - pgbench option error: bad partition method status (got 1 vs expected 1) [01:38:00.949](0.000s) ok 95 - pgbench option error: bad partition method stdout /(?^:^$)/ [01:38:00.949](0.000s) ok 96 - pgbench option error: bad partition method stderr /(?^:"range")/ [01:38:00.950](0.000s) ok 97 - pgbench option error: bad partition method stderr /(?^:"hash")/ [01:38:00.950](0.000s) ok 98 - pgbench option error: bad partition method stderr /(?^:"BAD")/ # Running: pgbench -i --partitions -1 [01:38:00.959](0.009s) ok 99 - pgbench option error: bad partition number status (got 1 vs expected 1) [01:38:00.959](0.000s) ok 100 - pgbench option error: bad partition number stdout /(?^:^$)/ [01:38:00.959](0.000s) ok 101 - pgbench option error: bad partition number stderr /(?^:--partitions must be in range)/ # Running: pgbench -i --partition-method=hash [01:38:00.968](0.009s) ok 102 - pgbench option error: partition method without partitioning status (got 1 vs expected 1) [01:38:00.968](0.000s) ok 103 - pgbench option error: partition method without partitioning stdout /(?^:^$)/ [01:38:00.968](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:00.978](0.010s) ok 105 - pgbench option error: bad maximum number of tries status (got 1 vs expected 1) [01:38:00.979](0.000s) ok 106 - pgbench option error: bad maximum number of tries stdout /(?^:^$)/ [01:38:00.979](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:00.993](0.014s) ok 108 - pgbench option error: an infinite number of tries status (got 1 vs expected 1) [01:38:00.993](0.001s) ok 109 - pgbench option error: an infinite number of tries stdout /(?^:^$)/ [01:38:00.993](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:01.021](0.028s) ok 111 - pgbench option error: sampling => log status (got 1 vs expected 1) [01:38:01.022](0.000s) ok 112 - pgbench option error: sampling => log stdout /(?^:^$)/ [01:38:01.022](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:01.043](0.021s) ok 114 - pgbench option error: sampling XOR aggregate status (got 1 vs expected 1) [01:38:01.043](0.000s) ok 115 - pgbench option error: sampling XOR aggregate stdout /(?^:^$)/ [01:38:01.043](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:01.059](0.016s) ok 117 - pgbench option error: aggregate => log status (got 1 vs expected 1) [01:38:01.059](0.000s) ok 118 - pgbench option error: aggregate => log stdout /(?^:^$)/ [01:38:01.060](0.000s) ok 119 - pgbench option error: aggregate => log stderr /(?^:aggregation .* only when)/ # Running: pgbench --log-prefix=x [01:38:01.073](0.014s) ok 120 - pgbench option error: log-prefix => log status (got 1 vs expected 1) [01:38:01.074](0.000s) ok 121 - pgbench option error: log-prefix => log stdout /(?^:^$)/ [01:38:01.074](0.000s) ok 122 - pgbench option error: log-prefix => log stderr /(?^:prefix .* only when)/ # Running: pgbench -l -T 1 --aggregate-interval=3 [01:38:01.083](0.009s) ok 123 - pgbench option error: duration & aggregation status (got 1 vs expected 1) [01:38:01.083](0.000s) ok 124 - pgbench option error: duration & aggregation stdout /(?^:^$)/ [01:38:01.084](0.000s) ok 125 - pgbench option error: duration & aggregation stderr /(?^:aggr.* not be higher)/ # Running: pgbench -l -T 5 --aggregate-interval=3 [01:38:01.093](0.009s) ok 126 - pgbench option error: duration % aggregation status (got 1 vs expected 1) [01:38:01.093](0.000s) ok 127 - pgbench option error: duration % aggregation stdout /(?^:^$)/ [01:38:01.093](0.000s) ok 128 - pgbench option error: duration % aggregation stderr /(?^:multiple)/ # Running: pgbench --help [01:38:01.101](0.008s) ok 129 - pgbench help status (got 0 vs expected 0) [01:38:01.101](0.000s) ok 130 - pgbench help stdout /(?^:benchmarking tool for PostgreSQL)/ [01:38:01.101](0.000s) ok 131 - pgbench help stdout /(?^:Usage)/ [01:38:01.102](0.000s) ok 132 - pgbench help stdout /(?^:Initialization options:)/ [01:38:01.102](0.000s) ok 133 - pgbench help stdout /(?^:Common options:)/ [01:38:01.102](0.000s) ok 134 - pgbench help stdout /(?^:Report bugs to)/ [01:38:01.102](0.000s) ok 135 - pgbench help stderr /(?^:^$)/ # Running: pgbench -V [01:38:01.111](0.009s) ok 136 - pgbench version status (got 0 vs expected 0) [01:38:01.111](0.000s) ok 137 - pgbench version stdout /(?^:^pgbench .PostgreSQL. )/ [01:38:01.111](0.000s) ok 138 - pgbench version stderr /(?^:^$)/ # Running: pgbench -b list [01:38:01.119](0.008s) ok 139 - pgbench builtin list status (got 0 vs expected 0) [01:38:01.119](0.000s) ok 140 - pgbench builtin list stdout /(?^:^$)/ [01:38:01.119](0.000s) ok 141 - pgbench builtin list stderr /(?^:Available builtin scripts:)/ [01:38:01.119](0.000s) ok 142 - pgbench builtin list stderr /(?^:tpcb-like)/ [01:38:01.119](0.000s) ok 143 - pgbench builtin list stderr /(?^:simple-update)/ [01:38:01.119](0.000s) ok 144 - pgbench builtin list stderr /(?^:select-only)/ # Running: pgbench --show-script se [01:38:01.127](0.008s) ok 145 - pgbench builtin listing status (got 0 vs expected 0) [01:38:01.128](0.000s) ok 146 - pgbench builtin listing stdout /(?^:^$)/ [01:38:01.128](0.000s) ok 147 - pgbench builtin listing stderr /(?^:select-only: )/ [01:38:01.128](0.000s) ok 148 - pgbench builtin listing stderr /(?^:SELECT abalance FROM pgbench_accounts WHERE)/ [01:38:01.128](0.000s) ok 149 - pgbench builtin listing stderr /(?^:(?!UPDATE))/ [01:38:01.128](0.000s) ok 150 - pgbench builtin listing stderr /(?^:(?!INSERT))/ # Running: pgbench -f /tmp/cirrus-ci-build/src/bin/pgbench/tmp_check/t_002_pgbench_no_server_stuff/if-noendif.sql [01:38:01.136](0.008s) ok 151 - pgbench option error: missing endif status (got 1 vs expected 1) [01:38:01.136](0.000s) ok 152 - pgbench option error: missing endif stdout /(?^:^$)/ [01:38:01.136](0.000s) ok 153 - pgbench option error: missing endif stderr /(?^:\\if without matching \\endif)/ # Running: pgbench -f /tmp/cirrus-ci-build/src/bin/pgbench/tmp_check/t_002_pgbench_no_server_stuff/elif-noif.sql [01:38:01.155](0.019s) ok 154 - pgbench option error: missing if on elif status (got 1 vs expected 1) [01:38:01.155](0.000s) ok 155 - pgbench option error: missing if on elif stdout /(?^:^$)/ [01:38:01.155](0.000s) ok 156 - pgbench option error: missing if on elif stderr /(?^:\\elif without matching \\if)/ # Running: pgbench -f /tmp/cirrus-ci-build/src/bin/pgbench/tmp_check/t_002_pgbench_no_server_stuff/else-noif.sql [01:38:01.164](0.008s) ok 157 - pgbench option error: missing if on else status (got 1 vs expected 1) [01:38:01.164](0.000s) ok 158 - pgbench option error: missing if on else stdout /(?^:^$)/ [01:38:01.164](0.000s) ok 159 - pgbench option error: missing if on else stderr /(?^:\\else without matching \\if)/ # Running: pgbench -f /tmp/cirrus-ci-build/src/bin/pgbench/tmp_check/t_002_pgbench_no_server_stuff/endif-noif.sql [01:38:01.172](0.008s) ok 160 - pgbench option error: missing if on endif status (got 1 vs expected 1) [01:38:01.172](0.000s) ok 161 - pgbench option error: missing if on endif stdout /(?^:^$)/ [01:38:01.173](0.000s) ok 162 - pgbench option error: missing if on endif stderr /(?^:\\endif without matching \\if)/ # Running: pgbench -f /tmp/cirrus-ci-build/src/bin/pgbench/tmp_check/t_002_pgbench_no_server_stuff/else-elif.sql [01:38:01.194](0.021s) ok 163 - pgbench option error: elif after else status (got 1 vs expected 1) [01:38:01.194](0.000s) ok 164 - pgbench option error: elif after else stdout /(?^:^$)/ [01:38:01.194](0.000s) ok 165 - pgbench option error: elif after else stderr /(?^:\\elif after \\else)/ # Running: pgbench -f /tmp/cirrus-ci-build/src/bin/pgbench/tmp_check/t_002_pgbench_no_server_stuff/else-else.sql [01:38:01.206](0.012s) ok 166 - pgbench option error: else after else status (got 1 vs expected 1) [01:38:01.207](0.000s) ok 167 - pgbench option error: else after else stdout /(?^:^$)/ [01:38:01.207](0.000s) ok 168 - pgbench option error: else after else stderr /(?^:\\else after \\else)/ # Running: pgbench -f /tmp/cirrus-ci-build/src/bin/pgbench/tmp_check/t_002_pgbench_no_server_stuff/if-bad.sql [01:38:01.214](0.008s) ok 169 - pgbench option error: if syntax error status (got 1 vs expected 1) [01:38:01.215](0.000s) ok 170 - pgbench option error: if syntax error stdout /(?^:^$)/ [01:38:01.215](0.000s) ok 171 - pgbench option error: if syntax error stderr /(?^:syntax error in command "if")/ # Running: pgbench -f /tmp/cirrus-ci-build/src/bin/pgbench/tmp_check/t_002_pgbench_no_server_stuff/elif-bad.sql [01:38:01.222](0.007s) ok 172 - pgbench option error: elif syntax error status (got 1 vs expected 1) [01:38:01.222](0.000s) ok 173 - pgbench option error: elif syntax error stdout /(?^:^$)/ [01:38:01.222](0.000s) ok 174 - pgbench option error: elif syntax error stderr /(?^:syntax error in command "elif")/ # Running: pgbench -f /tmp/cirrus-ci-build/src/bin/pgbench/tmp_check/t_002_pgbench_no_server_stuff/else-bad.sql [01:38:01.230](0.008s) ok 175 - pgbench option error: else syntax error status (got 1 vs expected 1) [01:38:01.230](0.000s) ok 176 - pgbench option error: else syntax error stdout /(?^:^$)/ [01:38:01.231](0.000s) ok 177 - pgbench option error: else syntax error stderr /(?^:unexpected argument in command "else")/ # Running: pgbench -f /tmp/cirrus-ci-build/src/bin/pgbench/tmp_check/t_002_pgbench_no_server_stuff/endif-bad.sql [01:38:01.248](0.017s) ok 178 - pgbench option error: endif syntax error status (got 1 vs expected 1) [01:38:01.248](0.000s) ok 179 - pgbench option error: endif syntax error stdout /(?^:^$)/ [01:38:01.248](0.000s) ok 180 - pgbench option error: endif syntax error stderr /(?^:unexpected argument in command "endif")/ # Running: pgbench -f /tmp/cirrus-ci-build/src/bin/pgbench/tmp_check/t_002_pgbench_no_server_stuff/bad-least.sql [01:38:01.256](0.008s) ok 181 - pgbench option error: not enough arguments for least status (got 1 vs expected 1) [01:38:01.256](0.000s) ok 182 - pgbench option error: not enough arguments for least stdout /(?^:^$)/ [01:38:01.257](0.000s) ok 183 - pgbench option error: not enough arguments for least stderr /(?^:at least one argument expected \(least\))/ # Running: pgbench -f /tmp/cirrus-ci-build/src/bin/pgbench/tmp_check/t_002_pgbench_no_server_stuff/bad-greatest.sql [01:38:01.267](0.010s) ok 184 - pgbench option error: not enough arguments for greatest status (got 1 vs expected 1) [01:38:01.267](0.000s) ok 185 - pgbench option error: not enough arguments for greatest stdout /(?^:^$)/ [01:38:01.268](0.000s) ok 186 - pgbench option error: not enough arguments for greatest stderr /(?^:at least one argument expected \(greatest\))/ # Running: pgbench -f /tmp/cirrus-ci-build/src/bin/pgbench/tmp_check/t_002_pgbench_no_server_stuff/bad-hash-1.sql [01:38:01.278](0.010s) ok 187 - pgbench option error: not enough arguments for hash status (got 1 vs expected 1) [01:38:01.278](0.000s) ok 188 - pgbench option error: not enough arguments for hash stdout /(?^:^$)/ [01:38:01.278](0.000s) ok 189 - pgbench option error: not enough arguments for hash stderr /(?^:unexpected number of arguments \(hash\))/ # Running: pgbench -f /tmp/cirrus-ci-build/src/bin/pgbench/tmp_check/t_002_pgbench_no_server_stuff/bad-hash-2.sql [01:38:01.293](0.015s) ok 190 - pgbench option error: too many arguments for hash status (got 1 vs expected 1) [01:38:01.294](0.000s) ok 191 - pgbench option error: too many arguments for hash stdout /(?^:^$)/ [01:38:01.294](0.000s) ok 192 - pgbench option error: too many arguments for hash stderr /(?^:unexpected number of arguments \(hash\))/ # Running: pgbench -f /tmp/cirrus-ci-build/src/bin/pgbench/tmp_check/t_002_pgbench_no_server_stuff/overflow-1.sql [01:38:01.306](0.013s) ok 193 - pgbench option error: bigint overflow 1 status (got 1 vs expected 1) [01:38:01.307](0.000s) ok 194 - pgbench option error: bigint overflow 1 stdout /(?^:^$)/ [01:38:01.307](0.000s) ok 195 - pgbench option error: bigint overflow 1 stderr /(?^:bigint constant overflow)/ # Running: pgbench -f /tmp/cirrus-ci-build/src/bin/pgbench/tmp_check/t_002_pgbench_no_server_stuff/overflow-2.sql [01:38:01.315](0.008s) ok 196 - pgbench option error: double overflow 2 status (got 1 vs expected 1) [01:38:01.315](0.000s) ok 197 - pgbench option error: double overflow 2 stdout /(?^:^$)/ [01:38:01.315](0.000s) ok 198 - pgbench option error: double overflow 2 stderr /(?^:double constant overflow)/ # Running: pgbench -f /tmp/cirrus-ci-build/src/bin/pgbench/tmp_check/t_002_pgbench_no_server_stuff/overflow-3.sql [01:38:01.323](0.008s) ok 199 - pgbench option error: double overflow 3 status (got 1 vs expected 1) [01:38:01.323](0.000s) ok 200 - pgbench option error: double overflow 3 stdout /(?^:^$)/ [01:38:01.323](0.000s) ok 201 - pgbench option error: double overflow 3 stderr /(?^:double constant overflow)/ # Running: pgbench -f /tmp/cirrus-ci-build/src/bin/pgbench/tmp_check/t_002_pgbench_no_server_stuff/set_i_op [01:38:01.331](0.007s) ok 202 - pgbench option error: set i status (got 1 vs expected 1) [01:38:01.331](0.000s) ok 203 - pgbench option error: set i stdout /(?^:^$)/ [01:38:01.331](0.000s) ok 204 - pgbench option error: set i stderr /(?^:set i 1 )/ [01:38:01.331](0.000s) ok 205 - pgbench option error: set i stderr /(?^:\^ error found here)/ # Running: pgbench -f /tmp/cirrus-ci-build/src/bin/pgbench/tmp_check/t_002_pgbench_no_server_stuff/bad-permute-1.sql [01:38:01.341](0.009s) ok 206 - pgbench option error: not enough arguments to permute status (got 1 vs expected 1) [01:38:01.341](0.000s) ok 207 - pgbench option error: not enough arguments to permute stdout /(?^:^$)/ [01:38:01.341](0.000s) ok 208 - pgbench option error: not enough arguments to permute stderr /(?^:unexpected number of arguments \(permute\))/ # Running: pgbench -f /tmp/cirrus-ci-build/src/bin/pgbench/tmp_check/t_002_pgbench_no_server_stuff/bad-permute-2.sql [01:38:01.355](0.014s) ok 209 - pgbench option error: too many arguments to permute status (got 1 vs expected 1) [01:38:01.356](0.000s) ok 210 - pgbench option error: too many arguments to permute stdout /(?^:^$)/ [01:38:01.356](0.000s) ok 211 - pgbench option error: too many arguments to permute stderr /(?^:unexpected number of arguments \(permute\))/ [01:38:01.356](0.000s) 1..211 [01:38:01.357](0.001s) # Looks like you failed 1 test of 211.