Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
findingrish committed Jul 16, 2024
1 parent 499eee9 commit ffe363d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/unit-and-integration-tests-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,11 @@ name: "Unit & Integration tests CI"
# - '[0-9]+.[0-9]+.[0-9]+' # release branches
# - '[0-9]+.[0-9]+.[0-9]+-[A-Za-z0-9]+' # release branches
on:
push:
branches:
- master
- '[0-9]+.[0-9]+.[0-9]+' # release branches
- '[0-9]+.[0-9]+.[0-9]+-[A-Za-z0-9]+' # release branches
pull_request:
branches:
- master
- '[0-9]+.[0-9]+.[0-9]+' # release branches
- '[0-9]+.[0-9]+.[0-9]+-[A-Za-z0-9]+' # release branches

concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.run_id }}' # group workflows only on pull_requests and not on branch commits
cancel-in-progress: true
- pull_request_target

#concurrency:
# group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.run_id }}' # group workflows only on pull_requests and not on branch commits
# cancel-in-progress: true

env:
MYSQL_DRIVER_CLASSNAME: com.mysql.jdbc.Driver # Used to set druid config in docker image for revised ITs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
public abstract class AbstractSegmentMetadataCache<T extends DataSourceInformation>
{


private static final EmittingLogger log = new EmittingLogger(AbstractSegmentMetadataCache.class);
private static final int MAX_SEGMENTS_PER_QUERY = 15000;
private static final long DEFAULT_NUM_ROWS = 0;
Expand Down

0 comments on commit ffe363d

Please sign in to comment.