Commit graph

3762 commits

Author SHA1 Message Date
Cody Soyland
1cb94baa31 Add -n to tail command for GNU-tail compatibility 2017-06-26 16:33:48 -05:00
Cody Soyland
0631a63de2 Refactor additional test utilities into pilosa.test 2017-06-26 16:30:04 -05:00
Michael Baird
98fa937af2 remove prints 2017-06-26 15:19:03 -05:00
Linh Vo
7a4a92ca57 Merge pull request #680 from raskle/input-definition-cleanup
Prefaced validValueDestination values
2017-06-26 15:06:16 -05:00
Michael Baird
c441e55bb2 Prefaced validValueDestination values
Code cleanup
2017-06-26 14:56:27 -05:00
Linh Vo
8e9934a2d3 Merge pull request #679 from linhvo/handle-action-sync
Handle actions and execute SetBit
2017-06-26 13:46:18 -05:00
Linh Vo
03e5b36af7 merge handleAction 2017-06-26 12:19:55 -05:00
Alan Bernstein
e1f44d4e31 Update tests 2017-06-26 11:23:37 -05:00
Linh Vo
6711026d22 JSONparser tests 2017-06-26 11:05:34 -05:00
Alan Bernstein
855f224778 Pass logOutput to Holder.Open 2017-06-23 18:14:59 -05:00
Alan Bernstein
b9e853dbdb Deduplicate logfile opening code 2017-06-23 18:08:30 -05:00
Alan Bernstein
2fe21231fc Deduplicate logfile opening code 2017-06-23 18:03:28 -05:00
Alan Bernstein
8c2d6e92c2 WIP Export Server.logger for use in server/server.go 2017-06-23 18:02:44 -05:00
Alan Bernstein
12e6b22abe WIP replace fmt prints with logger prints and Stderr with LogOutput 2017-06-23 17:27:57 -05:00
Travis
c3a648b3f8
remove unused roaring.BufIterator. test the unread() panic case in bufBitmapIterator 2017-06-23 16:55:49 -05:00
Todd Gruben
5940924169 Merge branch '334-rle-rebased' of github.com:pilosa/pilosa into 334-rle-rebased 2017-06-23 16:04:05 -05:00
Todd Gruben
43c275c6e2 extended bitmap.optimize() to look at run containers 2017-06-23 16:03:56 -05:00
Linh Vo
53c7e5946d validate columnID match primaryField 2017-06-23 14:39:52 -05:00
Linh Vo
e002d9d183 merged input definition 2017-06-23 11:21:54 -05:00
Linh Vo
cfe146aa97 update JSONparser 2017-06-23 11:17:36 -05:00
Travis Turner
023c7fa18f Merge pull request #672 from travisturner/roaring-intersect-tests
Roaring intersect tests
2017-06-23 10:39:45 -05:00
Travis
c8ef6fde89
test edge case (end exclusive) in arrayCountRange for range [start, end) 2017-06-23 10:24:43 -05:00
Cody Soyland
85b1a73b73 Refactor test utilities into importable package.
Remove duplicate instances of test utilities from pilosa.ctl.
Now subpackages such as pilosa.ctl may import test utilities.
2017-06-23 09:10:15 -05:00
Todd Gruben
bed7b41faf fixed memory hit on startup 2017-06-23 08:13:57 -05:00
Linh Vo
735a7287b7 merge action's processing 2017-06-22 21:57:00 -05:00
Travis Turner
987f7ca3bf Merge pull request #674 from travisturner/fix-differencearrayrun-logic
bug fix in `differenceArrayRun` logic.
2017-06-22 16:26:09 -05:00
Todd Gruben
c6bf1bc55f Merge branch '334-rle-rebased' of github.com:pilosa/pilosa into 334-rle-rebased 2017-06-22 16:21:23 -05:00
Todd Gruben
b14a31dab3 fixed bug with xor; extended test coverage for xor 2017-06-22 16:21:19 -05:00
Travis
fc6898a933
remove a test that was not testing the correct thing 2017-06-22 16:07:21 -05:00
Travis
8fd752ddb1
bug fix in differenceArrayRun logic. add more test coverage for differenceArrayRun 2017-06-22 16:03:20 -05:00
Linh Vo
7a3baed3ac resolve proto conflict 2017-06-22 15:20:18 -05:00
Linh Vo
9229d772e9 change Field to InputDefinitionField 2017-06-22 15:18:37 -05:00
Linh Vo
aa2cc13a9c change Action to InputDefinitionAction in proto 2017-06-22 14:55:29 -05:00
Michael Baird
ba0eff4ffe Merge pull request #668 from linhvo/validate-input-def
add validation for input definition fields
2017-06-22 14:29:32 -05:00
Linh Vo
13b32b0b10 check SingleRowBool for duplicate rowID 2017-06-22 14:12:16 -05:00
Travis
1e0a529b4e
improve coverage in intersect** operations 2017-06-22 14:01:55 -05:00
Travis
087c78a0df
add test coverage for CountRange operations 2017-06-22 14:01:42 -05:00
Travis Turner
4b1f2efe08 Merge pull request #671 from travisturner/intersectioncount-tests
Improves test coverage for `IntersectionCount` operations
2017-06-22 12:28:36 -05:00
Linh Vo
8a0609f1fd handle nil rowID 2017-06-22 11:11:36 -05:00
Linh Vo
d1d8c5b696 handle actions in JSONparser 2017-06-22 11:05:33 -05:00
Travis
10490a3402
Improves test coverage for IntersectionCount operations 2017-06-22 11:03:05 -05:00
Todd Gruben
188a4aa8d9 extended bitmap contains test coverage 2017-06-22 10:58:47 -05:00
Todd Gruben
3424211992 Merge branch '334-rle-rebased' of github.com:pilosa/pilosa into 334-rle-rebased 2017-06-21 20:18:13 -05:00
Todd Gruben
4da0c167e1 extended tests for difference operation 2017-06-21 20:18:03 -05:00
Travis Turner
79482769b3 Merge pull request #669 from travisturner/fix-array-run-transitions
Standardize the default iterator val for j to -1 for both arrays and runs
2017-06-21 16:01:52 -05:00
Ben Johnson
d5b22a9349 Merge pull request #670 from benbjohnson/616-bsi-schema-support
BSI range-encoding schema support.
2017-06-21 14:33:22 -06:00
Linh Vo
ed1136c466 update definition validation 2017-06-21 15:10:05 -05:00
Linh Vo
56c16e923a add frame required in action 2017-06-21 14:53:01 -05:00
Linh Vo
9fd1de8f29 handle nil rowID 2017-06-21 14:38:04 -05:00
Linh Vo
d416d2c5d2 JSON parser 2017-06-21 12:41:52 -05:00