Be/#5 Spring Batch를 적용한 문제 완전 삭제 기능 구현 #78
Annotations
3 errors
com.psq.backend.batch.RemoveDeletedProblemTest ► 삭제된지 3일이 지난 문제는 완전 삭제된다:
backend/src/test/java/com/psq/backend/batch/RemoveDeletedProblemTest.java#L89
Failed test found in:
backend/build/test-results/test/TEST-com.psq.backend.batch.RemoveDeletedProblemTest.xml
Error:
org.springframework.batch.core.repository.JobInstanceAlreadyCompleteException: A job instance already exists and is complete for parameters={time=1693460439623}. If you want to run this job again, change the parameters.
|
backend-test
Failed test were found and 'fail-on-error' option is set to true
|
backend-test
Process completed with exit code 1.
|