Ticket #2304 (new defect)

Opened 3 months ago

Last modified 3 months ago

Failed test in ogr_mysql.py

Reported by: rouault Assigned to: mloskot
Priority: normal Milestone:
Component: Buildbot Version: unspecified
Severity: normal Keywords: mysql
Cc: warmerdam, hobu

Description

I've added in r14138 an autotest for OGR MySQL driver. This is a copy&paste from ogr_pg.py.

There are 2 tests that I have disabled : ogr_mysql_6 and ogr_mysql_8 as they don't currently pass.

This would be probably good to configure a buildbot to use this autotest too.

Change History

03/30/08 15:45:25 changed by rouault

  • cc set to warmerdam.

03/30/08 18:20:24 changed by rouault

  • cc changed from warmerdam to warmerdam, hobu.

ogr_mysql_6 failing could be related to r11522.

ogr_mysql_4 also contains a workaround that didn't exist in ogr_pg_4 test :

    # E. Rouault : the mySQL driver doesn't seem to like adding new features and
    # iterating over a query at the same time.
    # If trying to do so, we get the 'Commands out of sync' error.