Skip to content

Commit 0448c62

Browse files
committed
Enable relevant tests
1 parent 6b7878b commit 0448c62

File tree

3 files changed

+22
-26
lines changed

3 files changed

+22
-26
lines changed

.github/workflows/hive-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: hive tests
22

33
on:
44
pull_request:
5-
paths:
6-
- 'presto-docs/**'
75

86
env:
97
# An envar that signals to tests we are executing in the CI environment

.github/workflows/test-other-modules.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: test other modules
22

33
on:
44
pull_request:
5-
paths:
6-
- 'presto-docs/**'
75

86
env:
97
# An envar that signals to tests we are executing in the CI environment

.github/workflows/tests.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -37,35 +37,35 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
modules:
40-
# - ":presto-tests -P presto-tests-execution-memory"
41-
# - ":presto-tests -P presto-tests-general"
42-
# - ":presto-tests -P ci-only-distributed-non-hash-gen"
43-
# - ":presto-tests -P ci-only-tpch-distributed-queries"
44-
# - ":presto-tests -P ci-only-local-queries"
45-
# - ":presto-tests -P ci-only-distributed-queries"
46-
# - ":presto-tests -P ci-only-aggregation-queries"
47-
# - ":presto-tests -P ci-only-plan-determinism"
48-
# - ":presto-tests -P ci-only-resource-manager"
49-
# - ":presto-accumulo"
50-
# - ":presto-cassandra -P test-cassandra-integration-smoke-test"
51-
# - ":presto-hive"
40+
- ":presto-tests -P presto-tests-execution-memory"
41+
- ":presto-tests -P presto-tests-general"
42+
- ":presto-tests -P ci-only-distributed-non-hash-gen"
43+
- ":presto-tests -P ci-only-tpch-distributed-queries"
44+
- ":presto-tests -P ci-only-local-queries"
45+
- ":presto-tests -P ci-only-distributed-queries"
46+
- ":presto-tests -P ci-only-aggregation-queries"
47+
- ":presto-tests -P ci-only-plan-determinism"
48+
- ":presto-tests -P ci-only-resource-manager"
49+
- ":presto-accumulo"
50+
- ":presto-cassandra -P test-cassandra-integration-smoke-test"
51+
- ":presto-hive"
5252
- ":presto-hive -P test-hive-materialized-queries"
5353
- ":presto-hive -P test-hive-materialized-aggregations"
5454
- ":presto-hive -P test-hive-recoverable-execution"
5555
- ":presto-hive -P test-hive-pushdown-filter-queries-basic"
5656
- ":presto-hive -P test-hive-pushdown-filter-queries-advanced"
5757
- ":presto-hive -P test-hive-repartitioning"
5858
- ":presto-hive -P test-hive-parquet"
59-
# - ":presto-main"
60-
# - ":presto-mongodb -P test-mongo-distributed-queries"
61-
# - ":presto-redis -P test-redis-integration-smoke-test"
62-
# - ":presto-elasticsearch"
63-
# - ":presto-orc"
64-
# - ":presto-thrift-connector"
65-
# - ":presto-spark-base -P presto-spark-tests-smoke"
66-
# - ":presto-spark-base -P presto-spark-tests-all-queries"
67-
# - ":presto-spark-base -P presto-spark-tests-spill-queries"
68-
# - ":presto-iceberg"
59+
- ":presto-main"
60+
- ":presto-mongodb -P test-mongo-distributed-queries"
61+
- ":presto-redis -P test-redis-integration-smoke-test"
62+
- ":presto-elasticsearch"
63+
- ":presto-orc"
64+
- ":presto-thrift-connector"
65+
- ":presto-spark-base -P presto-spark-tests-smoke"
66+
- ":presto-spark-base -P presto-spark-tests-all-queries"
67+
- ":presto-spark-base -P presto-spark-tests-spill-queries"
68+
- ":presto-iceberg"
6969
timeout-minutes: 80
7070
concurrency:
7171
group: ${{ github.workflow }}-test-${{ matrix.modules }}-${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)