зеркало из https://github.com/github/vitess-gh.git
Fix nocache_tests.test_query_timeout
This commit is contained in:
Родитель
78d7ba1ff8
Коммит
c46e6cd775
|
@ -315,7 +315,7 @@ class TestNocache(framework.TestCase):
|
|||
|
||||
def test_query_timeout(self):
|
||||
vstart = self.env.debug_vars()
|
||||
conn = tablet_conn.connect("localhost:%s" % self.env.port, '', 'test_keyspace', '0', 5)
|
||||
conn = tablet_conn.connect("localhost:%s" % self.env.port, '', 'test_keyspace', '0', 5, user='youtube-dev-dedicated', password='vtpass')
|
||||
cu = cursor.TabletCursor(conn)
|
||||
self.env.execute("set vt_query_timeout=0.25")
|
||||
try:
|
||||
|
|
Загрузка…
Ссылка в новой задаче