Skip to content

mysql integration tests don't work #32

Description

@treilly-nuodb

Two failures related to datatypes2 table:

Running TestSuite
Tests run: 13, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.77 sec <<< FAILURE!
testTables(com.nuodb.migrator.integration.mysql.StructureTest)  Time elapsed: 0.016 sec  <<< FAILURE!
java.lang.AssertionError: JDBCTYPE of column c6 of table DATATYPES2 did not match expected [1] but found [5]
    at org.testng.Assert.fail(Assert.java:94)
    at org.testng.Assert.failNotEquals(Assert.java:494)
    at org.testng.Assert.assertEquals(Assert.java:123)
    at org.testng.Assert.assertEquals(Assert.java:370)
    at com.nuodb.migrator.integration.mysql.StructureTest.verifyTableColumns(StructureTest.java:160)
    at com.nuodb.migrator.integration.mysql.StructureTest.testTables(StructureTest.java:98)

And

Tests run: 13, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.79 sec <<< FAILURE!
testTables(com.nuodb.migrator.integration.mysql.StructureTest)  Time elapsed: 0.017 sec  <<< FAILURE!
java.lang.AssertionError: LENGTH of column c6 of table DATATYPES2 did not match expected [11] but found [2]
    at org.testng.Assert.fail(Assert.java:94)
    at org.testng.Assert.failNotEquals(Assert.java:494)
    at org.testng.Assert.assertEquals(Assert.java:123)
    at org.testng.Assert.assertEquals(Assert.java:176)
    at com.nuodb.migrator.integration.mysql.StructureTest.verifyTableColumns(StructureTest.java:171)
    at com.nuodb.migrator.integration.mysql.StructureTest.testTables(StructureTest.java:98)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions