You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TestOOMError#testOOMCMLC throw `ConcurrentModificationException` needs simultaneous invoke `KafkaMessageListenerContainer#setStoppedNormally`, `ConcurrentMessageListenerContainer#isInExpectedState, modify property when `stream`.
when assertThat container.isInExpectedState(), because of container maybe is not in expected state. concurrent container publishes one time, child container publishes concurrency time, CountDownLatch needs to modify to 2.
* Fix `TestOOMError#testOOMCMLC` throw `ConcurrentModificationException`
0 commit comments