Commit Graph

717 Commits (v0.4.2)

Author SHA1 Message Date
John Shahid da14d98bda update the changelog 2014-01-31 16:41:38 -05:00
John Shahid d1800759b3 remove unnecessary check 2014-01-31 15:48:05 -05:00
Paul Dix 52fad8d379 Close #225. Remove the limit to the number of keys that can be scanned 2014-01-31 15:45:36 -05:00
John Shahid 2b5a75e4d4 delete gogoprotobuf directory 2014-01-31 15:33:50 -05:00
Paul Dix b8ba76c05d Merge pull request #223 from influxdb/fix-223-panic-in-server
Panic in server
2014-01-31 12:30:57 -08:00
John Shahid aaf2b818ac fix #223. Add a test to make sure the panic is fixed 2014-01-31 15:13:53 -05:00
John Shahid 314ceac128 fix #224. Handle null values when replicating data 2014-01-31 15:00:49 -05:00
John Shahid 6e812a9f3f add more logging 2014-01-30 18:01:31 -05:00
John Shahid 7d761e6aa4 Revert "Bump rvm to 2.1.0"
This reverts commit f474e47366.
2014-01-30 16:58:46 -05:00
John Shahid e364fcd5db download the new protobuf library 2014-01-30 16:16:02 -05:00
Paul Dix b575eb345c Update changelog with bugfix and change to 0.4.1 release. 2014-01-30 16:09:17 -05:00
Paul Dix dd547a7c3e Merge pull request #215 from influxdb/fix-215-server-fails-restart-after-raft-compaction
Fix error with server restart after Raft log compaction
2014-01-30 13:07:17 -08:00
John Shahid 25cb03e38c Fix #215. Fix hangs on startup after raft compaction
Because raft compaction compact the entire log in one state, commands in
the log aren't replayed on startup. Instead the entire state is loaded
this prevented the AddPotentialServer from being called which in turn
didn't put anything in the channel
2014-01-30 15:55:33 -05:00
John Shahid 3d0b5270e5 make the integration tests less noisy 2014-01-30 15:07:40 -05:00
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