Closed lavrukov closed 9 months ago
The tests fail:
[ERROR] Failures:
[ERROR] ColumnTest.annotatedFieldDbTypeTest:60
Expecting ArrayList:
["UINT32"]
to contain only:
["UInt32"]
element(s) not found:
["UInt32"]
and element(s) not expected:
["UINT32"]
The tests fail:
[ERROR] Failures: [ERROR] ColumnTest.annotatedFieldDbTypeTest:60 Expecting ArrayList: ["UINT32"] to contain only: ["UInt32"] element(s) not found: ["UInt32"] and element(s) not expected: ["UINT32"]
done
Now that we return DbType.DEFAULT
instead of ""
, one fragile test has failed:
[ERROR] tech.ydb.yoj.databind.schema.naming.ColumnTest.plainFieldTypeTest -- Time elapsed: 0.015 s <<< FAILURE!
java.lang.AssertionError:
Expecting empty but was: [DEFAULT, DEFAULT, DEFAULT]
at tech.ydb.yoj.databind.schema.naming.ColumnTest.plainFieldTypeTest(ColumnTest.java:52)
Let's bump version in
pom.xml
to2.0.0-SNAPSHOT
because we've changed the API incompatibly... and also changeJavaField.getDbType()
to returnDbType
enum because we've changed the API :-)