소스 검색

[tests] Test serialization of redis-cluster connection with @medium.

Serializing an instance of a redis-cluster connection with its nodes
can take more than 1 seconds on extremely slow hardware.

See issue #220 for reference.
Daniele Alessandri 10 년 전
부모
커밋
28accc93f0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/Predis/Connection/Aggregate/RedisClusterTest.php

+ 1 - 0
tests/Predis/Connection/Aggregate/RedisClusterTest.php

@@ -731,6 +731,7 @@ class RedisClusterTest extends PredisTestCase
     }
 
     /**
+     * @medium
      * @group disconnected
      */
     public function testCanBeSerialized()