Skip to content

Commit

Permalink
neon_local: Use clap derive macros to parse the CLI args (#9103)
Browse files Browse the repository at this point in the history
This is easier to work with.
  • Loading branch information
hlinnaka authored Sep 27, 2024
1 parent cde1654 commit e989a5e
Show file tree
Hide file tree
Showing 3 changed files with 950 additions and 866 deletions.
Loading

1 comment on commit e989a5e

@github-actions
Copy link

Choose a reason for hiding this comment

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

5013 tests run: 4854 passed, 1 failed, 158 skipped (full report)


Failures on Postgres 17

# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_subscriber_restart[debug-pg17]"
Flaky tests (7)

Postgres 17

Postgres 16

Postgres 15

Postgres 14

Test coverage report is not available

The comment gets automatically updated with the latest test results
e989a5e at 2024-09-27T19:53:15.849Z :recycle:

Please sign in to comment.