Skip to content

Commit

Permalink
chore(docker-compose): fix typo in readme (#9133)
Browse files Browse the repository at this point in the history
Typo in the readme inside docker-compose folder

## Summary of changes
- Update the readme
  • Loading branch information
Damian972 authored Sep 24, 2024
1 parent 5cbf5b4 commit 938b163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Example docker compose configuration

The configuration in this directory is used for testing Neon docker images: it is
not intended for deploying a usable system. To run a development environment where
you can experiment with a minature Neon system, use `cargo neon` rather than container images.
not intended for deploying a usable system. To run a development environment where
you can experiment with a miniature Neon system, use `cargo neon` rather than container images.

This configuration does not start the storage controller, because the controller
needs a way to reconfigure running computes, and no such thing exists in this setup.
Expand Down

1 comment on commit 938b163

@github-actions
Copy link

Choose a reason for hiding this comment

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

4986 tests run: 4819 passed, 3 failed, 164 skipped (full report)


Failures on Postgres 17

Failures on Postgres 16

# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_timeline_logical_size_task_priority[release-pg16] or test_pageserver_compaction_smoke[release-pg17] or test_readonly_node_gc[debug-pg17]"
Flaky tests (4)

Postgres 17

Postgres 16

  • test_ondemand_wal_download_in_replication_slot_funcs: release-x86-64

Postgres 14

  • test_ondemand_wal_download_in_replication_slot_funcs: release-x86-64

Test coverage report is not available

The comment gets automatically updated with the latest test results
938b163 at 2024-09-24T22:52:06.849Z :recycle:

Please sign in to comment.