Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add caching properties to improve performance #1059

Merged
merged 1 commit into from
Oct 4, 2024

Add caching properties to improve performance

355f304
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Add caching properties to improve performance #1059

Add caching properties to improve performance
355f304
Select commit
Loading
Failed to load commit list.
GitHub Actions / Summary Test Reports succeeded Sep 28, 2024 in 1s

36660 passed, 0 failed and 3 skipped

Tests passed successfully

Report Passed Failed Skipped Time
fixture-monkey-api/build/test-results/test/TEST-com.navercorp.fixturemonkey.api.arbitrary.MonkeyStringArbitraryTest.xml 1✅ 2s
fixture-monkey-api/build/test-results/test/TEST-com.navercorp.fixturemonkey.api.property.PropertyNameResolverTests.xml 1✅ 594ms
fixture-monkey-jackson/build/test-results/test/TEST-com.navercorp.fixturemonkey.test.FixtureMonkeyExpressionGeneratorTest.xml 1✅ 8s
fixture-monkey-jackson/build/test-results/test/TEST-com.navercorp.fixturemonkey.test.FixtureMonkeyJacksonTest.xml 7✅ 11s
fixture-monkey-jakarta-validation/build/test-results/test/TEST-com.navercorp.fixturemonkey.jakarta.validation.JakartaValidationFixtureMonkeyTest.xml 38✅ 53s
fixture-monkey-javax-validation/build/test-results/test/TEST-com.navercorp.fixturemonkey.javax.validation.JavaxValidationFixtureMonkeyTest.xml 38✅ 52s
fixture-monkey-kotlin/build/test-results/test/TEST-com.navercorp.fixturemonkey.kotlin.FixtureMonkeyJavaTest.xml 2✅ 3s
fixture-monkey-kotlin/build/test-results/test/TEST-com.navercorp.fixturemonkey.kotlin.FixtureMonkeyKotlinJacksonTest.xml 1✅ 1s
fixture-monkey-kotlin/build/test-results/test/TEST-com.navercorp.fixturemonkey.kotlin.KotlinContainerTest.xml 6✅ 3s
fixture-monkey-kotlin/build/test-results/test/TEST-com.navercorp.fixturemonkey.kotlin.test.KotlinAndJavaCompositeArbitraryIntrospectorTest.xml 3✅ 3s
fixture-monkey-kotlin/build/test-results/test/TEST-com.navercorp.fixturemonkey.kotlin.test.KotlinExpJacksonPropertyTest.xml 2✅ 2s
fixture-monkey-kotlin/build/test-results/test/TEST-com.navercorp.fixturemonkey.kotlin.test.PrimaryConstructorArbitraryIntrospectorTest.xml 12✅ 8s
fixture-monkey-mockito/build/test-results/test/TEST-com.navercorp.fixturemonkey.mockito.plugin.MockitoPluginTest.xml 3✅ 3s
fixture-monkey-tests/java-17-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.java17.ConstructorPropertiesRecordTest.xml 1400✅ 14s
fixture-monkey-tests/java-17-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.java17.InterfaceDefaultMethodTest.xml 100✅ 256ms
fixture-monkey-tests/java-17-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.java17.JacksonRecordTest.xml 700✅ 7s
fixture-monkey-tests/java-17-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.java17.MultiLevelSealedClassTest.xml 400✅ 583ms
fixture-monkey-tests/java-17-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.java17.SealedClassTest.xml 500✅ 727ms
fixture-monkey-tests/java-concurrent-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.concurrent.ConcurrentTest.xml 3⚪ 1ms
fixture-monkey-tests/java-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.java.AnnotationTest.xml 200✅ 3s
fixture-monkey-tests/java-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.java.AnonymousInstanceTest.xml 1701✅ 5s
fixture-monkey-tests/java-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.java.BeanArbitraryIntrospectorTest.xml 400✅ 5s
fixture-monkey-tests/java-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.java.JacksonTest.xml 2400✅ 11s
fixture-monkey-tests/java-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.java.JavaTest.xml 7521✅ 117s
fixture-monkey-tests/java-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.java.PriorityConstructorArbitraryIntrospectorTest.xml 601✅ 212ms
fixture-monkey-tests/kotlin-concurrent-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.concurrent.kotlin.ConcurrentTest.xml 300✅ 3s
fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.AnonymousInstanceTest.xml 3700✅ 4s
fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.CircularReferenceTest.xml 1✅ 11ms
fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.GenericTest.xml 1✅ 16ms
fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.InnerSpecTest.xml 100✅ 141ms
fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.InstantiatorTest.xml 3200✅ 2s
fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.KotestInJunitTest.xml 7800✅ 6s
fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.KotestInKotestTest.xml 4✅ 2s
fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.KotlinTest.xml 3132✅ 2s
fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.OptionTest.xml 500✅ 862ms
fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.SealedClassTest.xml 500✅ 872ms
fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.SimpleValueJqwikPluginTest.xml 1100✅ 2s
fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.ValueClassTest.xml 6✅ 13ms
fixture-monkey/build/test-results/test/TEST-com.navercorp.fixturemonkey.test.FixtureMonkeyOptionsTest.xml 85✅ 199s
fixture-monkey/build/test-results/test/TEST-com.navercorp.fixturemonkey.test.FixtureMonkeyTest.xml 139✅ 415s
fixture-monkey/build/test-results/test/TEST-com.navercorp.fixturemonkey.test.InnerSpecTest.xml 52✅ 35s
fixture-monkey/build/test-results/test/TEST-com.navercorp.fixturemonkey.util.StringUtilsTest.xml 2✅ 75ms

✅ fixture-monkey-api/build/test-results/test/TEST-com.navercorp.fixturemonkey.api.arbitrary.MonkeyStringArbitraryTest.xml

1 tests were completed in 2s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.api.arbitrary.MonkeyStringArbitraryTest 1✅ 2s

✅ fixture-monkey-api/build/test-results/test/TEST-com.navercorp.fixturemonkey.api.property.PropertyNameResolverTests.xml

1 tests were completed in 594ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.api.property.PropertyNameResolverTests 1✅ 594ms

✅ fixture-monkey-jackson/build/test-results/test/TEST-com.navercorp.fixturemonkey.test.FixtureMonkeyExpressionGeneratorTest.xml

1 tests were completed in 8s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.test.FixtureMonkeyExpressionGeneratorTest 1✅ 8s

✅ fixture-monkey-jackson/build/test-results/test/TEST-com.navercorp.fixturemonkey.test.FixtureMonkeyJacksonTest.xml

7 tests were completed in 11s with 7 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.test.FixtureMonkeyJacksonTest 7✅ 11s

✅ fixture-monkey-jakarta-validation/build/test-results/test/TEST-com.navercorp.fixturemonkey.jakarta.validation.JakartaValidationFixtureMonkeyTest.xml

38 tests were completed in 53s with 38 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.jakarta.validation.JakartaValidationFixtureMonkeyTest 38✅ 53s

✅ fixture-monkey-javax-validation/build/test-results/test/TEST-com.navercorp.fixturemonkey.javax.validation.JavaxValidationFixtureMonkeyTest.xml

38 tests were completed in 52s with 38 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.javax.validation.JavaxValidationFixtureMonkeyTest 38✅ 52s

✅ fixture-monkey-kotlin/build/test-results/test/TEST-com.navercorp.fixturemonkey.kotlin.FixtureMonkeyJavaTest.xml

2 tests were completed in 3s with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.kotlin.FixtureMonkeyJavaTest 2✅ 3s

✅ fixture-monkey-kotlin/build/test-results/test/TEST-com.navercorp.fixturemonkey.kotlin.FixtureMonkeyKotlinJacksonTest.xml

1 tests were completed in 1s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.kotlin.FixtureMonkeyKotlinJacksonTest 1✅ 1s

✅ fixture-monkey-kotlin/build/test-results/test/TEST-com.navercorp.fixturemonkey.kotlin.KotlinContainerTest.xml

6 tests were completed in 3s with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.kotlin.KotlinContainerTest 6✅ 3s

✅ fixture-monkey-kotlin/build/test-results/test/TEST-com.navercorp.fixturemonkey.kotlin.test.KotlinAndJavaCompositeArbitraryIntrospectorTest.xml

3 tests were completed in 3s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.kotlin.test.KotlinAndJavaCompositeArbitraryIntrospectorTest 3✅ 3s

✅ fixture-monkey-kotlin/build/test-results/test/TEST-com.navercorp.fixturemonkey.kotlin.test.KotlinExpJacksonPropertyTest.xml

2 tests were completed in 2s with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.kotlin.test.KotlinExpJacksonPropertyTest 2✅ 2s

✅ fixture-monkey-kotlin/build/test-results/test/TEST-com.navercorp.fixturemonkey.kotlin.test.PrimaryConstructorArbitraryIntrospectorTest.xml

12 tests were completed in 8s with 12 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.kotlin.test.PrimaryConstructorArbitraryIntrospectorTest 12✅ 8s

✅ fixture-monkey-mockito/build/test-results/test/TEST-com.navercorp.fixturemonkey.mockito.plugin.MockitoPluginTest.xml

3 tests were completed in 3s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.mockito.plugin.MockitoPluginTest 3✅ 3s

✅ fixture-monkey-tests/java-17-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.java17.ConstructorPropertiesRecordTest.xml

1400 tests were completed in 14s with 1400 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.java17.ConstructorPropertiesRecordTest 1400✅ 14s

✅ fixture-monkey-tests/java-17-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.java17.InterfaceDefaultMethodTest.xml

100 tests were completed in 256ms with 100 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.java17.InterfaceDefaultMethodTest 100✅ 256ms

✅ fixture-monkey-tests/java-17-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.java17.JacksonRecordTest.xml

700 tests were completed in 7s with 700 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.java17.JacksonRecordTest 700✅ 7s

✅ fixture-monkey-tests/java-17-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.java17.MultiLevelSealedClassTest.xml

400 tests were completed in 583ms with 400 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.java17.MultiLevelSealedClassTest 400✅ 583ms

✅ fixture-monkey-tests/java-17-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.java17.SealedClassTest.xml

500 tests were completed in 727ms with 500 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.java17.SealedClassTest 500✅ 727ms

✅ fixture-monkey-tests/java-concurrent-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.concurrent.ConcurrentTest.xml

3 tests were completed in 1ms with 0 passed, 0 failed and 3 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.concurrent.ConcurrentTest 3⚪ 1ms

✅ fixture-monkey-tests/java-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.java.AnnotationTest.xml

200 tests were completed in 3s with 200 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.java.AnnotationTest 200✅ 3s

✅ fixture-monkey-tests/java-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.java.AnonymousInstanceTest.xml

1701 tests were completed in 5s with 1701 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.java.AnonymousInstanceTest 1701✅ 5s

✅ fixture-monkey-tests/java-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.java.BeanArbitraryIntrospectorTest.xml

400 tests were completed in 5s with 400 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.java.BeanArbitraryIntrospectorTest 400✅ 5s

✅ fixture-monkey-tests/java-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.java.JacksonTest.xml

2400 tests were completed in 11s with 2400 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.java.JacksonTest 2400✅ 11s

✅ fixture-monkey-tests/java-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.java.JavaTest.xml

7521 tests were completed in 117s with 7521 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.java.JavaTest 7521✅ 117s

✅ fixture-monkey-tests/java-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.java.PriorityConstructorArbitraryIntrospectorTest.xml

601 tests were completed in 212ms with 601 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.java.PriorityConstructorArbitraryIntrospectorTest 601✅ 212ms

✅ fixture-monkey-tests/kotlin-concurrent-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.concurrent.kotlin.ConcurrentTest.xml

300 tests were completed in 3s with 300 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.concurrent.kotlin.ConcurrentTest 300✅ 3s

✅ fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.AnonymousInstanceTest.xml

3700 tests were completed in 4s with 3700 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.kotlin.AnonymousInstanceTest 3700✅ 4s

✅ fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.CircularReferenceTest.xml

1 tests were completed in 11ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.kotlin.CircularReferenceTest 1✅ 11ms

✅ fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.GenericTest.xml

1 tests were completed in 16ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.kotlin.GenericTest 1✅ 16ms

✅ fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.InnerSpecTest.xml

100 tests were completed in 141ms with 100 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.kotlin.InnerSpecTest 100✅ 141ms

✅ fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.InstantiatorTest.xml

3200 tests were completed in 2s with 3200 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.kotlin.InstantiatorTest 3200✅ 2s

✅ fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.KotestInJunitTest.xml

7800 tests were completed in 6s with 7800 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.kotlin.KotestInJunitTest 7800✅ 6s

✅ fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.KotestInKotestTest.xml

4 tests were completed in 2s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.kotlin.KotestInKotestTest 4✅ 2s

✅ fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.KotlinTest.xml

3132 tests were completed in 2s with 3132 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.kotlin.KotlinTest 3132✅ 2s

✅ fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.OptionTest.xml

500 tests were completed in 862ms with 500 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.kotlin.OptionTest 500✅ 862ms

✅ fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.SealedClassTest.xml

500 tests were completed in 872ms with 500 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.kotlin.SealedClassTest 500✅ 872ms

✅ fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.SimpleValueJqwikPluginTest.xml

1100 tests were completed in 2s with 1100 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.kotlin.SimpleValueJqwikPluginTest 1100✅ 2s

✅ fixture-monkey-tests/kotlin-tests/build/test-results/test/TEST-com.navercorp.fixturemonkey.tests.kotlin.ValueClassTest.xml

6 tests were completed in 13ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.tests.kotlin.ValueClassTest 6✅ 13ms

✅ fixture-monkey/build/test-results/test/TEST-com.navercorp.fixturemonkey.test.FixtureMonkeyOptionsTest.xml

85 tests were completed in 199s with 85 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.test.FixtureMonkeyOptionsTest 85✅ 199s

✅ fixture-monkey/build/test-results/test/TEST-com.navercorp.fixturemonkey.test.FixtureMonkeyTest.xml

139 tests were completed in 415s with 139 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.test.FixtureMonkeyTest 139✅ 415s

✅ fixture-monkey/build/test-results/test/TEST-com.navercorp.fixturemonkey.test.InnerSpecTest.xml

52 tests were completed in 35s with 52 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.test.InnerSpecTest 52✅ 35s

✅ fixture-monkey/build/test-results/test/TEST-com.navercorp.fixturemonkey.util.StringUtilsTest.xml

2 tests were completed in 75ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.navercorp.fixturemonkey.util.StringUtilsTest 2✅ 75ms