Update test_runner/regress/test_unlogged_build.py

Co-authored-by: Heikki Linnakangas <heikki@neon.tech>
This commit is contained in:
Konstantin Knizhnik
2025-07-31 18:19:27 +03:00
committed by GitHub
parent f8b4875c21
commit 9290103e53

View File

@@ -77,7 +77,7 @@ def test_unlogged_build(neon_env_builder: NeonEnvBuilder):
for thread in threads:
thread.join()
# Sanity check that the indexes were buitl with the "unlogged build"
# Sanity check that the indexes were built with the "unlogged build"
# 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")