Philip O'Toole
|
1ba6d8a4f9
|
Add initial version of table-driven int. tests
|
2015-03-03 13:28:09 -08:00 |
Philip O'Toole
|
a8879c02b8
|
Even more fixes to integration tests
|
2015-02-25 16:35:06 -08:00 |
Philip O'Toole
|
00a9b515a6
|
Simple fixes to integration tests
|
2015-02-25 16:21:06 -08:00 |
Philip O'Toole
|
a54bd4e20b
|
Don't modify URL passed into test code
|
2015-02-25 16:01:06 -08:00 |
Philip O'Toole
|
bb326a6815
|
Don't copy the cluster nodes during testing
Use pointers, so the code is using exactly the same cluster nodes during
testing.
|
2015-02-25 15:57:58 -08:00 |
Philip O'Toole
|
4f232af69f
|
5-node tests are racy, disabling pending debug
|
2015-02-24 19:23:44 -08:00 |
Philip O'Toole
|
2f0fe901e3
|
Rename "Values" to "Fields" for writes
|
2015-02-23 15:06:56 -08:00 |
Todd Persen
|
2cc23d3c66
|
Merge pull request #1529 from influxdb/stats-reporting
Bring back stats reporting.
|
2015-02-23 12:57:49 -08:00 |
Cory LaNou
|
1a7f0681b0
|
Merge pull request #1693 from influxdb/speed-up-integration-testing
Make integration tests faster
|
2015-02-23 13:07:57 -07:00 |
Todd Persen
|
ff1c61c5c1
|
Only report if ReportingDisabled is set to false.
|
2015-02-23 10:42:39 -08:00 |
Cory LaNou
|
7d931ad585
|
make integration tests faster
|
2015-02-23 11:01:21 -07:00 |
Philip O'Toole
|
3e727ac01e
|
Change "Rows" to "Series" in API output
|
2015-02-22 21:21:49 -08:00 |
Philip O'Toole
|
491a6e1a4a
|
Fix single-node test names
|
2015-02-21 15:16:15 -08:00 |
Philip O'Toole
|
22f3b246cd
|
Multi-batch write testing on a single-node
|
2015-02-21 15:15:54 -08:00 |
Philip O'Toole
|
66fc561a10
|
Wait only 1 second after writes
Fix
6e93a52bf2
means data is read correctly by data nodes
|
2015-02-21 15:04:37 -08:00 |
Philip O'Toole
|
4e95b35295
|
Add batch test of 3-node and 5-node clusters
The wait time after the write had to be increased x3.
|
2015-02-21 15:01:32 -08:00 |
David Norton
|
12bed3e74f
|
issue #1430: add where regex to influxql
|
2015-02-21 15:37:52 -05:00 |
Philip O'Toole
|
e9acab4139
|
Add single-node batch test, for a large batch
|
2015-02-21 11:58:36 -08:00 |
Philip O'Toole
|
e11cbb5629
|
Add simple batching integration test
Uses new code to quickly generate batches for test.
|
2015-02-21 11:36:05 -08:00 |
Philip O'Toole
|
e404f0bf66
|
Cosmetic fixes to integration test JSON
|
2015-02-20 15:14:20 -08:00 |
Todd Persen
|
93201bd68c
|
Make admin interface enabled by default.
|
2015-02-11 16:33:21 -08:00 |
Philip O'Toole
|
0c14a5e5de
|
Group util functions together
|
2015-02-09 20:00:45 -08:00 |
Philip O'Toole
|
bfc9ea66be
|
Perform query against full slice of nodes
This will allow the integration tests to query against any portion of
the cluster, to ensure data has been correctly replicated.
|
2015-02-09 19:56:54 -08:00 |
Philip O'Toole
|
87bd21d204
|
Allow integration tests to specify query
|
2015-02-09 19:46:01 -08:00 |
Philip O'Toole
|
cdeab14201
|
Pretty up test JSON for cluster testing
|
2015-02-09 19:42:56 -08:00 |
Philip O'Toole
|
8bbdfd237a
|
Break out write and query
|
2015-02-09 19:38:06 -08:00 |
Philip O'Toole
|
221954fbdc
|
nNodes is now redundant
|
2015-02-09 18:13:40 -08:00 |
Philip O'Toole
|
de1122e133
|
Skip multi-node tests when '-short' passed
|
2015-02-09 18:09:32 -08:00 |
Philip O'Toole
|
cb3a222cbd
|
Rename integration test file
It now performs multi-node cluster testing.
|
2015-02-09 18:01:25 -08:00 |