Skip to content

Commit

Permalink
Re-group into a more optimal grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat-Jain committed Feb 7, 2025
1 parent 0a3bd19 commit 08db049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
Dtest: [ "A*,B*", "C*", "D*,E*,F*", "G*,H*", "I*,J*", "K*,L*", "M*,N*", "O*,P*", "Q*", "R*", "S*", "T*,U*", "V*,W*,X*,Y*,Z*" ]
Dtest: [ "A*,F*,S*", "B*,D*,L*,T*", "C*,O*", "E*,N*,Q*", "G*,R*,U*", "H*,I*,J*", "K*,P*,V*,W*,X*,Y*,Z*", "M*"]
uses: ./.github/workflows/worker.yml
with:
script: .github/scripts/run-unit-tests.sh -Dtest='${{ matrix.Dtest }}' -Dmaven.test.failure.ignore=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/**
* Runs {@link CalciteJoinQueryTest} but with MSQ engine.
*/
public class CalciteSelectJoinQueryMSQTest
public class MSQCalciteSelectJoinQueryTest
{
/**
* Run all tests with {@link JoinAlgorithm#BROADCAST}.
Expand Down

0 comments on commit 08db049

Please sign in to comment.