Skip to content

Commit 5f9b0e8

Browse files
committed
Eradicate NOTICE logs from tests.
1 parent 0307216 commit 5f9b0e8

19 files changed

+3
-33
lines changed

regress/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ OUT := $(SQL:%.sql=%.out)
6464
# Print NULL values explicitly.
6565
PSQLOPTS = --echo-all -P null=NULL
6666

67+
# Disable NOTICE log messages
68+
export PGOPTIONS := --client-min-messages=warning
69+
6770
all: $(OUT)
6871

6972
clean:

regress/add_agg.ref

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ SELECT hll_set_output_version(1);
88
(1 row)
99

1010
DROP TABLE IF EXISTS test_khvengxf;
11-
psql:add_agg.sql:7: NOTICE: table "test_khvengxf" does not exist, skipping
1211
DROP TABLE
1312
CREATE TABLE test_khvengxf (
1413
val integer

regress/agg_oob.ref

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ SELECT hll_set_output_version(1);
1010
(1 row)
1111

1212
DROP TABLE IF EXISTS test_wdflbzfx;
13-
psql:agg_oob.sql:9: NOTICE: table "test_wdflbzfx" does not exist, skipping
1413
DROP TABLE
1514
CREATE TABLE test_wdflbzfx (
1615
recno SERIAL,
1716
v1 hll
1817
);
19-
psql:agg_oob.sql:14: NOTICE: CREATE TABLE will create implicit sequence "test_wdflbzfx_recno_seq" for serial column "test_wdflbzfx.recno"
2018
CREATE TABLE
2119
INSERT INTO test_wdflbzfx (recno, v1) VALUES
2220
-- NULL --

regress/cumulative_add_cardinality_correction.ref

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ SELECT hll_set_max_sparse(0);
1717
(1 row)
1818

1919
DROP TABLE IF EXISTS test_msgfjqhm;
20-
psql:cumulative_add_cardinality_correction.sql:12: NOTICE: table "test_msgfjqhm" does not exist, skipping
2120
DROP TABLE
2221
CREATE TABLE test_msgfjqhm (
2322
recno SERIAL,
2423
cardinality double precision,
2524
raw_value bigint,
2625
union_compressed_multiset hll
2726
);
28-
psql:cumulative_add_cardinality_correction.sql:19: NOTICE: CREATE TABLE will create implicit sequence "test_msgfjqhm_recno_seq" for serial column "test_msgfjqhm.recno"
2927
CREATE TABLE
3028
-- Copy the CSV data into the table
3129
--

regress/cumulative_add_comprehensive_promotion.ref

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ SELECT hll_set_max_sparse(512);
1717
(1 row)
1818

1919
DROP TABLE IF EXISTS test_ptwysrqk;
20-
psql:cumulative_add_comprehensive_promotion.sql:12: NOTICE: table "test_ptwysrqk" does not exist, skipping
2120
DROP TABLE
2221
CREATE TABLE test_ptwysrqk (
2322
recno SERIAL,
2423
cardinality double precision,
2524
raw_value bigint,
2625
union_compressed_multiset hll
2726
);
28-
psql:cumulative_add_comprehensive_promotion.sql:19: NOTICE: CREATE TABLE will create implicit sequence "test_ptwysrqk_recno_seq" for serial column "test_ptwysrqk.recno"
2927
CREATE TABLE
3028
-- Copy the CSV data into the table
3129
--

regress/cumulative_add_sparse_edge.ref

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ SELECT hll_set_max_sparse(512);
1717
(1 row)
1818

1919
DROP TABLE IF EXISTS test_eopzdzwz;
20-
psql:cumulative_add_sparse_edge.sql:12: NOTICE: table "test_eopzdzwz" does not exist, skipping
2120
DROP TABLE
2221
CREATE TABLE test_eopzdzwz (
2322
recno SERIAL,
2423
cardinality double precision,
2524
raw_value bigint,
2625
union_compressed_multiset hll
2726
);
28-
psql:cumulative_add_sparse_edge.sql:19: NOTICE: CREATE TABLE will create implicit sequence "test_eopzdzwz_recno_seq" for serial column "test_eopzdzwz.recno"
2927
CREATE TABLE
3028
-- Copy the CSV data into the table
3129
--

regress/cumulative_add_sparse_random.ref

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ SELECT hll_set_output_version(1);
88
(1 row)
99

1010
DROP TABLE IF EXISTS test_beelewuo;
11-
psql:cumulative_add_sparse_random.sql:7: NOTICE: table "test_beelewuo" does not exist, skipping
1211
DROP TABLE
1312
CREATE TABLE test_beelewuo (
1413
recno SERIAL,
1514
cardinality double precision,
1615
raw_value bigint,
1716
union_compressed_multiset hll
1817
);
19-
psql:cumulative_add_sparse_random.sql:14: NOTICE: CREATE TABLE will create implicit sequence "test_beelewuo_recno_seq" for serial column "test_beelewuo.recno"
2018
CREATE TABLE
2119
-- Copy the CSV data into the table
2220
--

regress/cumulative_add_sparse_step.ref

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ SELECT hll_set_output_version(1);
88
(1 row)
99

1010
DROP TABLE IF EXISTS test_lunfjncl;
11-
psql:cumulative_add_sparse_step.sql:7: NOTICE: table "test_lunfjncl" does not exist, skipping
1211
DROP TABLE
1312
CREATE TABLE test_lunfjncl (
1413
recno SERIAL,
1514
cardinality double precision,
1615
raw_value bigint,
1716
union_compressed_multiset hll
1817
);
19-
psql:cumulative_add_sparse_step.sql:14: NOTICE: CREATE TABLE will create implicit sequence "test_lunfjncl_recno_seq" for serial column "test_lunfjncl.recno"
2018
CREATE TABLE
2119
-- Copy the CSV data into the table
2220
--

regress/cumulative_union_comprehensive.ref

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ SELECT hll_set_output_version(1);
77
(1 row)
88

99
DROP TABLE IF EXISTS test_rhswkjtc;
10-
psql:cumulative_union_comprehensive.sql:6: NOTICE: table "test_rhswkjtc" does not exist, skipping
1110
DROP TABLE
1211
CREATE TABLE test_rhswkjtc (
1312
recno SERIAL,
@@ -16,7 +15,6 @@ CREATE TABLE test_rhswkjtc (
1615
union_cardinality double precision,
1716
union_compressed_multiset hll
1817
);
19-
psql:cumulative_union_comprehensive.sql:14: NOTICE: CREATE TABLE will create implicit sequence "test_rhswkjtc_recno_seq" for serial column "test_rhswkjtc.recno"
2018
CREATE TABLE
2119
-- Copy the CSV data into the table
2220
--

regress/cumulative_union_explicit_explicit.ref

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ SELECT hll_set_output_version(1);
77
(1 row)
88

99
DROP TABLE IF EXISTS test_swlnhisq;
10-
psql:cumulative_union_explicit_explicit.sql:6: NOTICE: table "test_swlnhisq" does not exist, skipping
1110
DROP TABLE
1211
CREATE TABLE test_swlnhisq (
1312
recno SERIAL,
@@ -16,7 +15,6 @@ CREATE TABLE test_swlnhisq (
1615
union_cardinality double precision,
1716
union_compressed_multiset hll
1817
);
19-
psql:cumulative_union_explicit_explicit.sql:14: NOTICE: CREATE TABLE will create implicit sequence "test_swlnhisq_recno_seq" for serial column "test_swlnhisq.recno"
2018
CREATE TABLE
2119
-- Copy the CSV data into the table
2220
--

regress/cumulative_union_explicit_promotion.ref

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ SELECT hll_set_max_sparse(512);
1616
(1 row)
1717

1818
DROP TABLE IF EXISTS test_wsdiietv;
19-
psql:cumulative_union_explicit_promotion.sql:11: NOTICE: table "test_wsdiietv" does not exist, skipping
2019
DROP TABLE
2120
CREATE TABLE test_wsdiietv (
2221
recno SERIAL,
@@ -25,7 +24,6 @@ CREATE TABLE test_wsdiietv (
2524
union_cardinality double precision,
2625
union_compressed_multiset hll
2726
);
28-
psql:cumulative_union_explicit_promotion.sql:19: NOTICE: CREATE TABLE will create implicit sequence "test_wsdiietv_recno_seq" for serial column "test_wsdiietv.recno"
2927
CREATE TABLE
3028
-- Copy the CSV data into the table
3129
--

regress/cumulative_union_probabilistic_probabilistic.ref

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ SELECT hll_set_output_version(1);
77
(1 row)
88

99
DROP TABLE IF EXISTS test_mpuahgwy;
10-
psql:cumulative_union_probabilistic_probabilistic.sql:6: NOTICE: table "test_mpuahgwy" does not exist, skipping
1110
DROP TABLE
1211
CREATE TABLE test_mpuahgwy (
1312
recno SERIAL,
@@ -16,7 +15,6 @@ CREATE TABLE test_mpuahgwy (
1615
union_cardinality double precision,
1716
union_compressed_multiset hll
1817
);
19-
psql:cumulative_union_probabilistic_probabilistic.sql:14: NOTICE: CREATE TABLE will create implicit sequence "test_mpuahgwy_recno_seq" for serial column "test_mpuahgwy.recno"
2018
CREATE TABLE
2119
-- Copy the CSV data into the table
2220
--

regress/cumulative_union_sparse_full_representation.ref

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ SELECT hll_set_max_sparse(512);
1616
(1 row)
1717

1818
DROP TABLE IF EXISTS test_tagumlbl;
19-
psql:cumulative_union_sparse_full_representation.sql:11: NOTICE: table "test_tagumlbl" does not exist, skipping
2019
DROP TABLE
2120
CREATE TABLE test_tagumlbl (
2221
recno SERIAL,
@@ -25,7 +24,6 @@ CREATE TABLE test_tagumlbl (
2524
union_cardinality double precision,
2625
union_compressed_multiset hll
2726
);
28-
psql:cumulative_union_sparse_full_representation.sql:19: NOTICE: CREATE TABLE will create implicit sequence "test_tagumlbl_recno_seq" for serial column "test_tagumlbl.recno"
2927
CREATE TABLE
3028
-- Copy the CSV data into the table
3129
--

regress/cumulative_union_sparse_promotion.ref

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ SELECT hll_set_max_sparse(512);
1616
(1 row)
1717

1818
DROP TABLE IF EXISTS test_bsnvqefe;
19-
psql:cumulative_union_sparse_promotion.sql:11: NOTICE: table "test_bsnvqefe" does not exist, skipping
2019
DROP TABLE
2120
CREATE TABLE test_bsnvqefe (
2221
recno SERIAL,
@@ -25,7 +24,6 @@ CREATE TABLE test_bsnvqefe (
2524
union_cardinality double precision,
2625
union_compressed_multiset hll
2726
);
28-
psql:cumulative_union_sparse_promotion.sql:19: NOTICE: CREATE TABLE will create implicit sequence "test_bsnvqefe_recno_seq" for serial column "test_bsnvqefe.recno"
2927
CREATE TABLE
3028
-- Copy the CSV data into the table
3129
--

regress/cumulative_union_sparse_sparse.ref

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ SELECT hll_set_output_version(1);
77
(1 row)
88

99
DROP TABLE IF EXISTS test_bmbffonl;
10-
psql:cumulative_union_sparse_sparse.sql:6: NOTICE: table "test_bmbffonl" does not exist, skipping
1110
DROP TABLE
1211
CREATE TABLE test_bmbffonl (
1312
recno SERIAL,
@@ -16,7 +15,6 @@ CREATE TABLE test_bmbffonl (
1615
union_cardinality double precision,
1716
union_compressed_multiset hll
1817
);
19-
psql:cumulative_union_sparse_sparse.sql:14: NOTICE: CREATE TABLE will create implicit sequence "test_bmbffonl_recno_seq" for serial column "test_bmbffonl.recno"
2018
CREATE TABLE
2119
-- Copy the CSV data into the table
2220
--

regress/murmur_bigint.ref

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ SELECT hll_set_output_version(1);
88
(1 row)
99

1010
DROP TABLE IF EXISTS test_seznjqbb;
11-
psql:murmur_bigint.sql:7: NOTICE: table "test_seznjqbb" does not exist, skipping
1211
DROP TABLE
1312
CREATE TABLE test_seznjqbb (
1413
recno SERIAL,
1514
seed integer,
1615
pre_hash_long bigint,
1716
post_hash_long bigint
1817
);
19-
psql:murmur_bigint.sql:14: NOTICE: CREATE TABLE will create implicit sequence "test_seznjqbb_recno_seq" for serial column "test_seznjqbb.recno"
2018
CREATE TABLE
2119
\copy test_seznjqbb (seed, pre_hash_long, post_hash_long) from pstdin with csv header
2220
SELECT COUNT(*) FROM test_seznjqbb;

regress/murmur_bytea.ref

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ SELECT hll_set_output_version(1);
88
(1 row)
99

1010
DROP TABLE IF EXISTS test_qfwzdmoy;
11-
psql:murmur_bytea.sql:7: NOTICE: table "test_qfwzdmoy" does not exist, skipping
1211
DROP TABLE
1312
CREATE TABLE test_qfwzdmoy (
1413
recno SERIAL,
1514
seed integer,
1615
pre_hash_long bytea,
1716
post_hash_long bigint
1817
);
19-
psql:murmur_bytea.sql:14: NOTICE: CREATE TABLE will create implicit sequence "test_qfwzdmoy_recno_seq" for serial column "test_qfwzdmoy.recno"
2018
CREATE TABLE
2119
\copy test_qfwzdmoy (seed, pre_hash_long, post_hash_long) from pstdin with csv header
2220
SELECT COUNT(*) FROM test_qfwzdmoy;

regress/typmod.ref

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ SELECT hll_set_output_version(1);
88
(1 row)
99

1010
DROP TABLE IF EXISTS test_qiundgkm;
11-
psql:typmod.sql:7: NOTICE: table "test_qiundgkm" does not exist, skipping
1211
DROP TABLE
1312
-- Using all defaults.
1413
CREATE TABLE test_qiundgkm (v1 hll);

regress/typmod_insert.ref

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ SELECT hll_set_output_version(1);
55
(1 row)
66

77
DROP TABLE IF EXISTS test_trsybeqs;
8-
psql:typmod_insert.sql:3: NOTICE: table "test_trsybeqs" does not exist, skipping
98
DROP TABLE
109
CREATE TABLE test_trsybeqs (
1110
val hll(10)

0 commit comments

Comments
 (0)