Sylvain Lebresne created CASSANDRA-9891:
-------------------------------------------
Summary: AggregationTest.testAggregateWithWithWriteTimeOrTTL is
fragile
Key: CASSANDRA-9891
URL: https://issues.apache.org/jira/browse/CASSANDRA-9891
Project: Cassandra
Issue Type: Bug
Reporter: Sylvain Lebresne
Assignee: Benjamin Lerer
Priority: Minor
I've seen {{AggregationTest.testAggregateWithWithWriteTimeOrTTL}} fail on
cassci on the line
{noformat}
assertTrue(row.getInt("ttl(b)") > 4
{noformat}
Given that the ttl is set to 5 a few lines above and the CQL {{ttl()}} method
returns the actual time-to-live (that is, it decrease with time), it feels safe
to assume this test is overly fragile.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)