Граф коммитов

1766 Коммитов

Автор SHA1 Сообщение Дата
Alain Jobart 26f1d4cd2b Fixing a couple things in partial snapshot. Also using the types
defined in vt/key more widely when appropriate.

LGTM Mike.
2012-10-18 13:11:39 -07:00
Alain Jobart 7b6373f51b Fixing the binary compiles in tests.
LGTM Ric.
2012-10-17 12:05:25 -07:00
Alain Jobart 177013ef6b Start and End key range fixes, new InitTablet param parsing.
LGTM Mike.
2012-10-15 14:33:48 -07:00
Alain Jobart 8fcfaa4d10 Some more minor test file changes. 2012-10-12 14:40:22 -07:00
Alain Jobart 25b53dee35 Changing shard names to what they should be in this test.
(from 0 to 0000000000000000-8000000000000000 and 1 to
8000000000000000-FFFFFFFFFFFFFFFF)
2012-10-12 13:55:28 -07:00
Alain Jobart 0e3e4fe4be More test re-factoring. Now using Tablet class in tabletmanager.py.
LGTM Mike & Ric.
2012-10-12 13:34:02 -07:00
Alain Jobart 96cf98816a Factoring out some test code into a class. Based on Ric's code.
LGTM: Mike & Ric.
2012-10-12 09:48:08 -07: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 9847c6fda3 Fixing zk.Conn.Exists and ExistsW to return a boolean, and not rely
on Stat to be nil (since Stat is an interface, it's not easy to
compare it to nil).

LGTM: Ric & Shruti.
2012-10-01 14:29:27 -07:00
Alain Jobart da930d174f Adding the skeleton of a sharded client test.
LGTM Ric.
2012-10-01 13:42:26 -07:00
Alain Jobart e5ff2a32a5 Moving go/vt/tabletmanager/test.py to test/tabletmanager.py and using
the utils library.
2012-10-01 10:05:09 -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