mirror of
https://github.com/google/nomulus
synced 2026-01-11 00:10:36 +00:00
On certain machines (one of mine) the outcastTest consistently fails due to the following error: java.lang.NoClassDefFoundError: Could not initialize class google.registry.persistence.transaction.JpaTestRules$JpaIntegrationTestRule If I reduce maxparallelForks to 3 it consistently passes. This issue was mentioned here: https://discuss.gradle.org/t/junit-test-fails-with-noclassdeffounderror-only-when-maxparallelforks-1/6047 But this post was 8 years old and no solution was identified.