mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 08:35:13 +00:00
HHH-12594 - Using property "hibernate.default_batch_fetch_size" crashes bootstrapping
Fix test failing in spite of @FailureExpected
This commit is contained in:
parent
e1cdad36d0
commit
ae8930e19f
@ -51,18 +51,12 @@ protected void configure(Configuration configuration) {
|
||||
|
||||
@Override
|
||||
protected void buildSessionFactory() {
|
||||
try {
|
||||
super.buildSessionFactory();
|
||||
}
|
||||
catch (Exception e) {
|
||||
throw new IllegalStateException( e );
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
@FailureExpected( jiraKey = "HHH-12594")
|
||||
public void test() {
|
||||
|
||||
super.buildSessionFactory();
|
||||
}
|
||||
|
||||
@Entity(name = "File")
|
||||
|
Loading…
x
Reference in New Issue
Block a user