Opened 6 years ago

Last modified 3 years ago

#936 new defect

MySQL test failure: MySqlFdoApplySchemaTest.TestSchema

Reported by: jng Owned by: jng
Priority: major Milestone: 4.1.0
Component: MySQL Provider Version: 4.0.0
Severity: 3 Keywords:
Cc: External ID:

Description

After #934, the MySQL suite has this one last test failure

1) test: MySqlFdoApplySchemaTest.TestSchema (F) line: 1223 Common\UnitTestUtil.cpp
 "RDBMS: Duplicate entry 'aCxdATA-Acad' for key 'f_classdef_schnm_idx'
"

Change History (2)

comment:1 by jng, 6 years ago

Owner: changed from gregboone to jng

comment:2 by jng, 3 years ago

The cause of this failure is due to the (inherited) test case assuming the underlying data store having a case-sensitive index on f_classdefinition meta-schema table.

This is actually not the case (just like SQL Server). Whether we prescribe the same fix as SQL Server (define RDBI_DEF_SSQL for the MySQL test runner) or something different is TBD.

Note: See TracTickets for help on using tickets.