mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 01:12:56 +00:00
test: write out a walredo file in test
This commit is contained in:
@@ -169,3 +169,6 @@ def test_pageserver_chaos(neon_env_builder: NeonEnvBuilder):
|
||||
# Check that all the updates are visible
|
||||
num_updates = endpoint.safe_psql("SELECT sum(updates) FROM foo")[0][0]
|
||||
assert num_updates == i * 100000
|
||||
|
||||
with open(neon_env_builder.test_output_dir / "foobar.walredo", "w") as file:
|
||||
file.write("lets see if this ends in the report")
|
||||
|
||||
Reference in New Issue
Block a user