Ticket #224 (closed task: fixed)

Opened 4 years ago

Last modified 4 years ago

Add to test suite sample like UMN Mapserver and GeoServer queries

Reported by: robe Owned by: pramsey
Priority: medium Milestone: PostGIS 1.5.0
Component: postgis Version: 1.4
Keywords: Cc:

Description

I'll try to do this tomorrow for 1.4 (well at least for Mapserver. My geoserver I only have a production one set up that I don't manage). Unless if you have already done it Paul. Given that we changed the extent behavior I was just going to verify it didn't adversely affect Mapserver.

We probably should add as part of our test suite the kinds of queries that MapServer? and Geoserver call against PostGIS since we have a large number of users (me included) using these for their apps.

Attachments

test_42_diff Download (4.8 KB) - added by mcayland 4 years ago.
wmsserver regression failures

Change History

Changed 4 years ago by robe

I tested 1.4 against my UMN Mapserver install and still seems to work. It seems slower for some things, but I think that is more to do with the fact that I also upgraded to PostgreSQL 8.4 and changed the encoding of my data and my indexes (that I took for granted varchar/text being the same thing - don't appear to be being picked up by the planner).

Changed 4 years ago by pramsey

Is this closed?

Changed 4 years ago by robe

No? I was thinking we would actually have sample queries run by geoserver and mapserver in our battery of tests (bbox queries and the like). Ideally it would be nice if we could test in the geoserver/mapserver/whatever server environment before deployment, but that may be asking too much too soon.

I would be happy if we could just setup some test data, sample profile run in mapserver/geoserver to see what queries they construct against it, and verify those continue to return the right results.

Changed 4 years ago by pramsey

  • status changed from new to closed
  • resolution set to fixed

Added in test SQL as snooped from the PgSQL log file during MapServer/Geoserver? draws. At r4839.

Changed 4 years ago by mcayland

wmsserver regression failures

Changed 4 years ago by mcayland

  • status changed from closed to reopened
  • resolution fixed deleted

Unfortunately this is throwing multiple regression failures for me here (see attached).

ATB,

Mark.

Changed 4 years ago by pramsey

Better now? r4846

Changed 4 years ago by mcayland

  • status changed from reopened to closed
  • resolution set to fixed

Yes thanks, that works now. That's quite a heavy truncation of precision though - I hope it's not enough to affect the usefulness of the test...

ATB,

Mark.

Note: See TracTickets for help on using tickets.