From e7e945bd7bfe43abef90838ed8c97110d3913af8 Mon Sep 17 00:00:00 2001 From: Alain Jobart Date: Thu, 13 Dec 2012 15:28:21 -0800 Subject: [PATCH] Fixing a missing database creation command. LGTM Ric. --- test/tabletmanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tabletmanager.py b/test/tabletmanager.py index 061433cb93..5ca232c40b 100755 --- a/test/tabletmanager.py +++ b/test/tabletmanager.py @@ -257,9 +257,9 @@ def run_test_vtctl_clone(): tablet_62344.populate('vt_snapshot_test', create_vt_insert_test, populate_vt_insert_test) - tablet_62344.start_vttablet() + tablet_62044.create_db('vt_snapshot_test') tablet_62044.init_tablet('idle', start=True) # small test to make sure the directory validation works