Ticket #1788 (closed defect: fixed)

Opened 13 months ago

Last modified 13 months ago

run_test hangs on MSYS

Reported by: pramsey Owned by: pramsey
Priority: medium Milestone: PostGIS 2.0.1
Component: postgis Version: 2.0.x
Keywords: Cc:

Description

the run_simple_test script hangs on the first test.

Change History

Changed 13 months ago by pramsey

The problem is "too many stdout pipes". Basically once you get to 16, things hang. The first time I fixed this was by turning a pile of sed calls into a single call. Then strk added a new grep call recently and that put us over the top this time. So I have turned some greps into equivalent single patterns.

Changed 13 months ago by pramsey

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

Fixed at r9661

Changed 13 months ago by pramsey

Another change slipped in there that breaks things in new ways. Removed at r9662

Note: See TracTickets for help on using tickets.