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
{{ message }}
This repository was archived by the owner on Aug 11, 2023. It is now read-only.
c746aed (#242) seems to have broken testRequestFailure and testPesistentServiceConnection. The stacktrace in both cases is similar:
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1438)
at java.util.HashMap$EntryIterator.next(HashMap.java:1472)
at java.util.HashMap$EntryIterator.next(HashMap.java:1470)
at com.google.common.collect.AbstractMultimap$EntryIterator.findValueIteratorAndKey(AbstractMultimap.java:1133)
at com.google.common.collect.AbstractMultimap$EntryIterator.next(AbstractMultimap.java:1147)
at com.google.common.collect.AbstractMultimap$EntryIterator.next(AbstractMultimap.java:1117)
at com.google.common.collect.TransformedIterator.next(TransformedIterator.java:48)
at org.ros.node.DefaultNodeMainExecutor.shutdown(DefaultNodeMainExecutor.java:161)
at org.ros.RosTest.tearDown(RosTest.java:54)