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
This test causes Guice to violate the requirements of Guava's
LoadingCache by triggering a recursive load.
The recursive load crashes either with an UncheckedExecutionException
(bad) or causes a deadlock (terrible).
#785
0 commit comments