CartoDB / bigmetadata

BSD 3-Clause "New" or "Revised" License
43 stars 11 forks source link

Fix auto-failing tests #24

Closed talos closed 8 years ago

talos commented 8 years ago
talos commented 8 years ago

autotest.test_measure_points(u'us.census.acs.B08006008',) is failing because it has a nonzero weight but no entries in columntable, and does not actually exist in data tables. Likely it is not the only one.

talos commented 8 years ago

autotest.test_measure_points(u'us.census.acs.B08006008',) is orphaned. Should be possible to eliminate by killing columns with out-of-date versions.

talos commented 8 years ago

FAIL: autotest.test_measure_points(u'us.census.acs.B12005001',) is failing because pop_15_and_over is NULL at the block-group level for 2010-2014. Either want to find alternative or eliminate this measure from the catalog for now.

Would be resolved by https://github.com/CartoDB/bigmetadata/issues/25

talos commented 8 years ago

FAIL: autotest.test_measure_points(u'us.census.acs.B12005001',) is failing because pop_divorced is also NULL at block-group level.

Would be resolved by https://github.com/CartoDB/bigmetadata/issues/25

talos commented 8 years ago

FAIL: autotest.test_boundary_points(u'whosonfirst.wof_disputedarea_geom',) should be resolved by eliminating out-of-date metadata (renamed to wof_disputed_geom).

talos commented 8 years ago

autotest.test_boundary_points(u'whosonfirst.wof_disputed_geom',) should be resolved by updating its point to an actual disputed area.

talos commented 8 years ago

FAIL: autotest.test_boundary_points(u'whosonfirst.wof_marinearea_geom',) should be resolved by updating its point to a marine area.

talos commented 8 years ago

FAIL: autotest.test_boundary_points(u'us.census.tiger.block_clipped',) cannot be tested against observatory.cartodb.com because the block dataset is too big.

Resolution will be to lower the weight of block columns to 0 so they are not visible to users.

talos commented 8 years ago

FAIL: autotest.test_boundary_points(u'us.census.tiger.congressional_district',) should be fixed by actually processing congressional district, which hasn't been right now for some reason.

talos commented 8 years ago

FAIL: autotest.test_boundary_points(u'us.census.tiger.puma',) should be fixed by eliminating an empty remote table from the observatory.

talos commented 8 years ago

FAIL: autotest.test_boundary_points(u'us.census.tiger.school_district_elementary',) should be fixed by testing a point which actually has an elementary school district.

talos commented 8 years ago

FAIL: autotest.test_boundary_points(u'us.census.tiger.school_district_secondary',) should be fixed by testing the same point as elementary school district.

talos commented 8 years ago

FAIL: autotest.test_measure_points(u'us.census.acs.B12005002',) should be fixed by updating metadata for census tract table, which still has bad columntables in it.

talos commented 8 years ago

FAIL: autotest.test_measure_points(u'us.census.acs.B12005005',) will be fixed by the same as above.

talos commented 8 years ago

FAIL: autotest.test_measure_points(u'us.zillow.SingleFamilyResidence_Zhvi',) will be fixed by testing a point that actually has not-NULL values for all zillow measures.

talos commented 8 years ago

FAIL: autotest.test_measure_points(u'us.census.acs.B08014002',) was failing because it was a new column not yet added to the census tract table on observatory.cartodb.com .

talos commented 8 years ago

FAIL: autotest.test_measure_points(u'us.census.acs.B08135001',) fixed by eliminating aggregate travel time to work as a measure.