Adrien Grand
fd1954d74f
Internal: Fix CompressedString.equals.
...
CompressedString relied on the assumption that two CompressedString instanes
are equal if there compressed representation are equal. Unfortunately this is
not always true because the compressed representation also depends on when
flush() was called on the output stream or on the size of the hash table that
has been used at compression time.
2015-05-20 08:36:42 +02:00
Robert Muir
ae326c4232
Tests: tone down random compression tests
...
Closes #7314
2014-08-18 10:37:45 -04:00
Robert Muir
197ef0b205
test random strings in CompressedStringTests
2014-08-07 15:45:41 -04:00
Simon Willnauer
10ec2e948a
Fix ASL Header in source files to reflect s/ElasticSearch/Elasticsearch
...
This commit also removes the license to Shay Banon in favor of soley
Elasticsearch. Thanks Shay for this awesome product you took it far!
Closes #4636
2014-01-07 11:22:01 +01:00
Simon Willnauer
5f1efba28c
s/ElasticSearch/Elasticsearch in src/test
2013-10-13 22:37:40 +02:00
Simon Willnauer
edbfb04af6
Subclass ElasticSearchTestCase across the board
...
All tests in the test package should subclass ESTestCase to benefit from
random time-zones and locale etc.
2013-10-13 20:33:22 +02:00
Andrew Raines
7425b85b0b
Collapse test.{unit,integration} into org.elasticsearch.
2013-09-11 12:49:49 -05:00
Shay Banon
6a71eab51f
finalize structure, tests pass
2011-12-06 02:43:17 +02:00
Shay Banon
a8fd2d48b8
first cleanup phase, move to single src
2011-12-06 00:59:23 +02:00