Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Stacktrace junit.framework.AssertionFailedError at org.apache.uima.internal.util.rb_trees.IntArrayRBTTest.testLargeInsertsDeletes(IntArrayRBTTest.java:204) Standard Output freemem after intArrayRBT keys deleted to 0 (should be about the same): 100394592
The failing assert was not actually helping anything. The data for the test was randomly generated and the test would fail whenever randomly a certain number of duplicate data points were generated. Removed the assert in commit 24ea5fec41ec67d1aa7d0c7b407dc85647248696.