Commit Graph

3858 Commits (4c28e63a939c70751f0e8691a60a77d44c16e9c9)

Author SHA1 Message Date
Philip O'Toole c003b39611 Only need read-lock for path 2015-02-10 16:53:43 -08:00
Philip O'Toole bb73ff8825 Only need a read lock for server ID 2015-02-10 16:51:01 -08:00
Philip O'Toole dd312a940e Merge pull request #1466 from influxdb/directly_index_fields
Look up Field by ID by direct indexing
2015-02-10 16:16:30 -08:00
Cory LaNou 257582cf23 Merge pull request #1561 from influxdb/wire-up-max
Wire up max fix #1474
2015-02-10 17:15:53 -07:00
Cory LaNou e6ed4f87a7 Merge pull request #1560 from influxdb/default-timestamp
Time stamps were not being set to now if they were blank
2015-02-10 17:15:25 -07:00
Cory LaNou d0873a9b15 wire up max fix #1474 2015-02-10 16:14:22 -07:00
Philip O'Toole 699df0ee8d Merge pull request #1559 from sarlalian/master
Changed first line to use /usr/bin/env bash as bash can't be expected
2015-02-10 15:11:12 -08:00
Cory LaNou ffd71ea39c fixes #1542 - my bad 2015-02-10 15:57:46 -07:00
Will Fife 2c11d3dbe3 Changed first line to use /usr/bin/env bash as bash can't be expected
to reside at /bin/bash, for instance on FreeBSD systems its at
/usr/local/bin/bash.
2015-02-10 14:18:28 -08:00
Cory LaNou 2bc428f806 Merge pull request #1557 from influxdb/wire-up-min
Wire up min aggregate query function
2015-02-10 13:49:40 -07:00
Cory LaNou eb845b1ecc return nil instead of 0 if there is nothing to reduce, additional zero test 2015-02-10 13:35:55 -07:00
Cory LaNou b17af5d7d5 more testing 2015-02-10 12:47:30 -07:00
Cory LaNou 4228635bf1 wire up min 2015-02-10 12:10:37 -07:00
Cory LaNou a61baeafc2 Merge pull request #1554 from influxdb/refactor-planSelectStatement-signature
Signature no longer requires database as an argument
2015-02-10 11:11:59 -07:00
Cory LaNou 9bfbf15bad signature no longer requires database as an argument 2015-02-10 11:03:07 -07:00
Cory LaNou 313174f51a Merge pull request #1552 from influxdb/select-wildcard-sorting-fix
Sorting was not required, it was a testing setup issue
2015-02-10 10:45:56 -07:00
Cory LaNou 6b269ef09e adding comment on test for predictability, enhancing test 2015-02-10 10:00:09 -07:00
Cory LaNou 0811af6211 sorting was not required, it was a testing setup issue 2015-02-10 09:49:22 -07:00
Cory LaNou 9d1a027639 ignoring goconvey files 2015-02-10 09:28:39 -07:00
Cory LaNou adcf038323 Merge pull request #1550 from influxdb/cli-not-reporting-errors
CLI needs to echo out errors from client library.
2015-02-10 09:28:27 -07:00
Cory LaNou 7dbd9c0d3d combine error checking 2015-02-10 09:12:18 -07:00
Cory LaNou 1f56514c29 Merge pull request #1540 from influxdb/select-wildcard
Select wildcard functionality implemented
2015-02-10 09:07:31 -07:00
Cory LaNou 7b28df0d49 someone needs to add a precommit hook... 2015-02-10 08:54:19 -07:00
Cory LaNou 84ac4dbddb sort fields for select * for consitency in results 2015-02-10 08:40:40 -07:00
Todd Persen 6b70408864 Merge pull request #1351 from influxdb/go-external
Change "code.google.com/p/go.*" to "golang.org/x/*"
2015-02-09 20:23:26 -08:00
Philip O'Toole fdacb4da7b Merge pull request #1548 from influxdb/more_integration_testing
More integration testing
2015-02-09 20:03:12 -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 ae748551a6 Merge pull request #1547 from influxdb/more_integration_testing
Further factoring of integration testing
2015-02-09 19:54:16 -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
Cory LaNou c866f57473 rebasing can suck sometimes 2015-02-09 20:04:19 -07:00
Cory LaNou df7e8e3add removing comments, test back to original state 2015-02-09 20:01:14 -07:00
Cory LaNou c83de8695a simplify test 2015-02-09 20:01:14 -07:00
Cory LaNou 86969a1fe8 add a test that better covers select * 2015-02-09 20:01:14 -07:00
Cory LaNou 82ae461378 defend against select *,value 2015-02-09 19:59:13 -07:00
Cory LaNou 62df7152c6 wildcards are now supported 2015-02-09 19:59:13 -07:00
Cory LaNou 8a1bb5922c added wildcard query functionality. fixes #1432 2015-02-09 19:59:13 -07:00
Cory LaNou 804b426068 removing obsolete code 2015-02-09 19:58:11 -07:00
Todd Persen cec1858a87 Merge pull request #1531 from influxdb/panic-on-null-field
Fix panic if a point doesn't have a value for a field.
2015-02-09 18:28:59 -08:00
Philip O'Toole 08f1fe882b Merge pull request #1546 from influxdb/more_integration_testing
Skip multi-node tests when '-short' passed
2015-02-09 18:21:29 -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 4bd2f8ef65 Merge pull request #1545 from influxdb/more_integration_testing
Further integration testing
2015-02-09 18:07:38 -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
Philip O'Toole a1953f225e Use new type for []nodes 2015-02-09 18:00:58 -08:00
Philip O'Toole e3110cee4e Add explicit leader flag 2015-02-09 17:59:19 -08:00
Philip O'Toole 567fd2bfef Pass around slices of nodes as cluster 2015-02-09 17:55:07 -08:00
Philip O'Toole 53866cc6ef Merge pull request #1544 from influxdb/more_integration_testing
More integration testing
2015-02-09 17:43:47 -08:00