Commit Graph

753 Commits (a3ebd573167fecc8c9021877c9bb34435b56d9d2)

Author SHA1 Message Date
John Shahid 982873cf3d Don't panic on invalid where conditions, e.g. where 1 2014-01-28 16:09:57 -05:00
John Shahid 4abec25949 Test cluster admin permission to delete data
Fix a bug that gets triggered when admin tries to delete data in a
cluster.
2014-01-28 15:51:44 -05:00
Paul Dix a4e978f138 Update changelog 2014-01-28 15:09:12 -05:00
Paul Dix 9b4a368147 Merge pull request #190 from influxdb/fix-190-ssl
Add support for SSL
2014-01-28 12:02:05 -08:00
John Shahid 25085e3bda fix #190. Close #194
Add SSL option to the api endpoint, and make it possible to disable
non-ssl port binding by not setting the port in the configuration.
2014-01-28 14:58:56 -05:00
John Shahid 6a57275615 fix #147. Extra sequence number column
Add a test to make sure that we don't insert an extra sequence number
column
2014-01-27 14:59:57 -05:00
John Shahid c25d1c4484 fix #206. Add a test to check unicode support 2014-01-27 14:49:02 -05:00
John Shahid e1970eef79 use set instead of array 2014-01-27 14:48:19 -05:00
John Shahid ec0e8e44f1 sleep for the changes to propagate properly 2014-01-24 16:45:25 -05:00
John Shahid 244930c78c assert on the response code of the request 2014-01-24 16:22:24 -05:00
John Shahid 5711125493 use map instead of array 2014-01-24 13:19:32 -05:00
John Shahid 4bd574649b wait for the changes to propagate 2014-01-24 13:03:46 -05:00
John Shahid eb992cac44 use set instead of array 2014-01-24 12:59:20 -05:00
John Shahid 64ebe4cfb8 disable travis irc notifications 2014-01-24 12:48:40 -05:00
John Shahid bd1ba30dc7 sleep between creating the user and changing the pass 2014-01-24 12:45:36 -05:00
John Shahid 8d77cb15e5 sleep a little longer 2014-01-24 12:36:30 -05:00
John Shahid a6c5ff0a23 use a map instead of array 2014-01-24 12:36:28 -05:00
John Shahid 57af1fe80e use the set instead of the array 2014-01-23 16:46:29 -05:00
John Shahid ff9c478ae7 compare sets instead of arrays 2014-01-23 16:31:48 -05:00
John Shahid 0bce8b84aa wait for data to get replicated 2014-01-23 16:31:41 -05:00
John Shahid 1b8478a502 fix a log statement 2014-01-23 16:15:46 -05:00
John Shahid f5699feb9d update the changelog 2014-01-23 15:54:43 -05:00
John Shahid ad3a24db32 fix #200. Select query shouldn't fail if time was among the selected columns 2014-01-23 15:52:02 -05:00
John Shahid 1338121ed8 run tests in verbose mode to send output to travis
travis will occasionally think that the tests are hung because it
doesn't get output from the process.
2014-01-23 15:36:36 -05:00
John Shahid 4fb84661ae retry failed raft commands 2014-01-23 15:35:21 -05:00
John Shahid b27fbcae1b wait for the changes to propagate 2014-01-23 15:30:58 -05:00
John Shahid a35b04e865 fix #199. make the test timeout configurable. 2014-01-23 15:09:43 -05:00
John Shahid b0035a31fd fix #33. Don't call WriteHeader more than once 2014-01-23 14:48:45 -05:00
Julien Ammous 50942ef746 Close #195. Allow configuring bind address 2014-01-22 15:00:48 -05:00
John Shahid 5c1fc6a36c stop test execution as soon as a failure is detected 2014-01-21 16:46:11 -05:00
John Shahid a8f6f26138 keep trying until the requests are replayed 2014-01-21 15:11:31 -05:00
John Shahid 00cb74c10d ignore the order of points in the assertion 2014-01-21 14:33:34 -05:00
John Shahid 275010200d document logging to stdout option in the toml file 2014-01-21 13:14:08 -05:00
John Shahid 9888d06ee4 ignore order of points at the same time when comparing series 2014-01-21 13:14:08 -05:00
John Shahid 910e9209d7 rename checkers.go to in_range.go 2014-01-21 12:49:29 -05:00
John Shahid d88f60d22d don't compare arrays since the order can change 2014-01-21 12:41:44 -05:00
John Shahid fe324dbbf1 don't start the sync log loop automatically 2014-01-21 12:41:44 -05:00
John Shahid 7f7d05caa1 Merge pull request #193 from schmurfy/log_stdout
Logging to stdout
2014-01-21 09:41:39 -08:00
Julien Ammous 7387b5c761 allow logging to stdout 2014-01-21 12:27:01 +01:00
Paul Dix 1725d5665e Update changelog 2014-01-18 14:01:45 -05:00
John Shahid 012efd449a test snapshot recovery from new peers in the cluster.
This is dependent on this pr https://github.com/goraft/raft/pull/154 the
test will fail without this change
2014-01-17 13:40:58 -05:00
John Shahid f79f71d478 update the changelog 2014-01-17 12:25:54 -05:00
Todd Persen 889b218a3e Add support for continuous queries. 2014-01-17 12:24:09 -05:00
John Shahid 1ae33209ac make things more robust 2014-01-17 12:10:22 -05:00
John Shahid f67a2ce4e7 add some logging too 2014-01-16 17:01:36 -05:00
John Shahid 3e665b8fd0 load the snapshot on startup 2014-01-16 16:53:52 -05:00
Paul Dix 123c47508d Update changelog 2014-01-16 16:08:27 -05:00
Paul Dix 311b9303af Merge pull request #185 from influxdb/fix-184-log-compaction
fix #184. Don't let the raft log grow larger than 10MB
2014-01-16 13:06:07 -08:00
John Shahid ae19e20bae fix #184. Don't let the raft log grow larger than 10MB 2014-01-16 16:00:52 -05:00
John Shahid 028f9b1b22 fix password caching issue 2014-01-16 13:23:36 -05:00