mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-24 08:30:37 +00:00
tests: Remove "postgres is running on ... branch" messages
It seems like useless chatter. The endpoint.start() itself prints a "Running command ... neon_local endpoint start" message too.
This commit is contained in:
committed by
Heikki Linnakangas
parent
12b39c9db9
commit
da626fb1fa
@@ -16,7 +16,6 @@ def test_readonly_node(neon_simple_env: NeonEnv):
|
||||
env = neon_simple_env
|
||||
env.neon_cli.create_branch("test_readonly_node", "empty")
|
||||
endpoint_main = env.endpoints.create_start("test_readonly_node")
|
||||
log.info("postgres is running on 'test_readonly_node' branch")
|
||||
|
||||
env.pageserver.allowed_errors.append(".*basebackup .* failed: invalid basebackup lsn.*")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user