Open arpad-m opened 5 months ago
The test_deletion_queue_recovery test ran into all the important issues: previously, it ran into https://github.com/neondatabase/neon/issues/7244 and https://github.com/neondatabase/neon/issues/7296.
Can we lift the subset of this test that reproduces these issues into a dedicated compaction test, perhaps as part of the PR fixing this issue?
Can we lift the subset of this test that reproduces these issues into a dedicated compaction test
I could file a PR and then just allow the duplicated L1 layer errors.
I could file a PR and then just allow the duplicated L1 layer errors.
Done: #7758
Meeting notes:
struct Layer
but we overwrote the on-disk fileAction item: arpad & heikki to understand why it happens.
Running the
test_deletion_queue_recovery
ortest_uploads_and_deletions
tests with tiered compaction enabled gives "duplicated L1 layer" errors:visible with the following diff of
test_deletion_queue_recovery
:The
test_deletion_queue_recovery
test ran into all the important issues: previously, it ran into #7244 and #7296.part of #7554