Skip to content

Commit

Permalink
[improvement](regression) improve p1 test time by moving spill cases …
Browse files Browse the repository at this point in the history
…to p2 (apache#40079)
  • Loading branch information
jacktengg authored Aug 29, 2024
1 parent 6fae472 commit 41e7c9b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
// specific language governing permissions and limitations
// under the License.

suite("partitioned_agg_fault_injection", "nonConcurrent") {
suite("partitioned_agg_fault_injection", "p2, nonConcurrent") {
multi_sql """
use regression_test_tpch_unique_sql_zstd_bucket1_p0;
use regression_test_tpch_sf1_p2;
set enable_force_spill=true;
set min_revocable_mem=1024;
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
// specific language governing permissions and limitations
// under the License.

suite("partitioned_hash_join_fault_injection", "nonConcurrent") {
suite("partitioned_hash_join_fault_injection", "p2, nonConcurrent") {
multi_sql """
use regression_test_tpch_unique_sql_zstd_bucket1_p0;
use regression_test_tpch_sf1_p2;
set enable_force_spill=true;
set min_revocable_mem=1024;
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
// specific language governing permissions and limitations
// under the License.

suite("spill_sort_fault_injection", "nonConcurrent") {
suite("spill_sort_fault_injection", "p2, nonConcurrent") {
multi_sql """
use regression_test_tpch_unique_sql_zstd_bucket1_p0;
use regression_test_tpch_sf1_p2;
set enable_force_spill=true;
set min_revocable_mem=1024;
"""
Expand Down

0 comments on commit 41e7c9b

Please sign in to comment.