File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ydb/core/kqp/ut/federated_query/s3 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Y_UNIT_TEST_SUITE(KqpFederatedQuery) {
35
35
const TString externalDataSourceName = " /Root/external_data_source" ;
36
36
const TString externalTableName = " /Root/test_binding_resolve" ;
37
37
const TString bucket = " test_bucket1" ;
38
- const TString object = TStringBuilder () << " test_" << GetSymbolsString (' ' , ' ~' , " {}" ) << " _object" ;
38
+ const TString object = TStringBuilder () << " test_" << GetSymbolsString (' ' , ' ~' , " *? {}" ) << " _object" ;
39
39
40
40
CreateBucketWithObject (bucket, object, TEST_CONTENT);
41
41
@@ -2143,7 +2143,7 @@ Y_UNIT_TEST_SUITE(KqpFederatedQuery) {
2143
2143
2144
2144
Y_UNIT_TEST (TestReadEmptyFileWithCsvFormat) {
2145
2145
const TString externalDataSourceName = " /Root/external_data_source" ;
2146
- const TString bucket = " test_bucket1 " ;
2146
+ const TString bucket = " test_bucket12 " ;
2147
2147
2148
2148
CreateBucketWithObject (bucket, " test_object" , " " );
2149
2149
@@ -2183,7 +2183,7 @@ Y_UNIT_TEST_SUITE(KqpFederatedQuery) {
2183
2183
}
2184
2184
2185
2185
Y_UNIT_TEST (TestWildcardValidation) {
2186
- const TString bucket = " test_bucket1 " ;
2186
+ const TString bucket = " test_bucket13 " ;
2187
2187
2188
2188
CreateBucket (bucket);
2189
2189
You can’t perform that action at this time.
0 commit comments