Skip to content

Commit

Permalink
Make a commit for running tests with sanitizers
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderlaw committed Feb 4, 2025
1 parent c37f300 commit db93be6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test_with_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- "enable-sanitizers-for-v17"

schedule:
# * is a special character in YAML so you have to quote this string
# ┌───────────── minute (0 - 59)
Expand Down

1 comment on commit db93be6

@github-actions
Copy link

Choose a reason for hiding this comment

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

1348 tests run: 1308 passed, 4 failed, 36 skipped (full report)


Failures on Postgres 17

# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_fast_import_binary[release-pg17] or test_fast_import_binary[release-pg17] or test_neon_cli_basics[release-pg17] or test_neon_cli_basics[release-pg17]"
Flaky tests (4)

Postgres 17

Test coverage report is not available

The comment gets automatically updated with the latest test results
db93be6 at 2025-02-04T18:33:24.525Z :recycle:

Please sign in to comment.