This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git.
from 5e4d299 PERFORMANCE: Lucene.Net.Diagnostics: Added Asssert overload
for passing a string for cases where no concatenation is used.
new 5ea888b Lucene.Net.Replicator: Fixed an issue in IndexInputStream
that meant the read method could return a number larger than what was passed in
for read count or what the buffer could hold, it should instead return the
total number of bytes that was read into the buffer, which logically can't be
bigger than the buffer it self.
new 9f09f3b Lucene.Net.Replicator: Review fixes
new 2a006dc Lucene.Net.Replicator: Review fixes
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/Lucene.Net.Replicator/IndexInputInputStream.cs | 7 +-
.../IndexInputStreamTest.cs | 74 ++++++++++++++++++++++
2 files changed, 77 insertions(+), 4 deletions(-)
create mode 100644 src/Lucene.Net.Tests.Replicator/IndexInputStreamTest.cs