Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 421 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 421 Bytes

parallel-injection-bug

A minimal project exposing a bug in Spring Test which breaks injection for parallel tests. https://jira.springsource.org/browse/SPR-10635

  • Running mvn clean test fails.
  • Comment out the following line in log4j.properties and run the same command and it works.
    • log4j.logger.org.springframework.test.context.support.DependencyInjectionTestExecutionListener=DEBUG