Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_pgdata_import_smoke failing frequently on pg17 #10555

Open
jcsp opened this issue Jan 29, 2025 · 0 comments
Open

test_pgdata_import_smoke failing frequently on pg17 #10555

jcsp opened this issue Jan 29, 2025 · 0 comments
Assignees
Labels
a/test Area: related to testing c/storage/pageserver Component: storage: pageserver t/bug Issue Type: Bug

Comments

@jcsp
Copy link
Collaborator

jcsp commented Jan 29, 2025

#10414 switched on postgres 17 version of this test, but it is timing out ~20% of the time.

Both sharded and non-sharded variants are affected.

Example failures:

test_runner/regress/test_import_pgdata.py:256: in test_pgdata_import_smoke
    validate_vanilla_equivalence(ro_endpoint)
test_runner/regress/test_import_pgdata.py:116: in validate_vanilla_equivalence
    assert ep.safe_psql_many(
test_runner/fixtures/neon_fixtures.py:302: in safe_psql_many
    cur.execute(query)
/home/nonroot/.pyenv/versions/3.11.10/lib/python3.11/encodings/utf_8.py:15: in decode
    def decode(input, errors='strict'):
E   Failed: Timeout >300.0s
@jcsp jcsp added a/test Area: related to testing c/storage/pageserver Component: storage: pageserver t/bug Issue Type: Bug labels Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a/test Area: related to testing c/storage/pageserver Component: storage: pageserver t/bug Issue Type: Bug
Projects
None yet
Development

No branches or pull requests

2 participants