mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-19 14:10:37 +00:00
cleanups to make CI pass (well, fail because the bug isn't fixed yet)
This commit is contained in:
@@ -32,6 +32,7 @@ def test_slow_flush(neon_env_builder: NeonEnvBuilder, neon_binpath: Path):
|
||||
stdin=subprocess.PIPE,
|
||||
stdout=subprocess.PIPE,
|
||||
)
|
||||
assert child.stdout is not None
|
||||
buf = child.stdout.read(1)
|
||||
if len(buf) != 1:
|
||||
raise Exception("unexpected EOF")
|
||||
|
||||
Reference in New Issue
Block a user