Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: 1.0.4 (Dijkstra SR4), 1.1.1 (Evans SR1), 1.2 M1 (Fowler)
-
Fix Version/s: 1.0.5 (Dijkstra SR5), 1.1.2 (Evans SR2), 1.2 RC1 (Fowler)
-
Component/s: None
-
Labels:None
-
Last commented by a User:true
-
Sprint:55 - Evans SR2
Description
The test cases in CQLOperationsTests are using CqlTemplate.ingest(…) to ingest data into Cassandra. This is an asynchronous operation but the test cases assert on the presence of the just inserted data right after the ingestion.
This causes the test cases to be likely to fail in case the machine isn't able to insert the data right away.