vitess-gh/test/resharding_bytes.py

17 строки
446 B
Python
Executable File

#!/usr/bin/env python
#
# Copyright 2013, Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can
# be found in the LICENSE file.
import resharding
import utils
from vtdb import keyrange_constants
# this test is just re-running an entire resharding.py with a
# varbinary keyspace_id
if __name__ == '__main__':
resharding.keyspace_id_type = keyrange_constants.KIT_BYTES
utils.main(resharding)