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

Spurious cargo test failures #3778

Closed
koivunej opened this issue Mar 9, 2023 · 3 comments · Fixed by #4102
Closed

Spurious cargo test failures #3778

koivunej opened this issue Mar 9, 2023 · 3 comments · Fixed by #4102
Labels
a/test/flaky Area: related to flaky tests

Comments

@koivunej
Copy link
Member

koivunej commented Mar 9, 2023

We've had a few slack threads on these already:

They are essentially about these same failures just got on a build-neon job:

failures:
    v14::xlog_utils::tests::test_find_end_of_wal_crossing_segment_followed_by_small_one
    v14::xlog_utils::tests::test_find_end_of_wal_last_crossing_segment
    v14::xlog_utils::tests::test_find_end_of_wal_simple
    v15::xlog_utils::tests::test_find_end_of_wal_crossing_segment_followed_by_small_one
    v15::xlog_utils::tests::test_find_end_of_wal_last_crossing_segment
    v15::xlog_utils::tests::test_find_end_of_wal_simple

test result: FAILED. 25 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.16s

error: test failed, to rerun pass `-p postgres_ffi --lib`

These seem quite rare.

@koivunej koivunej added the a/test/flaky Area: related to flaky tests label Mar 9, 2023
@koivunej
Copy link
Member Author

Happened again: https://github.com/neondatabase/neon/actions/runs/4821370590/jobs/8587153103?pr=4093#step:14:539

 failures:
    v14::xlog_utils::tests::test_find_end_of_wal_crossing_segment_followed_by_small_one
    v14::xlog_utils::tests::test_find_end_of_wal_last_crossing_segment
    v14::xlog_utils::tests::test_find_end_of_wal_simple

@koivunej
Copy link
Member Author

koivunej commented Apr 27, 2023

Again? https://github.com/neondatabase/neon/actions/runs/4821848912/jobs/8588291761?pr=4093

 failures:
    v15::xlog_utils::tests::test_find_end_of_wal_crossing_segment_followed_by_small_one
    v15::xlog_utils::tests::test_find_end_of_wal_last_crossing_segment
    v15::xlog_utils::tests::test_find_end_of_wal_simple

@koivunej
Copy link
Member Author

And again: https://github.com/neondatabase/neon/actions/runs/4821848912/jobs/8588291761

failures:
    v15::xlog_utils::tests::test_find_end_of_wal_crossing_segment_followed_by_small_one
    v15::xlog_utils::tests::test_find_end_of_wal_last_crossing_segment
    v15::xlog_utils::tests::test_find_end_of_wal_simple

arssher added a commit that referenced this issue Apr 28, 2023
And log postgres to stdout.

Probably fixes #3778
arssher added a commit that referenced this issue Apr 28, 2023
And log postgres to stdout.

Probably fixes #3778
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a/test/flaky Area: related to flaky tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant