You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
* origin/master:
Removing unnecessary and broken after_script
Add new tests to travis
Fix issue #34, put multiple inserts into each insert statement execution
Revert back to 2.0.2 for now, see issue #32
Attempt to fix sh error
Clean up properly before running tests
Forgot to add one file
Refactor travis setup so that we can easily test it outside travis.
Attempt to resolve mvn issues plauging travis
Ignore Mac .DS_Store files.
Two failures related to datatypes2 table:
And
The text was updated successfully, but these errors were encountered: