mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 01:42:55 +00:00
Create slot in test_merge
This commit is contained in:
@@ -26,7 +26,7 @@ def test_merge(neon_env_builder: NeonEnvBuilder):
|
||||
log.info("postgres is running on 'ws' branch")
|
||||
|
||||
ws_cur = ws_branch.connect().cursor()
|
||||
|
||||
ws_cur.execute("select pg_create_logical_replication_slot('merge_slot_postgres', 'pgoutput')")
|
||||
ws_cur.execute("INSERT INTO t values(generate_series(10001, 20000))")
|
||||
|
||||
env.neon_cli.merge(ws_branch, main_branch)
|
||||
|
||||
Reference in New Issue
Block a user