Skip to content

Commit

Permalink
Merge branch 'master' into concurrent-compaction
Browse files Browse the repository at this point in the history
  • Loading branch information
317brian authored Oct 19, 2023
2 parents 95dce16 + 5752a1a commit 8168f7e
Show file tree
Hide file tree
Showing 367 changed files with 14,728 additions and 6,706 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-revised-its.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
docker images
- name: Run IT
id: run-it
run: ${{ inputs.script }}

- name: Collect docker logs on failure
Expand All @@ -157,7 +158,7 @@ jobs:
- name: Collect service logs on failure
if: ${{ failure() && steps.run-it.conclusion == 'failure' }}
run: |
tar cvzf ./service-logs.tgz ~/shared/logs
tar cvzf ./service-logs.tgz integration-tests-ex/cases/target/${{ inputs.it }}/logs
- name: Upload Druid service logs to GitHub
if: ${{ failure() && steps.run-it.conclusion == 'failure' }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-and-integration-tests-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
name: "unit tests (jdk${{ matrix.jdk }}, sql-compat=true)"
uses: ./.github/workflows/unit-tests.yml
needs: unit-tests
if: ${{ always() && (needs.unit-tests.result == 'success' || needs.unit-tests.outputs.continue_tests) }}
with:
jdk: ${{ matrix.jdk }}
sql_compatibility: true
Expand Down
Loading

0 comments on commit 8168f7e

Please sign in to comment.