* @throws Exception if test was failed
*/
@Test
public void table_cached_invalid_timestamp() throws Exception {
TableModelDescription table = new TableModelBuilder("SIMPLE")
.add("", "SID", new BasicType(PropertyTypeKind.LONG))
.add("", "TIMESTAMP", new BasicType(PropertyTypeKind.LONG))
.add("", "DELETE", new BasicType(PropertyTypeKind.BOOLEAN))
.toDescription();
Configuration config = config();
config.setSidColumn("SID");
config.setTimestampColumn("TIMESTAMP");