From: galsalomon66 Date: Tue, 15 Dec 2020 09:51:19 +0000 (+0200) Subject: reduce object size for test_like_expression, it may cause timeouts in teuthology... X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6a63d0cf91249cf58220bc6e407b62aa83aeb39a;p=s3-tests.git reduce object size for test_like_expression, it may cause timeouts in teuthology runs Signed-off-by: galsalomon66 --- diff --git a/s3tests_boto3/functional/test_s3select.py b/s3tests_boto3/functional/test_s3select.py old mode 100644 new mode 100755 index 6fc59f88..947db5c0 --- a/s3tests_boto3/functional/test_s3select.py +++ b/s3tests_boto3/functional/test_s3select.py @@ -353,7 +353,7 @@ def test_in_expressions(): @attr('s3select') 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() bucket_name = "test"