Opened 10 years ago
Closed 10 years ago
#2983 closed defect (invalid)
something funky with the interrupt test when regress with extension
Reported by: | robe | Owned by: | strk |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.2.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
On my local machine, I tried regressing with:
make check RUNTESTFLAGS=--extension
When I run the regress tests against my 9.4beta3, GEOS 3.5.0 dev, the make check gets hung on
interrupt ..
I went to bed and work up and it was still stuck there. I had to Ctrl X-C to get it to continue with the other tests.
This is running with:
Preparing db 'postgis_reg' using: CREATE EXTENSION postgis PostgreSQL 9.4beta3, compiled by Visual C++ build 1800, 64-bit - 2014-09-27 06:44:04 scripts 2.2.0dev r13000 GEOS: 3.5.0dev-CAPI-1.9.0 r4026 PROJ: Rel. 4.8.0, 6 March 2012
The issue doesn't seem to happen if I regress without the RUNTTESTFLAGS=--extension
Change History (4)
comment:1 by , 10 years ago
Owner: | changed from | to
---|
comment:2 by , 10 years ago
comment:4 by , 10 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
No. The tests were using an older installed version. Once I copied the new install version it worked fine so closing out as invalid.
Note:
See TracTickets
for help on using tickets.
Linux Ubuntu 14.04 also hangs: