Skip to content

Commit

Permalink
feat(compute/tests): Report successful replication test runs as well (#…
Browse files Browse the repository at this point in the history
…9787)

It should increase the visibility of whether they run and pass.
  • Loading branch information
ololobus authored Nov 18, 2024
1 parent 44f33b2 commit 5f0e9c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,9 @@ jobs:
env:
REGRESS_TEST_RESULT_CONNSTR_NEW: ${{ secrets.REGRESS_TEST_RESULT_CONNSTR_NEW }}

# Post both success and failure to the Slack channel
- name: Post to a Slack channel
if: ${{ github.event.schedule && failure() }}
if: ${{ github.event.schedule }}
uses: slackapi/slack-github-action@v1
with:
channel-id: "C06T9AMNDQQ" # on-call-compute-staging-stream
Expand Down

1 comment on commit 5f0e9c9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5581 tests run: 5344 passed, 1 failed, 236 skipped (full report)


Failures on Postgres 16

  • test_compaction_l0_memory[github-actions-selfhosted]: release-x86-64
# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_compaction_l0_memory[release-pg16-github-actions-selfhosted]"

Code coverage* (full report)

  • functions: 31.5% (7931 of 25166 functions)
  • lines: 49.6% (62836 of 126578 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
5f0e9c9 at 2024-11-18T18:08:39.491Z :recycle:

Please sign in to comment.