cleanups to make CI pass (well, fail because the bug isn't fixed yet)

This commit is contained in:
Christian Schwarz
2025-01-14 22:45:09 +01:00
parent 1f7d173235
commit 53b05c4ba0
7 changed files with 35 additions and 12 deletions

View File

@@ -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")