https://github.com/voldemort/voldemort
Revision 6a88df38bbdfdc801d7025682529d49255d26add authored by Arunachalam Thirupathi on 14 April 2014, 21:12:36 UTC, committed by Arunachalam Thirupathi on 15 April 2014, 18:57:47 UTC
1) Unit tests for GetAll had a bug, which did not fail the tests.
   The values were compared, but the tests did not fail when the
   values does not match. created a method assertValueEquals to
   handle this scenario.
2) The client deserialization used the getContent method which
   corrupted the binary data. Now using getRawInputStream. But not
   sure about the difference between the getInputStream and
   getRawInputStream.
3) Wrote 2 new tests to check all possible byte data for co-ordinators
  ( get, getall )
4) Refactored some of the unit tests to use a common code path.
1 parent 351f4de
History
Tip revision: 6a88df38bbdfdc801d7025682529d49255d26add authored by Arunachalam Thirupathi on 14 April 2014, 21:12:36 UTC
Co-ordinator GetAll fails for some data
Tip revision: 6a88df3
File Mode Size
.settings
bin
clients
config
contrib
docs
example
lib
src
test
.classpath -rw-r--r-- 4.2 KB
.gitignore -rw-r--r-- 196 bytes
.project -rw-r--r-- 426 bytes
CONTRIBUTORS -rw-r--r-- 624 bytes
LICENSE -rw-r--r-- 11.1 KB
NOTES -rw-r--r-- 2.5 KB
NOTICE -rw-r--r-- 8.1 KB
README.md -rw-r--r-- 3.5 KB
build.properties -rw-r--r-- 1.2 KB
build.xml -rw-r--r-- 21.7 KB
release_notes.txt -rw-r--r-- 34.0 KB
tomcat-tasks.properties -rw-r--r-- 420 bytes
web.xml -rw-r--r-- 1.1 KB

README.md

back to top