@@ -3501,6 +3501,7 @@ mod tests {
35013501 region : "us-west-2" . to_string ( ) ,
35023502 bucket_name : "cube-store-ci-test" . to_string ( ) ,
35033503 sub_path : Some ( "high_frequency_inserts_s3" . to_string ( ) ) ,
3504+ endpoint : None ,
35043505 } ;
35053506 c. select_workers = vec ! [ "127.0.0.1:4306" . to_string( ) ] ;
35063507 c
@@ -3516,6 +3517,7 @@ mod tests {
35163517 region : "us-west-2" . to_string ( ) ,
35173518 bucket_name : "cube-store-ci-test" . to_string ( ) ,
35183519 sub_path : Some ( "high_frequency_inserts_s3" . to_string ( ) ) ,
3520+ endpoint : None ,
35193521 } ;
35203522 c
35213523 } )
@@ -3989,6 +3991,7 @@ mod tests {
39893991 region : "us-west-2" . to_string ( ) ,
39903992 bucket_name : "cube-store-ci-test" . to_string ( ) ,
39913993 sub_path : Some ( "create_table_with_location_cluster" . to_string ( ) ) ,
3994+ endpoint : None ,
39923995 } ;
39933996 c. select_workers = vec ! [ "127.0.0.1:24306" . to_string( ) ] ;
39943997 c. metastore_bind_address = Some ( "127.0.0.1:25312" . to_string ( ) ) ;
@@ -4005,6 +4008,7 @@ mod tests {
40054008 region : "us-west-2" . to_string ( ) ,
40064009 bucket_name : "cube-store-ci-test" . to_string ( ) ,
40074010 sub_path : Some ( "create_table_with_location_cluster" . to_string ( ) ) ,
4011+ endpoint : None ,
40084012 } ;
40094013 c. metastore_remote_address = Some ( "127.0.0.1:25312" . to_string ( ) ) ;
40104014 c
0 commit comments