Github user milleruntime commented on a diff in the pull request: https://github.com/apache/accumulo/pull/122#discussion_r70258356 --- Diff: core/src/test/java/org/apache/accumulo/core/iterators/user/FilterTest.java --- @@ -208,9 +208,9 @@ public void test2() throws IOException { a = a.deepCopy(null); SortedKeyValueIterator<Key,Value> copy = a.deepCopy(null); a.seek(new Range(), EMPTY_COL_FAMS, false); - assertEquals(size(a), 900); + assertEquals(900, size(a)); --- End diff -- I will undo this commit and save it off for a separate JIRA ticket.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---