mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Merge pull request #32094 from azat/clickhouse-test-longer-db
Increase length of random database in clickhouse-test
This commit is contained in:
commit
d273a8db7c
@ -371,7 +371,7 @@ class TestCase:
|
||||
else:
|
||||
# If --database is not specified, we will create temporary database with unique name
|
||||
# And we will recreate and drop it for each test
|
||||
def random_str(length=6):
|
||||
def random_str(length=8):
|
||||
alphabet = string.ascii_lowercase + string.digits
|
||||
return ''.join(random.choice(alphabet) for _ in range(length))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user