naver / fixture-monkey

Let Fixture Monkey generate test instances including edge cases automatically
https://naver.github.io/fixture-monkey
Apache License 2.0
560 stars 89 forks source link

Fix a jqwik concurrent execution issue due to StoreRepository #826

Closed seongahjo closed 10 months ago

seongahjo commented 10 months ago

Summary

Fix a jqwik concurrent execution issue due to StoreRepository

(Optional): Description

Since we are just using a jqwik as an engine to generate basic types, StoreRepository is not needed.

How Has This Been Tested?

seongahjo commented 10 months ago

@flex-myeonghyeon 넵, 맞습니다.

제가 이해하는 jqwik에서 제공하는 memoization은 jqwik-engine을 사용해야만 의미가 있을 것 같다고 이해했습니다.