Fix tests
This commit is contained in:
parent
7ea428913a
commit
0a0f2e294b
@ -1,3 +1,6 @@
|
|||||||
|
set client_min_messages to error;
|
||||||
|
\set VERBOSITY TERSE
|
||||||
|
|
||||||
-- Check correctness of an hexagons grid
|
-- Check correctness of an hexagons grid
|
||||||
--
|
--
|
||||||
-- Cells must have no overlaps and have a number of
|
-- Cells must have no overlaps and have a number of
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
SET
|
||||||
9|63|count / npoints
|
9|63|count / npoints
|
||||||
#160|t
|
#160|t
|
||||||
3886
|
3886
|
||||||
ERROR: The requested grid is too big to be rendered
|
ERROR: The requested grid is too big to be rendered
|
||||||
CONTEXT: PL/pgSQL function cdb_hexagongrid(geometry,double precision,geometry,integer) line 80 at RAISE
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
set client_min_messages to error;
|
||||||
|
\set VERBOSITY TERSE
|
||||||
|
|
||||||
-- Check small grids are generated...
|
-- Check small grids are generated...
|
||||||
SELECT COUNT(*) FROM cartodb.CDB_RectangleGrid(ST_MakeEnvelope(0,0,1000,1000,3857), 10, 10);
|
SELECT COUNT(*) FROM cartodb.CDB_RectangleGrid(ST_MakeEnvelope(0,0,1000,1000,3857), 10, 10);
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
|
SET
|
||||||
10000
|
10000
|
||||||
ERROR: The requested grid is too big to be rendered
|
ERROR: The requested grid is too big to be rendered
|
||||||
CONTEXT: PL/pgSQL function cdb_rectanglegrid(geometry,double precision,double precision,geometry,integer) line 64 at RAISE
|
|
||||||
|
Loading…
Reference in New Issue
Block a user