Skip to content

Commit

Permalink
build(deps): bump werkzeug from 3.0.1 to 3.0.3 (#7625)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent 3c9b484 commit 6e4e578
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ backoff = "^2.2.1"
pytest-lazy-fixture = "^0.6.3"
prometheus-client = "^0.14.1"
pytest-timeout = "^2.1.0"
Werkzeug = "^3.0.1"
Werkzeug = "^3.0.3"
pytest-order = "^1.1.0"
allure-pytest = "^2.13.2"
pytest-asyncio = "^0.21.0"
Expand Down

1 comment on commit 6e4e578

@github-actions
Copy link

Choose a reason for hiding this comment

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

3045 tests run: 2899 passed, 6 failed, 140 skipped (full report)


Failures on Postgres 14

  • test_compare_pg_stats_wo_with_pgbench_simple_update[neon-github-actions-selfhosted-5-10-100]: release
  • test_storage_controller_many_tenants[github-actions-selfhosted]: release
  • test_bulk_tenant_create[github-actions-selfhosted-5]: release
  • test_bulk_tenant_create[github-actions-selfhosted-10]: release
  • test_layer_map[github-actions-selfhosted]: release
  • test_long_timeline_create_cancelled_by_tenant_delete: release
# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_compare_pg_stats_wo_with_pgbench_simple_update[neon-release-pg14-github-actions-selfhosted-5-10-100] or test_storage_controller_many_tenants[release-pg14-github-actions-selfhosted] or test_bulk_tenant_create[release-pg14-github-actions-selfhosted-5] or test_bulk_tenant_create[release-pg14-github-actions-selfhosted-10] or test_layer_map[release-pg14-github-actions-selfhosted] or test_long_timeline_create_cancelled_by_tenant_delete[release-pg14]"
Flaky tests (2)

Postgres 15

  • test_vm_bit_clear_on_heap_lock: debug

Postgres 14

  • test_gc_aggressive: debug

Test coverage report is not available

The comment gets automatically updated with the latest test results
6e4e578 at 2024-05-07T13:49:57.981Z :recycle:

Please sign in to comment.