.akibanInformationSchema().validate(validations).failures().size());
}
@Test
public void testUnsupportedCollationStrictMode() {
Mode save = AkCollatorFactory.getCollationMode();
try {
AkCollatorFactory.setCollationMode(Mode.STRICT);
final TestAISBuilder builder = new TestAISBuilder(typesRegistry);
builder.table("test", "t1");
builder.column("test", "t1", "c1", 0, "MCOMPAT", "VARCHAR", 16L, true, null, "fricostatic_sengalese_ci");