ilovesoup / hyracks

Automatically exported from code.google.com/p/hyracks
Apache License 2.0
0 stars 0 forks source link

[hyracks_lsm_tree] LSMRTreeDeleteTest.twoDimensionsInt fails with 1000 tuples #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
LSMRTreeDeleteTest.twoDimensionsInt works with numTuples = 10000 but fails with 
numTuples = 1000:

java.lang.AssertionError: Scan or range search returned fewer answers than 
expected.
Expected: 393
Actual  : 382
    at org.junit.Assert.fail(Assert.java:91)
    at edu.uci.ics.hyracks.storage.am.rtree.tests.RTreeTestUtils.checkExpectedResults(RTreeTestUtils.java:166)

Original issue reported on code.google.com by mdrese...@googlemail.com on 15 Feb 2012 at 4:37

GoogleCodeExporter commented 9 years ago
Fixed in r1193. 

Original comment by salsuba...@gmail.com on 15 Feb 2012 at 6:54