This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 2d17330ff68 [regression-test](fix) fix github_events_p2 bug (#50826)
2d17330ff68 is described below
commit 2d17330ff68a5b8fb222208e604e8d6d3413f738
Author: shuke <[email protected]>
AuthorDate: Tue May 13 16:08:09 2025 +0800
[regression-test](fix) fix github_events_p2 bug (#50826)
---
.../nonConcurrent}/github_events_p2/load.out | Bin
.../github_events_p2/sql/affinityByIssuesAndPRs1.out | Bin
.../github_events_p2/sql/affinityByIssuesAndPRs2.out | Bin
.../nonConcurrent}/github_events_p2/sql/countingStar1.out | Bin
.../nonConcurrent}/github_events_p2/sql/countingStar2.out | Bin
.../nonConcurrent}/github_events_p2/sql/countingStar3.out | Bin
.../sql/distributionOfRepositoriesByStarCount.out | Bin
.../github_events_p2/sql/githubRoulette.out | Bin
...howHasTheListOfTopRepositoriesChangedOverTheYears1.out | Bin
...howHasTheListOfTopRepositoriesChangedOverTheYears2.out | Bin
...howHasTheListOfTopRepositoriesChangedOverTheYears3.out | Bin
...howHasTheListOfTopRepositoriesChangedOverTheYears4.out | Bin
...howHasTheListOfTopRepositoriesChangedOverTheYears5.out | Bin
...howHasTheListOfTopRepositoriesChangedOverTheYears6.out | Bin
.../sql/howHasTheTotalNumberOfStarsChangedOverTime.out | Bin
.../github_events_p2/sql/issuesWithTheMostComments1.out | Bin
.../github_events_p2/sql/issuesWithTheMostComments2.out | Bin
.../github_events_p2/sql/issuesWithTheMostComments3.out | Bin
.../github_events_p2/sql/issuesWithTheMostComments4.out | Bin
.../github_events_p2/sql/issuesWithTheMostComments5.out | Bin
.../github_events_p2/sql/issuesWithTheMostComments7.out | Bin
.../github_events_p2/sql/issuesWithTheMostComments8.out | Bin
.../github_events_p2/sql/mostForkedRepositories.out | Bin
.../sql/organizationsByTheNumberOfRepositories.out | Bin
.../sql/organizationsByTheNumberOfStars.out | Bin
.../sql/proportionsBetweenStarsAndForks1.out | Bin
.../sql/proportionsBetweenStarsAndForks2.out | Bin
.../sql/proportionsBetweenStarsAndForks3.out | Bin
.../sql/proportionsBetweenStarsAndForks4.out | Bin
.../sql/proportionsBetweenStarsAndForks5.out | Bin
.../sql/repositoriesByAmountOfModifiedCode.out | Bin
.../sql/repositoriesByTheNumberOfPushes.out | Bin
.../sql/repositoriesWithClickhouse_related_comments1.out | Bin
.../sql/repositoriesWithClickhouse_related_comments2.out | Bin
.../sql/repositoriesWithDoris_related_comments1.out | Bin
.../sql/repositoriesWithDoris_related_comments2.out | Bin
.../sql/repositoriesWithTheHighestGrowthYoY.out | Bin
.../sql/repositoriesWithTheMaximumAmountOfIssues1.out | Bin
.../sql/repositoriesWithTheMaximumAmountOfIssues2.out | Bin
.../sql/repositoriesWithTheMaximumAmountOfIssues3.out | Bin
.../sql/repositoriesWithTheMaximumAmountOfIssues4.out | Bin
.../repositoriesWithTheMaximumAmountOfPullRequests1.out | Bin
.../repositoriesWithTheMaximumAmountOfPullRequests2.out | Bin
...ositoriesWithTheMaximumNumberOfAcceptedInvitations.out | Bin
.../sql/repositoriesWithTheWorstStagnation_order.out | Bin
.../github_events_p2/sql/repositoryAffinityList1.out | Bin
.../github_events_p2/sql/starsFromHeavyGithubUsers1.out | Bin
.../github_events_p2/sql/starsFromHeavyGithubUsers2.out | Bin
.../github_events_p2/sql/theLongestRepositoryNames1.out | Bin
.../github_events_p2/sql/theLongestRepositoryNames2.out | Bin
.../github_events_p2/sql/theMostToughCodeReviews.out | Bin
.../sql/theTotalNumberOfUsersOnGithub1.out | Bin
.../sql/theTotalNumberOfUsersOnGithub2.out | Bin
.../sql/theTotalNumberOfUsersOnGithub3.out | Bin
.../sql/theTotalNumberOfUsersOnGithub4.out | Bin
.../github_events_p2/sql/topRepositoriesByStars.out | Bin
.../sql/whatIsTheBestDayOfTheWeekToCatchAStar.out | Bin
.../sql/whoAreAllThosePeopleGivingStars1.out | Bin
.../sql/whoAreAllThosePeopleGivingStars2.out | Bin
.../sql/whoAreAllThosePeopleGivingStars3.out | Bin
.../suites/nereids_rules_p0/mv/tpch/mv_tpch_test.groovy | 14 +++++++++++++-
regression-test/suites/view_p0/view_p0.groovy | 1 +
62 files changed, 14 insertions(+), 1 deletion(-)
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/load.out
b/regression-test/data/nonConcurrent/github_events_p2/load.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/load.out
rename to regression-test/data/nonConcurrent/github_events_p2/load.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/affinityByIssuesAndPRs1.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/affinityByIssuesAndPRs1.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/affinityByIssuesAndPRs1.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/affinityByIssuesAndPRs1.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/affinityByIssuesAndPRs2.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/affinityByIssuesAndPRs2.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/affinityByIssuesAndPRs2.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/affinityByIssuesAndPRs2.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/countingStar1.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/countingStar1.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/countingStar1.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/countingStar1.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/countingStar2.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/countingStar2.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/countingStar2.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/countingStar2.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/countingStar3.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/countingStar3.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/countingStar3.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/countingStar3.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/distributionOfRepositoriesByStarCount.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/distributionOfRepositoriesByStarCount.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/distributionOfRepositoriesByStarCount.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/distributionOfRepositoriesByStarCount.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/githubRoulette.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/githubRoulette.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/githubRoulette.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/githubRoulette.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears1.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears1.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears1.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears1.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears2.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears2.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears2.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears2.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears3.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears3.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears3.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears3.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears4.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears4.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears4.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears4.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears5.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears5.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears5.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears5.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears6.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears6.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears6.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears6.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/howHasTheTotalNumberOfStarsChangedOverTime.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/howHasTheTotalNumberOfStarsChangedOverTime.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/howHasTheTotalNumberOfStarsChangedOverTime.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/howHasTheTotalNumberOfStarsChangedOverTime.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/issuesWithTheMostComments1.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/issuesWithTheMostComments1.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/issuesWithTheMostComments1.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/issuesWithTheMostComments1.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/issuesWithTheMostComments2.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/issuesWithTheMostComments2.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/issuesWithTheMostComments2.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/issuesWithTheMostComments2.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/issuesWithTheMostComments3.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/issuesWithTheMostComments3.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/issuesWithTheMostComments3.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/issuesWithTheMostComments3.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/issuesWithTheMostComments4.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/issuesWithTheMostComments4.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/issuesWithTheMostComments4.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/issuesWithTheMostComments4.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/issuesWithTheMostComments5.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/issuesWithTheMostComments5.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/issuesWithTheMostComments5.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/issuesWithTheMostComments5.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/issuesWithTheMostComments7.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/issuesWithTheMostComments7.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/issuesWithTheMostComments7.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/issuesWithTheMostComments7.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/issuesWithTheMostComments8.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/issuesWithTheMostComments8.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/issuesWithTheMostComments8.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/issuesWithTheMostComments8.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/mostForkedRepositories.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/mostForkedRepositories.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/mostForkedRepositories.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/mostForkedRepositories.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/organizationsByTheNumberOfRepositories.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/organizationsByTheNumberOfRepositories.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/organizationsByTheNumberOfRepositories.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/organizationsByTheNumberOfRepositories.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/organizationsByTheNumberOfStars.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/organizationsByTheNumberOfStars.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/organizationsByTheNumberOfStars.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/organizationsByTheNumberOfStars.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/proportionsBetweenStarsAndForks1.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/proportionsBetweenStarsAndForks1.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/proportionsBetweenStarsAndForks1.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/proportionsBetweenStarsAndForks1.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/proportionsBetweenStarsAndForks2.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/proportionsBetweenStarsAndForks2.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/proportionsBetweenStarsAndForks2.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/proportionsBetweenStarsAndForks2.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/proportionsBetweenStarsAndForks3.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/proportionsBetweenStarsAndForks3.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/proportionsBetweenStarsAndForks3.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/proportionsBetweenStarsAndForks3.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/proportionsBetweenStarsAndForks4.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/proportionsBetweenStarsAndForks4.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/proportionsBetweenStarsAndForks4.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/proportionsBetweenStarsAndForks4.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/proportionsBetweenStarsAndForks5.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/proportionsBetweenStarsAndForks5.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/proportionsBetweenStarsAndForks5.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/proportionsBetweenStarsAndForks5.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesByAmountOfModifiedCode.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesByAmountOfModifiedCode.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesByAmountOfModifiedCode.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesByAmountOfModifiedCode.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesByTheNumberOfPushes.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesByTheNumberOfPushes.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesByTheNumberOfPushes.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesByTheNumberOfPushes.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithClickhouse_related_comments1.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithClickhouse_related_comments1.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithClickhouse_related_comments1.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithClickhouse_related_comments1.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithClickhouse_related_comments2.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithClickhouse_related_comments2.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithClickhouse_related_comments2.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithClickhouse_related_comments2.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithDoris_related_comments1.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithDoris_related_comments1.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithDoris_related_comments1.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithDoris_related_comments1.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithDoris_related_comments2.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithDoris_related_comments2.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithDoris_related_comments2.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithDoris_related_comments2.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithTheHighestGrowthYoY.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithTheHighestGrowthYoY.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithTheHighestGrowthYoY.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithTheHighestGrowthYoY.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues1.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues1.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues1.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues1.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues2.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues2.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues2.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues2.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues3.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues3.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues3.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues3.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues4.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues4.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues4.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues4.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithTheMaximumAmountOfPullRequests1.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithTheMaximumAmountOfPullRequests1.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithTheMaximumAmountOfPullRequests1.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithTheMaximumAmountOfPullRequests1.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithTheMaximumAmountOfPullRequests2.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithTheMaximumAmountOfPullRequests2.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithTheMaximumAmountOfPullRequests2.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithTheMaximumAmountOfPullRequests2.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithTheMaximumNumberOfAcceptedInvitations.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithTheMaximumNumberOfAcceptedInvitations.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithTheMaximumNumberOfAcceptedInvitations.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithTheMaximumNumberOfAcceptedInvitations.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithTheWorstStagnation_order.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithTheWorstStagnation_order.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoriesWithTheWorstStagnation_order.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/repositoriesWithTheWorstStagnation_order.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoryAffinityList1.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/repositoryAffinityList1.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/repositoryAffinityList1.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/repositoryAffinityList1.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/starsFromHeavyGithubUsers1.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/starsFromHeavyGithubUsers1.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/starsFromHeavyGithubUsers1.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/starsFromHeavyGithubUsers1.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/starsFromHeavyGithubUsers2.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/starsFromHeavyGithubUsers2.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/starsFromHeavyGithubUsers2.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/starsFromHeavyGithubUsers2.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/theLongestRepositoryNames1.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/theLongestRepositoryNames1.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/theLongestRepositoryNames1.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/theLongestRepositoryNames1.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/theLongestRepositoryNames2.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/theLongestRepositoryNames2.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/theLongestRepositoryNames2.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/theLongestRepositoryNames2.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/theMostToughCodeReviews.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/theMostToughCodeReviews.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/theMostToughCodeReviews.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/theMostToughCodeReviews.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/theTotalNumberOfUsersOnGithub1.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/theTotalNumberOfUsersOnGithub1.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/theTotalNumberOfUsersOnGithub1.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/theTotalNumberOfUsersOnGithub1.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/theTotalNumberOfUsersOnGithub2.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/theTotalNumberOfUsersOnGithub2.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/theTotalNumberOfUsersOnGithub2.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/theTotalNumberOfUsersOnGithub2.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/theTotalNumberOfUsersOnGithub3.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/theTotalNumberOfUsersOnGithub3.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/theTotalNumberOfUsersOnGithub3.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/theTotalNumberOfUsersOnGithub3.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/theTotalNumberOfUsersOnGithub4.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/theTotalNumberOfUsersOnGithub4.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/theTotalNumberOfUsersOnGithub4.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/theTotalNumberOfUsersOnGithub4.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/topRepositoriesByStars.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/topRepositoriesByStars.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/topRepositoriesByStars.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/topRepositoriesByStars.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/whatIsTheBestDayOfTheWeekToCatchAStar.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/whatIsTheBestDayOfTheWeekToCatchAStar.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/whatIsTheBestDayOfTheWeekToCatchAStar.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/whatIsTheBestDayOfTheWeekToCatchAStar.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/whoAreAllThosePeopleGivingStars1.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/whoAreAllThosePeopleGivingStars1.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/whoAreAllThosePeopleGivingStars1.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/whoAreAllThosePeopleGivingStars1.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/whoAreAllThosePeopleGivingStars2.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/whoAreAllThosePeopleGivingStars2.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/whoAreAllThosePeopleGivingStars2.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/whoAreAllThosePeopleGivingStars2.out
diff --git
a/regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/whoAreAllThosePeopleGivingStars3.out
b/regression-test/data/nonConcurrent/github_events_p2/sql/whoAreAllThosePeopleGivingStars3.out
similarity index 100%
rename from
regression-test/suites/nonConcurrent/github_events_p2/github_events_p2/sql/whoAreAllThosePeopleGivingStars3.out
rename to
regression-test/data/nonConcurrent/github_events_p2/sql/whoAreAllThosePeopleGivingStars3.out
diff --git
a/regression-test/suites/nereids_rules_p0/mv/tpch/mv_tpch_test.groovy
b/regression-test/suites/nereids_rules_p0/mv/tpch/mv_tpch_test.groovy
index 2e89a212411..eaa046abc04 100644
--- a/regression-test/suites/nereids_rules_p0/mv/tpch/mv_tpch_test.groovy
+++ b/regression-test/suites/nereids_rules_p0/mv/tpch/mv_tpch_test.groovy
@@ -592,7 +592,6 @@ suite("mv_tpch_test") {
order_qt_query8_after "${query8}"
sql """ DROP MATERIALIZED VIEW IF EXISTS mv8"""
-
def mv9 = """
SELECT
nation,
@@ -659,6 +658,19 @@ suite("mv_tpch_test") {
nation,
o_year DESC
"""
+
+ logger.info("start profile")
+ int randomInt = Math.random() * 2000000000
+ profile("test_profile1_time_${randomInt}") {
+ run {
+ sql "/* test_profile1_time_${randomInt} */ ${query9}"
+ }
+
+ check { profileString, exception ->
+ log.info(profileString)
+ }
+ }
+
order_qt_query9_before "${query9}"
async_mv_rewrite_success(db, mv9, query9, "mv9")
order_qt_query9_after "${query9}"
diff --git a/regression-test/suites/view_p0/view_p0.groovy
b/regression-test/suites/view_p0/view_p0.groovy
index 9c0dd4a3d3e..590cad1b2a2 100644
--- a/regression-test/suites/view_p0/view_p0.groovy
+++ b/regression-test/suites/view_p0/view_p0.groovy
@@ -15,6 +15,7 @@
// specific language governing permissions and limitations
// under the License.
+
suite("view_p0") {
sql """DROP VIEW IF EXISTS test_view"""
sql """
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]