mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-21 18:45:09 +00:00
HHH-12336 Avoid unnecessary invocations of fillInStackTrace() in the tests
This commit is contained in:
parent
0b24f333c9
commit
4e484af398
@ -124,7 +124,6 @@ public void testLifecycle() {
|
||||
.getSingleResult();
|
||||
}
|
||||
catch (NoResultException expected) {
|
||||
expected.fillInStackTrace();
|
||||
}
|
||||
} );
|
||||
|
||||
|
@ -573,7 +573,6 @@ else if( Dialect.getDialect() instanceof AbstractHANADialect ) {
|
||||
connection.setNetworkTimeout( Executors.newSingleThreadExecutor(), (int) millis );
|
||||
}
|
||||
catch (Throwable ignore) {
|
||||
ignore.fillInStackTrace();
|
||||
}
|
||||
}
|
||||
} );
|
||||
|
Loading…
x
Reference in New Issue
Block a user