Skip to content

Commit a7cf6fb

Browse files
committed
conf changes
1 parent 680b073 commit a7cf6fb

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,14 @@
11
# script: test_s3select_multipart_parquet.py
22
# polarion-id: CEPH-83575290
3-
# Related BZ: https://bugzilla.redhat.com/show_bug.cgi?id=2118706
4-
# Description: Test S3 Select queries on multipart uploaded parquet objects
5-
# This test validates that queries on multipart parquet objects complete successfully
6-
# without "Connection broken: IncompleteRead" errors as seen in BZ 2118706
3+
# BZ: https://bugzilla.redhat.com/show_bug.cgi?id=2118706
74
config:
85
haproxy: true
96
user_count: 1
107
bucket_count: 1
118
user_remove: false
12-
# Set obj_size to ensure multipart upload is used (default multipart threshold is 5MB)
13-
# The parquet file will be created with specified row_count, but obj_size is needed
14-
# for the multipart upload function to work correctly
159
obj_size: 19M
1610
split_size: 5
1711
test_ops:
1812
create_bucket: true
19-
# Row count to generate approximately 19M parquet file (as mentioned in BZ 2118706)
2013
parquet_row_count: 100000
21-
# SQL query to execute on the parquet object
2214
query: "select * from s3object"
23-

0 commit comments

Comments
 (0)