Alain Jobart
|
9bc6321972
|
Exporting master serving addresses in all cells, adding comments to rebuilding code.
LGTM Sugu.
|
2013-06-26 13:24:59 -07:00 |
Alain Jobart
|
f53891c53e
|
Implementing ShardExternallyReparented, with test.
LGM Sugu.
|
2013-06-25 12:54:15 -07:00 |
Alain Jobart
|
97b78a40bf
|
Removing last uses of GetSessionId by dbname.
LGTM Mike.
|
2013-05-08 15:15:55 -07:00 |
Mike Solomon
|
b5dbc052f5
|
add a measure of safety for recursive delete
|
2013-04-24 18:12:53 -07:00 |
Alain Jobart
|
219fe644c0
|
Now allocating ports from a port base for zk / zkocc, more to come.
|
2013-04-12 12:21:52 -07:00 |
Sugu Sougoumarane
|
0f8c973c25
|
Revamp go client to comply to a new API. Add keyspace_id validation to vttablet.
|
2013-04-10 13:15:30 -07:00 |
Alain Jobart
|
62d8171e53
|
Replacing:
not 'aa' in var
with:
'aa' not in var
in tests.
|
2013-03-22 11:34:09 -07:00 |
Alain Jobart
|
85d8260811
|
Running Validate before Reparent, and other fixes in reparent.
LGTM Mike.
|
2013-01-17 11:02:52 -08:00 |
Alain Jobart
|
a8813cd52e
|
Validation: making use of WaitGroup more consistent.
Tests: fixing them after Mike's change.
LGTM Mike.
|
2013-01-16 12:26:18 -08:00 |
Mike Solomon
|
4321521a33
|
adding a new hook for my.cnf creation
|
2013-01-08 01:47:57 -08:00 |
Alain Jobart
|
7e58a199ab
|
Factoring parameter parsing in utils.py for tests.
LGTM Ric.
|
2013-01-04 13:14:07 -08:00 |
Alain Jobart
|
f2aaf768b7
|
Small changes to get Sponge script working.
LGTM Ric.
|
2012-12-28 13:47:47 -08:00 |
Ric Szopa
|
51d4b10937
|
Make tests use VTDATAROOT.
|
2012-12-27 13:58:39 -08:00 |
Alain Jobart
|
6c2b371f75
|
Test script clean up.
LGTM Mike.
|
2012-12-07 12:29:47 -08:00 |
Alain Jobart
|
882598740f
|
Making zkocc process management and logging better in tests.
LGTM Mike.
|
2012-12-06 11:31:48 -08:00 |
Alain Jobart
|
3d57d98fb4
|
Tests now wait for tablets to be serving when required.
(and various test fixes).
LGTM Mike.
|
2012-12-03 12:25:19 -08:00 |
Ric Szopa
|
0bc605a269
|
Cleaned up the code according to PyFlakes suggestions.
|
2012-11-28 17:23:47 -08:00 |
Alain Jobart
|
571a208104
|
Better parameter and commands handling for vtctl.
LGTM Ric.
|
2012-11-21 11:14:42 -08:00 |
Alain Jobart
|
e1282bd4d9
|
Using flag sets for sub-parameters in some operations.
LGTM Ric.
|
2012-11-20 11:59:40 -08:00 |
Mike Solomon
|
5726b783d9
|
test new lag slave handling
|
2012-11-07 00:28:55 -08:00 |
Alain Jobart
|
724b920f19
|
Adding support for streaming queries in the sharded client.
LGTM Mike.
|
2012-10-11 12:57:37 -07:00 |
Alain Jobart
|
ab981f541e
|
Supporting multiple zkocc servers in conn_cache.go, with test.
Also refactoring Dial from ZkoccConn to behave like zookeeper.Dial.
LGTM Mike.
|
2012-10-10 14:36:26 -07:00 |
Alain Jobart
|
6f72f7ccd9
|
Various fixes and improvements to the sharded client.
LGTM Mike.
|
2012-10-10 09:40:00 -07:00 |
Alain Jobart
|
ac47c6ec2e
|
New sharded test, and some test refactoring. The sharded test needs
some other code to pass, will be in a different commit.
LGTM Ric.
|
2012-10-02 16:53:12 -07:00 |
Alain Jobart
|
c94437f155
|
Changing vtclient2 to accept a driver name (streaming flag then becomes obsolete).
Also moving the dml detection to vtclient2.
Refactoring tests to move vttablet_write_query to utils.vttablet_query.
LGMT: Ric.
|
2012-10-01 15:36:39 -07:00 |
Alain Jobart
|
ed6b383af3
|
Moving zkocc test to a new toplevel test directory, and splitting
up some utils functions.
LGTM Ric.
|
2012-09-28 16:07:05 -07:00 |