]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
reduce object size for test_like_expression, it may cause timeouts in teuthology... fix_function_names 373/head
authorgalsalomon66 <gal.salomon@gmail.com>
Tue, 15 Dec 2020 09:51:19 +0000 (11:51 +0200)
committergalsalomon66 <gal.salomon@gmail.com>
Tue, 15 Dec 2020 09:51:19 +0000 (11:51 +0200)
Signed-off-by: galsalomon66 <gal.salomon@gmail.com>
s3tests_boto3/functional/test_s3select.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 6fc59f8..947db5c
@@ -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"