Skip to content

Commit

Permalink
[ISPN-404] (Memcached and Hot Rod server shutdown hangs in clients co…
Browse files Browse the repository at this point in the history
…nnected) Avoid shutdown method being considered a test method.
  • Loading branch information
galderz committed Apr 16, 2010
1 parent ce8f363 commit eaf6a67
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package org.infinispan.server.memcached
import test.MemcachedTestingUtil
import org.infinispan.test.SingleCacheManagerTest
import org.infinispan.manager.CacheManager
import org.testng.annotations.AfterClass
import org.infinispan.test.fwk.TestCacheManagerFactory
import net.spy.memcached.MemcachedClient
import org.testng.annotations.{Test, AfterClass}

/**
* // TODO: Document this
Expand Down Expand Up @@ -40,5 +40,6 @@ abstract class MemcachedSingleNodeTest extends SingleCacheManagerTest with Memca

protected def server: MemcachedServer = memcachedServer

@Test(enabled = false) // Disable explicitly to avoid TestNG thinking this is a test!!
protected def shutdownClient = memcachedClient.shutdown
}

0 comments on commit eaf6a67

Please sign in to comment.