Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

branch-2.1:[Opt](regression) Add more test cases to external communit… #47383

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

suite("test_jdbc_query_tvf", "p0,external") {
suite("test_jdbc_query_tvf", "p0,external,external_docker") {

String enabled = context.config.otherConfigs.get("enableJdbcTest")
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

suite("test_conflict_name", "p0,external,doris,meta_names_mapping") {
suite("test_conflict_name", "p0,external,doris,meta_names_mapping,external_docker") {

String jdbcUrl = context.config.jdbcUrl
String jdbcUser = "test_conflict_name_user"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

suite("test_meta_names_mapping", "p0,external,doris,meta_names_mapping") {
suite("test_meta_names_mapping", "p0,external,doris,meta_names_mapping,external_docker") {

String jdbcUrl = context.config.jdbcUrl
String jdbcUser = "test_meta_names_mapping_user"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// under the License.

// This suit test the `frontends_disks` tvf
suite("test_frontends_disks_tvf", "p0,external") {
suite("test_frontends_disks_tvf", "p0,external,external_docker") {
List<List<Object>> table = sql """ select * from `frontends_disks`(); """
assertTrue(table.size() > 0)
assertTrue(table[0].size == 10)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import java.nio.charset.StandardCharsets
import java.nio.file.Files
import java.nio.file.Paths

suite("test_insert_from_tvf_with_common_user", "p0,external") {
suite("test_insert_from_tvf_with_common_user", "p0,external,external_docker") {
String ak = getS3AK()
String sk = getS3SK()
String s3_endpoint = getS3Endpoint()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import org.junit.Assert
// specific language governing permissions and limitations
// under the License.

suite("test_local_tvf_compression", "p0,tvf,external") {
suite("test_local_tvf_compression", "p0,tvf,external,external_docker") {
List<List<Object>> backends = sql """ show backends """
assertTrue(backends.size() > 0)
def be_id = backends[0][0]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import org.junit.Assert
// specific language governing permissions and limitations
// under the License.

suite("test_local_tvf_enclose", "p0,tvf,external") {
suite("test_local_tvf_enclose", "p0,tvf,external,external_docker") {
List<List<Object>> backends = sql """ show backends """
assertTrue(backends.size() > 0)
def be_id = backends[0][0]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import org.junit.Assert
// under the License.

// This suit test the `backends` tvf
suite("test_local_tvf_parquet_unsigned_integers", "p0,external") {
suite("test_local_tvf_parquet_unsigned_integers", "p0,external,external_docker") {
List<List<Object>> backends = sql """ show backends """
def dataFilePath = context.config.dataPath + "/external_table_p0/tvf/"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import org.junit.Assert
// under the License.

// This suit test the `backends` tvf
suite("test_local_tvf_with_complex_type", "p0,external") {
suite("test_local_tvf_with_complex_type", "p0,external,external_docker") {
List<List<Object>> backends = sql """ show backends """
def dataFilePath = context.config.dataPath + "/external_table_p0/tvf/"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import org.junit.Assert
// under the License.

// This suit test the `backends` tvf
suite("test_local_tvf_with_complex_type_element_at", "p0,external") {
suite("test_local_tvf_with_complex_type_element_at", "p0,external,external_docker") {
List<List<Object>> backends = sql """ show backends """
assertTrue(backends.size() > 0)
def be_id = backends[0][0]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import org.junit.Assert
// under the License.

// This suit test the `backends` tvf
suite("test_local_tvf_with_complex_type_insertinto_doris", "p0,external") {
suite("test_local_tvf_with_complex_type_insertinto_doris", "p0,external,external_docker") {
List<List<Object>> backends = sql """ select * from backends(); """
assertTrue(backends.size() > 0)
def be_id = backends[0][0]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

suite("test_read_csv_empty_line_as_null", "p0,external") {
suite("test_read_csv_empty_line_as_null", "p0,external,external_docker") {
// open nereids
sql """ set enable_nereids_planner=true """
sql """ set enable_fallback_to_original_planner=false """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

suite("test_s3_tvf", "p0,external") {
suite("test_s3_tvf", "p0,external,external_docker") {
// open nereids
sql """ set enable_nereids_planner=true """
sql """ set enable_fallback_to_original_planner=false """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

suite("test_s3_tvf_compression", "p0,external") {
suite("test_s3_tvf_compression", "p0,external,external_docker") {

String ak = getS3AK()
String sk = getS3SK()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

suite("test_s3_tvf_parquet_compress", "p0,external") {
suite("test_s3_tvf_parquet_compress", "p0,external,external_docker") {
//parquet data page v2 test


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

suite("test_s3_tvf_with_resource", "p0,external") {
suite("test_s3_tvf_with_resource", "p0,external,external_docker") {
// open nereids
sql """ set enable_nereids_planner=true """
sql """ set enable_fallback_to_original_planner=false """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import org.junit.Assert
// specific language governing permissions and limitations
// under the License.

suite("test_tvf_csv_line_end", "p0,tvf,external") {
suite("test_tvf_csv_line_end", "p0,tvf,external,external_docker") {
List<List<Object>> backends = sql """ show backends """
assertTrue(backends.size() > 0)
def be_id = backends[0][0]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

suite("test_load_with_decimal", "p0,external,hive") {
suite("test_load_with_decimal", "p0,external,hive,external_table,external_docker") {
def tableName = "test_load_with_decimal"

sql """ DROP TABLE IF EXISTS ${tableName} """
Expand Down
Loading