mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 11:51:06 +00:00
reduce object size for test_like_expression, it may cause timeouts in teuthology runs
Signed-off-by: galsalomon66 <gal.salomon@gmail.com>
This commit is contained in:
parent
5d6166bf53
commit
6a63d0cf91
1 changed files with 1 additions and 1 deletions
2
s3tests_boto3/functional/test_s3select.py
Normal file → Executable file
2
s3tests_boto3/functional/test_s3select.py
Normal file → Executable file
|
@ -353,7 +353,7 @@ def test_in_expressions():
|
||||||
@attr('s3select')
|
@attr('s3select')
|
||||||
def test_like_expressions():
|
def test_like_expressions():
|
||||||
|
|
||||||
csv_obj = create_random_csv_object_string(10000,10)
|
csv_obj = create_random_csv_object_string(1000,10)
|
||||||
|
|
||||||
csv_obj_name = get_random_string()
|
csv_obj_name = get_random_string()
|
||||||
bucket_name = "test"
|
bucket_name = "test"
|
||||||
|
|
Loading…
Reference in a new issue