Damian Gryski
|
67329dc5c4
|
snapshot: fix struct tags so they work with reflect.StructTag.Get
|
2013-10-10 22:56:06 +02:00 |
Damian Gryski
|
a1614ed519
|
server_test: t.Fatalf() with missing formatting directive
|
2013-10-10 22:54:22 +02:00 |
Todd Persen
|
ed27df12b3
|
Grouping by timestamps.
|
2013-10-10 16:53:12 -04:00 |
Todd Persen
|
6f797337e7
|
Add support for grouping by multiple columns.
|
2013-10-10 15:42:43 -04:00 |
Todd Persen
|
0e32cca556
|
Add flag for running benchmarks.
|
2013-10-10 15:42:31 -04:00 |
John Shahid
|
1da5ce70a2
|
add a group by test for grouping by multiple columns.
|
2013-10-10 13:31:06 -04:00 |
Todd Persen
|
0b7f080cd8
|
Start some docs.
|
2013-10-10 13:28:49 -04:00 |
Todd Persen
|
0c4ea6ce92
|
Add support for group by clauses.
|
2013-10-10 13:28:49 -04:00 |
Ben Johnson
|
48b4bdde54
|
Merge pull request #120 from coreos/upstream
feat return the stateMachine
|
2013-10-10 09:03:02 -07:00 |
Paul Dix
|
4a299ce5d7
|
Add logic to allow server to be pointed at any server in the cluster and find the leader in order to joiN
|
2013-10-10 11:32:21 -04:00 |
Paul Dix
|
5679b338eb
|
Add tests for killing leader in the cluster and adding a new server in the cluster
|
2013-10-10 10:54:53 -04:00 |
Paul Dix
|
db4d8a2a00
|
remove extraneous output
|
2013-10-10 10:54:53 -04:00 |
Paul Dix
|
fda550e04f
|
Update test script to increase the open file limit on osx
|
2013-10-10 10:54:53 -04:00 |
Xiang Li
|
cc726d35cd
|
feat return the stateMachine
|
2013-10-09 20:15:57 -07:00 |
John Shahid
|
8ef13d3c6f
|
add a test for count with group by.
|
2013-10-09 17:04:17 -04:00 |
John Shahid
|
5a12f63c31
|
replace group_by with 'group by'
|
2013-10-09 17:02:42 -04:00 |
John Shahid
|
89d5e94869
|
test counts of multiple tables.
|
2013-10-09 16:20:04 -04:00 |
John Shahid
|
752019aec5
|
make the assertion stronger.
|
2013-10-09 16:05:32 -04:00 |
John Shahid
|
9c459db93c
|
clarify the docs.
|
2013-10-09 16:05:19 -04:00 |
John Shahid
|
ffda730b03
|
print the diff between the actual result and the expected result.
|
2013-10-09 16:05:08 -04:00 |
John Shahid
|
7eb5c02301
|
make the test pass and refactor the tests.
|
2013-10-09 15:57:34 -04:00 |
Todd Persen
|
bf8a7c0ac5
|
WIP: more engine tests.
|
2013-10-09 14:55:00 -04:00 |
Paul Dix
|
279a67b563
|
Remove some cruft around storing the connect string of the leader
|
2013-10-09 13:36:10 -04:00 |
Todd Persen
|
d8a25cf5ca
|
Fix the test script for macs
|
2013-10-09 13:28:35 -04:00 |
Paul Dix
|
e566a4d39c
|
Add test and code to verify that servers can be added and removed
|
2013-10-09 13:26:38 -04:00 |
John Shahid
|
50227fe4a0
|
add the query engine interface.
|
2013-10-09 13:16:20 -04:00 |
John Shahid
|
8b65f7e728
|
update the coordinator docs.
|
2013-10-09 13:16:10 -04:00 |
John Shahid
|
3118312a21
|
start writing tests for the query engine.
|
2013-10-09 12:09:16 -04:00 |
John Shahid
|
5de35550e6
|
able to run tests in one package only.
|
2013-10-09 12:08:30 -04:00 |
John Shahid
|
0a88a01771
|
Rename the query package to parser.
|
2013-10-09 11:33:54 -04:00 |
Paul Dix
|
41cf035abf
|
Add replication notes
|
2013-10-09 11:21:57 -04:00 |
Todd Persen
|
bfb9852d80
|
DRY
|
2013-10-09 09:12:21 -04:00 |
John Shahid
|
8027a0b2c8
|
be more verbose.
|
2013-10-08 17:38:56 -04:00 |
John Shahid
|
9b0ec7e302
|
remove generated code from the repo.
|
2013-10-08 17:35:25 -04:00 |
John Shahid
|
27cc664838
|
be more verbose.
|
2013-10-08 17:32:42 -04:00 |
Paul Dix
|
7bbcf3aa66
|
Add raft and gorilla mux to the build script
|
2013-10-08 17:33:35 -04:00 |
Paul Dix
|
2a03acf57b
|
Fix the storage engine interface to build with things in protocol
|
2013-10-08 17:31:41 -04:00 |
Paul Dix
|
4d2cb288c5
|
Refactor raft server to have a generic command processor
|
2013-10-08 17:25:34 -04:00 |
Paul Dix
|
340f1dcdfe
|
Ignore all github repos
|
2013-10-08 17:24:46 -04:00 |
Paul Dix
|
31f033c2dc
|
Initial parts of the configuration consensus stuff.
|
2013-10-08 17:24:08 -04:00 |
John Shahid
|
e41ad7fd20
|
format before running the tests.
|
2013-10-08 17:17:12 -04:00 |
John Shahid
|
c0ee40e82c
|
build and test all packages.
|
2013-10-08 17:01:20 -04:00 |
John Shahid
|
59493d3714
|
build the packages that don't have tests.
|
2013-10-08 17:00:28 -04:00 |
Todd Persen
|
f2cbeb3795
|
Fix arithmetic operations
|
2013-10-08 16:29:14 -04:00 |
Todd Persen
|
d5f4571cfc
|
ignore .DS_Store
|
2013-10-08 16:28:45 -04:00 |
Todd Persen
|
f5f83e7bf2
|
disable yacc debug
|
2013-10-08 16:06:37 -04:00 |
Todd Persen
|
c055531ef7
|
fix the associativity of the arithmetic operators
|
2013-10-08 16:02:18 -04:00 |
Todd Persen
|
51893ebd37
|
Parsing complex arithmetic operations.
|
2013-10-08 15:50:59 -04:00 |
Todd Persen
|
10f571263c
|
Simplify API.
|
2013-10-08 12:56:59 -04:00 |
Todd Persen
|
6005989c27
|
Ignore binaries for Valgrind.
|
2013-10-08 12:56:23 -04:00 |