Tihua Duan created FREEMARKER-198:
-------------------------------------
Summary: Deadlock occurs during initialization in parallel test
environment.
Key: FREEMARKER-198
URL: https://issues.apache.org/jira/browse/FREEMARKER-198
Project: Apache Freemarker
Issue Type: Bug
Components: engine
Affects Versions: 2.3.31
Reporter: Tihua Duan
I'm testing freemaker code on two SBT tests, The first code is
{code:java}
val config = new Configuration(Configuration.VERSION_2_3_31)
val d = new DefaultObjectWrapper()
println(d.getJythonSupport){code}
Another is
{code:java}
val d = new DefaultObjectWrapper()
println(d.getJythonSupport){code}
When I tested them in parallel, waiting for each other happened.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)