Andy Eschbacher
2fe02d8154
fix alias of column
2017-12-05 16:24:11 -05:00
Andy Eschbacher
691b9a8312
moves quantile bins to use postgres precentile functions
2017-12-05 16:16:39 -05:00
Raul Marin
0f7a1c4882
Remove PARALLEL mode in older versions (up to 9.6)
2017-11-13 09:35:20 +01:00
Raul Marin
f24d15f6ca
Fix issues when running under pg10
2017-10-25 14:38:06 +02:00
Rafa de la Torre
711c954d1a
Fix evil tests #305
...
Basically force generation of long name identifiers that conflict
with first choice of another unique identifier.
2017-06-29 18:53:26 +02:00
Rafa de la Torre
8db73ae9bd
Add test for faulty use case #305
2017-06-29 17:53:43 +02:00
Javier Goizueta
68a0752849
Use PG 9.5 for travis tests; fix tests
2017-04-10 15:58:49 +02:00
Javier Goizueta
815b5b429d
Fix tests
2017-04-10 13:50:37 +02:00
Javier Goizueta
76bdb3657a
Fix tests
2017-04-10 12:17:47 +02:00
Javier Goizueta
a486eed2e3
Add CDB_EstimateRowCount function
...
See #295
2017-04-07 15:35:48 +02:00
Javier Goizueta
25d27263cb
Merge pull request #249 from CartoDB/nullbins
...
Test behavior of binning fuctions with nulls
2016-11-30 16:09:23 +01:00
Javier Goizueta
399b680b41
Merge pull request #283 from CartoDB/157-test-fixes
...
Fix tests: race condition with publicuser #157
2016-11-30 16:08:21 +01:00
Rafa de la Torre
30cd4cf1f9
Fix tests: race condition with publicuser #157
2016-10-17 16:31:10 +02:00
Javier Goizueta
1356131ec1
Fix tests
2016-10-14 11:22:06 +02:00
Javier Goizueta
07892271e5
Exclude analysis cache tables from the quota
...
See #277
2016-10-14 10:56:14 +02:00
Javier Goizueta
4786e0a2ae
Test cleanup
2016-10-11 17:49:50 +02:00
Javier Goizueta
358c89b332
Add tests for CDB_CheckAnalysisQuota()
2016-10-11 16:35:08 +02:00
Javier Goizueta
1f01ecae30
Exclude overviews from user data size
...
Fixes #261
Some internal functions from the Overviews module
have been moved to a separate file because they're now
used from Quaota function.
2016-06-13 10:04:13 +02:00
Paul Norman
3122a0479d
Test behavior of binning fuctions with nulls
...
All test results are based off of existing behavior, which doesn't
always make sense (ref #247 )
2016-04-28 09:59:33 -07:00
Raul Ochoa
de5a702510
Adds table for storing camshaft analysis nodes
2016-04-18 17:41:39 +02:00
Javier Goizueta
09ad550de3
Fix tests
2016-04-15 17:50:47 +02:00
Javier Goizueta
45f063d469
Aggregate small number of text items in overviews
...
Instead of nulling text fields for non-singleton aggregated records
concatenate distinct text values when they're few (5 or less).
Fixes #231
2016-04-15 12:37:16 +02:00
Javier Goizueta
176d69d09e
Fix AVG computation in overview tables
...
Fixes #232
Averages of averages are not equal to overall averages.
2016-04-15 10:48:08 +02:00
Carla
213adcca16
Fixes tests for tolerance_px = 1.0, with no zoom 3
2016-04-14 11:24:10 +02:00
Javier Goizueta
f0ff197c56
Merge branch 'master' into 219-overviews-tolerance
...
# Conflicts:
# scripts-available/CDB_Overviews.sql
# test/CDB_OverviewsTest_expect
2016-04-05 13:08:22 +02:00
Javier Goizueta
57c32332e2
New function CDB_CreateOverviewsWithToleranceInPixels
...
This function allows defining the previously fixed parameter grid_px.
The lim parameter used to define the reference Z level is also
correlated to this value.
Fixes #219
2016-04-04 19:21:10 +02:00
Javier Goizueta
6d9424746c
Fix expected tests output
2016-04-04 17:42:10 +02:00
Javier Goizueta
c0262a05eb
Fix CDB_Overviews for cases that require explicit schema name
...
Fixes #218
2016-04-04 17:02:59 +02:00
Javier Goizueta
603b1ceed8
Adjust Overviews test expectations
2016-03-21 12:58:00 +01:00
Javier Goizueta
0caf6c50dd
Fix the tests for boolean columns and overview creation
2016-03-21 12:27:00 +01:00
Javier Goizueta
70eeab5748
Tests for revealing issue #211
...
Test creating overviews for tables with boolean columns
2016-03-17 19:27:51 +01:00
Carla
16cf70bb4a
Merge pull request #202 from CartoDB/cartodbfication_cartodb_id_text
...
Add support to detect string cartodb_id columns
2016-03-15 10:49:22 +01:00
Carla Iriberri
7b48c2765e
Fix error detection and fix tests
2016-03-08 14:06:58 +01:00
Carla Iriberri
3d0f580fc2
Add idempotence test
2016-03-08 12:10:46 +01:00
Carla Iriberri
f4b51807a1
Make cartodb_id inconsistencies fail and update tests
2016-03-08 11:58:30 +01:00
Carla Iriberri
73906b60da
Verbosity terse for tests
2016-03-02 18:19:21 +01:00
Carla Iriberri
03ff0365fd
Change exception message and edit tests
2016-03-02 17:41:02 +01:00
Alejandro Martínez
90c16fdb13
Fully qualify invalidations
2016-03-02 16:22:22 +01:00
Carla Iriberri
a80664e72a
Delete outdated comments
2016-03-02 15:53:20 +01:00
Carla Iriberri
7e2193d3db
Fix test expectation
2016-03-02 15:52:57 +01:00
Carla Iriberri
7559257d49
cartodb_id string tests
2016-03-01 17:45:15 +01:00
Alejandro Martínez
56fed12392
Add CDB_TableMetadata_Text view as a proxy to access FDW tablemetadata
2016-02-11 19:16:00 +01:00
Rafa de la Torre
9596e8d9bc
A couple checks for quoted idents in CDB_Last_Updated_Time
2016-02-10 19:10:57 +01:00
Rafa de la Torre
06036e2fe8
Quote identifiers returned by CDB_QueryTables_Updated_At
2016-02-10 18:58:01 +01:00
Rafa de la Torre
2bce771488
Add some tests
...
Tests for:
* CDB_QueryTables_Updated_At
* CDB_Last_Updated_Time
2016-02-09 19:24:08 +01:00
Alejandro Martínez
fdbad0f93c
Fix specs on 9.3
2016-02-08 17:33:41 +01:00
Alejandro Martínez
131aee1503
Fully qualify function names
2016-02-08 16:35:26 +01:00
Alejandro Martínez
e858ddfa0b
Add CDB_ForeignTable specs
2016-02-08 15:46:25 +01:00
Javier Goizueta
00bd302f01
Avoid creating GridCluster overviews for non-point datasets
2016-01-29 16:19:35 +01:00
Javier Goizueta
6a5e4b0460
Fix overviews tests
...
The aggregation method for strings has changed
2016-01-27 16:54:30 +01:00