public function testClosedConnectionsAreRemovedFromCluster()
 {
     $connection = $this->cassandra->getConnection();
     $connection->close();
     $this->cassandra->getConnection();
 }