Skip to content

Conversation

isanghaessi
Copy link

@isanghaessi isanghaessi commented Aug 17, 2025

Summary

This PR fixes #4949.
The test case(SimpleStepFactoryBeanTests.testSimpleConcurrentJob) breaks intermittently.
Because of used collections are not thread safe.

Changes

  • Modify collections that are used in test case to thread safe.

…oryBeanTests.testSimpleConcurrentJob

- Testing concurrent job. But, used collections are not thread safe.
- modify collections to thread safe.

Signed-off-by: Seungyong Hong <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Intermittently breaking test case - SimpleStepFactoryBeanTests.testSimpleConcurrentJob
1 participant