Opened 13 years ago

Closed 13 years ago

#3912 closed defect (fixed)

DAP driver interferes with some HTTP-based drivers in autotests

Reported by: kyngchaos Owned by: warmerdam
Priority: normal Milestone: 1.8.1
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

gdalhttp and ecw_online_6 (new for GDAL 1.8) tests fail because the DAP driver is trying to handle the source.

The simple solution, since the DODS tests all timeout from dead servers anyways (#3911), is to set GDAL_SKIP=DODS.

Better would be to disable the DODS driver for the gdalhttp and ecw_online tests, like is done for the various jpeg2000 driver tests.

Change History (2)

comment:1 by Even Rouault, 13 years ago

r21508 /trunk/autotest/gdrivers/ (ecw.py gdalhttp.py): unregister GDAL DODS when running gdalhttp.py and ecw_online_6 tests (#3912)

r21510 /branches/1.8/autotest/gdrivers/ (ecw.py gdalhttp.py): unregister GDAL DODS when running gdalhttp.py and ecw_online_6 tests (#3912)

comment:2 by Even Rouault, 13 years ago

Milestone: 1.8.1
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.