This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new fbc261be6cd branch-3.1: [fix](regression) update case
huge_compound.groovy #52934 (#53102)
fbc261be6cd is described below
commit fbc261be6cdf6d5db872381618d6d146d51ccc9b
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 11 19:13:22 2025 +0800
branch-3.1: [fix](regression) update case huge_compound.groovy #52934
(#53102)
Cherry-picked from #52934
Co-authored-by: minghong <[email protected]>
---
.../suites/nereids_p0/huge_compound/huge_compound.groovy | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git
a/regression-test/suites/nereids_p0/huge_compound/huge_compound.groovy
b/regression-test/suites/nereids_p0/huge_compound/huge_compound.groovy
index 3eb38185aef..40c8901b3dc 100644
--- a/regression-test/suites/nereids_p0/huge_compound/huge_compound.groovy
+++ b/regression-test/suites/nereids_p0/huge_compound/huge_compound.groovy
@@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.
-suite("huge_compound") {
+suite("huge_compound", "nonConcurrent") {
sql """
drop table if exists tyt_old_order;
CREATE TABLE `tyt_old_order` (
@@ -29,8 +29,8 @@ suite("huge_compound") {
);
insert into tyt_old_order values("72", "93"), ("62", "xx")
"""
-
- qt_1 """
+ setFeConfigTemporary([expr_children_limit: 100000]) {
+ qt_1 """
SELECT *
FROM tyt_old_order
where(n='72'AND c='93')OR(n='04'AND c='85')OR(n='43'AND
c='37')OR(n='92'AND c='09')OR(n='85'AND c='69')OR(n='16'AND c='88')OR(n='87'AND
c='22')OR(n='38'AND c='44')OR(n='65'AND c='22')OR(n='83'AND c='12')OR(n='14'AND
c='44')OR(n='64'AND c='33')OR(n='44'AND c='58')OR(n='37'AND c='27')OR(n='59'AND
c='36')OR(n='15'AND c='66')OR(n='44'AND c='66')OR(n='59'AND c='23')OR(n='08'AND
c='87')OR(n='03'AND c='09')OR(n='85'AND c='26')OR(n='61'AND c='08')OR(n='23'AND
c='13')OR(n='96'AND c='97') [...]
@@ -66,4 +66,6 @@ suite("huge_compound") {
OR(n='85'AND c='77')OR(n='70'AND c='89')OR(n='78'AND
c='91')OR(n='21'AND c='43')OR(n='20'AND c='72')OR(n='27'AND c='86')OR(n='84'AND
c='33')OR(n='46'AND c='30')OR(n='34'AND c='36')OR(n='40'AND c='67')OR(n='48'AND
c='25')OR(n='53'AND c='18')OR(n='30'AND c='96')OR(n='16'AND c='95')OR(n='66'AND
c='69')OR(n='02'AND c='43')OR(n='50'AND c='11')OR(n='92'AND c='30')OR(n='14'AND
c='35')OR(n='34'AND c='45')OR(n='92'AND c='45')OR(n='84'AND c='37')OR(n='81'AND
c='29')OR(n='96'AND c='19') [...]
OR(n='16'AND c='98')OR(n='33'AND c='83')OR(n='14'AND
c='56')OR(n='57'AND c='71')OR(n='01'AND c='71')OR(n='12'AND c='45')OR(n='50'AND
c='68')OR(n='06'AND c='88')OR(n='07'AND c='68')OR(n='34'AND c='28')OR(n='44'AND
c='60')OR(n='48'AND c='96')OR(n='42'AND c='24')OR(n='93'AND c='82')OR(n='33'AND
c='67')OR(n='59'AND c='96')OR(n='62'AND c='30')OR(n='03'AND c='18')OR(n='37'AND
c='11')OR(n='73'AND c='33')OR(n='84'AND c='18')OR(n='58'AND c='66')OR(n='17'AND
c='02')OR(n='92'AND c='56') [...]
"""
+ }
+
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]