mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-09 06:22:57 +00:00
Update test_runner/regress/test_unlogged_build.py
Co-authored-by: Heikki Linnakangas <heikki@neon.tech>
This commit is contained in:
committed by
GitHub
parent
9a1317e41b
commit
f8b4875c21
@@ -78,6 +78,6 @@ def test_unlogged_build(neon_env_builder: NeonEnvBuilder):
|
||||
thread.join()
|
||||
|
||||
# Sanity check that the indexes were buitl with the "unlogged build"
|
||||
# method. GIN always indexes use that currently, but if a different, more
|
||||
# method. GIN always uses that method currently, but if a different, more
|
||||
# efficient, method is invented later, that might invalidate this test.
|
||||
assert endpoint.log_contains("starting unlogged build of relation")
|
||||
|
||||
Reference in New Issue
Block a user