Himanshu
8a473111c5
Merge pull request #2650 from rasahner/IT_index_hadoop
...
add test for batch indexing from hadoop
2016-03-23 13:04:55 -05:00
Gian Merlino
738dcd8cd9
Update version to 0.9.1-SNAPSHOT.
...
Fixes #2462
2016-03-17 10:34:20 -07:00
Robin
1205c572bb
add count field to expected returns for search queries
2016-03-16 09:45:38 -05:00
Robin
e7a7ecd65d
add test for batch indexing from hadoop
2016-03-14 20:02:30 -05:00
rasahner
2861e854f0
Merge pull request #2540 from pjain1/remove_kill
...
Remove extra parameter from deleteDataSourceSpecificInterval endpoint and correct exception message for invalid interval
2016-03-14 11:16:23 -05:00
Nishant
9f8faabddb
Merge pull request #2469 from pdeva/patch-10
...
correct service names
2016-02-26 21:15:58 +05:30
Parag Jain
b82b487f20
remove extra kill parameter
2016-02-24 17:16:18 -06:00
pdeva
4725522759
update middlemanager.conf
2016-02-18 21:47:50 -08:00
Bingkun Guo
72ab621c2a
Integration tests: print expected results in json format
2016-02-18 00:14:49 -06:00
Robin
19774b5e9a
integration-tests/README: fix link to docker-install
2016-02-17 11:21:14 -06:00
Robin
a785f0e6ce
query tests: add max and min to segment metadata query results
2016-02-16 13:23:46 -06:00
Robin
34b143ae10
integration-tests: stop using kill=false to disable segments
2016-02-14 12:54:43 -06:00
Fangjin Yang
1430bc2c88
Merge pull request #2276 from harshjain2/feature-2021
...
Fix for issue 2021.
2016-02-10 17:04:45 -08:00
Harsh Jain
41730b96d4
Fix for issue 2021
2016-01-25 02:48:22 +05:30
Himanshu Gupta
dccf636676
adding null aggregators and false hasMultipleValues to expected results of segment metadata query
2016-01-22 13:28:25 -06:00
Gian Merlino
42ee473052
ZooKeeper 3.4.7 was unreleased, revert to 3.4.6.
2016-01-17 21:31:29 -08:00
Bingkun Guo
36ca5b1703
change log level to info for ITKafkaTest
2016-01-11 16:03:57 -06:00
Robin
33504d0190
log start/end of each integration test, make test method names unique
2016-01-07 13:15:17 -06:00
Robin
e280ab5f07
update zookeeper version to 3.4.7
2016-01-04 11:47:02 -06:00
Himanshu Gupta
47910a8333
adding numRows attribute to segment metadata query expected results
2015-12-17 19:31:29 -06:00
Fangjin Yang
3667f283ce
Merge pull request #2030 from rasahner/intTestRmAllSegments
...
int tests: in unloadAndKill, remove all segments if no date range given
2015-12-09 11:12:14 -08:00
sahner
ae4357dfab
integration tests: in unloadAndKill, remove all segments if no date range given
2015-12-08 09:16:29 -06:00
Himanshu Gupta
62ba9ade37
unifying license header in all java files
2015-12-05 22:16:23 -06:00
Xavier Léauté
350fdbeec1
switch to Java 8 + cleanup
2015-11-17 13:35:06 -08:00
Nishant
4486b3fe8b
Fix ITUnionQueryTest failing on machines with 1 core
...
ITUnionQueryTest runs 4 realtime tasks and runs a unionQuery over them,
the worker is not able to run all the tasks concurrently on machines
with less cpu cores as it picks default worker capacity.
Explicitly specify worker capacity to avoid this.
2015-11-13 13:46:36 -08:00
Fangjin Yang
846bef3d7a
Merge pull request #1964 from metamx/update-docker-stuff
...
update integration-test docker instructions for docker-machine
2015-11-12 16:52:57 -08:00
Xavier Léauté
bd7d2c9b3a
update integration-test docker instructions for docker-machine
2015-11-12 16:44:28 -08:00
Xavier Léauté
fa6142e217
cleanup and remove unused imports
2015-11-11 12:25:21 -08:00
sahner
040db413c5
wikipediaQueryTest: use very big timeouts in hopes of preventing spurious test failures
2015-10-31 09:13:02 -05:00
sahner
6c9ba72dea
some changes for support of our tests
2015-10-26 07:48:56 -05:00
Xavier Léauté
e4ac78e43d
bump next snapshot to 0.9.0
2015-10-20 13:46:13 -07:00
sahner
f31ae89724
enhance test support and update realtime test to use serverTime
2015-10-15 13:43:42 -05:00
Xavier Léauté
4c2c7a2c37
update version to 0.8.3
2015-10-14 21:40:55 -07:00
Nishant
9c5166c89c
fix broken integration-test
2015-09-15 23:20:22 +05:30
Gian Merlino
940e1aa3eb
Replace funky imports with standard ones.
...
1) Lots of Guava imports were not coming from the actual Guava
2) junit.framework.Assert should be org.junit.Assert
2015-08-28 18:02:05 -07:00
Nishant
e6b20db62d
Support for JSON Smile format for EventReceiverFirehoseFactory
...
Support for Smile format for EventReceiverFireshoseFactory.
would help in decreasing network load on middle managers ingesting high
data volumes.
review comments
2015-08-20 19:52:45 +05:30
Xavier Léauté
3b2e41e42a
update for next release
2015-08-18 17:16:46 -07:00
Charles Allen
db19d2d547
Revert "Update to guice 4.0"
2015-08-14 09:26:07 -07:00
Charles Allen
7e61216287
Update to guice 4.0
...
- Mark a lot of `@Provides` methods as final since guice 4.0 disallows overriding them
2015-08-10 13:57:18 -07:00
Bingkun Guo
f9a64f31f3
use IOUtils.toString in getTaskAsString
2015-07-27 13:53:30 -05:00
sahner
df5bc8974f
add ability to get configuration information from a file
2015-07-17 10:19:42 -05:00
Charles Allen
456ad9ffba
Merge pull request #1529 from metamx/update-versions
...
inrement version
2015-07-15 13:25:31 -07:00
Xavier Léauté
4cfb00bc8a
inrement version
2015-07-15 13:09:05 -07:00
Charles Allen
80a18243dd
Minor change to integration-tests README formatting
2015-07-14 17:01:06 -07:00
Xavier Léauté
0a5bb909a2
[maven-release-plugin] prepare for next development iteration
2015-06-18 17:35:19 -07:00
Xavier Léauté
59c6b2b279
[maven-release-plugin] prepare release druid-0.8.0-rc1
2015-06-18 17:35:14 -07:00
fjy
7a6acf5c1b
update pom to 0.8
2015-05-11 19:41:58 -06:00
Bingkun Guo
cf155e4eba
Fix an issue that after broker forwards GroupByQuery to historical, havingSpec is still applied
...
on postAggregations which are removed in the forwarded query.
Add a unit test to replicate the issue.
Add a query that can replicate this issue into integration test.
2015-04-17 13:00:41 -05:00
fjy
aea7f9d192
[maven-release-plugin] prepare for next development iteration
2015-03-30 16:35:24 -07:00
fjy
060d7aef03
[maven-release-plugin] prepare release druid-0.7.1
2015-03-30 16:35:20 -07:00