This is an automated email from the ASF dual-hosted git repository.
liaoxin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 438d2350d68 [regression-test](feature) support sql test cases to run
as nonConcurrent test cases. (#46062)
438d2350d68 is described below
commit 438d2350d686b1f843e51854ae512340ea58a0bf
Author: shuke <[email protected]>
AuthorDate: Thu Dec 26 23:11:50 2024 +0800
[regression-test](feature) support sql test cases to run as nonConcurrent
test cases. (#46062)
Problem Summary:
support sql test cases to run as nonConcurrent test cases.
Sql cases can not define a test group. so if its path has
"nonConcurrent", treat it as nonConcurrent test cases.
---
.../main/groovy/org/apache/doris/regression/suite/SuiteScript.groovy | 4 ++++
.../load.groovy | 0
.../sql/affinityByIssuesAndPRs1.sql | 0
.../sql/affinityByIssuesAndPRs2.sql | 0
.../sql/authorsWithTheMostPushes.sql | 0
.../sql/countingStar1.sql | 0
.../sql/countingStar2.sql | 0
.../sql/countingStar3.sql | 0
.../sql/distributionOfRepositoriesByStarCount.sql | 0
.../sql/githubRoulette.sql | 0
.../sql/howHasTheListOfTopRepositoriesChangedOverTheYears1.sql | 0
.../sql/howHasTheListOfTopRepositoriesChangedOverTheYears2.sql | 0
.../sql/howHasTheListOfTopRepositoriesChangedOverTheYears3.sql | 0
.../sql/howHasTheListOfTopRepositoriesChangedOverTheYears4.sql | 0
.../sql/howHasTheListOfTopRepositoriesChangedOverTheYears5.sql | 0
.../sql/howHasTheListOfTopRepositoriesChangedOverTheYears6.sql | 0
.../sql/howHasTheListOfTopRepositoriesChangedOverTheYears7.sql | 0
.../sql/howHasTheTotalNumberOfStarsChangedOverTime.sql | 0
.../sql/issuesWithTheMostComments1.sql | 0
.../sql/issuesWithTheMostComments2.sql | 0
.../sql/issuesWithTheMostComments3.sql | 0
.../sql/issuesWithTheMostComments4.sql | 0
.../sql/issuesWithTheMostComments5.sql | 0
.../sql/issuesWithTheMostComments6.sql | 0
.../sql/issuesWithTheMostComments7.sql | 0
.../sql/issuesWithTheMostComments8.sql | 0
.../sql/mostForkedRepositories.sql | 0
.../sql/mostPopularCommentsOnGithub.sql | 0
.../sql/organizationsByTheNumberOfRepositories.sql | 0
.../sql/organizationsByTheNumberOfStars.sql | 0
.../sql/organizationsByTheSizeOfCommunity.sql | 0
.../sql/proportionsBetweenStarsAndForks1.sql | 0
.../sql/proportionsBetweenStarsAndForks2.sql | 0
.../sql/proportionsBetweenStarsAndForks3.sql | 0
.../sql/proportionsBetweenStarsAndForks4.sql | 0
.../sql/proportionsBetweenStarsAndForks5.sql | 0
.../sql/repositoriesByAmountOfModifiedCode.sql | 0
.../sql/repositoriesByTheNumberOfPushes.sql | 0
.../sql/repositoriesWithClickhouse_related_comments1.sql | 0
.../sql/repositoriesWithClickhouse_related_comments2.sql | 0
.../sql/repositoriesWithDoris_related_comments1.sql | 0
.../sql/repositoriesWithDoris_related_comments2.sql | 0
.../sql/repositoriesWithTheHighestGrowthYoY.sql | 0
.../sql/repositoriesWithTheMaximumAmountOfIssues1.sql | 0
.../sql/repositoriesWithTheMaximumAmountOfIssues2.sql | 0
.../sql/repositoriesWithTheMaximumAmountOfIssues3.sql | 0
.../sql/repositoriesWithTheMaximumAmountOfIssues4.sql | 0
.../sql/repositoriesWithTheMaximumAmountOfPullRequests1.sql | 0
.../sql/repositoriesWithTheMaximumAmountOfPullRequests2.sql | 0
.../sql/repositoriesWithTheMaximumNumberOfAcceptedInvitations.sql | 0
.../sql/repositoriesWithTheMostPeopleWhoHavePushAccess1.sql | 0
.../sql/repositoriesWithTheMostPeopleWhoHavePushAccess2.sql | 0
.../sql/repositoriesWithTheMostPeopleWhoHavePushAccess3.sql | 0
.../sql/repositoriesWithTheMostStarsOverOneDay1.sql | 0
.../sql/repositoriesWithTheMostStarsOverOneDay2.sql | 0
.../sql/repositoriesWithTheMostStarsOverOneDay3.sql | 0
.../sql/repositoriesWithTheMostSteadyGrowthOverTime.sql | 0
.../sql/repositoriesWithTheWorstStagnation_order.sql | 0
.../sql/repositoryAffinityList1.sql | 0
.../sql/repositoryAffinityList2.sql | 0
.../sql/starsFromHeavyGithubUsers1.sql | 0
.../sql/starsFromHeavyGithubUsers2.sql | 0
.../sql/theLongestRepositoryNames1.sql | 0
.../sql/theLongestRepositoryNames2.sql | 0
.../sql/theMostToughCodeReviews.sql | 0
.../sql/theTotalNumberOfRepositoriesOnGithub.sql | 0
.../sql/theTotalNumberOfUsersOnGithub1.sql | 0
.../sql/theTotalNumberOfUsersOnGithub2.sql | 0
.../sql/theTotalNumberOfUsersOnGithub3.sql | 0
.../sql/theTotalNumberOfUsersOnGithub4.sql | 0
.../sql/topLabels1.sql | 0
.../sql/topLabels2.sql | 0
.../sql/topLabels3.sql | 0
.../sql/topRepositoriesByStars.sql | 0
.../sql/whatIsTheBestDayOfTheWeekToCatchAStar.sql | 0
.../sql/whoAreAllThosePeopleGivingStars1.sql | 0
.../sql/whoAreAllThosePeopleGivingStars2.sql | 0
.../sql/whoAreAllThosePeopleGivingStars3.sql | 0
78 files changed, 4 insertions(+)
diff --git
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/SuiteScript.groovy
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/SuiteScript.groovy
index 5c9d2f05f5d..5660d501ea0 100644
---
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/SuiteScript.groovy
+++
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/SuiteScript.groovy
@@ -61,6 +61,10 @@ abstract class SuiteScript extends Script {
}
List<String> groups = ["default"]
+ if (groupPath.contains("nonConcurrent")) {
+ groups.add("nonConcurrent")
+ }
+
def grouped_p = groupPath.split(File.separator)
.collect {it.trim()}
.findAll {it != "." && it != ".." && !it.isEmpty()}
diff --git a/regression-test/suites/variant_github_events_p2/load.groovy
b/regression-test/suites/variant_github_events_nonConcurrent_p2/load.groovy
similarity index 100%
rename from regression-test/suites/variant_github_events_p2/load.groovy
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/load.groovy
diff --git
a/regression-test/suites/variant_github_events_p2/sql/affinityByIssuesAndPRs1.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/affinityByIssuesAndPRs1.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/affinityByIssuesAndPRs1.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/affinityByIssuesAndPRs1.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/affinityByIssuesAndPRs2.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/affinityByIssuesAndPRs2.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/affinityByIssuesAndPRs2.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/affinityByIssuesAndPRs2.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/authorsWithTheMostPushes.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/authorsWithTheMostPushes.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/authorsWithTheMostPushes.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/authorsWithTheMostPushes.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/countingStar1.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/countingStar1.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/countingStar1.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/countingStar1.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/countingStar2.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/countingStar2.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/countingStar2.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/countingStar2.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/countingStar3.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/countingStar3.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/countingStar3.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/countingStar3.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/distributionOfRepositoriesByStarCount.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/distributionOfRepositoriesByStarCount.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/distributionOfRepositoriesByStarCount.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/distributionOfRepositoriesByStarCount.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/githubRoulette.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/githubRoulette.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/githubRoulette.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/githubRoulette.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears1.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears1.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears1.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears1.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears2.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears2.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears2.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears2.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears3.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears3.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears3.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears3.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears4.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears4.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears4.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears4.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears5.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears5.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears5.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears5.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears6.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears6.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears6.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears6.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears7.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears7.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears7.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/howHasTheListOfTopRepositoriesChangedOverTheYears7.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/howHasTheTotalNumberOfStarsChangedOverTime.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/howHasTheTotalNumberOfStarsChangedOverTime.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/howHasTheTotalNumberOfStarsChangedOverTime.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/howHasTheTotalNumberOfStarsChangedOverTime.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/issuesWithTheMostComments1.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/issuesWithTheMostComments1.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/issuesWithTheMostComments1.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/issuesWithTheMostComments1.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/issuesWithTheMostComments2.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/issuesWithTheMostComments2.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/issuesWithTheMostComments2.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/issuesWithTheMostComments2.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/issuesWithTheMostComments3.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/issuesWithTheMostComments3.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/issuesWithTheMostComments3.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/issuesWithTheMostComments3.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/issuesWithTheMostComments4.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/issuesWithTheMostComments4.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/issuesWithTheMostComments4.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/issuesWithTheMostComments4.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/issuesWithTheMostComments5.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/issuesWithTheMostComments5.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/issuesWithTheMostComments5.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/issuesWithTheMostComments5.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/issuesWithTheMostComments6.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/issuesWithTheMostComments6.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/issuesWithTheMostComments6.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/issuesWithTheMostComments6.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/issuesWithTheMostComments7.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/issuesWithTheMostComments7.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/issuesWithTheMostComments7.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/issuesWithTheMostComments7.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/issuesWithTheMostComments8.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/issuesWithTheMostComments8.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/issuesWithTheMostComments8.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/issuesWithTheMostComments8.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/mostForkedRepositories.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/mostForkedRepositories.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/mostForkedRepositories.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/mostForkedRepositories.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/mostPopularCommentsOnGithub.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/mostPopularCommentsOnGithub.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/mostPopularCommentsOnGithub.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/mostPopularCommentsOnGithub.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/organizationsByTheNumberOfRepositories.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/organizationsByTheNumberOfRepositories.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/organizationsByTheNumberOfRepositories.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/organizationsByTheNumberOfRepositories.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/organizationsByTheNumberOfStars.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/organizationsByTheNumberOfStars.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/organizationsByTheNumberOfStars.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/organizationsByTheNumberOfStars.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/organizationsByTheSizeOfCommunity.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/organizationsByTheSizeOfCommunity.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/organizationsByTheSizeOfCommunity.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/organizationsByTheSizeOfCommunity.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/proportionsBetweenStarsAndForks1.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/proportionsBetweenStarsAndForks1.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/proportionsBetweenStarsAndForks1.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/proportionsBetweenStarsAndForks1.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/proportionsBetweenStarsAndForks2.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/proportionsBetweenStarsAndForks2.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/proportionsBetweenStarsAndForks2.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/proportionsBetweenStarsAndForks2.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/proportionsBetweenStarsAndForks3.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/proportionsBetweenStarsAndForks3.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/proportionsBetweenStarsAndForks3.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/proportionsBetweenStarsAndForks3.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/proportionsBetweenStarsAndForks4.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/proportionsBetweenStarsAndForks4.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/proportionsBetweenStarsAndForks4.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/proportionsBetweenStarsAndForks4.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/proportionsBetweenStarsAndForks5.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/proportionsBetweenStarsAndForks5.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/proportionsBetweenStarsAndForks5.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/proportionsBetweenStarsAndForks5.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoriesByAmountOfModifiedCode.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesByAmountOfModifiedCode.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoriesByAmountOfModifiedCode.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesByAmountOfModifiedCode.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoriesByTheNumberOfPushes.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesByTheNumberOfPushes.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoriesByTheNumberOfPushes.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesByTheNumberOfPushes.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoriesWithClickhouse_related_comments1.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithClickhouse_related_comments1.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoriesWithClickhouse_related_comments1.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithClickhouse_related_comments1.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoriesWithClickhouse_related_comments2.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithClickhouse_related_comments2.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoriesWithClickhouse_related_comments2.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithClickhouse_related_comments2.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoriesWithDoris_related_comments1.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithDoris_related_comments1.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoriesWithDoris_related_comments1.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithDoris_related_comments1.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoriesWithDoris_related_comments2.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithDoris_related_comments2.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoriesWithDoris_related_comments2.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithDoris_related_comments2.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheHighestGrowthYoY.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheHighestGrowthYoY.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheHighestGrowthYoY.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheHighestGrowthYoY.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues1.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMaximumAmountOfIssues1.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues1.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMaximumAmountOfIssues1.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues2.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMaximumAmountOfIssues2.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues2.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMaximumAmountOfIssues2.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues3.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMaximumAmountOfIssues3.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues3.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMaximumAmountOfIssues3.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues4.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMaximumAmountOfIssues4.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMaximumAmountOfIssues4.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMaximumAmountOfIssues4.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMaximumAmountOfPullRequests1.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMaximumAmountOfPullRequests1.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMaximumAmountOfPullRequests1.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMaximumAmountOfPullRequests1.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMaximumAmountOfPullRequests2.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMaximumAmountOfPullRequests2.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMaximumAmountOfPullRequests2.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMaximumAmountOfPullRequests2.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMaximumNumberOfAcceptedInvitations.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMaximumNumberOfAcceptedInvitations.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMaximumNumberOfAcceptedInvitations.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMaximumNumberOfAcceptedInvitations.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMostPeopleWhoHavePushAccess1.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMostPeopleWhoHavePushAccess1.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMostPeopleWhoHavePushAccess1.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMostPeopleWhoHavePushAccess1.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMostPeopleWhoHavePushAccess2.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMostPeopleWhoHavePushAccess2.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMostPeopleWhoHavePushAccess2.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMostPeopleWhoHavePushAccess2.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMostPeopleWhoHavePushAccess3.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMostPeopleWhoHavePushAccess3.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMostPeopleWhoHavePushAccess3.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMostPeopleWhoHavePushAccess3.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMostStarsOverOneDay1.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMostStarsOverOneDay1.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMostStarsOverOneDay1.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMostStarsOverOneDay1.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMostStarsOverOneDay2.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMostStarsOverOneDay2.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMostStarsOverOneDay2.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMostStarsOverOneDay2.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMostStarsOverOneDay3.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMostStarsOverOneDay3.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMostStarsOverOneDay3.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMostStarsOverOneDay3.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMostSteadyGrowthOverTime.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMostSteadyGrowthOverTime.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheMostSteadyGrowthOverTime.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheMostSteadyGrowthOverTime.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheWorstStagnation_order.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheWorstStagnation_order.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoriesWithTheWorstStagnation_order.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoriesWithTheWorstStagnation_order.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoryAffinityList1.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoryAffinityList1.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoryAffinityList1.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoryAffinityList1.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/repositoryAffinityList2.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoryAffinityList2.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/repositoryAffinityList2.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/repositoryAffinityList2.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/starsFromHeavyGithubUsers1.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/starsFromHeavyGithubUsers1.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/starsFromHeavyGithubUsers1.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/starsFromHeavyGithubUsers1.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/starsFromHeavyGithubUsers2.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/starsFromHeavyGithubUsers2.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/starsFromHeavyGithubUsers2.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/starsFromHeavyGithubUsers2.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/theLongestRepositoryNames1.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/theLongestRepositoryNames1.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/theLongestRepositoryNames1.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/theLongestRepositoryNames1.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/theLongestRepositoryNames2.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/theLongestRepositoryNames2.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/theLongestRepositoryNames2.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/theLongestRepositoryNames2.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/theMostToughCodeReviews.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/theMostToughCodeReviews.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/theMostToughCodeReviews.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/theMostToughCodeReviews.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/theTotalNumberOfRepositoriesOnGithub.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/theTotalNumberOfRepositoriesOnGithub.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/theTotalNumberOfRepositoriesOnGithub.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/theTotalNumberOfRepositoriesOnGithub.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/theTotalNumberOfUsersOnGithub1.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/theTotalNumberOfUsersOnGithub1.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/theTotalNumberOfUsersOnGithub1.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/theTotalNumberOfUsersOnGithub1.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/theTotalNumberOfUsersOnGithub2.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/theTotalNumberOfUsersOnGithub2.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/theTotalNumberOfUsersOnGithub2.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/theTotalNumberOfUsersOnGithub2.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/theTotalNumberOfUsersOnGithub3.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/theTotalNumberOfUsersOnGithub3.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/theTotalNumberOfUsersOnGithub3.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/theTotalNumberOfUsersOnGithub3.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/theTotalNumberOfUsersOnGithub4.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/theTotalNumberOfUsersOnGithub4.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/theTotalNumberOfUsersOnGithub4.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/theTotalNumberOfUsersOnGithub4.sql
diff --git a/regression-test/suites/variant_github_events_p2/sql/topLabels1.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/topLabels1.sql
similarity index 100%
rename from regression-test/suites/variant_github_events_p2/sql/topLabels1.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/topLabels1.sql
diff --git a/regression-test/suites/variant_github_events_p2/sql/topLabels2.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/topLabels2.sql
similarity index 100%
rename from regression-test/suites/variant_github_events_p2/sql/topLabels2.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/topLabels2.sql
diff --git a/regression-test/suites/variant_github_events_p2/sql/topLabels3.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/topLabels3.sql
similarity index 100%
rename from regression-test/suites/variant_github_events_p2/sql/topLabels3.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/topLabels3.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/topRepositoriesByStars.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/topRepositoriesByStars.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/topRepositoriesByStars.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/topRepositoriesByStars.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/whatIsTheBestDayOfTheWeekToCatchAStar.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/whatIsTheBestDayOfTheWeekToCatchAStar.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/whatIsTheBestDayOfTheWeekToCatchAStar.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/whatIsTheBestDayOfTheWeekToCatchAStar.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/whoAreAllThosePeopleGivingStars1.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/whoAreAllThosePeopleGivingStars1.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/whoAreAllThosePeopleGivingStars1.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/whoAreAllThosePeopleGivingStars1.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/whoAreAllThosePeopleGivingStars2.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/whoAreAllThosePeopleGivingStars2.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/whoAreAllThosePeopleGivingStars2.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/whoAreAllThosePeopleGivingStars2.sql
diff --git
a/regression-test/suites/variant_github_events_p2/sql/whoAreAllThosePeopleGivingStars3.sql
b/regression-test/suites/variant_github_events_nonConcurrent_p2/sql/whoAreAllThosePeopleGivingStars3.sql
similarity index 100%
rename from
regression-test/suites/variant_github_events_p2/sql/whoAreAllThosePeopleGivingStars3.sql
rename to
regression-test/suites/variant_github_events_nonConcurrent_p2/sql/whoAreAllThosePeopleGivingStars3.sql
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]