Opened 13 years ago
Closed 13 years ago
#1085 closed task (fixed)
Regress tests for new typmod geometries (and geometry_columns) view
Reported by: | robe | Owned by: | strk |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.0.0 |
Component: | build | Version: | master |
Keywords: | Cc: |
Description
Need to put in some stress tests -- create 10 typ mod and 10 add geometrycolumns etc and query geometry_columns.
This will be an enhancement to management function tests.
Again continuation of #944
Change History (6)
comment:1 by , 13 years ago
Priority: | medium → high |
---|
comment:2 by , 13 years ago
Component: | postgis → build/upgrade/install |
---|
comment:3 by , 13 years ago
Owner: | changed from | to
---|---|
Priority: | high → blocker |
Status: | new → assigned |
Blocker, I'd say.
I'm starting on the simple typmod test, to also serve as a testcsae for #1414.
comment:4 by , 13 years ago
r8802 is a good start. I would add support for curves typmod first, and then enhance the testcase to test for constraints and casts and so on.
comment:5 by , 13 years ago
r8804 adds the curves. Still need to add tests for actual constraints effectiveness (what can be put where).
comment:6 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Constraint effectiveness added as r8836
Bumping priority, tests are important