Closed krzyk closed 10 years ago
Thanks for reporting. I'm not sure how to fix this, since Manifests
is a static class available for everybody concurrently. Maybe introduce Manifests.lock()
and Manifests.unlock()
methods, which will allow unit tests to isolate their injections..
@krzyk check version 1.0. I removed this injection/reverting mechanism entirely. The problem disappeared, as I see
@yegor256 the issue is yours, please help
@krzyk could you please check this issue? I believe it's fixed
@yegor256 Thanks so much! Your account was topped up for 31 mins (transaction ID is 000-af0fc60b
)
When
Manifests
is used in surefire tests that are executed concurrently it sometimes returns results set by other test when injecting values.