Skip to content

GH-4949: Fix intermittently breaking test case - SimpleStepFactoryBeanTests.testSimpleConcurrentJob #4950

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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