z3635363/spymemcached

Test failure: NPE on shutdown of the constructor test

Closed this issue · 2 comments

Not clear why there's a shutdown here, but it shouldn't work.  Needs to be
fixed before I can release.

    [junit] Testcase: testConnFactoryWithoutConns took 0.001 sec
    [junit]     Caused an ERROR
    [junit] null
    [junit] java.lang.NullPointerException
    [junit]     at
net.spy.memcached.MemcachedClient.shutdown(MemcachedClient.java:1292)
    [junit]     at
net.spy.memcached.MemcachedClient.shutdown(MemcachedClient.java:1265)
    [junit]     at
net.spy.memcached.MemcachedClientConstructorTest.tearDown(MemcachedClientConstru
ctorTest.java:23)
    [junit] 
    [junit] TEST net.spy.memcached.MemcachedClientConstructorTest FAILED

Original issue reported on code.google.com by dsalli...@gmail.com on 9 May 2008 at 6:28

Original comment by dsalli...@gmail.com on 9 May 2008 at 6:31

  • Added labels: Type-Defect
Fixed in 1d71864711c4135956e4bbbebc14135eb0ec8373

Original comment by dsalli...@gmail.com on 11 May 2008 at 2:10

  • Changed state: Fixed